/* Defined styles below */
/* You can alter each and every style as you please. */

/* Body Style */
BODY
{
	scrollbar-face-color:#003C7A;
	scrollbar-arrow-color:white;
	scrollbar-track-color:White;
	scrollbar-shadow-color:'white';
	scrollbar-highlight-color:'white';
	scrollbar-3dlight-color:'black';
	scrollbar-darkshadow-Color:'black';
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	background: #2c3437 url("../data/background.gif") left top repeat-x;
}

/* standard links */
A:link,A:visited,A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}	
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
}

/* links in the client menu */
A.Menu:link,A.Menu:visited,A.Menu:active
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}	
A.Menu:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #4B4B4B;
	font-family: Verdana;
	text-decoration: none;
}


/* Defines the style for standard text */
.Text
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
}

/* Defines the style for outer table that encompases the entires site */
.OuterTable
{
	border-right: #5B5B5B 1px solid;
	border-top: #5B5B5B 1px solid;
	border-left: #5B5B5B 1px solid;
	border-bottom: #5B5B5B 1px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: #5B5B5B;
}


/* Defines the style for the login control */
.LoginTable
{
	border-right: #003254 1px solid;
	border-top: #003254 1px solid;
	border-left: #003254 1px solid;
	border-bottom: #003254 1px solid;
	color: black;
	background-color: #EFEFEF;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

/* 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;
}


/* Defines the style for all the sms control tables */
.InnerTable
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #5B5B5B;
	width:100%;
}

.InnerTableHeaderRow
{
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-image: url('../dada/left_red.jpg');
	height: 30px;
}

.InnerTableAltRow
{
	background-color: #F0F0F0;
	font-family: Verdana, Arial;
	color: Black;
}


/* Defines the style for the Contact us table */
.ContactUsTable
{
	border-right: #003254 1px solid;
	border-top: #003254 1px solid;
	border-left: #003254 1px solid;
	border-bottom: #003254 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: white;
}

.ContactUsTableHeaderRow
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-color: #CCCCCC;
}

/* Defines the style for the sign up table */
.SignUpTable
{
	border-right: #003254 1px solid;
	border-top: #003254 1px solid;
	border-left: #003254 1px solid;
	border-bottom: #003254 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 8pt;
	background-color: white;
}

.SignUpTableHeaderRow
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-color: #003C7A;
}


/* Defines the style for displaying credits */
.Credits
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana;
	color:Red;
}

/* Defines the style for errors or alerts that occur */
.ErrorContents
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana;
	color:Red;
}

/* Defines the style for the buttons */
.Buttons
{
	border-right: #003255 1px solid;
	border-top: #003255 1px solid;
	border-left: #003255 1px solid;
	border-bottom: #003255 1px solid;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	background-color: #003255;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	height: 17px;
}

/* Defines the style for the textboxes, selects */
.TextBoxes
{
	border-right: #003255 1px solid;
	padding-right: 1px;
	border-top: #003255 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 1px;
	border-left: #003255 1px solid;
	color: black;
	padding-top: 1px;
	border-bottom: #003255 1px solid;
	font-family: Verdana;
	background-color: #ECF4FF;
}


/* Defines the style for the tooltips */
#tooltip
{
	display:none;
	position:absolute;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#333333;
	background-color:#ffffff;
	border:1px solid #003C7A;
	padding:3px;
	z-index:1;
}







/* ----------------------------------------------------------------------------- */
/* User defined styles below */
A.Topmenu:link,A.Topmenu:visited,A.Topmenu:active
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}	
A.Topmenu:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

A.Bottommenu:link,A.Bottommenu:visited,A.Bottommenu:active
{
	font-weight: normal;
	font-size: 8pt;
	color: #A3A3A3;
	font-family: Verdana;
	text-decoration: none;
}	
A.Bottommenu:hover
{
	font-weight: normal;
	font-size: 8pt;
	color: #858585;
	font-family: Verdana;
	text-decoration: none;
}

.WhiteText
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
}
.RightTable
{
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 8pt;
	BACKGROUND: white url('../data/TableFadeTop.gif') left top repeat-x;
	background-color: #5B5B5B;
}

.HeaderTable
{
	border-right: #589C33 1px solid;
	border-top: #589C33 1px solid;
	border-left: #589C33 1px solid;
	border-bottom: #589C33 1px solid;
	color: black;
	background-color: #EEF2F6;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.HeaderTableHeaderRow
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-color: #589C33;
}



.OuterLoginTable
{
	border-right: #003C7A 1px solid;
	border-top: #003C7A 1px solid;
	border-left: #003C7A 1px solid;
	border-bottom: #003C7A 1px solid;
	color: #FFFFFF;
	background-color: #5B5B5B;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.OuterLoginTableHeaderRow
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	background-image: url('../data/left_red.jpg');
}

