/*
Use this file for foreground styles only (fonts etc).
*/

/*
	Text color: 						#2D3B3E
	Main menu background color:			#2D3B3E
	Header part color: 					#384548
	"Yellow box" color: 				#ffcc00
	Red: 								#CC0000
	Green: 								#8db407
	Darker green: 						#7fa206
	Darker blue:						#263235
*/
body {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.75em;
	color: #2D3B3E;
	line-height: 1.5em;
}
.small {
	font-size: 0.83em;
	color: #666666;
}
h1, h2 {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}
h1 {
	font-size: 1.58em;
}

h1 span {
	color: #CC0000;
}
#right h1 {
	line-height: 1em;
}

h2 {
	font-size: 1.33em;
	color: #CC0000;
}

h2 span {
	color:#2D3B3E;
}

#header-content p {
	color: #fff;
	font-size:1em;
}
#yellow ul li {
	font-size: 1.17em;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	list-style: none;
}
#blue {
	color: #fff;
}
#footer p, #footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration:none;
}
/* form styles */
fieldset {
	text-align:center;
	border: 1px solid #e1e1e1;
	padding:10px;
}
fieldset legend {
	color: #2D3B3E;
}
div.row, div.rowsubmit {
	width: 570px;
	margin:2px auto;
	clear:both;
	padding: 5px 0;
	text-align:left;
	border: 1px solid #e1e1e1;
	background: #fafafa;	
}
div.rowsubmit {
	width: 370px;
	padding-left: 200px;
}
div.row:hover, div.rowsubmit:hover {
	background: #f3f3f3;
}
div.row label {
	padding: 0 10px ;
	width: 180px;
	float:left;
	text-align:right;
}
div.row input, div.row select {
	width: 275px;
}
div.row textarea {
	width: 335px;
}
div.row input[type=checkbox], div.row input[type=radio] {
	width: auto;
}
textarea {
	overflow:auto;
}
input, textarea, select {
	background: #fff url(../images/bg_forms.gif) repeat-x;
	border: 1px solid #C7C7C7;
	padding: 3px 4px;
}
input[type=submit], input[type=button] {
	padding:3px 6px;
	margin:1px;
	border: 1px solid #740000;
	background: #740000 url(../images/bg_forms_btn.gif) repeat-x;
	font-size: 0.9em;
	color: #fff;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{
	border: 1px solid #797979;
}
.err {
	color:#F00;
}
/* form styles - end */

