
/* Start of master page classes */
BODY 
{
	font-family: verdana;
	font-size: 11px;
	background-color: #6A7B89;
	background-image: url(../gfx/bg_gradient2.png);
	background-repeat: repeat-x;
	margin:0;padding:0;
	text-align: center;
	color: #455A6B;
}

TABLE, INPUT, TEXTAREA
{
	font-family: verdana;
	font-size: 11px;
}

A.standard:link    {color:#455A6B; text-decoration:underline;}
A.standard:visited {color:#455A6B; text-decoration:underline;}
A.standard:active  {color:#455A6B; text-decoration:underline;}
A.standard:hover   {color:#ED8F2A; text-decoration:underline;}
A.standard{font-family: tahoma; font-size: 11px;}

A.topMenu:link    {color:white; text-decoration:none;}
A.topMenu:visited {color:white; text-decoration:none;}
A.topMenu:active  {color:white; text-decoration:none;}
A.topMenu:hover   {color:white; text-decoration:none;}
A.topMenu{font-family: tahoma; font-size: 11px;}

A.supportMenu:link    {color:#455A6B; text-decoration:none;}
A.supportMenu:visited {color:#455A6B; text-decoration:none;}
A.supportMenu:active  {color:#455A6B; text-decoration:none;}
A.supportMenu:hover   {color:#ED8F2A; text-decoration:underline;}
A.supportMenu{font-family: tahoma; font-size: 13px;}

IMG
{
	border: 0px;
	vertical-align: middle;
}

.divSiteHeader
{
	height: 100px;
	width: 700px;
	border: 0px solid yellow;
	background-image:url(../gfx/support_header4.png);
	border-left: 2px solid #455A6B;
	border-right: 2px solid #455A6B;
}

.divTopMenu
{
	width: 700px;
	border-left: 2px solid #455A6B;
	border-right: 2px solid #455A6B;
}

.tableTopMenu
{
	background-color: #455A6B;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	width: 700px;
	height: 22px;
	color: white;
}

.divSiteContainer
{
	width: 700px;
	text-align: left;
	border-left: 2px solid #455A6B;
	border-bottom: 2px solid #455A6B;
	border-right: 2px solid #455A6B;
	background-color: #EFF0E6;
}

.divMenuColumn
{
	float: left;
	width: 150px;
	height: 400px;
	background-image:url(../gfx/menu_bg.png);
	background-repeat: repeat-x;
}

.tableLeftMenu
{
	width: 140px;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #455A6B;
	cursor: pointer;
	position: relative;
	left: 15px;
	padding: 3px;
}

.divFooter
{
	text-align: right;
	width: 700px;
	color: White;
}

.userDialog
{
	position: absolute;
	width: 350px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	visibility: hidden;
	background-color: #DFE2DC;
	border: 2px solid #ED8F2A;
	cursor: default;
	padding: 10px;
	z-index: 50px;
}

.menuTd
{
	width: 80px;
	cursor: pointer;
}

.menuTdOver
{
	width: 80px;
	cursor: pointer;
	color: white;
	background-color: #ED8F2A;
}

.adminTd
{
	width: 100px;
	cursor: pointer;
	color: white;
	background-color: #ED8F2A;
	
}

.adminTdOver
{
	width: 100px;
	cursor: pointer;
	color: white;
	background-color: #6C7D8A;
}


/* End of master page classes */


/* Start of individual page classes */
.content
{
	padding: 10px;
	padding-left: 20px;
	border: 0px solid #455A6B;
	float: left;
	width: 700px;
}

.headline
{
	font-family:"Trebuchet MS";
	color: #ED8F2A;
	font-size: 18px;
	padding-left: 20px;
	float: left;
}
/* End of individual page classes */


/* Styles for the user administration module. */
#divLstBoxUsers
{
	visibility: visible;
	position: absolute;	
}

#divEditUserinfo
{
	 visibility: hidden;
	 position: relative;
}

.divLoginContent
    {
        padding-left: 30px; 

        text-align: left;
        border-left: 2px solid #455A6B;
        border-bottom: 2px solid #455A6B;
        border-right: 2px solid #455A6B;
        background-color: #EFF0E6;
    }
    
    .superScript
    {
        font-family:"Trebuchet MS";
	    color: #ED8F2A;
	    font-size: 18px;
	    float: left;
    }




