﻿/* all links */
a { 
	color: #00000; 
	text-decoration: underline; 
}
/* visited links */
a:visited { 
	color: #000000; 
}
/* active links */
a:active { 
	color: #000000; 
}
/* links hovered */
a:hover { 
	color: #4F81BD;
	text-decoration: underline;
}
/* menu links */
a.menu { 
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	text-align: center;
	font-family: Cambria;
	font-weight: bold;
	cursor: pointer;
}
a.menu:hover {
	text-decoration: underline;
}
/* header links */
a.header { 
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	text-align: left;
	font-family: Cambria;
	cursor: pointer;
}
/* header links */
a.pane { 
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
}
a.pane:hover { 
	color: #4F81BD; 
}
/* header links */
a.scroll { 
	text-decoration: none;
	color: #000000;
}
a.scroll:hover { 
	color: #4F81BD; 
}


/* all images */
img { 
	border: 0px;
	margin: -3px !important; 
}


/* top menu */
#menu {
	align: center;
	width: 100%;
	height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: medium;
	text-align: center;
	font-family: Cambria;
	font-weight: bold;
	background-image: url('headbar.png');
	background-position: center;
	background-repeat: no-repeat;
}

/* home panes */
#home { 
	border-color: silver; 
	border-width: thin; 
	border-style: solid; 
	background-color: #FFFFFF;
	background-image: url('backbox.png'); 
	background-position: bottom; 
	background-repeat: no-repeat;
}

/* pane header */
#header {
	background-color: #4F81BD;
	font-family: Cambria;
	font-size: medium;
	color: white;
	height: 25px;
}

/* pane content */
#pane {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
}

#panelk {
	font-family: Courier;
	font-size: 12pt;
	color: #000000;
}

#homeranking {
	width: 100%;
	height: 360px;
	margin: -5px;
	padding: -5px;
}

#homeconf {
	width: 100%;
	height: 410px;
	margin: -5px;
	padding: -5px;
}

#select {
	width: 100%;
	height: 40px;
	align: center;
}

#scroll {
	width: 100%;
	height: 40px;
	align: center;
}

#table {
	width: 700px;
	height: 540px;
}

#votetable {
	width: 1525px;
	height: 750px;
}




/* foot */
#foot { 
	width: 100%;
	height: 30px;
	margin: 0px;
	
}/* footer */
#footer { 
	bottom: 5px;
	text-align: center;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4A4A4A;
	text-indent: inherit;
	white-space: normal;
	position: relative;
}