html, body
{
	margin: 10px 0px;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	background-color: #ffffff;
	text-decoration: none;
	height: 99%;
}

a
{
	color: Black;
}
.mainUL li span
{
	color: #000000;
}

.mainUL li
{
	color: #00438C;
	padding:2px;
}

.container
{
	width: 900px;
	height: auto !important;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.endoheader
{
	font-family: Arial,Helvetica,sans-serif;
	color: #00438C;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 15px 15px;
}
.endoheader2
{
	font-family: Arial,Helvetica,sans-serif;
	color: #00438C;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}

.plantypeheader
{
	font-family: Arial,Helvetica,sans-serif;
	color: #00438C;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.header_desc
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	color: #000000;
}

.errortext
{
	font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    font-weight: bold;
    color:Red;
}

.mainContentArea
{
	vertical-align: top;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.disclaimerContentArea
{
	font-size: small;
	font-style: italic;
	color: #00438C;
	padding: 10px 10px 10px 10px;
}

.disclaimerSource
{
	font-weight:bold;
}

.disclaimerContent
{
	font-size:x-small;
}

#pageheaderEndo
{
	background-image: url( '/Images/HeaderBanner.jpg' );
	background-repeat: no-repeat;
	background-color: #00438C;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
	text-align: left;
}

#pageheaderEndo img
{
	padding-left: 0px;
}

#pageheader
{
	background-image: url( '../Images/logos/Evista_Logo.gif' );
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
	text-align: right;
}

#pageheader img
{
	padding-left: 474px;
}

#footerEndo
{
	background-color: #BECFE1;
	color: #00438C;
	height: 27px;
	width: 100%; /*stick to bottom 
	bottom: 0;
	position: absolute;*/
	font-size: small;
	text-align: right;
	text-decoration: none;
	line-height: 27px;
}

#footerEndo a
{
	text-decoration: none;
	color: #00438C;
}

#footerEndo a:hover
{
	text-decoration: underline;
	color: #97005D;
}

.ButtonStyle
{
	font-weight: bold;
	background-color: #ffffff;
	color: #00438C;
	border: 1px solid;
	border-top-color: #999;
	border-left-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	height:21px;
}


.errorText
{
	width: 300px;
	font-size: 11px;
	color: red;
	padding: 1px;
}

.HeaderSelection
{
	background-color: #BECFE1;
	color: #DD0000;
	border: #cccccc solid 1px;
	text-align: left;
}

.FooterSelection
{
	background-color: #eeeeee;
	color: #ffffff;
	border: #cccccc solid 1px;
	text-align: center;
}

.RowSelection
{
	border: #cccccc solid 1px;
	text-align: center;
	vertical-align: middle;
	color: Black;
}

.RowSelectionOption
{
	background-color: #eeeeee;
	color: #DD0000;
	border: #cccccc solid 1px;
	text-align: center;
	vertical-align: middle;
}


/*AutoComplete flyout */

.autocomplete_completionListElement
{
	padding: 0;
	margin: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	overflow:auto;
	height: 200px;
	cursor:default;
	text-align: left;
	list-style-type: none;
}

#endohelp
{
	float:right;	
	width: 75px;
	font-size:small;
	font-weight:bold;
}
.TextBoxStyle
{
	border-right: #2e415f 1px solid;
	border-top: #2e415f 1px solid;
	border-left: #2e415f 1px solid;
	border-bottom: #2e415f 1px solid;
	margin: 5px;
}