.discussions {
    margin-top: 1em;
}
.speech {
    border-bottom: 1px solid transparent;
    border-right: 30px solid #D7E7F0;
    border-top: 20px solid transparent;
    float: left;
    margin-left: -20px;
    margin-top: 20px;
}
.msgbubble {
    background: none repeat scroll 0 0 #D7E7F0;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 10px;
}
div.rfptop {
    border-top: 1px solid;
    padding-top: 2px;
}
.msgtext {
    padding: 1px;
}
.msgtext p {
    text-overflow: ellipsis;
    word-wrap: break-word;
}
div.msgred {
    color: #D0574C;
    position: relative;
}
div.msgblue {
    color: #0094B5;
}
div.author {
    clear:left;
    font-variant:small-caps;
    font-weight:bold;
    width:80px;
}
.moreblue {
    background:url('/img/discblue.png?aea3731b2ddb');
    height:17px;
    width:8px;
    padding:3px 9px;
    margin: -0.2em -0.8em;
    float:right;
    color:white;
    font-weight:900;
}
.moreicon {
    height:23px;
}
div.smallmsg {
    background: none repeat scroll 0 0 #D7E7F0;
    border-radius: 10px 10px 10px 10px;
    clear: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    max-width: 300px;
}
.msgtitle {
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: bold;
}
div.childrenlist {
    clear: left;
    padding-left: 20px;
}

#registerbtn {
    background: #2EAC66;
}
.presnav {
    background: none repeat scroll 0 0 white;
    border-radius: 3px;
    padding: 0.5em;
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
.presnav_no_fixed{
    padding-bottom: 20px;
    background: #E3E3E3;
}
.presnav_fixed{
    position:fixed; 
    left: 0; 
    top:0;
    width: 100%;
    padding-bottom: 20px;
    background: #E3E3E3;
}
.presnavtitle {
    border-right: 1px solid;
    color: #0094B5;
    cursor: pointer;
}
.presnavtitle:last-child {
    border-right: none;
}
.presnavtitle:before {
    padding-left: 10px;
    content: "";
}
.presnavtitle:after {
    padding-right: 10px;
    content: "";
}
.presnavsection{
    margin-bottom: 3px;
}
.submitproject {
    max-width: 650px;
    margin: 0 auto;
}
.blue_band_line_text{
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 30px;
}
.blue_band_line_img{
    position: absolute;
    right: 190px;
    top: 0;
}
.btn_extend {
    position: absolute;
    left: -27px;
}
.projectlisttitle {
  color: #2EAC66;
  font-size: 200%;
  font-weight: bold;
  margin: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
.prjheader {
    padding: 28px 28px 28px 9px;
}
.delbtn {
    float: right;
    margin-left: 5px;
}
div.prjauthor {
    float: right;
    color: #475E6C;
}
.prjdetail {
    text-align: right;
    font-size: .8em;
    float: right;
    clear: right;
    width: 50%;
    height: 110px;
}
div.prjdesc {
    padding-left: 1%;
    padding-right: 1%;
}
.prjdesc img {
    max-width: 700px;
}
.minispec-arrow {
    float: right;
    margin: 40px 5px;
}
.overview_title {
    font-size: 1.2em;
    color: #0595BA;
    padding: .5em;
}
col { 
    background: blue;
    border-style: none solid 
}
div.no-mini-spec {
    float: right;
    width: 140px;
    margin: 3em 0;
    text-align:center;
}
div.prj-block-action {
    height:65px;
    margin-top: 30px;
}
.prj-btn {
    background-color: #0595BA;
    border-radius: 3px;
    padding: 5px;
    font-size:1.2em; 
    color:white; 
    display: table;
    clear: left;
    font-weight: bold;
}
.prj-btn:after {
    content: url('/img/icons/nextwhite.png?157e015ea09e');
    left: 2px;
    position: relative;
    vertical-align: -3px;
}
.funding_btn {
    background-color: #0595BA;
    border-radius: 3px;
    padding: 5px;
    font-size:1.2em; 
    color:white; 
    display: table;
    clear: left;
    font-weight: bold;
}
.funding_btn:before {
    content: url('/img/icons/previouswhite.png?ad54e19aa16a');
    left: 2px;
    position: relative;
    vertical-align: -3px;
}
.prj-btn_green {
    background-color: #2EAC66;
    border-radius: 3px;
    padding: 5px;
    font-size:1.2em; 
    color:white; 
    display: table;
    clear: left;
    font-weight: bold;
}
div.prj-action-wait {
    background-color: gray;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 24px;
    padding: 3px;
    color: white;
    display: table;
}
.currentstate:not(:last-child):after {
    border-left: 10px solid #F9F9F9;
}
.currentstate {
    background: #F9F9F9;
    font-weight: bold;
}
.followicon {
    vertical-align: -5px;
    background: #E3E3E3;
    border-radius: 60%;
}
.selected-arrow{
    border-bottom: 14px solid transparent;
    border-right: 15px solid #0595BA;
    border-top: 14px solid transparent;
    background-color: white;
}
.head-help{
    float: right;
    margin-left: 0;
    margin-right: 10px;
}
.filter_table{
    width:110px; 
    position:absolute; 
    padding-top:9px;
    overflow:hidden; 
    background:white; 
    border: 1px solid; 
    padding-left: 7px; 
    margin-left: -8px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 2px 2px 4px #888888;
}
.show_hide_popup{
    float:right; 
    margin-right: -7px;
}
.tasktip {
    padding: 5px;
    background: white;
}
.prjtitle-block {
    font-size: 1.2em;
    color: #0595BA;
    height: 131px;
    overflow: hidden;
}
.prjtitle {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}
.tasktitle {
    font-size: 2.3em;
    color: #2EAC66;
    font-weight: bold;
    overflow: hidden;
}
.featuretitle {
    color: #0595BA;
    font-size: 1.5em;
    overflow: hidden;
    text-align: left;
}
.funded {
    font-size: 2em;
    font-weight: bold;
}
.amount {
    font-weight: bold;
}
.featurebtns {
    clear: both;
    margin: 1em 0;
}
.prjbtm {
    width: 600px;
    height:17px;
    background: url('/img/prjbtm.png?aea3731b2ddb');
}
.prjcard {
    background: white;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 350px;
    margin: 2px;
    overflow: hidden;
    padding: 1.2em;
    position: relative;
    width: 275px;
}
.prjcard_comingsoon {
    filter:alpha(opacity=50);
    opacity:0.5;
}
.prjcard_comingsoon_tag {
    font-size: 200%;
    transform: rotate(-20deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 6em;
    border: solid;
    padding: .1em;
    color: #0094b5;
}

ul.center_content {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
ul.center_content li {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.prjcardlink {
    position: absolute;
    top: 350px;
    left: 280px;
}
.prjcardauthor {
    color: #475E6C;
}
div.cardspec {
    margin: 0;
}
.fundingprogress {
    position: absolute;
    top: 320px;
    border-top: medium dotted #D3CFCF;
    width: 80%;
    padding-top: 10px;
}
.featureblock {
    margin-top: 0.5em;
    overflow: hidden;
}
.featureblock img {
    max-width: 100%;
    height: auto;
}
.minispec dl {
    margin: 0;
    padding: 0;
}
.minispec dt {
    margin: 0;
    padding: 0;
    padding-right: 35px;
}
.minispec dd {
    margin: 0;
    padding: 0 0 10px;
}
div.minispec {
    width: 135px;
    height: 90px;
    float: right;
    border: 1px solid;
    margin: 2px;
    text-align:center;
    overflow: hidden;
}
.minispec p {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.minispec img {
    max-width:100%
}
.cardspec img{
    max-height: 85px;
    max-width: 175px;
}
.prjbody {
    width: auto;
    max-width: 750px;
    overflow: hidden;
    margin-right: 275px;
}
.prjbodypresentation {
    background: white;
    max-width: 860px;
    margin: 0 auto;
    padding: 10px 30px;
}
.prjbodyprofile {
    margin: 0 auto;
}
.features {
    max-width: 275px;
    position: relative;
}
.features_manage {
    position: relative;
    list-style-type: none;
    padding: 0;
}
.editoffer {
    position: absolute;
    z-index: 1;
    background: white;
    border: 1px solid;
    border-radius: 3px;
    margin-top: 0.5em;
    padding: 10px;
}
.bidfeature {
    float: left;
    width: 50px;
}
.statebtn {
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 5.5em;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.6em;
}
.supportbtn_complete {
    background: none repeat scroll 0 0 #0094B5;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: auto;
    padding: 0.3em;
    text-transform: uppercase;
}
.supportbtn_simple {
    background: none repeat scroll 0 0 #0094b5;
    border-radius: 3px;
    color: white;
    display: table;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
}
.supportbtn {
    background: none repeat scroll 0 0 #0094B5;
    border-radius: 3px;
    color: white;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.3em;
    text-transform: uppercase;
}
.bidaction {
    background: #2EAC66;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    display: table;
    margin: 5px;
    border-radius: 4px;
}
.bidaction:after {
    content: url('/img/icons/whitebtn.png?aea3731b2ddb');
    vertical-align: -2px;
}
.oigreen, .oigreen a, .oigreen h3 {
    color: #2EAC66;
}
.newspot {
    padding: 2px;
    background: #E4EFF5;
}
input.newtask_title {
    width: 195px;
    height: 17px;
    border: none;
    font-size: .8em;
    font-style: italic;
    color: #81D3DA;
    margin-left: 3px;
}
.specauthor {
    font-weight: bold;
}
div.sepspec {
    background: url('/img/sepspec.png?aea3731b2ddb');
    height: 1px;
    margin: 20px;
    clear: both;
}
div.specfooter {
    height: 19px;
    width: 300px;
    float: right;
    text-align: right;
    background: #D7E7F0;
    color: #2EAC66;
    padding: 3px;
}
div.sepspecfooter {
    width: 1px;
    height: 13px;
    background: white;
    display: inline-block;
}
.projectbaseline {
    width: 100%;
}
.progressbar {
    background: #E4E5E5;
    border-radius: 3px;
    color: black;
    float:left;
    font-size: 0.8em;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 90%;
}
.progress {
    float:left;
    background:#0094B5;
    height: 1.2em;
}
.progresstitle {
    margin: 1px;
    position: absolute;
    left: 50%;
}
.tax{
    font-size: 11px;
}
#actions-f {
    width: 215px;
    float: right;
}
.funding_minispec{
    word-wrap: break-word;
    text-align: left;
}
.funding_space {
    margin-bottom: 1%;
}
/*TODO a voir*/ 
.margin_auto {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.funding_short {
    color: #6F6F6E;
    font-size: 17px;
    font-weight: bolder;
    word-wrap: break-word;
    margin-left: 3px;
    margin-right: 3px;
}
.discussion_column {
    margin: 5px;
    max-width: 630px;
}
/*TODO*/
.column-right {
    background-color: #F6F6F6;
    padding: 5%;
}
.help-funding {
    background-color: #A0D2E9;
    border-radius: 3px;
    color: black;
    float: right;
    font-size: 11px;
    padding: 0.5%;
    width: 240px;
    margin-bottom: 10px;
}
.detail_subtitle {
    font-size:25px; 
    padding-left: 1%;
    margin-top: 2%;
}
.edit_add_new_language {
    font-weight: bold;
    margin-left: 8%;
    padding-top: 1%;
}
.edit_title {
    font-size: 1.6em;
    text-align: center;
}
.spec_author {
    color: #475E6C;
    margin-left: 10px;
    margin-top: -3%;
}
.bid_popup_title {
    color: #0595BA;
    font-size: 20px;
}
.pluginsmall {
    background: white;
    border: solid 1px #E0E0E0;
    width: 230px;
    height: 90px;
    color: #0595BA;
    font-weight: bold;
    padding: 3px;
    overflow: hidden;
}
.plugintiny {
    background: white;
    border: solid 1px #E0E0E0;
    color: #0595BA;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    width: 80px;
}
.pluginsimple {
    background: none repeat scroll 0 0 white;
    border: 1px solid #e0e0e0;
    color: #0595ba;
    font-weight: bold;
/*    height: 150px;*/
    overflow: hidden;
    padding: 3px;
/*    width: 330px;*/
}
.simple_sum{
    width: 70px;
    text-align: end;
}
.progresstiny {
    background: #2EAC66;
    color: white;
    float: left;
    font-weight: bold;
    height: .3em;
    text-align: center;
}
.pluginsimplevisit{
    text-align: center;
    color: #6F6F6E;
    display: block;
}
.plugin-arrow {
    float: left;
    margin: 100px 5px;
}
.pluginsum {
    border-left: 1px solid #0094b5;
    color: #6f6f6e;
    float: left;
    margin: 7px 7px 17px 20px;
    padding-left: 10px;
}
.plugin-nobold {
    font-weight: normal;
}
.pluginlogo {
    float: right;
    width: 80px;
}
/*TODO*/
.funding_profilepicture{
    float: right;
    max-width:150px; 
    max-height:150px;
    padding: 5%;
    width: 30%;
}
.editfeature{
    color: black;
    font-size: 10px;
}
.bordertitledetails {
    padding: 10px;
}
.blockfeatureheight {
    background-color: white;
    padding: 1%;
    margin-bottom: 10px;
}
.maxwidth50 {
    max-width: 48%;
}
.fieldfeature{
    border:1px solid #E0E0E0; 
    margin-bottom: 10px;
    color: #0595BA;
    font-style: italic;
}
.rewardtitle{
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.popup_reward {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
    color: black;
    max-width: 500px;
    min-width: 310px;
    padding: 2%;
    position: fixed;
    top: 20px;
    z-index: 20;
    max-height: 85%;
    overflow: auto;
}
.popup_reward th {
    width: 40%;
}
.reward_bottom_line{
    border-top: 2px dotted #D3CFCF;
    margin-top: 10px;
}
.details_task{
    background-color: #F5F3F3;
    margin: 1%;
    padding: 1%;
}
.details_title{
    color: black;
    font-weight: bold;
    font-size: 15px;
}
.popup_corner {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
    color: black;
    padding: 2%;
    position: fixed;
    top: 20px;
    z-index: 20;
}
.popup_complete{
    background: white;
    border: solid 1px #E0E0E0;
    color: black;
    position: fixed;
    padding: 1%;
    z-index: 20;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
    top: 151px;
    max-width: 460px;
}
/*TODO*/
.of_close{
    width: 55%;
}
.project{
    background-color: white;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 2%;
    padding: 1% 1% 1% 20px;
    min-height: 220px;
}
.btn_feature {
    border: 1px solid;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px;
}
.btn_feature:hover {
    color: #004f44;
    text-decoration: none;
}
.displayblock{
    display: block;
}
.addfeature{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.fund{
    color: #0595BA;
    text-align: start;
}
.goal{
    color: #2EAC66;
    text-align: end;
}
.block_fund_goal {
    width: 90%;
    margin-top: 10px;
}
.subtitle{
    color: #9D9C9C;
}
.submit_feature{
    background: #F6F6F6;
    border-radius: 3px;
    padding: 1%;
}
.header_close{
    position: absolute;
    right: 30px;
    top: 40px;
}
.user_picture_effect{
    border-radius: 60%;
    position: relative;
}
.bluesky{
    background: #CCE4F3;
}
.helpstart {
    padding-top: 2%;
    position: relative;
}
.log_style{
    color: #0595BA;
    padding-bottom: 2%;
}
.log_separate{
    padding-bottom: 4%;
}
.popup_form_register{
    background: white;
    border: solid 1px #E0E0E0;
    color: black;
    left: 50%;
    position: absolute;
    padding: 1%;
    z-index: 20;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
}
.prjcard_margin_bottom{
    margin-bottom: 10px;
}
.headernews{
    color: #8F9595;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.headernews:last-child {
    padding-right: 0;
}
.headerbtn{
    border: 1px solid #0595BA;
    border-radius: 3px;
    padding: 5px 12px;
    position: relative;
    margin-right: 5px;
    font-weight: bold;
}
.btnlogin{
    color: #0595BA;
    background-color: #CCE4F3;
    top: 20px;
}
.btnregister{
    color: white;
    background-color: #0595BA;
}
.sliderimg {
    margin-top: 20px;
}
.sliderimgcloser{
    margin-left: 70px;
}
.sliderimgcloser3{
    margin-left: 70px;
}
.sliderimgcloser1{
    margin-left: 130px;
}
.sliderimgcloser4{
    margin-left: -90px;
    margin-top: 0px;
}
.body_color{
    color: #6F6F6E !important;
}
.not_allocated{
    border-left: 1px dashed #E0E0E0;
    float: right;
    margin-right: 10px;
    max-width: 100px;
    padding:5px 5px 5px 10px;
    text-align: center;
}
.column_right_dotted{
    border-top: dotted 2px;
    border-color: #E0E0E0;
    margin: 5px 0;
}
.corner_developpeur{
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 14px;
}
.subtitle_news{
    color: #9D9C9C;
    font-size: 16px;
    font-weight: bold;
}
@font-face {
    font-family: "ProximaNova";
    src: url('/fonts/proximanova-light-webfont.eot?&abf9b3ac3f6c') format('eot'), url('/fonts/ProximaNova-Light.otf?abf9b3ac3f6c') format('opentype');
}
@font-face {
    font-family: "ProximaNova";
    font-weight: bold;
    src: url('/fonts/proximanova-bold-webfont.eot?&abf9b3ac3f6c') format('eot'), url('/fonts/ProximaNova-Bold.otf?abf9b3ac3f6c') format('opentype');
}
@font-face {
    font-family: "ProximaNova";
    font-weight: 900;
    src: url('/fonts/proximanova-extrabold-webfont.eot?&abf9b3ac3f6c') format('eot'), url('/fonts/ProximaNova-Extrabold.otf?abf9b3ac3f6c') format('opentype');
}
@font-face {
    font-family: "CCRA";
    src: url('/fonts/CCRA.eot?&abf9b3ac3f6c') format('eot'), url('/fonts/CCRA.ttf?abf9b3ac3f6c') format('opentype');
}
body {
    margin:0;
    font-family: "ProximaNova",Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #6F6F6E;
    background: #E3E3E3;
    min-width: 320px;
}
.pagebody {
    background: white;
    clear: left;
}
img {
    border: None;
}
h1, h2, h3, h4 {
    font-family: "ProximaNova", Helvetica, sans-serif;
    font-weight: bold;
    color: #0094B5;
/*    text-transform: uppercase;*/
}
h5, h6 {
    font-size: 1.3em;
    font-weight:bold;
    font-variant: small-caps;
    margin: 10px;
}
a {
    text-decoration: None;
    color: #0094B5;
}
a:hover {
    text-decoration: underline;
}
.center{
    margin: auto;
    max-width: 1020px;
}
.space {
    height: 1.5em;
}
#footer {
    background: white;
    overflow: hidden;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
#toptext {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #0595BA;
    border-radius: 3px;
    box-shadow: 2px 2px 2px;
    float: right;
    font-size: 1.2em;
    padding: 10px;
    position: relative;
    z-index: 3;
    min-height: 109px;
    min-width: 170px;
}
.toplink {
    padding: 5px 20px;
    display: table;
    padding: 5px 10px;
    max-width: 150px;
    width: 100%;
}
.toplink:hover{
    background: #E3E3E3;
}
#toptext img {
    position: relative;
    top: 2px;
    left: -2px;
    vertical-align: -2px;
    margin-right: 5px;
}
#header {
    padding: 10px 0;
    background: white;
    min-height: 85px;
}
#logo {
    width:145px;
    padding-top: 5px;
    float:left
}
#searchdiv {
    float: left;
    margin-top: 5px;
    margin-right: 30px;
}
#baseline {
    width: 161px;
    color: #0094B5;
    text-transform: uppercase;
    font-family: "CCRA";
    font-size:13px;
}
#search {
    text-align: right;
}
#searchbtn {
    position:relative;
    left:-25px;
    top:1px;
}
#beta {
    float: left;
    left: 135px;
    position: relative;
}
#userheader {
    position: relative;
    top: 20px;
}
.usertitle {
    color: #0094B5;
    text-transform: uppercase;
    font-weight: bold;
}
.loginlabel {
    color: #2EAC66;
    position: absolute;
    padding: 2px;
}
.registerline {
    repeat-x:repeat;
    height: 35px;
    margin: auto;
    width: 1020px;
}
.registerline:after {
    content: url('/img/icons/next.png?157e015ea09e');
    vertical-align: -1.8em;
}
.registertext {
    padding: 7px;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    float: left;
}
.newprojectform {
    margin: 3em;
}
.blogtag {
    border-radius: 5px;
    color: #0094B5;
    text-align: center;
    background: #362a32;
    padding: 0.5em 1em;
    margin: 1%;
    float: none;
    margin-left: 26%;
    width: 41%;
    margin-bottom: 10px;
}
.blogtagline {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.2em;
    color: white;
}
#pagetitle {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 2em;
    color: #D0574C;
    overflow: hidden;
    clear:left;
}
#messageoutput {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 21;
}
.info {
    background: #D0574C;
    font-weight: bold;
    color: white;
}
.column {
    float: left;
    margin: 5px;
}
.largecolumn {
    float: left;
    width: 60%;
    margin: 2px;
    max-width: 595px;
}
div.smallcolumn {
    float: left;
    width: 200px;
    margin: 2px;
}
#sepheader {
    background:url('/img/agilebg.png');
    border-top:1px solid #D0574C;
    height:15px;
}
div.pagetitle {
    font-size: 1.5em;
    color: #D0574C;
    float: left;
    width: 165px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
img.tabicon {
    float: left;
    margin: -3px 5px;
}
#actions{
    max-width: 275px;
}
#nav {
    background:#D7E7F0;
    max-width:280px;
}
.navtitlehome {
    font-size: 1.4em;
    font-weight: bold;
}
#content {
    padding-top: 20px;
    margin: auto;
    max-width: 1020px;
    position: relative;
}
#related {
    width: 265px;
}
#shrinkrelated {
    overflow:hidden;
}
.block_shrinkrelated {
    position: relative;
    float:right; 
    overflow: visible; 
    width: 20px;
    z-index: 2;
}
.presslide {
    padding: 5px;
    background: white;
    border-radius: 3px;
}
#catcherbg {
    background: #E4E5E5;
    background-image: url('/img/sliderbg.png?3d761dc910bb');
    overflow: hidden;
}
#catcher {
    height: 220px;
    max-width: 1020px;
    margin: auto;
    position: relative;
}
.slider {
    float: right;
    width: 670px;
    font-size: 1.4em;
}
.slidermore {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 12px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #CCE4F3;
    color: #0595BA;
    border: 1px solid #0595BA;
    left: 350px;
    top: 160px;
}
.indexslide {
    width: 650px;
    overflow: hidden;
}
.slidertip {
    text-transform: none;
    font-weight: normal;
    left: 650px;
    margin-bottom: 25px;
    color: #767676;
    font-size: 16px;
    width: 550px;
}
.slidericons {
    right: 40px;
    position: absolute;
    top: 170px;
    width: 70px;
    z-index: 1;
}
.slidericon {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px;
    margin-right: 7px;
    border-radius: 6px;
    border:2px solid;
    color: #D3CFCF;
    background-color: white;
}
.slidericonselected {
    font-weight: bold;
    background: #0595BA;
}
.slider dl {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: bold;
}
.slider dd {
    width: 600px;
    height: 30px;
    color: #0094B5;
    font-size: 1.4em;
    margin: 0 0 4%;
}
.fundingdesc {
    font-size: 22px;
    background-color: #0595BA;
    color: white;
    height: 80px;
}
.fundingtitle {
    font-size: 120%;
    font-weight: bold;
}
.fundinggreen {
    color: #1E9947;
}
.fundinglogo {
    float: left;
    margin-top: .3em;
}
.teampicture {
    float: left;
    height: 100px;
    margin-left: 0.2em;
    margin-right: 0.6em;
}
.surrondteampicture{
    margin-bottom: 40px;
    float: left;
}
div.popup_spec {
    background: white;
    border: solid 1px #E0E0E0;
    position: fixed;
    padding: 10px;
    z-index: 20;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
    left: 5%;
    top: 30px;
    max-height: 85%;
    overflow: auto;
    min-width: 270px;
    max-width: 600px;
    width: 50%;
}
.popup{
    background: white;
    border: solid 1px #E0E0E0;
    color: black;
    position: fixed;
    padding: 10px 15px;
    z-index: 20;
    border-radius: 3px;
    box-shadow: 3px 3px 4px;
    left: 0;
    top: 20px;
    max-height: 85%;
    max-width: 400px;
    min-width: 280px;
    overflow: auto;
    width: 350px;
}
.visible{
    overflow: visible;
}
.actions {
    clear: right;
    float: right;
    margin: 5px;
}
.actionbutton {
    float: right;
    background-color: white;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px 12px;
    position: absolute;
    right: 70px;
}
.actionbutton_presentation {
    cursor: pointer;
    font-weight: bold;
    background-color: #E3E3E3;
    background-image: none;  
    border-radius: 3px;
    color: #0595BA;
    font-size: 15px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
}
.block_action_presentation{
    margin-bottom: 60px;
    position: relative;
}
.username {
    font-weight: bold;
}
.clickable {
    cursor: pointer;
}
.invisible {
    display: none;
}
.cleared {
    clear: both;
}
.filedest {
    visibility: hidden;
    height: 0;
    width: 0;
}
.norich {
    width: 500px;
    height: 200px;
}
.askoi {
    margin: -11px 0;
}
.op_icon {
    width: 30%;
    margin: 0 auto;
    min-width: 320px;
}
.op_icon img{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 26px;
}
.op_larger{
    font-size: 16px;
    font-weight: bold;
}
.oired {
    color: #D0574C;
}
div.spectype {
    padding: 6px 14px;
    float: left;
    border: solid 2px #CCCCCC;
    margin: 1.5%;
    font-size: 15px;
    color: black;
}
div.spectypeselected {
    border: solid 2px gray;
    font-weight: bold;
}
.speclegend {
    height: 70px;
    margin-left: 10px;
    width: 600px;
}
.speclegend_file{
    height: 50px;
    margin: 11px;
    width: 95%;
}
div.spectype {
    padding: 6px 14px;
    float: left;
    border: solid 2px #CCCCCC;
    margin: 1.5%;
    font-size: 15px;
    color: black;
}
.fundingleft{
    float: left;
}
.fundingright{
    float: right;
}
.logbox{
    background-color: white;
    float: left;
    margin-left: 1%;
    margin-bottom: 10px;
    padding: 2%;
    border-radius: 3px;
    width: 95%;
    min-width: 280px;
    max-width: 410px;
}
.continuebtn{
    background: #0595BA;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    padding: 10px;
}
.nobtnstyle{
    border: 0 none;
    color: white;
    font-weight: bold;
}
.form_center{
    text-align: center;
}
.no_margin{
    margin: 0;
}
.blur{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.91;
    z-index: 19;
    position: fixed;
    background-color: #E3E3E3;
}
.boldtext {
    font-weight: bold;
}
.learn_more {
    float: left;
    padding-top: 25px;
}
.name_header {
    float: left;
    position: relative;
    text-align: right;
    top: 25px;
}
.arrow_header {
    background: url('/img/icons/arrow_header.png?1c22fe39dddd') no-repeat scroll 0 0 transparent;
    position: relative;
    top: 25px;
    z-index: 1;
}
.arrow_header:hover {
    background: url('/img/icons/arrow_header_hover.png?1c22fe39dddd') no-repeat scroll 0 0 transparent;
}
.arrow_header_up {
    background: url('/img/icons/arrow_header_up.png?1c22fe39dddd') no-repeat scroll 0 0 transparent;
    position: relative;
    top: 25px;
    z-index: 1;
}
.arrow_header_up:hover {
    background: url('/img/icons/arrow_header_up_hover.png?1c22fe39dddd') no-repeat scroll 0 0 transparent;
}
.popup_login_header {
    background: none repeat scroll 0 0 white;
    border: 1px solid #0094B5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 4px;
    color: black;
    padding: 10px 10px 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 20;
}
.little_help {
    font-size: 9px;
}
.section_title{
    border-left: 1px solid #0094B5;
    border-right: 1px solid #0094B5;
    color: #0094B5;
    display: table;
    font-size: 2em;
    font-weight: bold;
    margin: 40px auto;
    padding: 5px;
}
.radio_order{
    display: inline-block;
}
.presslide > h3:first-child {
    margin-top: 16px;
}
.presslide > h3 {
    margin-top: 36px;
}
.newsproject {
    margin-bottom: 10px;
    padding: 12px 1% 12px 20px;
    background-color: white;
    border-radius: 3px;
}
.separate_project_feature {
    clear: both;
    border-top: 2px dotted #D3CFCF;
    margin: 10px 0;
    margin-bottom: 10px;
}
.tabs_project {
    background: #F9F9F9;
    float: left;
    margin-bottom: 10px;
}
.tab_project {
    padding: 10px;
    color: #0094B5;
    border-right: solid 1px white;
    font-size: 20px;
    font-weight: normal;
    float: left;
    display: block;
    cursor: pointer;
    margin: 0;
}
.tab_project:last-child {
    border-right: none;
}
.tab_project_selected {
    background: #0094B5;
    color: white;
    font-weight: bold;
}
.tab_project_selected > a {
    color: white;
}
.participant {
    border-top: 1px dotted;
    padding: 10px 0;
    min-height: 50px;
}
.follow_project {
    float: right;
    padding: 5px;
    background: #0094B5;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 7px;
}
.head_community{
    color:#0094B5;
    margin-top: 24px;
}
.line_separate {
    margin-top: 10px;
}
.line_featureuser_name{
    border-right: 1px solid #0094B5; 
    padding-right: 10px;
}
.avoid_overlapping{
    position: relative;
    width: 215px;
    z-index: 1;
}
.social_integration{
    background: none repeat scroll 0 0 white;
    border-radius: 5px 0 0 5px;
    height: 145px;
    left: -20px;
    position: absolute;
    top: 80px;
    width: 35px;
    padding: .3em .2em .5em;
}
.social_integration_img{
    margin: 5px 3px;
}
.social_integration_bubble{
    background: #737477;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    opacity: 0.8;
    left: -30px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -55px;
    width: 85px;
    z-index: 1;
}
.social_integration_bubble:after{
    content: " ";
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #737477;
    opacity: 0.8;
    position: absolute;
    top: 40px;
    left: 35px;
}
/*Open The World*/
.opentheworld_annoncement{
    max-width: 1020px; 
    width: auto; 
    margin: 0 auto; 
    text-align: center;
    padding-top: 10px;
    position: relative;
}
.opentheworld_logo{
    left: 20px;
    position: absolute; 
    z-index: 1;
}
.opentheworld_sentence{
    color: black; 
    font-size: 2.5em;
    float: left;
    position: relative;
    top: 50px;
    left: 10px;
}
.opentheworld_learn_more{
    background: #0094B5; 
    font-size: 1.5em;
    color: white;
    padding: 10px;
    border-radius: 3px; 
    position: absolute; 
    top:190px; 
    left: 260px;
}
.opentheworld_progressbar{
    float: right;
    width: 270px;
    text-align: start;
    position:absolute; 
    top:70px; 
    right: 100px;
}
.opentheworld_content{
    background: white; 
    padding: 20px;
    position: relative;
    margin-top: 200px;
}
.opentheworld_help{
    font-size: 18px; 
    padding: 10px;
}
.opentheworld_title{
    font-size: 1.7em;
    color: #0094B5;
    display: table;
    margin: 20px auto;
    border-left: 1px solid #0094B5;
    border-right: 1px solid #0094B5;
    padding: 5px;
}
.opentheworld_frame{
    border: 1px dashed #0094B5;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
    padding: 1.2em;
    position: relative;
    max-width: 900px;
    margin: 0 auto 40px;
}
.opentheworld_separate_part{
    border-right: 1px dashed #0094B5;
    min-height: 175px; 
    float: left; 
    margin: 0 10px;
}
.opentheworld_part1{
    float:left; 
    width: 385px;
    position: relative;
}
.opentheworld_part2{
    float: left;
    width: 200px;
    text-align: justify;
    position: relative;
}
.opentheworld_photo{
    width:170px;
    margin-right: 10px;
}
.opentheworld_description{
    max-width: 200px;
    overflow:hidden;
}
.opentheworld_btn_part1{
    position:relative;
    margin-top: 142px;
    margin-bottom: 10px;
}
.opentheworld_projects_progressbar{
    padding-top: 10px;
    position: relative;
    float:left;
    width: 190px;
}
.opentheworld_btn_part2{
    position:absolute;
    margin-left: 40px;
    margin-top: 35px;
}
.opentheworld_block_fund_goal{
    border-bottom: 1px dashed #D3CFCF;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 85%;
}
.opentheworld_follower{
    float: left;
    position: relative;
    margin-top: 50px;
}
.prjcard_sumbit{
    background: #0094B5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 290px;
    margin: 10px auto 0;
    padding-top: 20px;
    width: 230px;
}
.prjcard_sumbit a{
    color: white;
}
.prjcard_sumbit > p{
    margin-top: 30px;
}
.prjcard_sumbit > div{
    font-size: 1.5em;
    margin-top: 90px;
}

div.userpage {
    width: 450px;
    float: left;
    margin:0 20px;
}
.userbody {
    padding: 1em;
}
.creditblock {
    float: left;
    text-align: center;
    width: 36%;
    max-width: 357px;
}
.credittip {
    background-color: #A0D2E9;
    border-radius: 3px;
    padding: 1%;
}
div.userblock {
    clear: left;
    padding: 10px;
    width: 400px;
}
div.usermsg {
    padding: 70px;
}
div.userpicture {
    float: right;
    width: 150px;
}
.contactinfo {
    clear: left;
    margin: 2em;
}
.contactpicture {
    max-width: 50px;
    max-height: 60px;
    margin-left: .2em;
    margin-right: .6em;
    vertical-align: middle;
}
.profilepicture {
    max-width: 150px;
    max-height: 150px;
    margin: 10px 0;
}
.usercontent {
    width:400px;
    float: left;
    margin:0 40px;
}
.usercontentlarge {
    max-width:550px;
    margin: 0 auto;
}
div.blogicon {
    background: url('/img/discblue.png?aea3731b2ddb');
    color: white;
    float: left;
    font-weight: bold;
    margin: -3px 0 5px;
    padding: 3px 7px 6px 11px;
    width: 10px;
}
.accounticon {
    margin: 0 3px;
    vertical-align: middle;
}
.smallinput {
    width:100px;
}
.accountinput {
    text-align:right;
    position:relative;
    top:-10px;
}
.mp {
    width: 30em;
    height: 20em;
}
#sendmp img {
    float: right;
    padding-right: 15px;
    padding-top: 5px;
}
.profile_picture {
    background-color: white;
    border-radius: 3px;
    float: left;
    margin: 1%;
    margin-bottom: 10px;
}
.block_picture {
    float: left;
    max-width: 170px;
    margin: 0 1%;
}
.profile_column {
    max-width: 170px;
    width: 30%;
}
.profile_info {
    border: dotted 2px #E0E0E0;
    border-left:none;
    border-right:none;
    margin: .5em 0;
    padding: .5em 0
}
#bio {
    max-width: 500px;
}
.profilecolumn {
    float: left;
    background-color: white;
    border-radius: 3px;
    padding: 2%;
    max-width: 530px;
    width: 100%;
    min-height: 150px;
}
.payment_popup_title {
    position: fixed; 
    top: 65px;
    z-index: 20; 
}
.confirmpaymentblock {
    background-color: white;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    box-shadow: 2px 2px 2px;
    padding: 1% 3%;
    max-width: 350px;
    z-index: 20;
    position: fixed;
    top: 20px;
}
.payment_popup_title {
    color: #0094B5; 
    font-size: 22px;
    margin-bottom: 2%;
}
.popupmsg{
    background: none repeat scroll 0 0 white;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 4px;
    color: black;
    min-width: 299px;
    padding: 3% 1%;
    position: fixed;
    top: 20px;
    z-index: 1;
}
.wrong_login{
    padding: 0pt 0.7em;
    border: 1px solid #cd0a0a;
    background: #cd0a0a url('/css/images/ui-bg_flat_15_cd0a0a_40x100.png?d96af6cd8948&f224c34a5544') 50% 50% repeat-x;
    color: #ffffff;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
    border-top-left-radius: 6px;
}
.user_picture_bio{
     background-color: white;
     border-radius: 3px;
     
}
.log_style .required {
    width: 85%;
}
.profile_subtitle {
    color: #0094B5;
    font-size: 1.7em;
    margin: 10px;
    padding: 5px 25px 5px 0;
}
.profile_subtitle:first-child {
    border-right: 1px solid;
}
.h2title {
    float: left;
    color: #0094B5;
    font-weight: bold;
    font-size: 2em;
/*    margin-bottom: 20px;*/
    padding-right: 10px;
}
.related > div:first-child {
    margin: 20px 0;
    text-align: center;
}
.contact_me {
    text-align: center;
    font-size: 18px;
}
.blue_band {
    height: 10px;
    background: #0094B5;
    margin-top: 20px;
}

/*! jQuery UI - v1.9.1 - 2012-10-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0; /* #8656 */
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.6em; height: 0.8em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .5em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #f2f5f7 url('/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png?f224c34a5544') 50% top repeat-x; color: #362b36; }
.ui-widget-content a { color: #362b36; }
.ui-widget-header { border: 1px solid #aed0ea; background: #deedf7 url('/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png?f224c34a5544') 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url('/css/images/ui-bg_glass_80_d7ebf9_1x400.png?f224c34a5544') 50% 50% repeat-x; font-weight: bold; color: #2779aa; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url('/css/images/ui-bg_glass_100_e4f1fb_1x400.png?f224c34a5544') 50% 50% repeat-x; font-weight: bold; color: #0070a3; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #0070a3; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #2694e8; background: #3baae3 url('/css/images/ui-bg_glass_50_3baae3_1x400.png?f224c34a5544') 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #f9dd34; background: #ffef8f url('/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png?f224c34a5544') 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url('/css/images/ui-bg_flat_15_cd0a0a_40x100.png?f224c34a5544') 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('/css/images/ui-icons_72a7cf_256x240.png?f224c34a5544'); }
.ui-widget-content .ui-icon {background-image: url('/css/images/ui-icons_72a7cf_256x240.png?f224c34a5544'); }
.ui-widget-header .ui-icon {background-image: url('/css/images/ui-icons_72a7cf_256x240.png?f224c34a5544'); }
.ui-state-default .ui-icon { background-image: url('/css/images/ui-icons_3d80b3_256x240.png?f224c34a5544'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('/css/images/ui-icons_2694e8_256x240.png?f224c34a5544'); }
.ui-state-active .ui-icon {background-image: url('/css/images/ui-icons_ffffff_256x240.png?f224c34a5544'); }
.ui-state-highlight .ui-icon {background-image: url('/css/images/ui-icons_2e83ff_256x240.png?f224c34a5544'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('/css/images/ui-icons_ffffff_256x240.png?f224c34a5544'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url('/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png?f224c34a5544') 50% 50% repeat; opacity: .8;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url('/css/images/ui-bg_highlight-hard_70_000000_1x100.png?f224c34a5544') 50% top repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/*La page d'acceuil*/

@media screen and (max-width:1025px){
/*    les deux images apparaissent sous le text*/
    #rocket {margin-left: 10px;}
    .sliderimg {opacity: 0.2;position: absolute;top: 0;}
    .sliderimgcloser1 {margin-left: 30%;}
    .sliderimgcloser2, .sliderimgcloser3 {margin-left: 10%;}
    .sliderimgcloser4 {margin-left: -10px;}
    #catcher {padding: 0 2%;}
    .slider {float: none; width: auto;}
    .slidermore {left: 10px; padding: .2em%;} 
    .submitproject {margin: 0 auto;}
    .indexslide {overflow: visible; width: auto;}
    .slidertip {width: auto;}
    .slider dd {height: auto;}
    #userheader_mobile {display: block;}
}
/*Push line qui disparait*/
@media screen and (max-width:500px){
    #searchdiv {display: none;}
}
@media screen and (max-width:580px){
    .blue_band_line_text {display: none;}
    .actions.clickable.actionbutton {margin-top: 25px; float: none;margin-left: 100px;}
}
@media screen and (max-width:470px){
    .slidermore {top:180px;}
    .slidericons {top:190px;}
}
@media screen and (max-width:410px){
    #name_header {display: none;}
    .slidermore {display: none;} 
    .slidericons {top:200px;}
}

/*La page projet*/
@media screen and (max-width:1060px){
    .social_integration {left: 0;}
}
@media screen and (min-width:751px){
    #btn_extend_close, #btn_extend_open  {display: none;}
}
/*rend la page responsive*/
@media screen and (max-width:750px){
    .prjbody {margin-right: 25px;} /*à voir margin*/
    #related {background: white;}
    .discussion_column {margin: 0 3%;} /*à voir margin*/
/*    permet de voir le boutons pour voir la colonne de droite*/
/*    donne une taille bien visible pour le blockfeatureheight */
    .maxwidth50 {max-width: 100%;}
/*    affiche la popup à la bonne taille pour le projet*/
    .mobile_popup_size{width: auto !important;}
/*    permet de cacher la div en dessous d'une certaine taille*/
    #shrinkrelated {box-shadow: 0 2px 3px 2px; width: 20px;background: none repeat scroll 0 0 white;border: 1px solid #9D9C9C;}
}
/*améliorer les messages pour les projets*/
@media screen and (max-width:400px){
    .discussion_column .column {float:none;}
    .speech {display: none;}
    .msgbubble {margin-left: 0;}
}

/*La page myaccount*/
@media screen and (max-width:580px){
    .largecolumn, .creditblock {display: table;float: none;margin: 0 auto;text-align: center;width: auto;}
}

/*La page myaccount*/
@media screen and (max-width:750px){
    .prjbodyprofile {margin-right: 0;}
}

/*Open The world*/
@media screen and (max-width:686px){
    .opentheworld_separate_part{border-right: none;border-bottom: 1px dashed #0094B5;margin: -5px 10px 0;min-width: 95%;min-height: 0;}
}
@media screen and (max-width:455px){
    .opentheworld_cleared{display:block;}
    .opentheworld_part1{width: auto;}
    .opentheworld_description{max-width: 250px;}
}
