body {
    background-color: #8C8C8C;
}

#headerContent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #343434;
    background: url(/img/default/header_bg.gif) repeat-x;
    text-align: left;
}
#headerBanner {
    position: relative;
    top: 87px;
    height: 150px;
    background-color: transparent;
    margin-left: 6px;
    margin-right: 6px;
}
div#lefttop {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
    font-family: Tahoma;
}

div#leftmiddle {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    color: #2d2d2d;
    text-indent: 20px;
}
#bollboardLeftCol{
    margin-bottom: 10px;
}
div#search {
    border-radius: 0 0 5px 5px;
    background: #f3f3f3;
    border: 1px solid #a4a4a4;
    padding: 15px 0 10px 20px;
}
div#cooperate {
    border-radius: 0 0 5px 5px;
    background: #f3f3f3;
    border: 1px solid #a4a4a4;
    padding: 0 0 10px 20px;
}
#searchQueryContainer input {
    border: 1px solid #abadb3;
    width: 210px;
    height: 21px;
    line-height: 21px;
    margin:0 0 10px 0;
}
#cooperateContainer input {
    border: 1px solid #abadb3;
    width: 210px;
    height: 21px;
    line-height: 21px;
    margin:0 0 10px 0;
}
#searchQuery {
    width: 220px;
    height: 20px;
    float: left;
}
#cooperate2 {
    width: 220px;
    height: 20px;
    float: left;
}

div#search #go {
    margin-left: 8px;
    background: url(/img/portal/search_button_go.jpg) no-repeat;
    width: 38px;
    height: 26px;
    float: left;
}

div#search #go:HOVER {
    background: url(/img/portal/search_button_go_over.jpg) no-repeat;
}

div#search #adv {
    float: right;
    margin-top: 2px;
    margin-left: 10px;
    background: url(/img/portal/advanced_search.png) no-repeat;
    width: 20px;
    height: 22px;
}

div#search #adv:HOVER {
    background: url(/img/portal/advanced_search_over.png) no-repeat;
}

div#searchBottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 25px;
    background-color: #f7f7f7;
}

div#lefttopMore {
    position: absolute; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    height: 101px;
    background: url(/img/portal/gradient_welcome_orange.png) repeat-x;
}

div#leftbottom {
    position: relative;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Tahoma;  
    color: #000;
    text-align: left;
}
div#leftFbBox {
    position: relative;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Tahoma;  
    color: #000;
    text-align: left;
    border: 1px solid #a4a4a4;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    background: #F3F3F3;
}

div#inside {
    position: absolute; 
    top: 102px; 
    left: 20px; 
    right: 20px; 
    min-width: 1155px; 
    min-height: 625px; 
}

div#insideHeader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 53px;
    padding-left: 30px;
    padding-top: 12px;
    background: url(/img/portal/gradient_title.png) repeat-x;
    text-align: left;
    font-size: 24px;
}

div#insideContent {
    background-color: #f7f7f7;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 53px;
    bottom: 45px;
    min-height: 525px;
}
#pageContent{
    float: left;
    min-width: 738px;
    min-height: 900px;
}
div#pageContentNonColumn {
	width: 700px; 
	margin: 30px auto; 
	text-align: justify;
}

div#pageContentNonColumn p {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#insideBottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    background: url("/img/portal/gradient_footer.png") repeat-x scroll center top transparent;
    background-color: #fafafa;
}

#insideContent .center {
   margin: 0 auto;
   margin-top: 20px;
   width: 400px;
   font-size: 12px;
}

#insideContent .header {
    font-weight: bold;
    padding-top:20px;
    font-size: 16px;
}

#insideContent .textBox {
    width: 100%;
    height: 25px;
    font-size: 20px;
}

#insideContent .inputLabel {
    padding-top:20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
}
#insideBottomBackToMain {
    float: left;
    height: 30px;
    margin-top: 9px;
    padding-left: 9px;
    text-align: left;
}

#insideBottomBackToMain a {
    color: black;
    font-size: 11pt;
    text-decoration: none;
}

#insideBottomBackToMain span a {
    color: black;
    font-size: 11pt;
    text-decoration: underline;
}

#insideBottomText {
    margin-top: 13px;
    margin-left: 210px;
    margin-right: 210px;
    color: black;
    font-size: 11pt;
}

#footer2 {
	display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    height: 30px;
    text-align: center;
}

#main{
    min-height: 0;

}
body{
    height: 700px;
}
