@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}
/* Links */
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	background: #F0f0f0;
	color: #336600;
	border-bottom: 1px dotted #336600;
}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 200%;
	color: #663333;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}
h4 { font-size: 1em; line-height: 1.5em; padding: 0.5em 10px; margin: 0px 0px 0.5em 0px; }
h4 strong { color: #060; }
p, dl {
	padding: 10px 20px 10px 10px;
	margin: 0;
max-width: 700px;
}
p { line-height: 1.5em; padding: 0.5em 10px; }
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
dt {
	font-weight: bold;
	color: #895F30;
}
dd { padding-left: 25px; }
/* Images */
img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right { margin: 5px 0px 0px 10px; }
img.float-left { margin: 5px 10px 0px 0px; }
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #F0F0F0;
	background: #FFFFFF;
	font-weight: normal;
	line-height: 1.5em;
	font-style: italic;
	color: #555;
	max-width: 600px;
}
blockquote img.left { float: left; border: none; margin: 0px 10px 0px 0px; padding: 0px; position: relative; top: -10px; left: -35px; }
blockquote img.right { float: right; border: none; padding: 0px 0px 0px 10px; padding: 0px; position: relative; bottom: 18px; right: -10px;}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;
}
/* end - table */

/* form elements */
form {
	padding: 0px 10px 10px 10px;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
	width: 90%;
}
button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	width: 50%;
	margin: 8px 0px 0px 0px;
	padding: 2px 3px;
	color: #555;
	background: #E3E3E3;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 12px 0 15px 8px;
	width: 190px;
}
.searchform p {
	margin: 0;
	padding: 0 0 10px 0;
}
.searchform input.textbox {
	width: 115px;
	color: #666666;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }
/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
/* FORM */
div.form-container form { padding: 0; }
div.form-container label { display: inline; font-weight: normal; margin: 0; color: #000; }
div.form-container input, div.form-container select { padding: 0px;	font: normal 1em Arial, sans-serif; color: #666666; background: #fff; }
div.form-container textarea { width: auto; padding: 0px; font: normal 1em Arial, sans-serif; height: auto; display: inline; color: #666666; }
div.form-container input, div.form-container textarea, div.form-container select { border: none; width: auto; }

div.form-container { margin: 10px; padding: 10px; font-size: 0.9em; overflow: auto; }
p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }
div.form-container fieldset { margin: 10px 0; padding: 10px; border: 1px #CCC solid; background-color: #FFF; width: 650px; }
div.form-container fieldset legend { font-weight: bold; color: #666; }
div.form-container fieldset div { clear: left; padding: 0.25em 0; }
div.form-container fieldset.notice {padding: 0.2em 0.8em 0.8em 0.8em; margin-bottom:1.6em;border:2px solid #FFD324;background:#FFF6BF;color: #514721;}
div.form-container fieldset.complete {padding: 0.2em 0.8em 0.2em 0.8em; margin-bottom:1.6em;border:2px solid #C6D880; background:#E6EFC2;color: #264409;}
div.form-container fieldset.errors {padding: 0.2em 0.8em 0.8em 0.8em; margin-bottom:1.6em;border:2px solid #FBC2C4;background:#FBE3E4;color: #8a1f11;}
div.form-container fieldset.errors p em { font-style: normal; font-weight: bold; }
div.form-container fieldset div.error input[type='text'] { border-color: #C00; background-color: #FEF; }
div.form-container fieldset div.error textarea { border-color: #C00; background-color: #FEF; }
div.form-container fieldset div.error label { color: #C00; font-weight: bold; }
div.form-container fieldset div.error span {  color: #C00; background-image: url(../images/cross.png); }
div.form-container fieldset div.success input[type='text'] { float: left; border-color: #090; background-color: #E1FFE1; }
div.form-container fieldset div.success textarea { border-color: #090; background-color: #E1FFE1; }
div.form-container fieldset div.success label { color: #090; }
div.form-container fieldset div.success span {  color: #090; background-image: url(../images/tick.png); }
div.form-container fieldset div.checking span { color: #06F; background-image: url(../images/ajax-loader.gif); font-weight: bold; display: none; margin: 2px 0px 0px 4px; }
div.form-container form p { margin: 0; }
div.form-container form p.note { margin: 4px 0px 0px 170px; font-style: italic; font-size: 90%; color: #666; clear: left; }
div.form-container label { margin-right: 10px; padding: 6px 10px 0px 0px; width: 150px; display: block; float: left; clear: left; text-align: right; position: relative; }
div.form-container fieldset div span { min-height: 16px; min-width: 16px; padding: 6px 0px 0px 20px; float: left; background-position: bottom left; background-repeat: no-repeat; }
div.form-container label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input[type='text'] { float: left; border: 1px solid #CCC; background-color: #EFEFEF; padding: 4px; }
div.form-container textarea { font-family: inherit; font-size: 0.9em; float: left; border: 1px solid #CCC; background-color: #EFEFEF; padding: 4px; }
div.form-container select { float: left; border: 1px solid #CCC; background-color: #EFEFEF; padding: 4px; }
div.form-container input:focus { background-color: #FFC; border-color: #FC6; }
div.form-container input.error:focus { background-color: #FFC; border-color: #FC6; }
div.form-container textarea:focus { background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset { margin-bottom: 6px; }
div.form-container div.controlset label { display: inline; float: none; }
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset label.controlset { display: block; float: left; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; overflow: auto; }
.buttons a, .buttons button { display:block; float:left; margin:0 7px 0 0; background-color:#f5f5f5; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; padding:5px 10px 6px 7px; /* Links */ }
.buttons button { width:auto; overflow:visible; padding:4px 10px 3px 7px; /* IE6 */ }
.buttons button[type] { padding:5px 10px 5px 7px; /* Firefox */ line-height:17px; /* Safari */ }
*:first-child+html button[type] { padding:4px 10px 3px 7px; /* IE7 */ }
.buttons button img, .buttons a img { margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; }
button:hover, .buttons a:hover { background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
.buttons a:active { background-color:#6299c5; border:1px solid #6299c5; color:#fff; }
button.positive, .buttons a.positive { color:#529214; }
.buttons a.positive:hover, button.positive:hover { background-color:#E6EFC2; border:1px solid #C6D880; color:#529214; }
.buttons a.positive:active { background-color:#529214; border:1px solid #529214; color:#fff; }
.buttons a.negative, button.negative { color:#d12f19; }
.buttons a.negative:hover, button.negative:hover { background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19; }
.buttons a.negative:active { background-color:#d12f19; border:1px solid #d12f19; color:#fff; }
