﻿html
{
	height: 100%;
}
body
{
	background-color: #006633;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
form
{
	margin: 0 0 0 0;
}
table
{
	font-size: 12px;
}
a
{
	color: #0099FF;
	text-decoration: none;
}
a:hover
{
	color: #999999;
}
a img
{
    border: 0;
}
fieldset
{
	border-top: solid 1px #EEEEEE;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
legend
{
	color: #666666;
}
select
{
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
ul li
{
	list-style-type: square;
	color: #006633;
}
ul li span
{
    color: #000000;
}

.xxSmall
{
	font-size: 10px;
}
.GrayText
{
	color: #999999;
}
.InputField
{
	border-top: solid 1px #ABADB3;
	border-right: solid 1px #DBDFE6;
	border-bottom: solid 1px #DBDFE6;
	border-left: solid 1px #DBDFE6;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 180px;
}
.InputField:hover
{
	border-top: solid 1px #5794bf;
	border-right: solid 1px #b7d5ea;
	border-bottom: solid 1px #c7e2f1;
	border-left: solid 1px #c5daed;
}
.HighlightedInputField
{
	background-color: #FFFFCC;
}
.DropDownListDefaultItem
{
	color: #999999;
}
.ErrorMessage
{
	color: #CF0A37;
}
.ErrorAsterisk
{
	color: #CF0A37;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

div.ModalBack
{
	background-color: #000000;
	height: 100%;
	filter: alpha(opacity=40);
	left: 0;
	opacity: 0.4;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
div.UpdateProgressMessage
{
	background-color: #FFFFFF;
	color: #000000;
	right: 0%;
	margin: 2px 2px 0 0;
	padding: 10px 10px 10px 10px;
	position: fixed;
	top: 0;
	z-index: 1001;
}
div.UpdateProgressMessage img
{
	margin: 0 5px -3px 0;
}

div.GlobalContainer
{
    margin: 5px auto 0 auto;
    position: relative;
    width: 764px;
}
div.Masthead
{
    background: transparent url(../images/elgbanner.jpg) no-repeat scroll 0% 0%;
    height: 128px;
    position: relative;
}
div.Masthead a
{
    color: #666666;
    letter-spacing: 1px;
}
div.Masthead a:hover
{
    color: #000000;
}

div.GlobalNav
{
    color: #FFFFFF;
    margin: 0 auto 0 auto;
    padding-top: 108px;
    text-align: center;
}
div.GlobalNav a
{
    color: #FFFFFF;
    font-size: 11px;
}
div.GlobalNav a:hover
{
    color: #FFEE00;
}

div.Page
{
    background: #FFFFFF url(../images/contentback.gif) repeat-y scroll 0% 0%;
    min-height: 400px;
    padding: 10px 13px 10px 13px;
}
div.Footer
{
    background: transparent url(../images/footer.jpg) no-repeat scroll 0% 0%;
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 1px;
    height: 12px;
    text-align: center;
}

div.PageTitle
{
    border-bottom: dotted 1px #006633; 
    color: #006633;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-transform: uppercase;
}

div.Popup1
{
    background-color: #FFFFFF;
    border: double 3px #006633;
    height: 500px;
    width: 600px;  
}
div.Popup1 div.Popup1Header
{
    background-color: #006633;
    padding: 2px 2px 2px 2px;
    text-align: right;
}
div.Popup1 div.Popup1Header a
{
    color: #FFFFFF;
}
.Hint
{
    color: #999999;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
}

div.Popup2
{
	border: dotted 1px #666666;
}

div.Popup2 div.PopupBack
{
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

table.SamplesGrid
{
	margin: 0 auto 0 auto;
}
table.SamplesGrid a img
{
	margin-bottom: 5px;
}
table.SamplesGrid a:hover img
{
	border: solid 1px #000000 !important;
}