@import url('classic/logo.css.php');

a:link, a:active, a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}
a:hover {
	color: black;
}

body {
	background-color: #555555;
}

#main {
	background-image: url('classic/classic_back.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #d1d1d1;
}

#header {
	background-image: url(classic/topbar_back.gif);
	background-repeat: repeat-x;
	height: 110px;
	background-color: LightGrey;
	padding-bottom: 5px;
}

#bulogo {
	background-image: url(classic/logo13.jpg);
	background-repeat: no-repeat;
	margin : 0px !important;
	width: 323px;
	height: 110px;
}

#leftcolumn {
	border: none;
	background-image: url(classic/sidebar_back.gif);
	background-repeat: repeat;
	margin : 0px 0px 0px 0px !important;
	color: white;
	clear: both;
}

.bunavsection H3 {
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #A6A6A6;
}

#leftcolumn .bunavsection {
	background-image: url(classic/sidebar_hrleft.gif);
}

#rightcolumn {
	border: none;
	background-image: url(classic/sidebar_back.gif);
	background-repeat: repeat;
	margin : 0px 0px 0px 0px !important;
	color: white;
	top : 140px;
}

#rightcolumn .bunavsection {
	background-image: url(classic/sidebar_hrright.gif);
}

#rightcolumn .classicnavsection {
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(classic/sidebar_hrright.gif);
}

#leftcolumn A, #rightcolumn A {
	color: White;
	text-decoration: underline;
}

#maincolumn {
	margin: 10px 160px;
	margin-left: 160px !important; 
	margin-right: 160px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#maincolumn_big {
	margin : 10px 10px 10px 160px;
	margin-left: 160px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

#bumaintop {
	width: 640px;
	background-color: silver;
	border: 1px solid gray;
	margin-top: 10px;

}

#content {
	width: 640px;
	margin-top : 1em;
	background-color:  transparent;
	border: none;
}

#content_big {
	width: 865px;
	margin-top : 1em;
	background-color:  transparent;
	border: none;
}

#skinselect {
	background-image: url(classic/sidebar_left_top_back.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bupotd {
	background-image: url(classic/sidebar_right_top_back.gif);
	background-repeat: no-repeat;
}

.article hr {
	height: 2px;
	border: 1px inset silver;
}

.pollbar {
	 background: black; 	 
}

#bufeature h2 {
	margin-top: 0px;
}

#content h2 {
	color: #545454
}

#rightcolumn td {
	color: white;
}
.fwtable td {
    border: 1px solid gray;
}

#rightcolumn .bottom {
	background-image: url(classic/sidebar_right_bottom_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pollbutton {
	font-size: 10px;
	color: #000000;
	background-color: #c0c0c0;
}

.pollresults_percents {
	background-color: lightgrey;
}

.archive {
	background-color: Grey;
}

/* FOR THE TABS */

div.tabArea {
  font-size: 80%;
}

a.tab.activeTab {
  background-color: silver;
  color: #000000;
  font-size: 11px;
  z-index: 102;
  text-decoration: none;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: black;
  cursor: pointer; 
}

a.tab, a.tab:visited {
  color: #4c4c4c;
  text-decoration: none;
}
