
body { font-family: arial, helvetica, sans-serif;  font-size: 10px; background-color:#333333; color:#ececec; background-image:url(images/bg.gif)  }

td { font-family: arial, helvetica, sans-serif;  font-size: 12px}

a:link {color: #F76B08;  font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none;}

a:visited {color: #FFAD73;  font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none;} 

a:active, a:hover {color: #ffffff;  font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none;}

p a {
	font-size: 11px;
}

.style1 {font-size: 14px}

.blacklink:link {color:#000000}

.blacklink:visited {color:#000000}

.blacklink:hover {color:#ffffff}

.inbg {
	background-color: #009966;
	text-align: right;
}
.outbg {
	background-color: #0066FF;
	text-align: left;
}
.outtop {
	background-image: url(../images/out-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.outmid {
	background-image: url(../images/out-mid.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	background-position:center;
	color:#000000
}
.outbot {
	background-image: url(../images/out-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: top;
}
.intop {
	background-image: url(../images/in-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.inmid {
	background-image: url(../images/in-mid.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 10px;
	text-align: right;
	background-position:center;
	color:#000000
}
.inbot {
	background-image: url(../images/in-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: top;
}
.inoutdate {
	font-size: 10px;
}
.inoutbottomtable {
	color:#000000
}
/*ajaxcss*/
#ajaxticker1{
width: 130px;
/*height: 100px;*/
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
color:#000;
padding:0;
}
#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*/
background-color: #FEEEB8;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit*/
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd; 
}
.error p {
	margin:0;		
}
.tempred {
	color:#F00;
	text-decoration:blink;
}
