
/*HTML styles */

body {
	background-color: #555 ;
	background-position: top ;
	background-repeat: repeat-x ;
	
	margin: 10px 0px 10px 0px ;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	color: #000 ;
}

p, li, div, td {
	line-height: 18px;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-family: arial, sans-serif ;
	font-size: 22px ;
	font-weight: bold ;
	color: #555 ;
	
	margin-top: 0px ;
	border-bottom: 1px solid #999 ;
	padding: 2px ;
	line-height: 1.25; 
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

h6 {
	padding: 0px; 
	margin: 0px;
	
	font-family: arial, sans-serif ;
	font-size: 12px ;
	font-weight: bold; 
	color: #000 ;
}

a, a:link, a:active, a:visited, a:hover {
	color: #711028 ;
}

.mceContentBody a {
	color: #711028 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:active, a:visited {
	color: #711028 ;
}

a:hover {
	color: #711028 ;
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #711028;
}

a:hover img {
	border-color: #c00;
}

/*Template Styles*/

.container {
	width: 652px;
	margin: auto;
}

.container2 {
	border: outset 6px #ccc;
}

.page_top {
	background-color: #37B37A;
}

.page_top a img {
	border: 0px; 
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.content {
	background-color: #fff;
	padding: 10px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #eee; 
}

/* Nav Styles */

a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-family: arial, sans-serif ;
	font-size: 16px ;
	font-weight: bold ;
	text-decoration: none ;
	text-align: center; 
	color: #eee ;
	
	display: block; 
	background-color: #397BDB ;
	/*background-image: url(/images/button.png);*/
	background-position: center left; 
	border: 0px solid #ccc ;
	border-left: solid 1px #6F9AE0 ;
	border-right: solid 1px #224882;
	padding: 10px 10px ;
}

a.button:hover {
	/*background-image: url(/images/button_up.png);*/
}

/*Misc Standard Styles*/

.important {
	color: #900;
}

.required {
	text-align: center;
	color: #900;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #5E6652;
}

.bad, .status0 {
	color: #900;
}

.img_float {
	float: right;
	border: solid 1px #37B37A;
	margin: 0px 0px 10px 10px; 
}
