﻿/* Main styles */
html
{
	margin:0;
	padding:0;
}

body
{
	margin: 0;
	padding: 0;
	background: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #666;
}

td 
{
	position:relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #666;
}

p
{
	margin: 0 10px 10px 5px;
	text-align:justify;
}

a
{
	color: #1F61A9;
	text-decoration: none;
}

a:hover
{
	color: #1F61A9;
	text-decoration: underline;
}

img 
{
	border: none;
}

.b
{
	font-weight:bold;
}

.button
{
	cursor:pointer;
}

.loginform .validatorMsg
{
	position:absolute;
	top:4px;
	left:2px;
	font-size:70%;
	width:200px;
}


.errormsg
{
	color: #c00;
	font-weight: bold;
	text-align:center;
	margin: 10px 0;
}

.errormsg a, .errormsg a:hover
{
	color: #c00;
	text-decoration: underline;
}

.errororder
{
	color: #c00;
	margin: 50px 0;
}

.errororder .errorlist
{
	width: 400px;
	margin: 0 auto;
}

.errororder a, .errororder a:hover
{
	color: #c00;
	text-decoration: underline;
}

.successmsg
{
	color: #090;
	font-weight: bold;
	text-align:center;
	margin: 10px 0;
}

.successmsg a, .successmsg a:hover
{
	color:#090;
	text-decoration: underline;
}

.successorder
{
	color: #090;
	font-weight: bold;
	text-align:center;
	margin: 100px 0;
}

.successorder a, .successorder a:hover
{
	color:#090;
	text-decoration: underline;
}

.row
{
}

.rowalt
{
	background: #efefef;
}

.rowover
{
	background: #ccc;
}

.label
{
	font-weight:bold;
}

.notes
{
	font-size: 80%;
	font-style: italic;
}
/* Page sections */
.pageheader
{
	height:81px;
	margin: 0;
	padding: 0;
	width:800px;
	background: url(../images/top.gif) top left no-repeat;
}

.pageheader img
{
	margin:0 0 0 10px;
}

.pagecontent
{
	position:relative;
	margin: 0;
	background: url(../images/left_bg.jpg) top left no-repeat fixed;
}

.pagefooter
{
	margin: 0;
	padding: 5px 0;
	width:800px;
	text-align: center;
	font-size: 80%;
	color: #ccc;
	text-align: center;
	background: #1F61A9;
}

.pagetitle
{
	font-size: 150%;
	font-weight: bold;
	padding: 5px;
	border-bottom:1px solid #000;
	margin:0;
	color: #1F61A9;
	width:790px;
}

.subtitle
{
	margin: 5px;
	font-weight: bold;
	color: #000;
}

.singlecol
{
	padding: 10px 0 10px 10px;
	position: relative;
	width: 790px;
	min-height: 300px;
}
	
.leftcol
{
	width:163px;
	/*border-right: 1px solid #000;*/
	margin: 0;
}

.middlecol
{
	margin: 0;
	width: 635px;
	min-height: 300px;
}

.breadcrumb
{
	margin: 1px 0;
	padding:10px 0;
	background: #F0F0F0;
	text-align: center;
}

.contactform
{
	margin-left:50px;
}

/* Top navigation */
.topnav
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width:800px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height:20px;
}

.topnav ul
{
	margin: 0;
	padding: 0; 
	list-style: none;
	white-space: nowrap;
	height:18px;
}

.topnav li
{
	display:inline;
	white-space: nowrap;
	margin: 0;
	padding: 1px 0;
	float:left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	white-space: nowrap;
	width:14.286%;
}  

.topnav a
{
	display:block;
	width: auto;
	border-left:1px solid #fff;
	line-height:18px;
	color: #fff;
	background: #1F61A9;
	text-align: center;
	text-decoration:none;
}

.topnav a:hover
{
	color: #fff;
	background: #06143F;
	text-decoration: none;
}

/* Left navigation */
.leftnav
{
	padding: 5px;
}

.leftnav a 
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.leftnav a:hover
{
	color: #1F61A9;
}

.leftnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftnav li
{
	padding: 2px;
}

.botnav
{
	text-align:center;
	margin: 10px 0;
}

.botnav .button
{
	margin: 0 10px;
}

/* Page: Login */
.loginform
{
	margin:0 auto;
	width: 220px;
}

.loginform input
{
	width:100px;
}

.loginform .button
{
	width:auto;
}

/* Page: Change password */
.changepwdform
{
	margin:0 auto;
	width: 300px;
}

.loginform input
{
	width:100px;
}

.loginform .button
{
	width:auto;
}



/* Popups */
.winclose 
{
	text-align:center;
	margin-top:50px;
}