
body {
	background-color:#FFFFFF;
	font-family: Arial;	
	margin: 0;
	font-size: 11px;
}
p {
	color: #000000;
}


#mainTable {
	height: 150px;
	padding: 0;
}
#header{
	text-align: right;
	font-family: Arial;
	font-size: 16px;
	color: #B3B3B3;
	font-weight: bold;
	height: 78px;
}
#nav {
	height:25px;
	font-size:12px;
}
#submenu {
	background-image: url(images/submenu.jpg);
	background-repeat: repeat-x;
	height: 28px;
	font-size: 11px;	
	color: #ffffff;
	width: 100%;
	text-align: center;
}
#content{
	background-color: #ffffff;
	border: solid 1px #A8B0BF;
}
#footer {
	background-color: #EEEEEE;
	font-size: 13px;
	color: #898989;
	height:100px;
	text-align: center;
}

.left{
	background: url(images/button_left.jpg) no-repeat left top;
	padding-left: 1pt;	
}

.right {
	background: url(images/button_right.jpg) no-repeat left top;
	padding-right: 3pt;
}

.middle {
	background-image:url(images/button_mid.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
}
.middle a 
{
	font-family: Arial;
	font-size: 11px;
}

/*highlighted tab*/
.leftc {
	background: url(images/buttonc_left.jpg) no-repeat left top;
	padding-left: 2pt;	
}

.rightc {
	background: url(images/buttonc_right.jpg) no-repeat left top;
	padding-right: 3pt;
}

.middlec {
	background-image:url(images/buttonc_mid.jpg);
	background-repeat: repeat-x;
}
.middlec a
{
	font-family: Arial;
	font-size: 11px;
}

#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #E3E8EC;
	border-bottom: solid 2px #4C90CD;
}

#submenu a:link, #submenu a:visited 
{
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;		
}
#submenu a:hover, #submenu a:active 
{
	font-family: Arial;
	color: #ffffff;	
	text-decoration: none;	
	border-bottom: solid 1px #7FBFF8;
}
#submenu td
{
	font-family: Arial;
	color: #ffffff;
}
#submenu a 
{
	font-family: Arial;
}

.submenutext a
{
	font-family: Arial;
}

.contentTitle {
	background-color: #E9E9E9;
	color: #373737;
	font-size:12px;
	vertical-align: bottom;
	height: 30px;
	font-weight: bold;
	border: 0;
}
.contentDetails, .contentDetails td  {
	color: #32405A;
	font-size:12px;	
	border-top: solid 1px #32405A;
}
#content a:link,  #content a:visited, #content a:hover, #content a:active {
	text-decoration: underline;
	color: #3F5173;
	border: none;
}

.form {
	color: #000000;
	text-align: left;
	border: solid 1px #A8B0BF;	
}
.admin_title 
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #063E75;
	padding-top: 10pt;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	text-decoration: underline;
	color: #777777;
	border: 0;
}

.login th {
	background-color: #E9E9E9;
}
.login {
	border: solid 1px #E9E9E9;
	color: #000000;
	font-weight: bold;
}
.login td
{
	font-family: Arial;
}

#search 
{
	text-align: center;
}

#search-result
{
	text-align: center;
	margin-top: 10px;
}

#title
{
	text-align: center;
	font-weight: bold;
	color: InfoText;
	font-size: 13px;
	margin-bottom: 8px;
}

#title_edit
{
	text-align: left;
	font-weight: bold;
	color: InfoText;
	font-size: 16px;
	margin-left: 5px;
}

.textbox1 
{
	width: 220px;
}

.textbox2 
{
	width: 150px;
}