@import url('include/body.css');
@import url('include/banner.css');
@import url('include/footer.css');
@import url('include/MenuTop.css');
html {height:100%}
body {margin:0px;}
td {font-family:Arial, Tahoma, Verdana; font-size:10pt;}
form {margin:0px;}
input {font-family:Tahoma, Verdana, Arial;}
.button	{ 
	height:22px; border-left:1px solid #ECE9D8; 
	border-right:1px solid #716F64; border-top:1px solid #ECE9D8; 
	border-bottom:1px solid #716F64; font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; background-color:#dedede }

.button2 {
	height:22px; BORDER-RIGHT: #555555 2px solid; 
	BORDER-TOP: #999999 1px solid; FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; 
	COLOR: #444444; BORDER-BOTTOM: #555555 2px solid; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #E8E8E8; TEXT-DECORATION: none
}

a {text-decoration:none}
a:hover {text-decoration: underline}

a.lnkBlack {
	text-decoration:none;
	color:#000000;
}

a.lnkBlack:hover {
	text-decoration:underline;
	color:#cc0000;
}
.textbox {
	border-top:2px solid #55555;
	border-left:2px solid #55555;
	border-bottom:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
}
.blockSepa {height:10px}
#dropmenudiv{
	position:absolute; border:1px solid #c8c8c8; 
	font:normal 11px Tahoma, Verdana; line-height:18px; z-index:100;
	background-color: #f4f4f4; 
	background: url(../images/dropMenuOut_bg.gif) repeat-y;
}

#dropmenudiv .sepa {height:1px; margin: 2px 4px 2px 29px; width:auto; background-color:#CCCCCC}

#dropmenudiv a{
	width: 100%; display: block; text-indent: 29px;
	padding: 1px 0; text-decoration: none; color:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #133b8d; color:#FFFFFF;
	-moz-opacity: 0.6;
	opacity: 0.6; FILTER: alpha(opacity=60); 
}
.UserActionBar {
}
.UserActionBar a {
	font-size:11px; color:#555555;
	text-decoration: none;
}
.UserActionBar a:hover {
	text-decoration:underline;
	color:#cc0000;
}

.UserActionBar .print {
	height:22px; width:22px;
	background: url(../images/icon_p.gif) no-repeat;
	float:right;
}
.UserActionBar .reply {
	height:22px; width:22px;
	background: url(../images/icon_r.gif) no-repeat;
	float:right;
}
.UserActionBar .email {
	height:22px; width:22px;
	background: url(../images/icon_e.gif) no-repeat;
	float:right;
}

#divOpacity {
	-moz-opacity: 0.4;
	opacity: 0.4;
	background-color:#000000;
	FILTER: alpha(opacity=40);
	LEFT: 0px; POSITION: absolute; TOP: 0px;
	VISIBILITY: hidden;
	WIDTH: 100%; height:100%;
	Z-INDEX: 101;cursor: "not-allowed";
}
#ifrMask {
	-moz-opacity:.00;opacity:.00; filter:Alpha(style=0,opacity=0);
	position:absolute;left:-1000px; display=\'none\';	

}
#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid #000000;
	padding: 1px;
	background-color: #FFFFFF;
	Z-INDEX: 102
}

#dragbar{
	cursor: move;
	min-width: 100px; /*NS6 style to overcome bug*/
	background: url(../images/cus_head_bg.gif) repeat-x top;
	font-weight:700; color:#FFFFFF;
}

#closetext{
	cursor: hand;
	cursor: pointer;
	height: 21px;
	background: url(../images/cus_head_bg.gif) repeat-x top;
}

.rist {font-family:  Tahoma, Verdana, Arial; color:#F86F00}

#hintbox { 
      border: 1px solid #FFC30E; 
	  padding: 5px 5px 5px 5px; 
      background-color: #FFFBB8; 
      text-align: left; 
      color: #7D5F00; 
      font-size: 11px; 
      font-family: arial, sans-serif;
      position: absolute;
      visibility: hidden;
      width: 150px; z-index: 100;
}
.form TD {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
}

.form TD.tdRegHeader {
	padding:3px 0px 5px 8px; 
	font-size: 11pt; 
	font-weight: bold; 
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
}

.smtext {font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #666666}

.divErrorMessage {
	text-align:left;
	border: 1px solid #dddddd;
	padding:10px;
	margin-bottom:10px;
	background-color:#FFFEDF;
	color:#ff3300;
}