/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #034552 url(../images/bg01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label{
	margin-left: 3px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A4C4A;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 18px;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
	color: #386077;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #386077;
}

.text2 {
	line-height: 120%;
}

.text3, .text3 a {
	text-align: center;
	font-size: 9px;
	color: #79A0AE;
}

.text3 a{
	text-decoration: none;
	border-bottom: 1px dotted;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 140%;
}

.list1 li {
}

.list1 a {
	padding-left: 11px;
	font-size: 10px;
	color: #DCFF00;
	background: url(../images/homepage14.gif) no-repeat left center;
}

.special a{
	color: #ffd52e;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
}

.list2 a {
	padding-left: 9px;
	background: url(../images/homepage16.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #5c9017;
}

a:hover {
	text-decoration: none;
}

.link1 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/bg02.gif) repeat-y left top; }
.bg2 { background: #FFFFFF; }
.bg3 { background: #EEF7E2 url(../images/bg03.jpg) no-repeat right top; }
.bg4 { background: #FFFFFF url(../images/bg04.jpg) no-repeat right top; }
.bg5 { background: #FFFFFF url(../images/bg05.gif) repeat-y left top; }

.bg6 { background: url(../images/homepage08.jpg) no-repeat left top; }
.bg7 { background: url(../images/homepage09.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.float-right{float: right;}
.float-left{float: left;}

img { border: none; }

.img1 {
	float: left;
	margin: 6px 15px 0px 0px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	background: url(../images/homepage18.gif) repeat-x left top;
}


#application-errors{
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 0px;	
	width: 500px;
	height: 400px;
	font-size: 11px;
	background-color: #FFFFFF;
	overflow: scroll;
	border: 2px solid #777777;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#application-errors li{
	margin: 5px 0 5px 0;
	padding: 3px;
}

#application-errors li.alt{
	background-color: #EEEEEE;
	border-top: 1px solid #AAAAAA;	
	border-bottom: 1px solid #AAAAAA;	
}
	
#application-errors .error-type{
	font-weight: bold;
}


#flash-errors{
	list-style-type: square;
	border: 1px solid #7E0000;
	background-color: #E47C7C;
	color: #7E0000;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 20px;
}

#flash-notices{
	list-style-type: square;
	border: 1px solid #798263;
	background-color: #C6E47C;
	color: #495038;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 20px;
	display: inline-block;
}

textarea{
	height: 100px;
	width: 300px;
}

.readonly{
	color: #888888 !important;
}

.hidden{
	display: none;
}

.right-align{
	text-align: right;
}

.tablesorter{
	width: 100%;
	border-collapse: collapse;
}

.tablesorter td, .tablesorter th{
	padding: 2px;
	font-size: 11px;
	border: 1px solid #DDD;
}

.tablesorter th{
	background-color: #EEE;
}

code{
	white-space: pre;
}

.clear-both{
	clear:both;
}
