body {
	font: 76% sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image:url(../images/body_bg.jpg)
	color: #FFFFFF;
}
a:link, a:active {
	color: #ff8500;
	text-decoration: none;
}
a:visited {
	color: #ff8500;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
p {
	margin: 1em 0;
	line-height: 15px;
	color:#FFFFFF;
}
.instructions {
	margin: 1em 0;
	line-height: 15px;
	color:#FFFFFF;
	font-size: 1em;
}
.alert {
	margin-bottom: 10px;
	line-height: 15px;
	color:#FFFF99;
	font-size: 1.2em;
	font-weight:bold;
}

strong, b {
    font-weight: bold;
    font-style: normal;
}
em, i {
    font-weight: normal;
    font-style: italic;
}
h1 {
	font-size: 1.85em;
	margin: 0 0 0.75em 0;
	color: #FFFFFF;
}
h2 {
    font-size: 1.4em;
    font-weight: bold;
	color: #FF8800;
}
h3 {
	font-size: 1.15em;
	margin: 0.75em 0;
}
h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h5 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: disc inside;
}
ul {
	margin-left: 1.5em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
/*table {
	width: 100%;
	border-collapse: collapse;
}*/
th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

tr.alt td {
	background-color: #eee;
}
dt {
	font-size: 1.15em;
}
dd {
	margin: 0 0 0.75em 0;
}
img {
	border-width: 0;
}
code {
	font-size: 1.25em;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 15px;
	background-color: #FEF3CB;
}
* html code {
	font-size: 1em;
}

#logo {
	height:76px;
}

.quoteme {
	text-align:center;
}
.quoteme p {
	color: white;
	font-size: 1.15em;
}
.success {
	width: 500px;
	padding:10px;
	background-color: #fafafa;
	border: solid 1px #ff8500;
	color: #333;
	font-weight: bold;
}

.myphotos {
	width: 500px;
	padding:5px;
	background-color: #000000;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	text-align:center;
}
.myphotos img {
	border: solid 1px #333;
}

.mystats {
	width: 500px;
	padding:8px;
	background-color: #000000;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	text-align:left;
	color:#CCCCCC;
}
.mystats_hdr {
	font: 90% sans-serif;
	margin: 0;
	padding: 0;
	background:#FF8800;
	text-align:left;
	color:#FFFFFF;
}
.mystats_txt {
	font: 80% sans-serif;
	margin: 0;
	padding: 0;
	color:#333333;
}
.myarticles {
	width: 500px;
	padding:8px;
	background-color: #000000;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	text-align:left;
	color:#CCCCCC;
}
.myschedule {
	width: 500px;
	padding:8px;
	background-color: #000000;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	text-align:left;
	color:#CCCCCC;
}
.myschedule_hdr {
	font: 90% sans-serif;
	margin: 0;
	padding: 0;
	background:#FF8800;
	text-align:left;
	color:#FFFFFF;
}
.myschedule_txt {
	font: 80% sans-serif;
	margin: 0;
	padding: 0;
	color:#333333;
}
.gametype_key {
	font: 80% sans-serif;
	margin-top:10px;: 0;
	padding: 0;
}

#mytemplate {
	margin:0;
	padding:0;
}
#mytemplate h4 {
	font: 90% sans-serif;
	font-weight:bold;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 5px;
}
#mytemplate p {
	font: 80% sans-serif;
	margin: 0;
	padding-top: 5px;
}
/* NAV */
#nav {
	margin: 0;
	padding: 0px;
	/*background-color: #000;*/
	overflow: hidden;
	/*height: 30px;*/
}
ul#nav,
#nav li {
	list-style-type: none;

}
#nav li {
	margin: 0;
	float: left;
	overflow: hidden;
	padding-bottom:0px;

}
#nav a {
    text-transform: uppercase;
    font-weight: bold;
	margin-right:2px;
	padding-left: 25px;
	padding-right: 22px;
    float: left;
    display: block;
}
#nav a:link, #nav a:visited {
/*	background-color:#333; */
	text-decoration: none;
	color: #ffffff;
}
#nav a:link.current, #nav a:visited.current, #nav a:hover {

/*	background-color: #e7e7e7;*/
	text-decoration: none;
	color: #ff8500;
}

/* SUBNAV */
#subnav {
	margin: 0;
	padding: 0px;
	margin-bottom:10px;
	margin-top:10px;
	background-color: #fff;
	overflow: hidden;
	height: 25px;
	font-size: .9em;
	background-image:url(../_img/subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}
ul#subnav,
#subnav li {
	list-style-type: none;
	
}
#subnav li {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#subnav a {
	text-transform: uppercase;
	font-weight: bold;
	margin-right:2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	float: left;
	display: block;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#subnav a:link.current, #subnav a:visited.current, #subnav a:hover {
	text-decoration: none;
	color: #FF8800;
}


.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header_container {
	width: 777px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content_wrapper {
	background-color: none;
}

#footer_wrapper {

}
#container {
	width: 777px;
	margin: 0 auto;
	text-align: left;
	background:#000000;
	border-right: #211A16 solid 1px;
	border-left: #211A16 solid 1px;
}
#footer_container {
	width: 779px;
	margin: 0 auto;
	text-align: center;
}
#preview_stats {
	width: 825px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#preview_stats h1 {
	font-size: .9em;
	padding-left: 2px;
}
.stats_masthead {
	font-size: 70%;
	font-weight:bold;
	margin-left:5px;
	padding:0;
	color:#fff;
}
.stats_hdr {
	font-size: 70%;
	font-weight:bold;
	margin-left:5px;
	padding:0;
	color:#fff;
	background-color:#333;
}
.stats_txt {
	font-size: 60%;
	margin:0;
	padding:0;
}
.stats_ttl {
	font-size: 65%;
	font-weight:bold;
	margin-left:5px;
	padding:0;
	color:#333;
	background-color:#cccccc;
}

/* ADMIN - LEFT PANEL */
.left {
	width:143px;
	height: 209px;
	background-image:url(../_img/lnavbg.jpg);
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.left h1 {
	font-size: .95em;
	margin: 0.15em 0 0;
	margin-top:4px;
	padding-bottom: 4px;
}
.left ul, .left li {
	list-style: none; 
	font-size: .95em;
}
.left ul {
	margin-left: .5em;
	padding: 0;
}
.left li {
	margin: 0;
	padding: 0;
}

/* ADMIN - RIGHT CONTENT */
.right {
	width:600px;
	padding-left:10px;
}

.footer {
	text-transform:uppercase;
	text-align:center;
	font-size: 0.75em;
	color: #666666;
	margin-top: 10px;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:link.current, .footer a:visited.current, .footer a:hover {
	text-decoration: underline;
	color: #666666;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border-width: 0;
	margin: 1.2em 0;
	padding: .5em;
}
label span {
	display: block;
	font-size: .9em;
	padding: .4em;
	font-weight:bold;
}
form input {
	margin-left: 0em;
}
.txtInput {
	width: 300px;
	height:18px;
	color: #666;
	font-size: 1.15em;
}
.txtInputClear {
	margin:25px;
	width: 450px;
	height: 22px;
	color: black;
	font-weight:bold;
	font-size: 1.15em;
	border:0;
}
input.image {
	vertical-align: middle;
	position: relative;
	margin: 0px;
}
.txtInput1 {
	width: 500px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
	margin:0px;
}
.txtInput2 {
	width: 50px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInput3 {					/* city location - bio */
	width: 200px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInput4 {					/* school name - bio */
	width: 340px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtAreaBulk1 {
	margin-left:0px;
	width: 500px;
	height: 350px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtAreaBulk2 {
	margin-left:0px;
	width: 500px;
	height: 125px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
	margin:0px;
}
.fileInput1 {
	width: 230px;
	height: 22px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
	margin: 0px;
}
.sportSelecter {
	width: 350px;
	height: 22px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.dateSelecter {
	height: 22px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
	margin-left:0px;
	padding-left:0px;
}

/* MAILBOX STYLES */
.inbox_hdr {
	font: 90% sans-serif;
	margin: 0;
	padding: 0;
	background:#FF8800;
	text-align:left;
	color:#FFFFFF;
	font-weight: bold;
}
.inbox_txt {
	margin: 0;
	padding: 0;
	font-size:90%;
	color: #333333;
}
.bg-dkbrown {
	background-color: #211A16;
}
.sm_grd_left {
	background-color: #000000;
	background-image: url(../_img/grd_sm_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sm_grd_body {
	background-color: #000000;
	background-image: url(../_img/grd_sm_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sm_grd_right {
	background-color: #000000;
	background-image: url(../_img/grd_sm_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-dkgrey {
	background-color: #444444;
}
.bg-ltgrey {
	background-color: #404040;
}
.bg-purple {
	background-color: #200C7B;
}
.bg-black {
	background-color: #000000;
}
.bg-dkbrown {
	background-color: #211A16;
}
.txt-orange {
	color: #FF8501;
	text-decoration: none;
}
.txt-white {
	color: #ffffff;
}
.txt-grey {
	color: #656565;
}
.txt-ltgrey {
	color: #CAC6C6;
	text-decoration: none;
}
.txt-orange:hover {
	color: #CAC6C6;
	text-decoration: none;
}
.txt-ltgrey1 {
	color: #CAC6C6;
	text-decoration: none;
}
.txt-ltgrey1:hover {
	color: #ffffff;
	text-decoration: none;
}


#admin_history {
	width: 450px;
	height: 408px;
	background: #fff;
	float: right;
}
#admin_history h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0.65em;
}
#admin_history #interior {
	width: 440px;
	margin: 8px 5px;
	padding: 3px 0;
	height: 365px;
	overflow: auto;
	border-top: solid 1px #333;
	color: #333;
}
#admin_history #interior p {
	color: #666;
}
#admin_history #interior table {
	width: 100%;
}
#admin_history #interior table td {
	padding: 5px;
}
#admin_history #interior table .hdr {
	background: #e7e7e7;
	color: #000;
	font-weight: bold;
}
#admin_history #interior table .dta {
	color: #333;
}