/* --------------------------------
   Mainset
----------------------------------- */


A { text-decoration: none; }
A:link { color: #FF7F00;}
A:visited { color: #FF7F00;}

html, body 
{
  height: 100%;
}

body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

#stars_left {
	background: url('stars_left.gif') no-repeat left top;
	margin: 0 auto;
	padding-bottom: 34px;
	width: 850px;
}
#stars_right {
	background: url('stars_right.gif') no-repeat right bottom;
}

#wrapper {
height: 600px;
background-color: transparent;
border: 0px solid #000000;
width: 100%;
margin: auto;
}

DIV.shadow_right {
   float: right;
   background-color: #bbb;
   padding: 0;
   margin: 0.7em 1em;
   }

DIV.shadow_right IMG {
   display: block;
   border: 2px solid #fff;
   position: relative;
   top: -2px;
   left: -2px;
   }

DIV.shadow_left {
   float: left;
   background-color: #bbb;
   padding: 0;
   margin: 0.7em 1em;
   position: relative;
   top: -5px;
   left: -5px;
   }

DIV.shadow_left IMG {
   display: block;
   border: 2px solid #fff;
   position: relative;
   top: -2px;
   left: -2px;
   }

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: transparent;
	border-bottom: 0px solid #FFFFFF;
	border-top: 0px solid #303030;
	width: 520px;
	margin-left: 1px;
	float: left;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #FFFFFF;
	display: block;
	font: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 12px;
	text-decoration: none;
}
.navigation a:visited {
	color: #FFFFFF;
	display: block;
	font: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 12px;
	text-decoration: none;
}
.navigation a:hover {
	background: #1E1E1E;
  	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}
.link {
	background: transparent;
	border: 0px solid #FFFFFF;
	width: 150px;
	float: right;
	text-align: right;
	margin-right: 4px;
}


/* --------------------------------
   Fonts
----------------------------------- */


.whitetext {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}


.blacktext {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}


.bigtext {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}


.linktext a {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #DA0606;
  text-decoration: none;
}


/* --------------------------------
   Table
----------------------------------- */


.tabledark {
	background: #FFFFD4;
	border: 1px solid #F4F49F;
}

.tablelight {
	background: #E9E9BE; 
	border: 1px solid #F4F49F;
}
.table_border {
	background: url('navbar.gif') no-repeat; 
	border-bottom: 4px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.mediatable {
	background: #FFFFFF; 
	border-bottom: 2px solid #D2D2D2;
	border-top: 2px solid #E1E1E1;
	border-left: 2px solid #D2D2D2;
	border-right: 2px solid #E1E1E1;
}
.feedbacktable {
	background: transparent; 
	border: 1px solid #000000;
}
.feedbacktable_td {
	background: transparent; 
	border-bottom: 1px solid #000000;
}


