body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #141414;
	background-image: url(/img/head_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: none;
}

html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5a4a4;
}

h2 {
	font-size: 14px;
	display:inline;
}

h3 {
	font-size: 16px;
	color:#FFFFFF;
	display:inline;
}

a:link { color:#FFFFFF; text-decoration: none}
a:visited { color:#FFFFFF; text-decoration: none}
a:active { color:#FFFFFF; text-decoration: none}
a:hover { color: #a87b00; text-decoration: none}

a.logmod:link { color:#a5a4a4; text-decoration: none}
a.logmod:visited { color:#a5a4a4; text-decoration: none}
a.logmod:active { color:#a5a4a4; text-decoration: none}
a.logmod:hover { color: #a5a4a4; text-decoration: none}

#menu_text {
	font-weight:bold;
	color: #FFFFFF;
}
#menu a:link { color: #FFFFFF; }
#menu a:visited { color: #FFFFFF; }
#menu a:hover { color: #fcb800; }

#menu {
	width: 100%;
	min-width:1123px;
	height: 36px;
	background-color: #7a2710;
	margin-right: auto; 
	margin-left: auto;
	text-align:center;
	background-image: url(/img/menu_bg_fade.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow:visible;
}
.menu_divider { width:1px;padding-left:10px;padding-right:10px; }

#page_frame {
	width: 1123px;
	margin-right: auto; 
	margin-left: auto;
	background-image: url(/img/right_bg.gif);
	background-position: right;
}

#page_container {
	float:left;
	width: 950px;
	margin-right: auto; 
	margin-left: auto;
	background-image: url(/img/right_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#head_sponsors {
	float: left;
	width: 542px;
	height: 224px;
}
textarea {
    resize: none;
} 
#smallspons {
	float: left;
	width: 173px;
	height: auto;
}

#main {
	float: left;
	width: 567px;
	padding-left:20px;
	padding-right:20px;
}

#right {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 800px;
}

#login_module {
	float:left;
	width: 408px;
	height: 224px;
	background-image: url(/img/login_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.login_text {
	font-size:10px;
}
.login_text a:link { color: #a5a4a4; }
.login_text a:visited { color: #a5a4a4; }
.login_text a:hover { color: #fcb800; }

.login_fields {
	width:143px;
	background-color: #141414;
	border-top: 1px solid #1b1b1b;
	border-left: 1px solid #1b1b1b;
	border-bottom: 1px solid #838383;
	border-right: 1px solid #838383;
	color: #48b3d2;
	font-family: arial; font-size:10px;
}

.admin_search_text {
	border: 1px solid #666666;
	font-family: verdana;
	font-size: 10px;
	width: 90%;
}

.test{
	margin: 0;
	padding: 0;
}

.login_button {
	width:50px;
	background-color: #141414;
	border-bottom: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-top: 1px solid #838383;
	border-left: 1px solid #838383;
	color: #48b3d2;
	font-family: arial; font-size:10px;
}

.textarea {
	background-color: #141414;
	border-bottom: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-top: 1px solid #838383;
	border-left: 1px solid #838383;
	color: #48b3d2;
	font-family: arial; font-size:10px;
}

.nav_active {
	height:16px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	border-bottom:1px solid #141414;
	background-image:url(/img/nav_bg.gif);
	background-repeat:repeat-x;
}

.nav_inactive {
	height:16px;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	border-bottom:1px solid #838383;
}

.status_img
{
border: 0;
}


.trigger{
	cursor:pointer;
	color:white;
}

.toggle_container_css{
	width:90%;
	float:left;
	margin-bottom:30px;
	border: 1px solid white;
	border-radius:4px;
	padding:7px;
	background-color:#4e4e4e;
}
