﻿* {
	margin: 0;
	padding: 0;
}

* html .visualIEFloatFix { height: 0.01%; } 

body {
	font-family:Arial, Helvetica, sans-serif;
/*	font-size:12px;*/
/*	max-width:998px;*/
	text-align:center;
}

#mainwarp{
	width: 998px;
	margin: 0 auto;
	border:1px #646E7B solid;
    background-color:#FAFAFA;
}
#left_col{
	width:173px;
}

#right_col{
	width:313px;
}

img {
	border:0px;
}
a {
	text-decoration: none;
	color:#333333;
}

a:hover{
	text-decoration: underline;
}

.container_lead{
		margin:3px 3px 0px 0px;
		border: 1px #034ea2 solid;
        background-color:#ffffff;
		font-size:11px;
        text-align:justify;
}
.container_lead h1{
	background-color: #4F89D2;
	border-bottom: 1px solid #034ea2;
	padding-left:10px;
	height: 19px;
	line-height:19px;
	font-size: 12px !important;
	color:#ffffff;
	text-align:justify;
}
.container_lead h1 a{
	color:white;
}

.container_lead ul{
list-style:none;
}
.container_lead .content{
padding:3px;
}
.container_lead .content h2{
font-size:12px;
font-weight:normal;
}

#documents_table div.tr_even{
	background-color: #e0e0e0;
}
#documents_table div.tr_odd{
	background-color: #e0e0e0;
}
#documents_table a{
/*	text-decoration:none;*/
	color:black;
}
#documents_table tr{
/*	vertical-align:top;*/
}

#header{
	height:90px;
	width:998px;
	background-color:silver;
	clear: both;

}
#header .adunit{
/*	float:right;*/
    display:inline;
    width:728px;
}

#footer{
	margin-top:3px;
	height:50px;
	background-color:#434952;
	clear:both;
    color:white;
	font-size:11px;
}
#footer p{
	text-align:right;
	padding-right:10px;
	padding-top:2px;
}
#footer a{
  color:white;
  padding:0 3px 0 2px;
  border-right:1px white solid;
}




.tabs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 12px; /* be nice to Opera */
}
.tabs a, .tabs a span {
    display: block;
    padding: 0 10px;
    background: url('images/tab.png') no-repeat;
}

.tabsshort a,.tabsshort a span {
    display: block;
    padding: 0 2px;
    background: url('images/tab.png') no-repeat;
}
.tabs a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs .tabs-selected a {
    color: #000;
}
.tabs .tabs-selected a, .tabs a:hover, .tabs a:focus, .tabs a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs a, .tabs .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs a span {
    width: 14px; /* IE 6 treats width as min-width */
    min-width: 12px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
.tabsshort a span{
    min-height:15px;
    padding-top: 3px;
}

*>.tabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs .tabs-selected a span {
    padding-top: 7px;
}
.tabsshort .tabs-selected a span {
    padding-top: 4px;
}

.tabs .tabs-selected a span, .tabs a:hover span, .tabs a:focus span, .tabs a:active span {
    background-position: 0 -50px;
}
.tabs a span, .tabs .tabs-disabled a:hover span, .tabs .tabs-disabled a:focus span, .tabs .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs .tabs-selected a:link, .tabs .tabs-selected a:visited, .tabs .tabs-disabled a:link, .tabs .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs a:hover, .tabs a:focus, .tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.doclink{
	border-bottom: 1px #CCCCCC solid;
	width:100%;
    padding:5px 0 5px 0;
    display:block;
}
.doclinkodd{
	border-bottom: 1px #CCCCCC solid;
    background-color: #f8f8f8;
	width:100%;
    padding:5px 0 5px 0;
    display:block;
}

/*menu style*/
.efmenu {
    position: relative;
    width: 160px;
    background-color:#4F89D2;
    padding: 5px 0;
    overflow: hidden;
}
.efmenu li {
        list-style: none;
	    height: 25px;
	    line-height:25px;
    }
.efmenu li a {
    text-decoration: none;
    font: bold 12px arial;
    color: #ffffff;
    text-align: left;
    height:25px;
    line-height:25px;
    display: block;
    margin: 0 2px; /*fas 07*/
    border-bottom:1px white solid;
}
.effirst{
	border-top:1px white solid;
}
.efmenu li span{
  color:#4F89D2;
  padding-right:3px;
  padding-left:3px;
  font-family:verdana;
}
.efmenu li a:hover{
color: #4F89D2;
background-color:#ECF0F4;
text-decoration:none;
}
.efmenu li.current a{
color:#4f89d2;
background-color:#ECF0F4;
}
.efmenu li.current a span{
color:#4f89d2;
}

/*login*/

#login_box{
	width: 998px;
	height: 20px;
	font-size:10px;
	display:block;
	background-color:#646E7B;
	color:white;
}
#login_box .login{
  float:left;
}
#login_box #login_submit, #login_box #search_submit{
	width: 60px;
	margin: 0;
	height: 19px;
	padding: 0 0 2px 0;
	cursor: pointer;
	font: 10px verdana, sans-serif;
	color: white;
	background-image: url('images/input_button_bc.gif');
    border:0;
}
#options_submit{
	width: 70px;
	margin: 0;
	height: 19px;
	padding: 0 0 2px 0;
	cursor: pointer;
	font: 10px verdana, sans-serif;
	color: white;
	background-image: url('images/input_button_bc.gif');
	border:0;
}
#login_box .it{
  	width: 102px;
	margin-right: 3px;
	background-image: url('images/input_bc.gif');
	border: 0px;
	font: 10px verdana, sans-serif;
	color: white;
	height: 16px;
    padding-top:3px;
    padding-left:3px;
	vertical-align: top;
}
#login_box select{
  	width: 135px;
	margin-right: 3px;
    background-color:#518BD4;
	font: 10px verdana, sans-serif;
	color: white;
	height: 19px;
	padding: 2px;
	vertical-align: top;
    border:1px white solid;
}
#login_box p{
	float:left;
}
#login_box a{
    height:13px;
    padding-bottom:3px;
    color:white;
}

#login_box .mychbox{
  vertical-align:top;
  margin-top:2px;
  height:17px;
}

/* events */
#eventslist{
	clear:both;
}

#eventslist .event{
	border:1px #034ea2 solid;
	cursor:pointer;
	margin-left:3px;
	margin-right:3px;
    margin-top:3px;
    display:block;
   text-align:justify;
}
#eventslist span{
  display:block;
}


#eventslist a:hover{
	text-decoration:none;
	background-color:#4F89D2;
    color:#ffffff;
    }

#eventslist .datepub{
	font-size:11px;
	padding:3px;
}
#eventslist .title{
	font-size:12px;
    font-weight: bold;
	padding:3px;
    text-align:justify;
}

#eventslist .content{
	font-size:12px;
	padding-left:3px;
	padding:3px;
}

#eventslist .readmore{
	font-size:12px;
	text-align:right;
    padding:3px;
}

#events_warp .pageselect{
	text-align:center;
}

/* view event */
#news_view .artImage{
	position:relative;
	float:right;
	margin:10px;
	border: 1px #4f89d2 solid;
	text-align:center;
}
#news_view .artImage h2{
	position:absolute;
	right:0px;
	top:0px;
	z-index:20;
}
#news_view .artImageCaption{
	font-style:italic;
	text-align:center;
	font-size:11px;
	width:300px;
}
#news_view .artFooter{
	color:silver;
}

/* comments */

#news_comments .comment{
	border-bottom:1px #034ea2 solid;
	margin:0 3px 3px 3px;
}
#news_comments .userpane{
    font-size: 11px;
    width:90px;
    float:left;
    margin-right:-3px;
}
#news_comments .commentdate{
    font-size: 10px;
    margin-left:90px;
    padding-left:3px;
    border-left:1px #034ea2 solid;
    height: 1%;
    color:#888;
}
#news_comments .commenttext{
    font-size: 11px;
    margin-left:90px;
    padding-left:3px;
    border-left:1px #034ea2 solid;
    height: 1%;
}

/* links */
#links .linkitem{
	border-bottom:1px #034ea2 solid;
	margin:0 3px 3px 3px;
}
#links .linkimage{
    width:150px;
    float:left;
    display:inline;
}
#links .linkanchor{
    font-size: 11px;
    font-weight:bold;
    padding-left:3px;
    height: 1%;
    color:blue;
}
#links .linktext{
    font-size: 11px;
    padding-left:3px;
    height: 1%;
}

/* list consultants */
#consultants_list{
    background-color:#ffffff;
	margin: 0px 3px 3px 3px;
	padding:3px;
	border: 1px #034ea2 solid;
}
#consultants_list h2{
	font-size:12px;
}
#consultants_list .consultant{
	font-size:11px;
	clear:left;
	border-bottom:1px #034ea2 solid;
	padding:3px;
}
#consultants_list img{
	margin:0 3px 0px 0;
	float:left;
}


/*------------------------------------------*/
#consultants_filter{
/*	float: left;*/
	width:100%;
	display:block;
}
#consultants_filter select{
	font-size:12px;
}
#consultants_filter .content{
	font-size:12px;
	background-color:#CBE4FA;
	margin: 3px;
	padding:3px;
	border: 1px #034ea2 solid;
}
#cons_list{
display:block;
}


/* news list */
#newslist{
	clear:both;
}

#newslist .news{
    background-color:#ffffff;
	border:1px #034ea2 solid;
	margin-bottom:3px;
	cursor:pointer;
	margin-left:3px;
	margin-right:3px;
    display:block;
}
#newslist span{
  display:block;
}

#newslist div:hover{
	background-color:#4F89D2;
    color:#ffffff;
}
#newslist a:hover{
	text-decoration:none;
	background-color:#4F89D2;
    color:#ffffff;
}

#newslist .datepub{
	font-size:10px;
	margin:3px;
}
#newslist .title{
	font-size:12px;
	margin:3px;
    font-weight: bold;
}

#newslist .content{
	font-size:12px;
	padding-left:3px;
	padding:3px;
}

#newslist .readmore{
	font-size:12px;
	text-align:right;
}

#news_warp .pageselect{
	text-align:center;
}

/* front page */
#fplead .title{
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	text-align:justify;
}

#fplead .news{
	clear:left;
	border-bottom:1px #034ea2 solid;
	margin:3px 3px 3px 3px;
}
#fplead img{
	float:left;
	margin:0px 3px 3px 0px;
}

#fplead .content{
	font-size:11px;
	padding-bottom:3px;
	text-align:justify;
}
/*-----------------------------------------*/

#fpnews{
	clear:both; /*not shure*/
	width:250px;
	float:left;
}
#fpnews .datepub{
	font-size:10px;
	margin:3px;
    line-height:20px;
}
#fpnews .title{
	font-size:12px;
	padding:3px;
	text-align:justify;
}
#fpnews .title a{
	text-decoration:none;
}
#fpnews .news{
	margin:2px 4px 2px 4px;
	display:block;
	border-bottom:1px #034ea2 solid;
}

#fpauctions{
	width:257px;
    float:right;
}
#fpauctions .datepub{
	font-size:10px;
	margin:3px;
    line-height:20px;
}
#fpauctions .title{
	font-size:12px;
	padding:3px;
	text-align:justify;
}
#fpauctions .title a{
	text-decoration:none;
}
#fpauctions .news{
	margin:2px 4px 2px 4px;
	display:inline-block;
	border-bottom:1px #034ea2 solid;
    width:240px;
}

/*projects*/
.auct_list table{
 font-size:11px;
}
.auct_list span{
  display:block;
  float:left;
  margin-right:2px;
  cursor:pointer;
}

.auct_list .published_date{
  width:75px;
  text-align:center;
}
.auct_list .expires_date{
  width:75px;
  text-align:center;
}
.auct_list .program_name{
  width:250px;
  text-align:left;
}
.auct_list .auction_name{
  width:375px;
  text-align:justify;
}
.auct_list .title{
  background-color:#4F89D2;
  color:white;
  height:30px;
  text-align:center;
}


#news_comments .comment{
	border-bottom:1px #034ea2 solid;
	margin:0 3px 3px 3px;
}
#news_comments .userpane{
    font-size: 11px;
    width:90px;
    float:left;
    margin-right:-3px;
}
#news_comments .commentdate{
    font-size: 10px;
    margin-left:90px;
    padding-left:3px;
    border-left:1px #034ea2 solid;
    height: 1%;
    color:#888;
}
#news_comments .commenttext{
    font-size: 11px;
    margin-left:90px;
    padding-left:3px;
    border-left:1px #034ea2 solid;
    height: 1%;
}

#register label{
	width:150px;
	text-align:right;
	float:left;
	clear:left;
	padding-top:8px;
}
#register input{
	width:150px;
	margin-top:3px;
	margin-right:3px;
}
#register .mandatory{
	color:red;
	font-size:large;
	font-weight:bold;
}
#register form{
	padding:3px;
}
#register select{
	font-size:11px;
	margin-right:3px;
}

#news_view .artImage{
	position:relative;
	float:right;
	margin:10px;
	border: 1px #4f89d2 solid;
	text-align:center;
}
#news_view .artImage h2{
	position:absolute;
	right:0px;
	top:0px;
	z-index:20;
}
#news_view .artImageCaption{
	font-style:italic;
	text-align:center;
	font-size:11px;
	width:300px;
}
#news_view .artFooter{
	color:silver;
}
.LS{background: url('/images/LS.gif') repeat-y 0px 0px;}
.RS{background: url('/images/RS.gif') repeat-y 100% 0px;}
.BR{background: url('/images/BR.gif') no-repeat 100% 100%;}
.TR{background: url('/images/TR.gif') no-repeat 100% 0px;}
.TL{background: url('/images/TL.gif') no-repeat 0px 0px;}
.BL{background: url('/images/BL.gif') no-repeat 0px 100%;}
.box{
    margin:3px 3px 0px 0px;
/*        background-color:#ffffff;*/
    font-size:11px;
    text-align:justify;
}
.box h1{
    background-color: #4F89D2;
	padding-left:10px;
	height: 19px;
	line-height:19px;
	font-size: 12px !important;
	color:#ffffff;
/*	text-align:justify;*/
}
.box h1 a{color:white;}
.box .content{padding:3px;}
.box .content h2{
font-size:12px;
font-weight:normal;
}
.contenttitle{
  font-size:12px;
  font-weight:bold;
  padding: 2px 0 10px 0;
}
.svejo{background: white url('/images/svejo.gif') no-repeat;padding-left:20px;}
/*depr*/
#news_view a{
/*color:#4F89D2;*/
}
#news_view div,#news_view p{
	font-size:12px;
}
#news_view .date{
    padding-top:2px;
    padding-left:3px;
	font-size:11px;
}
#news_view .newscontent{
    padding: 0 3px;
    text-align:justify;
}
#news_view .newstitle{
  font-weight:bold;
  padding: 2px 3px 10px 3px;
  text-align: justify;
}