﻿/* CSS Document */

body,td,th,input,select,textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
}
body {
	margin: 0px;
}
form{margin:0;}
table{border-collapse:collapse;}

a{color:#484848; text-decoration:none}
a:hover,a:active{color:#669900;}
.aGreen{color:#669900; text-decoration:underline; font-family:Arial;}
.aGreen:hover,.aGreen:active{text-decoration:none;}
.aOrg{color:#FF6600; text-decoration:none; font-family:Arial;}
.aOrg:hover,.aOrg:active{text-decoration:underline;}
.aBlackU{color:#000000; text-decoration:underline; font-family:Arial;}


input{
	background:url(../images/web/input-bg.jpg) repeat-x left bottom;
	padding:3px; border:1px solid #CCCCCC;
}
.inputno{background:none; padding:0px; border:0px none;}

#loginstate,#searstate{
	position:absolute; z-index:1001; left:50%; top:50%;
	width:400px; height:100px;
	background:#FFFFFF;	
	margin-left:-200px;
	border:1px solid #FFCC00;
}

#both{clear:both; height:13px;}


#userTag a,#userTag .userTagA{
	display:block; width:80px; border:1px solid #BFE081;
	height:24px; line-height:24px; float:left;
	text-align:center; margin-right:10px;
	margin-bottom:-1px; position:relative;
	background:url(images/bg3.gif) no-repeat;
}
#userTag .userTagA{
	border-bottom:0px none; height:25px; background:none; background-color:#FFFFFF;
}











