a:link {
	color: #663300;
}

a:visited {
	color: #f4836d;
}

a:hover {
	color: #8b4513; /* brown color 663300 */
}

a:active {
	color: #663300;
}


a.detailsLink:hover{
    background-color: #336633;
	color: #FFFFFF;
	/*padding:  0px  3px 0px 3px; */
}
a.detailsLink{
	text-decoration: none;
}

a.menuWhite{	color: White;
}
a.menuBlack{	color: Black;
}
.menuWhite{}
.menuBlack{}


.gvAuthors td, th
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 9pt;
    font-family: "Verdana" , "Helvetica" , sans-serif;
}

/* Command buttons on pages */
.MOPpanels
{
  font-size: 9pt;
  font-family: "Arial" , "Helvetica" , sans-serif;
}

.ReportsPanel
{
  margin-left:50px;
}

.button{
	height:20px;
    font-size: 12px;
    background-color: #483D8B;
    border: 1px solid #336633;
    color: #FFFFFF;
}

.bullet{
	margin-top:3px;
	LIST-STYLE-TYPE: disc;
			
}

.blocklist {
	font:normal 13px 'Verdana',sans-serif;color:#000099;
	cursor:hand;
	margin-top:14px;
}
.subblock {
	display:none;
	font:normal 12px 'Arial',sans-serif;
	color:#000000;
	margin-left:4px;
}

			
/* shows a visual seperation */
.dashedline
{
    border-bottom: #336633 2px dotted;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
}

body
{
	background-color: #e4effc;
    margin-top: 5px;
	/*background: #d6dbe6 url(../images/bg.gif) repeat-x center top;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid green;
	border: 5px solid blue;
	background: #d9dee8;*/
	font-family: "Arial" , "Helvetica" , sans-serif;
    font-size: 12px;

}


h1, h2, h3, h4, h5, h6
{
   margin:  15px 0 2px 0;
}

h1
{
   font-size: 28px;
   font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #990000;
}

.rightblock h3
{
    color:#0033CC
}

.leftblock h3
{
    font-size: 1.1em;
    color:Red;

}

.leftblock h4
{
	background: url(../images/bgbrownTitle.gif) repeat-x center top;
	font-weight:bold; 
    font-size: 12px;
    font-family: Verdana;
    text-align:center;
    line-height:49px;
 	height: 55px;
}
.leftblock h5
{
	/*background-color:#f2c69f; */
	background: url(../images/bggreenTitle2.gif) repeat-x center top;
	font-weight:bold; 
    font-size: 14px;
    font-family: Verdana;
    text-align:center;
    line-height:49px;
 	height: 55px;
}
.leftblock h6
{
	/*background-color:#f2c69f; */
	background: url(../images/bgbrownLightTitle.gif) repeat-x center top;
	font-weight:bold; 
    font-size: 14px;
    font-family: Verdana;
    text-align:center;
    line-height:49px;
 	height: 55px;
}
.descText{
    font-size: 13px;
    font-family: Verdana;
}
.rightblock h1
{
	/*background-color:#f2c69f; */
	background: url(../images/bgbrownLightTitle.gif) repeat-x center top;
	font-weight:bold; 
    font-size: 1em;
	text-indent:25px;
    line-height:49px;
 	height: 55px;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:3px;
	LIST-STYLE-TYPE: disc;

}
/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}
.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}
/* represents each item in a vertical list */
.listitem
{
    margin:0px 0px 0px 0px;
    background-color: #f9f5d8;
    border: 1px solid #cec6b8;
}

/* floats the thumbnail off to the right */
.thumbnail
{
	text-align:right;
    /*float: right; 8/23/07 this setting seems to prevent CalendarEventList.aspx to be displied correctly,
     probably in the combination with other divs on that page,
     used text-align: in*/
    margin: 0 0 0 5px;
}

/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}
.newscrumbs a
{
	font-weight: bold;
    padding-right: 2px;
}

li.indent30 {
	text-indent: 20px;
}

li.indent40 {
	text-indent: 40px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 0px solid #DBDB79;
    vertical-align: top;
}
.menuItems {
	position: relative;
	width: 151px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.menucontent {
	border: 0px solid #000000;
	padding:  2px 10px 2px 2px;
	font: bold 12px Tahoma, sans-serif;
}
.submenu {
	display: none;
	font: normal 11px sans-serif;
	text-align: left;
	margin-top:8px;
}
.topMenu
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	background-color: #808000;
	text-align:center;
} 
.topMenuBB
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	background-color: #a8a958;
	text-align:center;
} 
.topMenuDir
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	background-color: #907d6b;
	text-align:center;
} 
.topMenuGeno
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	background-color: #bdb76b;
	text-align:center;
} 
.textbox {
	border:1px solid #000000;
	font-size: 13px;
	font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
}

.ulDocsSC{
	list-style-image: url(../images/bullet.gif); 
	line-height:25px;
}
.ulDocs{
	list-style-image: url(../images/bullet.gif); 
	line-height:25px;
	margin-bottom:35px;
}

.subTitle{
	font-weight:bold; 
	text-indent:20px;
    font-size: 1em;
    margin-top: 10px;
}
.ulDocsSupp{
	list-style-image: url(../images/bullet.gif); 
    font-size: 13px;
    margin-top:0px;
}

.subTitleSupp{
	font-weight:bold; 
	text-indent:20px;
    font-size: 13px;
}

/* Main part of the page that holds contents */


#pageblock{
	position: absolute;
	LEFT: 113px;
	TOP: 80px;
	padding:8px 15px 15px 15px;
	background-color: #FFFFFF;
	color: #000000;
	width: 650px;
}



/* Picture at the top of the site */
#poster
{
    margin-right: auto;
    margin-left: auto;
    width: 1105px;
    height: 61px;
    margin-top: 0px;
    text-align:center;
    border: 0px solid green;
    background-color:White;
    
}
#searchTopBox
{
    margin-right: auto;
    margin-left: auto;
    width: 1105px;
    margin-top: 0px;
    text-align:right;
    font: normal 8pt "Arial",sans-serif;
    border: 0px solid green;
}
#searchBtn{
	font: normal 8pt "Arial",sans-serif;
	background: url(../images/go_button.gif) no-repeat;
	height:25px;
	width:25px;
	BORDER: #e7d36a 0px solid;
}

#TopSBoxForm{BORDER: red 0px solid;	margin: 0px;}
.fContentPlaceHolder{BORDER: #e7d36a 0px solid;margin-top: 0px;}

#footer
{
    width: 1105px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    color: #336633;
	font: normal 13px verdana;
	border: 0px solid red;
	text-align:center;
}
.blockcontent {
	display: none;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #ede2d2;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #c0caaf;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #ebe3c6;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:separate;
    border-spacing: 5px;
}
.calHeaderTempTable
{
	background: url(../images/bgbrownTitle.gif) repeat-x center top;
	/*background-color:#ede2d2; */
	font-weight:bold; 
    font-size: 14px;
    font-family: Verdana;
    text-align:center;	
	height: 55px;
}
.bannertable{
	border: 1px solid #f8debb;
	background-color: #e3e4d2;
	color: #000000;
	margin:4px 0px 4px 0px;
	width:100%;
}
.leftcell{
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding:2px 2px 2px 5px;
}
.rightcell{
	text-align: right;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	padding:2px 5px 2px 2px;
}
.lblRecords {
	font-size: 12px;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    padding:  2px 0px 2px 4px;
}
.dvEmptyRow{
    font: bold 9pt "Arial",sans-serif;
	background-color: #e1eff8;
}
.dvHeaderStyle{
	background-color: #483D8B;
    line-height: 25px;
    color:White;
}
.dvHeaderStyleGeno{
	background-color: #e4effc;
    line-height: 25px;
}

.dvRowStyle
{
	vertical-align:top;
    font: 1em "Verdana",sans-serif;
    line-height: 20px;
    text-indent:5px;
}
.dvAlternatingRowStyle{
	vertical-align:top;
    font: 1em "Verdana",sans-serif;
    line-height: 20px;
    text-indent:5px;
	background-color: #efe4d5;
}
.dvAlternatingRowStyleGeno{
	vertical-align:top;
    font: 1em "Verdana",sans-serif;
    line-height: 20px;
    text-indent:5px;
	background-color: #efefef;
}

.dvHeaderStyleComm{
	background-color: #f8debb;
    line-height: 25px;
}
.dvAlternatingRowStyleComm{
    font: 1em "Verdana",sans-serif;
    line-height: 20px;
    text-indent:5px;
	background-color: #d3debc;
}
.dvHeader{
	BORDER-BOTTOM: #f9f5F6 1px solid;
    BORDER-LEFT: #f9f5F6 1px solid;
    BORDER-RIGHT: #f9f5F6 1px solid;
    BORDER-TOP: #f9f5F6 1px solid;
	font: bold 14px "Arial",sans-serif;
	background-color: #d3debc;
    padding:   4px  4px  4px 4px;
}
/*  =========================   */
#body
{
    width: 1105px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #483D8B;
	overflow:auto;
	border: 0px solid green;

}
#bodyProposalsSearch
{
    width: 1900px; 
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background: #483D8B;
	overflow:auto;
	border: 0px solid green;

}

#columnsingle
{
    float: left;
    width: 1105px;
    /*position: relative; */
    background-color: White;
}
/* 2 column layout */
#columnleft
{
    float: left;
    width: 270px;
    min-height:770px;
    background-color: #483D8B;
    /*position: relative; */
}

#columnright
{
    margin-left: 275px;
    border-left: 1px dotted white;
    /*border-left: 1px dotted #336633;
    position:relative; */
    border: 0px solid pink;
    background-color: White;
    min-height:770px;
}

.leftblock
{
    border: 0px solid #ebe3c6;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #483D8B;
    vertical-align: top;
}

.leftblockL
{
    border: 0px solid #ebe3c6;
    padding: 15px;
    margin-bottom: 10px;
    /*background: #ffffff; #d3e6e7; #fefadd; #d0f4f6*/  
    vertical-align: top;
    background-color: White;

}
.leftblock h2, .leftblockL h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.3em;
    color: #483D8B;
}


.rightblock
{
    border: 0px solid #ebe3c6;
    padding: 15px 9px 20px 30px;
    margin-bottom: 0px;
    background: #ffffff;  /*#fefbed*/
    position: relative;
	font: normal 14px Verdana;
	/*font: normal 5em Verdana;*/
}

.adjustedZIndex {
    z-index: 999; /* 1 */
    background-color:Red; /*#483D8B*/
}

.bgBlue {
	background-color: #e4effc;
	padding: 2px 2px 3px 4px;
	border:0px solid #00008B;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 17px;

	
}
#btnReports{
	width:110px; 
	height:20px; 
	/*BACKGROUND-IMAGE: url(../images/btn_bg.gif); 
	BACKGROUND-REPEAT: no-repeat;*/
	BORDER:#e3fffc 0px solid;
	text-decoration:none;
	text-align:center;
	background-color: #f2e5d9;
	padding: 2px 2px 2px 2px;
}
#presList{padding:  5px 5px  5px 10px;}

.ResultsTableCell
{
    BORDER-left:Grey 1px solid;
    BORDER-bottom:Grey 1px solid;
    
}

#WGtext{background-color:#e1ecff;
	padding:3px;
	  }
	  
.cpHeader
    {
    color: Black;
    background-color: #cbe0f4;
    font: bold 14px Verdana;
    /* font-size: 12px; 
    width:450px;
    */
    cursor: pointer;
    height:18px;
    padding: 4px; 
    }
    
 .cpHeaderReports
    {
        color:#0033CC;
    background-color: #e4effc;
    font-family: "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight:bold;
    cursor: pointer;
    height:18px;
    padding: 4px; 
  }   
    
 .cpHeaderRedBold
    {
    color: Red;
    background-color: #cbe0f4;
    font: bold 14px Verdana;
    /* font-size: 12px; 
    width:450px;
    */
    cursor: pointer;
    height:18px;
    padding: 4px; 
    }   
    
.cpBody
    {
    background-color: #e4effc;
    font: normal 12px Arial;
    border: 1px gray;               
    /* width:450px; */
    padding: 4px;
    padding-top: 7px;
    }  
    
.cpBodyReports
    {
    background-color: White;
    font: normal 14px Verdana;
    border: 1px gray;               
    /* width:450px; */
    padding: 4px;
    padding-top: 7px;
    }      	      	  