/* Defined styles below */
/* You can alter each and every style as you please. */

/* Body Style */
BODY
{
	scrollbar-face-color:#303030;
	scrollbar-arrow-color:white;
	scrollbar-track-color:White;
	scrollbar-shadow-color:'White';
	scrollbar-highlight-color:'white';
	scrollbar-3dlight-color:'black';
	scrollbar-darkshadow-Color:'white';
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 8pt;
	background-image: White;
}


/* standard links */
A:link,A:visited,A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: Black;
	font-family: Arial;
	text-decoration: none;
}	
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #5C5C5C;
	font-family: Arial;
	text-decoration: none;
}


/* links in the client menu */
A.Menu:link,A.Menu:visited,A.Menu:active
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}	
A.Menu:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #4B4B4B;
	font-family: Arial;
	text-decoration: none;
}

/* Defines the style for standard text */
.Text
{
	color: black;
	font-family: Arial;
	font-size: 8pt;
}


/* Defines the style for outer table that encompases the entires site */
.OuterTable
{
	border-right: #B3CFE4 10px solid;
	border-top: #B3CFE4 10px solid;
	border-left: #B3CFE4 10px solid;
	border-bottom: #B3CFE4 10px solid;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	background-color: White;
}


/* Defines the style for the login control */
.LoginTable
{
	border-right: #003254 0px solid;
	border-top: #003254 0px solid;
	border-left: #003254 0px solid;
	border-bottom: #003254 0px solid;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

/* Defines the style for td cell in the menu table once the client has logged in */
.ClientMenu
{
	height: 20px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #B6B6B6;
	background: url("../data/ClientMenu.gif") left middle;
	background-repeat: no-repeat;
}



/* Defines the style for all the sms control tables */
.InnerTable
{
	border-right: #028021 1px solid;
	border-top: #028021 3px solid;
	border-left: #028021 1px solid;
	border-bottom: #028021 3px solid;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	background-color: #F6F6F6;
	width: 100%;
}
.InnerTableHeaderRow
{
	height: 20px;
	background: #028021;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}
.InnerTableAltRow
{
	background-color: #F0F0F0;
	font-family: Arial;
	color: Black;
}


/* Defines the style for the Contact us table */
.ContactUsTable
{
	border-right: #028021 1px solid;
	border-top: #028021 3px solid;
	border-left: #028021 1px solid;
	border-bottom: #028021 3px solid;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	background-color: #F6F6F6;
	width: 100%;
}
.ContactUsTableHeaderRow
{
	height: 20px;
	background: #028021;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}



/* Defines the style for the sign up table */
.SignUpTable
{
	border-right: #028021 1px solid;
	border-top: #028021 3px solid;
	border-left: #028021 1px solid;
	border-bottom: #028021 3px solid;
	color: black;
	font-family: Arial;
	font-size: 8pt;
	background-color: #F6F6F6;
	width: 100%;
}
.SignUpTableHeaderRow
{
	height: 20px;
	background: #028021;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}




/* Defines the style for displaying credits */
.Credits
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	color:Black;
}


/* Defines the style for errors or alerts that occur */
.ErrorContents
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Arial;
	color:Red;
}


/* Defines the style for the buttons */
.Buttons
{
	border-right: black 0px solid;
	border-top: #003255 0px solid;
	border-left: #003255 0px solid;
	border-bottom: black 0px solid;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #343434;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	height: 17px;
}


/* Defines the style for the textboxes, selects */
.TextBoxes
{
	border-right: #4F4F4F 1px solid;
	padding-right: 1px;
	border-top: #4F4F4F 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #4F4F4F 1px solid;
	color: black;
	padding-top: 1px;
	border-bottom: #4F4F4F 1px solid;
	font-family: Arial;
	font-weight: normal;
	background-color: #E6E6E6;
}


/* Defines the style for the tooltips */
#tooltip
{
	display:none;
	position:absolute;
	font-family:Arial;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #003C7A;
	padding:3px;
	z-index:1;
}







/* ----------------------------------------------------------------------------- */
/* User defined styles below */
.Headings
{
	font-weight: bold;
	font-size: 11pt;
	color: White;
	font-family: Arial;
	text-decoration: none;
}
.LeftTable
{
	border-right: White 1px solid;
	border-top: White 1px solid;
	border-left: White 0px solid;
	border-bottom: White 1px solid;
	width: 160px;
	background-color: #99BEDD;
}
A.Bottommenu:link,A.Bottommenu:visited,A.Bottommenu:active
{
	font-weight: normal;
	font-size: 8pt;
	color: #B3CFE4;
	font-family: Arial;
	text-decoration: none;
}	
A.Bottommenu:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Arial;
	text-decoration: underline;
}
