/* CSS Document */

@import "../style.css";

body {
  color: #EEEEEE;
  background-color: #0d1b33;
}

a:link, a:visited {
  color: #f29400;
}

a:hover {
  color: #00BDFF;
}

h2 {
	color: #00BDFF;
}

table, th, tr, td {
	border-color: #13294d !important;
}

thead th {
  background-color: #13294d;
}

tr.odd, tr.info, tr.drag {
	background-color: #0a1526;
}

tr.even, tr.drag-previous {
	background-color: #0d1b33;
}

tr.odd td.active {
  background-color: #102140;
}

tr.even td.active {
  background-color: #102140;
}

.siteBG {
  background: url(header2.jpg) top center no-repeat;
  background-color: #000000;
}

.contentBG {
  background-color: #0a1526;
}

.contentBC {
  border-color: #13294d !important;
}

.commentheaderBC {
  border-color: #00BDFF;
}

.contentheaderBG {
  background-color: #13294d;
}

.color2 {
  color: #f29400;
}

.link1C a:link, .link1C a:visited {
  color: #f29400;
}

.link2C a:hover {
  color: #f29400 !important;
}

.color1, .navigate_user_name {
  color: #00BDFF;
}

.link2C a:link, .link2C a:visited {
  color: #00BDFF;
}

.link1C a:hover {
  color: #00BDFF !important;
}

.menuC a:link, .menuC a:visited{
  color: #FFFFFF;
}

.menuC a:hover, .menuC a.active {
  color: #46d5ff;
}

#login_panel, #user_panel, .login_box {
  color: #46d5ff;
  border-color: #000000 !important;
}

.last_comments {
	background-color: #0a1526;
}

.blockicon {
  background: url(icon.gif) top left no-repeat;
}

.block_bg {
	background-color: #0a1526;
  border-color: #13294d !important;
}

.imgborder_small {
	border-color: #353535;
}

.forumpreview_text, .block_text, .content, .content p, .privatemsgbody, .privatemsgheader,
.privatemsgtable, td.privatemsgtable, #privatemsg-list-form .links .first, #privatemsg-list-form .links .last,
ul.links li.privatemsg_delete, ul.links li.privatemsg_list, ul.links li.privatemsg_reply,
.i_big, .i_small, .poll .form-radios .option {
	color: #EEEEEE;
}

.forumpreview_topic {
	color: #999999;
}

ul.secondary a.active {
  border-color: #999999;
}

.comment_user_date, .search-results .search-info, ul.primary li.active a:link, ul.primary li.active a:visited,
div.admin-dependencies, div.admin-required, li a.active, .error, div.error, tr.error {
	color: #999999;
}

span.admin-disabled {
  color:#FF0000;
}

.comment_userinfo, ul.secondary, ul.secondary li {
  border-color: #999999; 
}

.bubi_div {
	background: #1a3766;
	color: #eeeeee;
}

.comment_signline {
  background-color: #999999;
}

blockquote {
  background-color: #0d1b33;
  border-color: #13294d !important;
}

.poll .bar .foreground {
	background-color: #00BDFF;
}

.poll .bar {
	background-color: #13294d;
}

.poll label {
	color: #00BDFF;
}

.poll .percent {
	color: #f29400;
}

.search-results strong {
  color: #f29400;
}

.navigate_menu a:link, .navigate_menu a:visited {
	color:#00BDFF;
}

.navigate_menu a:hover {
	color: #f29400;
}

.messages, div.error, div.messages  {
  background-color: #000000;
}

.i_small a:link, .i_small a:visited {
	color: #EEEEEE;
}

.i_small a:hover {
	color: #f29400;
}

.webform thead th {
  color: #00BDFF;
}

.webform th a:link, .webform th a:visited {
  color: #00BDFF;
}

input, textarea, select {
  background-color: #0d1b33;
  border: 1px solid #13294d;
  color: #EEEEEE;
}

.option input {
  background: none;
  border: none;
}

#login_panel input {
  background: #000000;
  color: #ffffff;
}

#login_panel .form-submit {
  border-color: #000000;
}

li.expanded {
  list-style-image: url(menu-expanded.png);
}
li.collapsed {
  list-style-image: url(menu-collapsed.png);
}
li.leaf {
  list-style-image: url(menu-leaf.png);
}
html.js fieldset.collapsible legend a {
  background: url(menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
  background-position: 5px 50%;
}
a.marker:link, a.marker:visited {
  color: #FF0000;
}
div.fivestar-widget-static .star {
  background: url(star.png) no-repeat 0 0px;
}

div.fivestar-widget-static .star span.on {
  background: url(star.png) no-repeat 0 -28px;
}

div.fivestar-widget-static .star span.off {
  background: url(star.png) no-repeat 0 0px;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  background: url(cancel.png) no-repeat 0 0;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url(star.png) no-repeat 0 0px;
}