/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Century Gothic;
	font-size: 10px;
}

.loginTable{
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFFFFF;
}

.navHeader{
	font-family: Century Gothic;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}

.navSectionHeader{
	font-family: Century Gothic;
	font-size: 11px;
	color: #7D651B;
	font-weight:bold;
}

.nav{
	font-family: Century Gothic;
	font-size: 11px;
	color: #333333;
}

.contentHeader{
	font-family: Century Gothic;
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}

.button { 
	color: #FFFFFF;
	background-color: #383A25;
	font-size: 10px; 
	font-family: Century Gothic;
	border: #333333 1px solid;
	padding:0px;
	font-weight:bold;
}

.textbox { 
	color: #000000;
	background-color: #FFFFFF;  
	font-size: 11px; 
	border: #999999 1px solid;
	font-family: Century Gothic;
}

.divider_horizontal{
	background-image:url(../images/divider.jpg);
	height:10px;
	background-repeat:repeat-x;
}
.divider_vertical{
	background-image:url(../images/divider_vert.jpg);
	width:3px;
	background-repeat:repeat-y;
}

.successmessage
{
    font-size:12px;
}

.successpanel
{
    border:1px solid #CCCCCC;
    width:500px;
    background-color:#FFDDDD;
    padding:5px 5px 5px 5px;
}

.forgetStyle
{
     font-size:10px;
}

a, a:active, a:hover, a:visited, a:link
{
    font-family: Century Gothic;
	font-size: 11px;
	color: #333333;
}
