@charset "utf-8";
/* CSS Document */


img{border: none;}

form{
    padding: 0px;
    margin: 0px;
}

td{
    padding: 5px;
    margin: 0px;
}

body{
background: url('../images/site-bg.jpg') repeat-x #F2F7FC center 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
margin: 0px;
padding: 0px;
}


a.link{
    text-decoration: underline;
}
a.link:hover{
    text-decoration: none;
}

a{
text-decoration: none;
color: #0066CC;
}

a:hover{
text-decoration: underline;
color: #0099FF;
}

.clear{
font-size: 1px;
height: 1px;
clear: both;
}

.site-container{
width: 714px;
margin: 0 auto;
}

.login{
background: url('../images/login-bg.jpg');
padding: 1px 6px 10px 14px;
width: 174px;
height: 81px;
float: right;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;

}

.input-wrapper{
background: url('../images/input-bg.jpg') repeat-x #FFFFFF;
width: 169px;
margin: 2px 0px 2px 0px;
border: 1px solid #00203F;
}

.login-pass, .login-user, .login-btn{
    font-size: 10px;
}

.login-user, .login-pass{
border: none;
padding: 4px 5px 4px 20px;
display: block;
}

.login-user{
width: 144px;
background: url('../images/input-user.jpg') no-repeat 3px 3px;
}

.login-pass{
width: 86px;
background: url('../images/input-pass.jpg') no-repeat 3px 3px;
}

#pass{
width: 111px;
float: left;
}

.login-btn{
background: url('../images/btn-bg.jpg') repeat-x #003466;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #00203F;
padding: 4px 5px;
margin: 1px 4px 1px 0px;
cursor: pointer;
float: right;
}

.login a{
color: #CCCCCC;
text-decoration: none;
}


.logo{
height: 91px;
padding-top: 20px;
}
.page{
background: url('../images/page-s.jpg');
}

.page-inner{
background: url('../images/page-t.jpg') no-repeat;
}

.fundbox{
background: url('../images/fundbox-s.jpg');
width: 152px;
float: right;
margin: 0px 0px 15px 35px;
}

.fundbox2{
background: url('../images/fundbox-t.jpg') no-repeat;
text-align: center;
padding: 30px 10px 20px 10px;
}

.feat{
float: left;
width: 203px;
padding: 20px;
}

.feat a{
/*margin-bottom: 4px;*/
/*display: block;*/
/*float: left;*/
/*width: 203px; */
}

.right{
      /*
float: right;      */
padding: 10px;
}
.right2{
    padding: 5px 10px 10px 7px;
}

.right_wide{
width: 714px;

}

.right h2, .right_wide h2{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
padding: 20px 30px 0px 0px;
}

.right h3, .right_wide h3, .right2 h3{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
padding: 0px 30px 0px 0px;
margin: 0px;
}

.right p, .right_wide p{
padding: 5px 30px 5px 10px;
line-height: 19px;
}

.foot{
color: #999999;
padding: 20px;
text-align: center;
font-size: 10px;
}

/* custom classes*/

.message{

    font-size: 12px;
    color: #B50000;
    text-align: center;
    padding: 10px;
}

input, textarea{
     font-family: Tahoma, Arial, Verdana;
     font-size: 11px;
     padding: 3px;
     border: none;
     color: #666666;
     font-weight: normal;
     border: 1px solid #003466;
}

.btn{
     padding: 2px;
}

 select{
     font-family: Tahoma, Arial, Verdana;
     font-size: 11px;
     color: #666666;
     font-weight: normal;
 }
.inp{ border: none; }
.top_menu{
    padding:10px;
    border-bottom:1px solid #CCCCCC;
    height: 15px;
}

.l{ float:left;}
.r{ float: right; }

.title{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
padding: 5px;
}

.cell_title{ border-bottom:1px solid #CCCCCC;font-weight: bold;}
.border_t{ border-top:1px solid #CCCCCC;}
.border_b{ border-bottom:1px solid #CCCCCC;}
.note{font-size: 9px; color: #808080; font-style: italic;}

.red {color: #B50000;}
.pad_l15{padding-left:  15px; white-space: nowrap;}
.pad_10{padding:  10px;}

#hidden_box{
 position: absolute;
 display: none;
 background-color: #FFFFFF;
 border: 1px solid #CCCCCC;
}

/** project table color
 */


.pr_custom{ /* custom project  */
    background-color: #DFF7FF;
}
.pr_rush{ /* project with at least 1 rush post */
    background-color: #FFDFDF;
}
.pr_late{ /* late project */
    background-color: #DFFFE1;
}
.list1 li{
    line-height: 300%;
}
.results{
    border-bottom:  1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 5px;
}