﻿html 
{ 
	overflow-y: scroll;
}
body 
{
	font-family: Tahoma;
	font-size: 13px;
}
p
{
	font-family: Tahoma;
	font-size: 13px;
}
table
{
	font-family: Tahoma;
	font-size: 13px;
}
sup
{
	font-size: 10px;
}
ul
{
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
li
{
	list-style-type:none;
}
hr
{
	background-color: rgb(1,135,74);
	color: rgb(1,135,74);
	height: 3px;
	border-width: 0px;
}
a
{
	text-decoration: none;
	color: rgb(1,135,74);
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
}
a.bluelink
{
	text-decoration: none;
	color: rgb(14,55,147);
}
a.bluelink:visited
{
	text-decoration: none;
}
a.bluelink:hover
{
	text-decoration: underline;
}
a.bluelink:active
{
	text-decoration: none;
}


/* class styles */
.Header
{
	font-weight: bold;
	font-size: 14px;
}
.SubHeader
{
	border-bottom: solid 1px rgb(1,135,74);
	background-color: rgb(213,220,235);
	font-weight: bold;
	padding: 3px 0px 2px 10px;
}
.greylogoback
{
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(images/Logo_200x101grey.jpg);
}
.MenuLink
{
	color: White;
}
.MenuLink:hover
{
	color: rgb(190,190,190);
	text-decoration: none;
}
.subMenu_unselected
{
	color: White;
}
.subMenu_selected
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
.MenuTab_selected
{
	background-image: url(images/MenuTab_blue2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	color: White;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	width: 112px;
}
.MenuTab_unselected
{
	background-image: url(images/MenuTab_green2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	color: White;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	width: 112px;
}
.spacer
{
	width: 3px;
}
.greentext
{
	color: rgb(1,135,74);
	font-weight: bold;
}
.DotSeperator
{
	HEIGHT: 1px; 
	FONT-SIZE: 1px; 
	BACKGROUND-POSITION: left center; 
	BACKGROUND-IMAGE: url(images/dotline.png); 
	BACKGROUND-REPEAT: repeat-x;
}

/* Box class styles */
.BoxCorner_TopLeft
{
	background-image: url(images/curve_tl_22x22.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.BoxCorner_TopRight
{
	background-image: url(images/curve_tr_22x22.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.BoxCorner_BottomLeft
{
	background-image: url(images/curve_bl_22x22.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.BoxCorner_BottomRight
{
	background-image: url(images/curve_br_22x22.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.BoxTop
{
	border-top: solid 1px black;
	color: rgb(1,135,74);
	font-weight: bold;
	height: 17px;
	padding-left: 3px;
	padding-top: 3px;
}
.BoxBottom
{
	border-bottom: solid 1px black;
	height: 17px;
}
.BoxSide_Left
{
	border-left: solid 1px black;	
	width: 17px;
}
.BoxSide_Right
{
	border-right: solid 1px black;	
	width: 17px;
}
.BoxContent
{
	padding-top: 10px;
	padding-left: 3px;
}
.Box
{
	background-color: rgb(213,220,235);
}


/* Spec table classes */
.ResourceCell
{
	border-left: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	padding: 5px;
}
.ResourceCellEM
{
	background-color: rgb(235,235,235);
	border-bottom: solid 1px rgb(200,200,200);
	border-left: solid 1px rgb(200,200,200);
	padding: 5px;
}
.ComponentCell
{
	border-bottom: solid 1px rgb(200,200,200);
	/*border-right: solid 1px rgb(200,200,200);*/
	background-color: rgb(235,235,235);
	padding: 5px;
}
.ComponentCellEM
{
	border-bottom: solid 1px rgb(200,200,200);
	/*border-right: solid 1px rgb(200,200,200);*/
	background-color: rgb(220,220,220);
	padding: 5px;
}
.HeaderCell
{
	border-top: solid 1px rgb(254,39,10);
	background-color: rgb(255,235,203);
	padding: 5px;
	text-align: center;
	color: rgb(100,100,100);
}
