body {
	font:11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	background-color: #889193;
}

a:link{ 
	text-decoration:none;
	color:#378CC8;
}

a:visited{ 
	text-decoration:none; 
	color:#378CC8;
}

a:hover, a:active{ 
	text-decoration:underline; 
	color:#43C837;
}

#main_container {
	text-align:center;
	margin:auto;
	width:824px;
	background-color:#FFF;
}

#top {
	background:url(./images/top.jpg) no-repeat top left;
	margin:0;
	padding:26px 0 0 0;
}

#bottom {
	background:url(./images/bottom.jpg) no-repeat top left;
	margin:0;
	padding:29px 0 0 0;
}

#left {
	background:url(./images/left.jpg) repeat-y top left;
}

#right {
	background:url(./images/right.jpg) repeat-y top right;
}

#title {
	background:url(./images/title_bar.jpg) no-repeat top center;
	height:76px;
}

#content{
	width:660px;
	margin-left:130px;
	padding-right:23px;
	min-height:400px;
}

#menu{
	float:left;
	width:90px;
	padding-left:23px;
	font-weight:bold;
}

#menu ul{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

#menu li{
	list-style-type:none;
	line-height:2em;
}

#umenu{
	float:right;
	padding-right:50px;
	padding-top:50px;
}

.nav_heading{
	font:normal 10pt georgia;
	font-weight:bold;
}

#footer{
	color:#999;
	font-size:80%;
	margin-top:20px;
	text-align:center;
}

.innerbox{
	text-align:left;
	padding:10px;
	padding-top:4px;
}

.module1{
	border:1px solid #ccc;
	margin:auto;
	padding:0px;
	background-color:#F8F8F8;
}

.radio{
	background-color:transparent;
	border:none;
}

img{
	border:none;
}

/* Font colors */
.green { color:#88C139; }
.orange { color:#FBAF5C; }
.grey { color:#666; }
.blue { color:#09F; }

h3{
	font:normal 12pt georgia;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:bold;
}

p{
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

form{
	margin:0px;
	padding:0px;
}

input, textarea, select{
	margin:0px;
	background:#FFF;
	border:1px solid #4C77B6;
	color:#000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	vertical-align:middle;
}

/* score table */
.tb_scores{
	width:100%;
}

.tb_scores th{
	text-align:center;
	border-bottom:1px solid #333;
}

.tb_scores td{
	text-align:center;
	border-bottom:1px solid #ccc;
}

/* compareison table */
.tb_compare{
}

.tb_compare th{
	padding-top:10px;
	text-align:left;
	border-bottom:1px solid #333;
}

.tb_compare td{
	text-align:left;
	border-bottom:1px solid #ccc;
	padding:0px 4px;
}

.tb_compare td.box{
	border-right:1px solid #aaa;
	text-align:center;
}

.tb_compare td.label{
	width:90px;
	font-style:italic;
}

/* stats table */
.tb_stats{
	width:100%;
	margin-bottom:10px;
}

.tb_stats th:hover{
	background-color:#f8f8f8;
}

.tb_stats tr:hover{
	background-color:#e1eaf3;
}

.tb_stats th{
	text-align:left;
	border-bottom:1px solid #333;
}

.tb_stats td{
	text-align:left;
	border-bottom:1px solid #ccc;
}

/* inbox table stuff */
.tb_inbox{
	border:1px solid #d1dceb;
	width:100%;
	margin-bottom:3px;
	border-spacing:0px;
}

.tb_inbox td{
	border-top:1px solid #ccc;
	padding:10px 0px;
}

.tb_inbox th{
	padding:5px;
	text-align:left;
}

.tb_settings{
	border:1px solid #d1dceb;
	width:100%;
	margin-bottom:20px;
}

.tb_settings td{
	padding:5px;
	padding-right:10px;
}

.tb_settings th{
	text-align:left;
	font-weight:bold;
	font-size:120%;
	background-color:#d3efdf;
	padding:5px;
}

.tb_settings td.left{
	width:250px;
	background-color:#e8ecf4;
	font-weight:bold;
}

.tb_settings td.right{
	background-color:#eef2f7;
}

.tb_settings tr.light{
	background-color:#eef2f7;
}

.tb_settings tr.dark{
	background-color:#e8ecf4;
}

.tb_settings td.light{
	background-color:#eef2f7;
}

.tb_settings td.dark{
	background-color:#e8ecf4;
}

.caption{
	font-size:90%;
	font-weight:normal;
}

.notification{
	text-align:left;
	font-weight:bold;
	padding:18px 25px;
	padding-left:50px;
	background:#fffbc9 url(/images/information.gif) left no-repeat;
	color:#7b4b09;
}

.noti_r{
	background-color:#fffbc9;
	margin-bottom:5px;
}

.warning{
	text-align:left;
	font-weight:bold;
	padding:18px 25px;
	padding-left:50px;
	background:#ffe3e0 url(/images/warning.gif) left no-repeat;
	color:#e31b0c;
}

.warn_r{
	background-color:#ffe3e0;
	margin-bottom:5px;
}

.comment_r{
	background-color:#fdfdc4;
	margin-bottom:10px;
}

.search{
	text-align:left;
	padding:4px 8px;
	color:#2c3d4e;
	background-color:#eaf2fa;
}

.search_r{
	background-color:#eaf2fa;
	margin-bottom:0px;
}

.comment{
	text-align:left;
	padding:0px 10px;
	background-color:#fdfdc4;
}

.comment_f{
	color:#777;
	font-size:10px;
	padding:0px 10px;
	padding-top:15px;
	text-align:right;
}

.loading{
	text-align:center;
	border:1px solid #e31b0c;
	margin-bottom:5px;
	padding:15px;
	background-color:#ffe3e0;
	color:#e31b0c;
}

.affirm{
	text-align:center;
	border:1px solid #44C936;
	margin-bottom:5px;
	padding:15px;
	background-color:#C4EEBE;
	color:#27761E;
}

.shotsum{
	text-align:center;
	width:20px;
}

.usersum{
	text-align:center;
	width:50%;
}

#pagetabs{
	padding-top:1px;
	margin-bottom:0px;
	text-align:left;
}

#pagetabs a, #pagetabs span{
	color:#999;
	font-size:80%;
	padding:2px 3px;
	border:1px solid #9aafe5;
	border-bottom:none;
}

#pagetabs a:hover{
	border-color:#06c;
	text-decoration:none;
	color:#000;
}

#pagetabs span.current{
	color:#444;
}

/* search tab stuff */
#searchbar{
	margin-bottom:5px;
	border-bottom:1px solid #87b5e3;
	padding-bottom:2px;
}

#searchbar a:link{ 
	text-decoration:none;
	color:#425c76;
}

#searchbar a:visited{ 
	text-decoration:none; 
	color:#425c76;
}

#searchbar a:hover, a:active{ 
	text-decoration:none; 
	color:#425c76;
}

.searchtab{
	display:inline;
	padding:3px;
}

.sactive{
	display:inline;
	padding:3px;
	background-color:#b9d4ef;
}

.sdeactive{
	display:inline;
	padding:3px;
	background-color:transparent;
}

.user-photo{
	border:1px solid #ccc;
	vertical-align: middle;
}

.pages{
	margin-top:15px;
	text-align:center;
	clear:left;
}

.pages span.current{
	background:#06c;
	color:#fff;
}

.pages span.disabled{
	color:#aaa;
	border-color:#aaa;
}

.pages a, .pages span{
	margin-left:5px;
	padding:4px;
	border:1px solid #9aafe5;
	color:#06c;
}

.pages a:hover{
	border-color:#06c;
	text-decoration:none;
	color:#000;
}

.bag_box{
	padding:5px 0px;
	border:1px dotted #aaa;
	border-left:none;
	border-right:none;
}

.bag_box img{
	padding:0px 10px;
}
