
/* Start of master page classes */
HTML
{
		height:100.1%;
}

BODY 
{
	font-family: verdana;
	font-size: 12px;
	background-image: url(../gfx/bg_gradient4.png);
	background-repeat: repeat-x;
	background-color: #6A7B89;
	margin:0;padding:0;
	color: #455A6B;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

TABLE, INPUT, TEXTAREA
{
	font-family: tahoma;
	font-size: 11px;
}

IMG
{
	border: 0px;
	vertical-align: middle;
}

.button
{
	font-family: tahoma;
	font-size: 11px;
	background: url(../gfx/button.gif);
	border: 1px solid #708FB0;
	width: 60px;
	height: 20px;
	cursor: pointer;
	margin-right: 0px;	
}

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: verdana; font-size: 12px;}

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: verdana; font-size: 12px;}

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: verdana; font-size: 13px;}

.bold{ font-weight: bold; }

.divSiteHeader
{
	height: 185px;
	width: 750px;
	background-image:url(../gfx/site_header.png);
}

.divSiteContainer
{
	width: 750px;
	border-left: 2px solid #455A6B;
	border-bottom: 2px solid #455A6B;
	border-right: 2px solid #455A6B;
	background-color: white;
}

.divMenuColumn
{
	float:left;
	min-height: 550px;
	width: 130px;
	padding: 0px 0px 20px 0px;
	border: 0px solid red;
}

.divPageContent
{
	width: 530px;
	min-height: 550px;
	float: left;
	
	padding: 50px 10px 50px 40px;
	text-align: justify;
	border: 0px solid red;
	background-color: White;
}

.divFooter
{
	text-align: right;
	width: 750px;
	margin-top: 5px;
	padding-bottom: 30px;
	font-size: 11px;
	color: White;
	clear: both;
}


/* End of master page classes */

/* Start of individual page classes */
H1{ font-family: Verdana; font-weight:bold; color:#ED8F2A; font-size:15px; height:22px; margin:20px 0px 5px 0px;}
H2{ font-family:Verdana; font-weight:bold; font-size: 17px;}
HR{ border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; margin: 5px 0px 5px 0px; height: 0; }


.divHeadline
{
	font-family: verdana;
	font-weight: bold;
	color: #ED8F2A;
	font-size: 15px;
	height: 22px;
	margin: 20px 0px 5px 0px;
}

.divHeadlineLink
{
	font-family: verdana;
	font-weight: bold;
	color: #ED8F2A;
	font-size: 15px;
	height: 22px;
	margin: 20px 0px 5px 0px;
	cursor: pointer;
}

.tableLeftMenu
{
	width: 100px;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #455A6B;
	cursor: pointer;
	position: relative;
	left: 15px;
	padding: 3px;
	border: 1px solid red;
}

.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;
}

.content
{
	padding: 10px;
	padding-left: 20px;
	border: 0px solid #455A6B;
	float: left;
	width: 465px;
}

.headline
{
	font-family:"Trebuchet MS";
	color: #ED8F2A;
	font-size: 18px;
	padding-left: 20px;
	float: left;
}

.sitemapUl
{
	list-style-type: none;	
}

.sitemapSubnode
{
	margin-left: 15px;
}


/* End of individual page classes */


/* Styles for the user administration module. */
#divLstBoxUsers
{
	visibility: visible;
	position: absolute;	
}

#divEditUserinfo
{
	 visibility: hidden;
	 position: relative;
}

.mailDialog
{
	position: absolute;
	width: 250px;
	height: 50px;
	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;
}



