body {
	background: white;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px ;
	line-height: 1.2em;
	height: 100%;
	color:#555555;
}
body marquee {
	font-size:12px;
	margin-top:-15px;
}
h1{
	font-family:"Calibri";
	color:#bf0000;
	font-size:18px;
	margin:0px;padding:0px;
}
h2{
	font-family:"Calibri";
	color:#bf0000;
	font-size:14px;
	margin:0px;padding:0px;
}
h3 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin:0px;padding:0px;
}
img {
  border: 0px;
  overflow: auto;
}
a{
	text-decoration:none;
	color:#bf0000;
}
a:hover{
	color:#bf0000;
	text-decoration:underline;
}

.tipimg
{
	padding-left:5px;
}

#__tips ul
{
	cursor:pointer;
}

ul.tips-text 
{
	list-style-type: disc;

	display:block;
	cursor:pointer;
	margin-left:-25px;
	#margin-left:10px;
	_margin-left:15px;
	
	#padding-right:35px;
}

ul.tips-text li
{
	vertical-align:top;
	width:330px;
}

.span_required{
	font-size: 12px;
	color: #ff0000;
	margin-left: 2px;
}

.line-split
{
	height:40px;
}

#layout_middle a.redbutton
{
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	background:#bf0000;
	border:1px solid #bf0000;
	color:#ffffff;
	font-weight:bold;
	
	padding:5px 10px 5px 10px;
	line-height:30px;
}
#layout_middle a.redbutton:hover
{
	background:#fff;
	color:#bf0000;
	text-decoration:none;
}

#layout_middle a.sredbutton
{
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border:1px solid #bf0000;
	background:#bf0000;
	color:#ffffff;
	font-weight:bold;
	
	padding:2px 5px;
	line-height:30px;
}
#layout_middle a.sredbutton:hover
{
	background:#fff;
	text-decoration:none;
	color:#bf0000;
}
#layout_middle a.wredbutton
{
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border:1px solid #bf0000;
	background:#bf0000;
	color:#ffffff;
	font-weight:bold;
	padding:2px 5px;
	line-height:28px;
}
#layout_middle a.wredbutton:hover
{
	background:#fff;
	text-decoration:none;
	color:#bf0000;
}
#layout_middle a.hredbutton
{
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border:1px solid #bf0000;
	background:#bf0000;
	color:#ffffff;
	font-weight:bold;
	padding: 1px;
	line-height:20px;
}
#layout_middle a.hredbutton:hover
{
	background:#fff;
	text-decoration:none;
	color:#bf0000;
}

#layout_middle a.syellowbutton
{
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border:1px solid #fbba00;
	background:#fbba00;
	color:#ffffff;
	font-weight:bold;
	
	padding:2px 5px;
}
#layout_middle a.syellowbutton:hover
{
	background:#fff;
	text-decoration:none;
	color:#fbba00;
}

.error {
background-color:#FFEBE8;
border:1px solid #CC0000;
padding:5px 5px 5px 10px;
}

.window_effect
{
     background:#11455A;
     opacity: 0.2;
}

#marqueecontainer {
	height:250px;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:auto;
}

#up_button,#r_up_button
{
	width:110px;
	margin:auto;
	background:url('/stuff/share/images/black-arrow-up.png') no-repeat scroll 0 0;
	background-position:center center;
	height:20px;
	clear:both;
}

#down_button,#r_down_button
{
	width:110px;
	margin:auto;
	background:url('/stuff/share/images/black-arrow-down.png') no-repeat scroll 0 0;
	background-position:center center;
	height:20px;
	clear:both;
}