html, body {
  background: #999 url(/images/btl_bg.png) repeat-x scroll top left;
}

#bd {
  background-color:#fff;
  min-height:30em;
}

#hd {
  padding-bottom:1px;
  background-color:#666;
  border-bottom:1px solid #999;
}
#header {
  background-color:#343434;
  border-bottom:2px solid #333;
  padding:0;
  margin:0;
}
#header .column {
  text-align:center;
}
#header_left {
  height:70px;
}
#header_right {
  text-align:right;
  height:2.3em;
  padding-right:12px;
  vertical-align:middle;
}
#header_right h1 {
  padding:0;
  margin:0;
}
#header li {
  font-size:250%;
  width:200px;
  height:100%;
  line-height:2.3em;
  display:inline;
  list-style-type:none;
  float:left;
}

#header li a,
#header li a:active,
#header li a:visited {
  text-align:center;
  vertical-align:middle;
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:#2F7FFF;
}
#header li a:hover {
  background-color:#000;
}
#header li.selected a {
  color:#BF0A30;
  background-color:#242424;
}

.body_top {
  background-color:#ccc;
  color:#000;
  padding:1em 0pt 1.5em 3em;
}
.body_top h3 {
  font-size:150%;
  color:#333;
  padding-bottom:8px;
}
.body_top h1 {
  font-size:200%;
  padding:0 8px 0 0;
}
#sidebar {
  padding-bottom: 20px;
}
#sidebar p {
  padding:10px 0;
}
#sidebar h3 {
  color:#000;
  border-bottom:1px solid #333;
  padding:20px 10px 0 0px;
}
#sidebar a {
  font-size:115%;
}
h1 span a {
  color: rgb(3, 172, 235); 
  text-decoration: underline;
}
.clear {
  clear:both;
}
.column {
  text-align:left;
}  
.float_left {
  float:left;
}
.float_right {
  float:left;
}

#ft {
  background-color:#565656;
}
#ft a {
  color:#999999;
  text-decoration:none;
}
#ft ul li {
  color:#999999;
  display:block;
  float:left;
  padding:0pt;
}
#ft #footer_top {
  padding:8px;  
}
#footer_bottom {
  padding:8px;  
  background:#4C4C4C;
  clear:both;
}
#footer_small {
  color:#999999;
  margin:0pt auto;
  padding:1em 0pt;
  text-align:left;
}
#footer_static_links {
  color:#999999;
  float:right;
  font-size:1em;
  padding:0pt 0.5em;
}
#footer_nav_list {
  clear:both;
  font-size:1.25em;
  padding-bottom:0.5em;
}
#footer_nav_list dt,
#footer_nav_list dd {
  line-height:1.4em;
  float:left;
  padding-right:0.5em;
}
#footer_nav_list dt {
  color:#747474;
  font-weight:bold;
}

#account {
  padding:16px 0px 16px 22px;
}

#badge {
  margin:0em 0.5em 1em;
  padding:4px;
  width:27em;
  height:54px;
}

#badge .links {
  float:right;
  text-align:right;
  height:46px;
  vertical-align: middle;
  padding-right:8px;
  font-size: 115%;
  
}

.thumbnail_right {
  padding-left:60px;
}

.padded {
  padding:0.5em 1.5em 1.0em 1.5em;
}

.user_actions {
  margin-right:12px;
}

ul.inline li {
  float:left;
  padding:0 8px;
  margin:0;
}

p.notice,
p.sections
{
	background:#df9;
	padding:7px 15px;
	border:1px solid #bd7;
	margin-top:0;
	font-size:0.8em;
}

p.error
{
  background:#c00;
  color:white;
}

.errors {
  padding: 5px 20px 8px 20px;
  background-color: #f12b00;
  border-top: 3px solid #f33;
  border-left: 3px solid #f33;
  border-bottom: 3px solid #933;
  border-right: 3px solid #933;
  margin-bottom:-20px;
}

.notices ul,
.errors ul {
  list-style-type: none;
}

.notices ul li,
.errors ul li {
  font-size: 13px;
  font-family: "Lucida Grande", helvetica, arial, verdana, sans-serif;
  font-weight: normal;
  color: #fff;
}   

.notices {
  padding: 20px 20px 8px 20px;
  background-color: #ffed76;
  border-top: 3px solid #FFF2BF;
  border-left: 3px solid #FFF2BF;
  border-bottom: 3px solid #ffcc00;
  border-right: 3px solid #ffcc00;
}

.notices ul li {
  color: #00f;
}

.fieldWithErrors {
  display: inline;
  background-color: red;
  padding: 4px;
}

a.nobg:hover {
  background: none;
}

.pagination {
  margin: 4px 0 10px 4px;
}
.pagination span {
  padding: 3px 5px;
}

.pagination a {
  border:1px solid #ccc;
  padding: 3px 5px;
  text-decoration:none;  
}

.pagination a:hover {
  border:1px solid #f00;
}

.control_panel {
  padding:20px;
  text-align:right;
}

.control_panel a.button {
  border:2px solid #666;
  background-color:#444;
  padding:5px 6px;
}

.body_top .title {
  color:#666;
}
.body_top a,
.body_top a:link,
.body_top a:visited {
  padding:2px 3px;
  text-decoration: none;
  color: #2F7FFF;
}
.body_top a:hover {
  background-color:#2F7FFF;
  color:#fff;
}

.body_top p {
  font-size:150%;
  color: #BF0A30;
}

.black_row {
  background-color:#000;
}

a.thumb_link {
  text-decoration:none;
  border:none;
}
a.thumbnail {
  text-decoration:none;
}
a.thumbnail:hover {
  background: none;
  border-width: 0;
}
a.thumbnail img {
  background-color:#fff;
  padding:0px;
  border: 1px solid #dfdfdf;
}
a.thumbnail:hover img {
  border-color:#aaa;
}

ul.entries li {
  padding-top:12px;
  padding-left:8px;
  margin-bottom:20px;
  border-top:1px dotted #bbb;  
}
ul.entries.all li {
  background: transparent url(/images/fading_background_20.png) repeat-x 0 0;
  padding:6px 6px 24px 6px;
  border:1px dotted #ccc;
  margin-bottom:0;
}
ul.entries.boxes li {
  width:28%;
  margin-right:12px;
}
ul.entries.inline li {
  display:inline;
}
li.entry {
  overflow:hidden;
}
li.entry dl dt {
  display:inline;
  font-weight:bold;
  font-size:120%;
  line-height:1.8em;
  color:#000;
}
li.entry dl dd {
  font-family: serif;
  font-size:110%;
  color:#000;
}
li.entry dl dd a {color:#333; padding:0px 2px;}
li.entry dl dd a:visited {color:#000;}
li.entry dl dd a:hover {background-color:#333; color:#fff;}
li.entry h4 {
  text-align:right;
  padding:10px 3px 0 0;
}
li.entry dl dt a,
li.entry dl dt a:link,
li.entry dl dt a:visited {
  padding:2px 3px;
  display:inline;
  color:#2F7FFF;
  text-decoration:none;
}
li.entry dl dt a:hover {
  background-color:#2F7FFF;
  color:#fff;
}
li.entry h4 a,
li.entry h4 a:link,
li.entry h4 a:visited {
  padding:2px 3px;
  display:inline;
  color:#F00;
  text-decoration:none;
}
li.entry h4 a:hover {
  background-color:#F00;
  color:#fff;
}

.section {
  background: transparent url(/images/fading_background_20.png) repeat-x 0 0;
  padding-bottom:32px;
}
.section h2.title {
  padding:4px;
/*  color:#2F7FFF;*/
  color:#fff;
  border-bottom:1px dotted #aaa;
  font-size:140%;
  background-color:#343434;
}

.large_tabs {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    position:relative;
    border-bottom: 1px solid #C8CAA5;
    width: 100%;
}

.large_tabs ul {
    margin:0px;
    padding:0;
    list-style-type:none;
    margin-left: 30px;
}

.large_tabs li {
    display:inline;
    list-style-type:none;
  padding: .5em 1em 11px 1em;
}

.large_tabs li.active {
    border:1px solid #C8CAA5;
    font-weight:bold;
    border-bottom: none;
    background-color:#FFFFFF;
}
ul.bulleted {
  margin-left:1.0em;
}

ul.bulleted li {
  list-style-type:disc;
  list-style-position: outside;
}

ul.indented li {
  margin-left:10px;
}