@charset "utf-8";
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}
.topbg {
	
}
.bg {
	
}
.sides {
	background-color:#fefeda;
}
.loginbox {
	border:3px solid #fed786;
	background-color:#f9b629;
	
	
}
.tickerbox {
	background-color:#ff8000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #f4a14d;
	border-right-color: #f4a14d;
	border-bottom-color: #f4a14d;
	border-left-color: #f4a14d;	
}
.box {
	border:1px dotted #000;
	background-color:#d9e380;
}
.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}
.footertxt {
	font-size:10px;
	color:#000;
}
.footertxt a {
	font-size:10px;
	color:#000;
}
.ipdodimg {
	/*background-image:url(images/ipod.jpg);*/
	background-repeat: no-repeat;
	background-position: 80px bottom;
	margin-right:10px;
}
.registerbg {
	
	
}
.hbluetxt {
	color:#004a98;
	font-size:28px;
	font-weight:bold;
}
.hredtxt {
	color:#e2001a;
	font-size:26px;
	font-weight:bold;
}
.stxt {
	font-size:10px;
	text-decoration:none;
}
.helptxt {
	color:#ff0000;
	text-decoration:underline;
	font-size:10px;
	padding-left:5px;
}
.regheadtxt {
	color:#000;
	font-size:16px;
	font-weight:bold;
}
.rtxt {
	color:#00baff;
	font-size:12px;
}
.textbox {
	border: 1px solid #999;
	background-color: #ffffff;
	height:16px;
	padding: 2px;
	width:180px;
}
.regtextbox {
	border: 1px solid #999;
	background-color: #ffffff;
	height:18px;
	padding: 2px;
	width:180px;
}
.redtxt {
	font-size:12px;
	color:#FF0000;
	vertical-align: super;
}
.dummyselectbox {
	
	background-color: #ffffff;
	height:22px;
	width:184px;
}
.dummytextbox {
	border: 1px solid #999;
	background-color: #ffffff;
	height:22px;
	width:184px;
	background-position: center;
}
.regbox {
	padding-left:10px;
}
.lwhitetxt {
	font-size:16px;
	color:#000;
	font-weight:bold;
}

#ajaxticker1 {
	padding: 5px;
	font-family:verdana;
	font-size:11px;
	color:#fff;
}
#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}
a.squarebutton {
	background: transparent url('images/square-gray-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #494949; /*button text color*/
}
a.squarebutton span {
	background: transparent url('images/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

