html, body {
background: url(/img/cod2/layout/site_bg.jpg) repeat-x top #252525;
font-size: medium;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body { font-size: 62.5%; }

h1 { padding: 1px 0 1px 5px; text-align: left; }

label { 
display: block; 
float: left;
padding: 0 20px 0 0;
min-width: 100px; 
}

strong { font-weight: bold; }

div.required {
color:#ccc;
font-weight:bold;
}
div.optional {
color:#aaa;
}
div.input {
padding: 0 0 5px 0;
}

p { padding: 5px 0 5px 0; }

a { color: #950000; text-decoration: none; }
a:hover { text-decoration: underline; }

.float_right{ float: right; }
.border1px { border: solid 1px #888; }

.clear {
clear: both;
}

#nav_header {
background: url(/img/cod2/layout/nav_bg.jpg) no-repeat right;
width: 1000px;
height: 94px;
margin: auto;
}

#login_nav {
color: #eeeeee;
float: right;
font-size: 1em;
padding: 5px;
height: 15px;
}

#login_nav a { color: #eeeeee; text-decoration: none; }
#login_nav a:hover { text-decoration: underline; }

#body_wrap {
background: url(/img/cod2/layout/body_bg.jpg) no-repeat;
width: 1000px;
height: 800px;
min-height: 800px;
margin: auto;
clear: both;
}

#content_wrap { width: 802px; margin: auto; }

#c1 {
width: 395px;
float: left;
font-size: 1.0em;
color: #898989;
}

/* Roster Panel */
#c1_1 {
width: 194px;
min-height: 200px;
float: left;
text-align: left;
padding: 0 0 20px 0;
}

.player_thumb { padding: 3px 0 0 0; }

.roster_pod_info {
background: #000000;
width: 184px;
height: 8px;
color: #898989;
padding: 2px 5px 0 5px;
text-align: left;
}

/* Demos Panel */
#c1_2 {
width: 194px;
min-height: 200px;
margin-left: 197px;
padding: 0 0 20px 0;
}

.demos_pod {
}

/*.demos_pod_map {
width: 192px;
height: 46px;
padding: 3px 0 0 0;
}*/

.demos_pod_info { padding: 0 0 2px 0; }

/* Right Panel */
#c2 {
width: 401px;
min-height: 400px;
margin-left: 398px;
}

.news_pod, .comments_pod, .table_pod { color: #DDDDDD; padding: 7px 0 15px 0; float: right;}

.news_pod_title {
background: url(/img/cod2/layout/title_news.jpg) no-repeat left;
width: 395px;
height: 16px;
padding: 5px 0 0 5px;
font-weight: bold;
font-size: 1.1em;
}

.news_pod_info,
.comments_pod_info {
background: #000000;
width: 386px;
height: 13px;
color: #898989;
padding: 2px 5px 0 5px;
font-size: 1em;
}

.news_pod_icon { float: left; padding: 5px 10px 5px 0; }

.news_date { text-align: right; }
.news_comments { text-align: right; }

.news_pod_content,
.comments_pod_content {
line-height: 16px;
padding: 5px 5px 0 20px;
font-size: 1.1em;
overflow: hidden;
}

.comments_pod_content { color: #eeeeee; }

.news_pod_content p { padding: 5px 0 10px 0; }

/* Profile */

.more { padding: 10px 0 0 0; text-align: right; }
.more a { color: #DDDDDD; text-decoration: none; }
.more a:hover { text-decoration: underline; }

.table_pod_content {
line-height: 16px;
padding: 5px 5px 0 5px;
font-size: 1.0em;
overflow: hidden;
}

.win { color: green; }
.lose { color: red; }
.tie { color: yellow; }

#sponsors {
background: #CCCCCC;
width: 391px;
height: 80px;
clear: both;
}

#footer {
clear: both;
border-top: 2px solid #000000;
width: 702px;
min-height: 50px;
margin: auto;
color: #CCCCCC;
text-align: right;
padding: 5px 100px 0 0;
line-height: 11px;
}

.footer_left {
float: left;
}

#footer a { color: #CCCCCC; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 12px;
background-color: #ddd;
margin: 8px 0px;
font-weight: bold;
padding: 3px;
border: solid 1px #ccc;
}
.error-message {
color: #900;
padding: 5px 5px 25px 5px;
font-size: 9px;
margin-left: 100px;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}
