/* INCLUDE */
@import url("../../../templates/common/common_colors.css");

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

html {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 62.5%;*/ /* This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	color: #ffffff;
}

#global-wrapper {
	width: 980px !important;
	clear: both;
	margin: 0 auto;
}

.top_bg {
	background: url('top_header.png') repeat;
	height: 70px !important;
	margin: 0px;
	padding: 5px;
	color: #ffffff;
	border: 2px solid #dddddd;
}

p, td, th {
	/*font-size: 1.1em;*/
	font-size: 11px;
	color: #ffffff;
}

table, img {
	border: none;
}

a { color: #66ddff; text-decoration: underline; }
a:visited { color: #66ddff; text-decoration: underline; }
a:hover, a:active { color: #dd2222; text-decoration: underline;}

.h1 {
	font-size: 24px;
	font-weight: bold;
}

.h2 {
	font-size: 20px;
	font-weight: bold;
}

.h3 {
	font-size: 16px;
	font-weight: bold;
}

.h4 {
	font-size: 14px;
}

.h5 {
	font-size: 12px;
}

.h6 {
	font-size: 10px;
}

hr {
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
	border: 0px none #ffffff;
	border-top: 1px solid #444444;
}

hr.dashed {
	border-top: 1px dashed #cccccc;
	margin: 10px 0;
}

.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gennull{ font-size: 0px; }

.align-center {
	clear: both;
	margin: 0 auto;
	text-align: center;
}

/* inputs */
form {
	display: inline;
}

input, select, textarea {
	font-family: /*"Lucida Grande",*/ Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	/* box-sizing: content-box; */
	-moz-box-sizing: content-box;
}

input, select {
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

select {
	cursor: pointer;
}

option {
	padding-right: 1em;
}

/* inputs - fixing height and padding */
input.mainoption, input.altoption, input.liteoption { height: 18px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
input.post { height: 18px; padding-left: 3px; padding-right: 3px; margin: 2px; vertical-align: middle; }
select option { height: 16px; padding-left: 3px; padding-right: 3px; vertical-align: middle; }

/* inputs colors */
.helpline {
	background-color: #f8f8f8;
	border: solid 1px #66ddff;
	color: #666666;
}

input, textarea, select {
	color: #888888;
}

textarea, select {
	background-color: #f8f8f8;
	border: 1px solid #66ddff;
}

input:hover, textarea:hover, select:hover {
	background-color: #eeeeee;
	border: solid 1px #dd2222;
	color: #dd2222;
}

input:focus, textarea:focus, select:focus {
	background-color: #f4f4f4;
	border: solid 1px #ff5500;
	color: #000000;
}

input.post, input.mainoption, input.altoption, input.liteoption {
	background: #f8f8f8 url('bg_input.gif') top left repeat-x;
}

input.post {
	border: 1px solid #66ddff;
	color: #333333;
}

input.mainoption {
	border: solid 1px #00cc00;
	color: #333333;
	font-weight: bold;
}

input.altoption {
	border: solid 1px #888888;
	color: #225599;
}

input.liteoption {
	border: solid 1px #66ddff;
	color: #666666;
}

input.post:hover, input.mainoption:hover, input.altoption:hover, input.liteoption:hover {
	background: #fafafa url('bg_input.gif') top left repeat-x;
	border: solid 1px #dd2222;
	color: #dd2222;
}

input.post:focus, input.mainoption:focus, input.altoption:focus, input.liteoption:focus {
	background: #e7e7e7 url('bg_input.gif') top left repeat-x;
	border: solid 1px #ff5500;
	color: #333333;
}

input.button {
	background: #ffffff url('bg_input.gif') top left repeat-x;
	border: solid 1px #dddddd;
	border-left-color: #eeeeee;
	border-top-color: #eeeeee;
	color: #333333;
}

input.button:hover {
	border: solid 1px #dd2222;
	border-right-color: #bb2222;
	border-bottom-color: #bb2222;
	color: #000000;
}

input.button:focus {
	border: solid 1px #ff5500;
	border-right-color: #ee4400;
	border-bottom-color: #ee4400;
	color: #000000;
}

select optgroup {
	background-color: #f8f8f8;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

select option {
	background-color: #f4f8fb;
	color: #333333;
}
