/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color			: #FFFFFF;
	scrollbar-face-color		: #34837C;
	scrollbar-highlight-color	: #34837C;
	scrollbar-shadow-color		: #34837C;
	scrollbar-3dlight-color		: #34837C;
	scrollbar-arrow-color		: #AEDAD6;
	scrollbar-track-color		: #AEDAD6;
	scrollbar-darkshadow-color	: #34837C;
	font-family					: Tahoma;
	font-weight					: normal;
	color						: #000000;
	text-decoration				: none;
	background-image			: url(../images/mainbg.jpg);
	background-attachment		: fixed;
}

td {
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 10pt;
	color				: #000000;
}

#headerLinkBG {
	background-color	: #34837C;
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
	color				: #7F7F7F;
	vertical-align		: middle;
	height				: 15px;
	padding				: 3px;
}

#grayline {
	background-color:#AEDAD6;
	padding-top:1px;
}

#spacerline {
	padding-top:1px;
}

#headerLinkLeft {
	float:left;
	padding-left:15px;
	padding-right:15px;
}

#headerLinkRight {
	float:right;
	padding-left:15px;
	padding-right:15px;
}

.headerLink {
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	size				: 8px;
	color				: #FFFFFF;
}
a.headerLink:link   	{ text-decoration: none; color : #FFFFFF; }
a.headerLink:visited 	{ text-decoration: none; color : #FFFFFF; }
a.headerLink:hover		{ text-decoration: underline; color : #FFFFFF; }

#bodyBG {
/*	background-image	: url(../images/body_bg.gif);
*/	background-repeat	: repeat-x;
	background-color	: #D0DFDE;
}

/* Page link */
.pageLink, td.pageLink{
	font-size 		: 8pt;
	color 			: #444444;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration: none; color : #444444; }
a.pageLink:visited 	{ text-decoration: none; color : #444444; }
a.pageLink:hover	{ text-decoration: underline; color : #444444; }

.activePage {
	font-size 		: 8pt;
	color 			: #990000;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

a {
	font-size 		: 8pt;
	color 			: #234C77;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a:link   	{ text-decoration: none; color : #234C77; }
a:visited 	{ text-decoration: none; color : #234C77; }
a:hover		{ text-decoration: underline; color : #234C77; }

a.subLink {
	font-size 		: 8pt;
	color 			: #234C77;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}
a.subLink:link   	{ text-decoration: none; color : #234C77; }
a.subLink:visited 	{ text-decoration: none; color : #234C77; }
a.subLink:hover		{ text-decoration: underline; color : #234C77; }

/* Standard Left link */
a.stdLeftLink {
	font-size 		: 8pt;
	color 			: #234C77;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.stdLeftLink:link   	{ text-decoration: none; color : #234C77; }
a.stdLeftLink:visited 	{ text-decoration: none; color : #234C77; }
a.stdLeftLink:hover		{ text-decoration: underline; color : #234C77; }

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 1px;
	z-index: 1000;
}

.line {
	background-color: #7089A3;
	height			: 1px;
	width			: 100%;
	color			: #7089A3;
}

/* Heading */
h1 {
	display:none;
}
h2 {
	font-size 		: 12pt;
	color 			: #34837C;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

h3 {
	font-size 		: 12pt;
	color			: #880000;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
}

h4 {
	font-size 		: 11pt;
	color 			: #34837C;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #34837C;
}

ul {
	margin-top:2px;
	margin-bottom:2px;
}

/* Form elements */
input,textarea, select {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight		: normal;
	border			: 1px #999999 solid;
}

/* Check Box */
input.stdCheckBox {
   	border			: 0 solid #FFFFFF;
}
input.stdRadio {
   	border			: 0 solid #FFFFFF;
}

img {
	border: 0px;
}

.stdButton {
	font-family		: Tahoma, Verdana, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #AEDAD6;
	border			: 1px solid #34837C;
	cursor			: pointer;
}

.imgAction {
	cursor			: pointer;
	border			: 0;
}

td.listHeader {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	height			: 20px;
	color			: #34837C;
	text-align		: center;
	text-decoration	: none;
	background-color: #AEDAD6;
	border-bottom	: 1px solid #34837C;
	padding			: 3px;
}

td.subListHeader {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-color: #EEEEEE;
	height			: 22px;
	border-top		: 1px solid #999999;
}

tr.list_A {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 5px;
	height			: 20px;
}

tr.list_B {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	padding-left	: 5px;
	height			: 20px;
	background-color: #F5F5F5;
}

.boldText {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial;
	font-weight		: bold;
	color			: #000000;
}

.mandatory {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

.mandatoryMark {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

.validationText {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

.errorMsg{
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

.successMsg {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #006633
}

.mareketPrice {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	color			: #990000;
}

.price {
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	color			: #CC0000;
}

.comment {
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: normal;
	color			: #CC6600;
}

/* Copyright and bottom info */
#copyright {
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
	color				: #7F7F7F;
	background-color	: #E7EFEE;
	vertical-align		: middle;
	height				: 15px;
	padding				: 3px;
}
a.copyright			{ text-decoration: none; 	color: #7F7F7F; }
a.copyright:link   	{ text-decoration: none; 	color: #7F7F7F; }
a.copyright:visited { text-decoration: none; 	color: #7F7F7F; }
a.copyright:hover 	{ text-decoration: underline;	color: #444444; }

/* for spaw editor*/
.style1{
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 10pt;
	color				: #000000;
	font-weight			: normal;	
	text-decoration		: none;
}
.style2{
	font-size 		: 12pt;
	color 			: #34837C;
	font-family		: Tahoma, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
