﻿BODY
{
	font-family: verdana;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0;
	padding: 0;
}

.td_off
{
	background-image: url(../images/xid_bg_off.gif);
}

.bodybg
{
	background-color: #869BA5;
}

.td_on
{
	background-image: url(../images/xid_bg_on.gif);
}

.darkbg
{
	background-color: #123A4F;
}

.menuTabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:Solid 1px #1B2D72;
    border-top:none;
    padding:0px 10px;
    background-color:#eeeeee;
}
.selectedTab
{
    border:Solid 1px #1B2D72;
    border-top:Solid 5px white;
    padding:0px 10px;
    background-color:white;
}
.tabBody
{
    border:Solid 1px #1B2D72;
    padding:20px;
    background-color:white;
}

/*main background color */
.mainBGColor
{
	background-color: #032c3e;
}

/*sub background color */
.subBGColor
{
	background-color: #87afa1;
}
.themetable
{
	background-image: url(../images/xid_bg_off.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

.whitebold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

.errorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: white;
	background-image: url(../images/top_bg.gif);
}

/*Header Text - used to display the correct background color and fonts BACKGROUND-COLOR: #032c3e;	 */
.headerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-image: url(../images/top_bg.gif);
}



/*alternate background color - used to define the background color where the indvidual forms are displayed */
.altBGColor
{
	background-color: White;
}

.gridItemStyle
{
	background-color: #EEEEEE;
}

.gridAltItemStyle
{
	background-color: #DDDDDD;
}

/**************************** Tab Menu ************************************/
/**************************************************************************/
#tabs
{
	float: left;
	width: 100%;
	background: #FFF;
	font-size: 93%;
	line-height: normal;
	
}
#tabs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a
{
	float: left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabs a span
{
	float: left;
	display: block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
#tabs a:hover
{
	background-position: 0% -42px;
}
#tabs a:hover span
{
	background-position: 100% -42px;
	color: #FFF;
}

img
{
	border: none;
}
/**************************************************************************/
