/*HTML styles */

body {
	margin: 0px 0px 0px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: #ffffff ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #275265 ;
	font-family: verdana ;
	margin-top: 0px ;
	letter-spacing: -2px ;
	line-height: 30px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
}

a:link {
	color: #275265 ;
	text-decoration: underline ;
}

a:active, a:visited {
	color: #666666 ;
	text-decoration: underline ;
}

a:hover {
	color: #3A7C99 ;
	text-decoration: none ;
}

/*Nav Styles*/

a.button:link,
a.button:active,
a.button:visited,
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited
{
	color: #666666 ;
	text-decoration: none ;
	background-image: url(images/nav_bg.gif) ;
	background-position: center ;
	padding: 5px ;
	text-align: center ;
	border-left: 1px solid #ffffff ;
	border-top: 1px solid #ffffff ;
	border-right: 1px solid #cdcdcd ;
	border-bottom: 1px solid #cdcdcd ;
	font-size: 12px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.button_sub:link,
a.button_sub:active,
a.button_sub:visited,
a.button_sub:hover {
	text-align: left ;
	padding-left: 10px ;
}

a.button:hover,
a.button_sub:hover
{
	text-decoration: underline ;
	color: #275265 ;
}

.nav li ul li a {
	width: 250px; 
}


/*Template Styles*/

#container {
	width: 980px;
	margin: auto;
}

#page_top {
	background-color: #090;
	height: 150px; 
}

#info_bar {
	background-color: #009;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#page_body_div {
}

#page_body_table {
	width: 100%;
}

#nav_cell {
	background-color: #000;
	vertical-align: top;
	width: 250px;
}

#content {
	padding: 20px ;
}

.foot, a.foot:link, a.foot:visited {
	color: #fff; 
}

/*Misc Standard Styles*/

.required {
	text-align: center;
	color: #900;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good {
	color: #070;
}

.bad {
	color: #900;
}


.bot_text {
	border-top: 1px solid #666666 ;
	color: #666666 ;
	font-size: 10px ;
	letter-spacing: 1px ;
	padding-top: 15px ;
	margin-top: 15px ;
	text-align: center
}

a.bot_link:link, a.bot_link:active, a.bot_link:visited {
	text-decoration: none ;
	color: #666666 ;
}

a.bot_link:hover {
	text-decoration: underline ;
}

sup {
	font-size: 10px ;
}

.img_flt {
	float: right ;
	margin: 5px 5px 5px 10px ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: ;
}

.mceContentBody a {
	color:  !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: ;
}

a:hover img {
	border-color: ;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: ;
}

.required {
	text-align: center;
	color: ;
}

.even_row, 
.row_0 {
	background-color: ;
}

.odd_row, 
.row_1 {
	background-color: ;
}

.good, 
.status1 {
	color: ;
}

.bad, 
.status0 {
	color: ;
}

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}

/* jquery */

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 11px;
}


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

