@CHARSET "UTF-8";

body, td, pre {
    /*font-family: Tahoma,Arial,Verdana,Helvetica;*/
    font-family: helvetica,sans-serif;
    /*font-size: 0.8em;*/
    font-size: 10pt;
}

.example1 {
    color: red;
}

/*
img {
    padding: 10px;
}*/

.red {
	color: red !important;
}

.green {
	color: #82c005 !important;
}

.white {
	color: white !important;
}

.blue {
	color: #4494c3;
}

.b {
	font-weight: bold;
}

div.clear, br.clear {
	clear: both;
	height: 0px;
}

hr {
	border: none;
	background: url('/img/horz_dot.gif') repeat-x bottom;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 1.5em;
	color: #333333;
	padding-bottom: 10px;
}

h2 {
	font-family: Tahoma, Arial;
	font-size: 1.1em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: Tahoma, Arial;
	font-size: 1.0em;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: none;
}

ul {
	list-style-image: url('/img/li_arrow.gif');
}

ul.alpha {
	list-style-image: none;
	list-style-type: lower-alpha;
}

ul.numeric {
	list-style-image: none;
	list-style-type: decimal;
}

div.ul {
	padding-left: 25px;
}

div.ul div {
	background: url('/img/li_arrow.gif') no-repeat center left; 
	padding-left: 15px;
}

div.ul span {
	float: left; 
	width: 150px;
}


a {
	color: #4494c3;
	text-decoration: none;
}

a:hover {
	color: #82c005;
	text-decoration: underline;
}

label span,
span.req {
	color: red;
}

/*************************************************************************************************************************************
 * Form Specific styles
 *************************************************************************************************************************************/
 form {
	margin: 0;
	padding: 0;
	/*background-color: #eaeaea;*/
}

input.text {
	border: 1px solid #82C005;
	width: 200px;
}

.form_error, input.text.error, textarea.error {
	border: 1px solid #FF0000 !important;
	background-color: white !important;
	/*background: white url('/img/no.gif') no-repeat right;*/
}

textarea {
	border: 1px solid #82C005;
	overflow: auto;
	width: 98%;
}

form p {
	clear: both;
}

input.text:focus, input.text:hover, textarea:focus, textarea:hover {
	background-color: #F1FFCF;
}

input.button, a.button {
	/*
	height: 25px;
	padding: 2px;
	background: #4494c3 url('/img/bttn_bg.gif') repeat-x top;
	color: white;
	font-size:100%;
	border: 1px solid #333333;
	cursor: pointer;
	*/
	background: #C7E383 url(/img/button.gif) repeat-x;
	/*border: 1px solid #999999;*/
	border: 1px solid #82C005;
	padding: 3px 5px 3px 5px !important;
	/*height: 30px !important;*/
	font-size: 1.2em;
	cursor: pointer;
}

a.button  {
	padding-left: 5px;
	padding-right: 5px;
}

input.imageButton:hover, input.imageButton:hover {
	background-color: white;
}

form div {
	/*padding: 5px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding: 5px 10px 5px 10px;*/
	/*clear: both;*/
}

form span.error {
	color: red;
}

form label {
	width: 150px;
	float: left;
}

form#form_1033 label {
	width: 300px !important;
}
	
form div.selectTag {
	position:absolute;
	background-color: white;
	border: 1px solid #4494c3;
	padding: 0;
	z-index: 100;
	height: 150px;
	
	overflow: auto;
}
form div.selectTag ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form div.selectTag li {
	cursor: pointer;
	list-style-image: none;
	padding-left: 5px;
}

form div.selectTag li:hover {
	background-color: #c2e2f4;
}

form input.selectTag {
	cursor: pointer;
	background: url('/img/select_arrow.gif') no-repeat right;
}

form input.selectTag:hover {
	/*background-color: #c2e2f4;*/
	background: url('/img/select_arrow_hover.gif') no-repeat right;
}

blockquote {
	background: transparent url(/img/bg_blockquote.gif) no-repeat scroll 0 5px;
	color:#333333;
	margin: 5px;
	padding-left: 35px;
}