.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 95%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 0px;
}


body { 
	padding: 0px;
	background: #4C4C4C none repeat scroll 0%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ffffff;
}

small { font-size: 8pt; }
b { color: #ffffff; }
b.title { color: #ff8800; }
a { color: #ff8800; text-decoration:none; }
a:hover { color:#f58025; text-decoration:none; }
p { margin:0; }
img { border:none; }
a.hidden { color: #ffffff; text-decoration:none; }
a.hidden:hover { color: #f58025; text-decoration:none; }
td.menu { color: #ff8800; }
td.menu a { color: #ffe574; text-decoration:none; }
td.menu a:hover { color:#f58025; text-decoration:none; }
td.ref { color:#ffffff;}
td.ref a { color:#ffffff; text-decoration:underline; }
td.ref a:hover { color:#f58025; text-decoration:underline; }
p.title  { color: #ffffff; font-weight:bold; }
p.author { color: #ffffff; }
p.where  { color: #ffffff; font-style:italic; }
p.where i { color: #ffffff; font-style:normal; }
p.links  { color: #fbda20; font-weight:normal; }
p.links a {color: #fbda20; text-decoration:underline; }
p.links a:hover {color: #f58025; text-decoration:underline; }


#topbanner
{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 115px;
  z-index: 950;
  background-color: #4C4C4C;
  text-decoration: none;
  text-align:center;
}

#body_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 950;
	margin: 0px 0px;
	width: 100%;
	height: 100%;
	font-size: 11px;
	background: #4C4C4C none repeat scroll 0%;
}

TABLE.default {
	background-color: #4C4C4C;
	height: 100%;
	width: 100%;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	position: relative;
}

TD.default2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: tahoma;
/*	font-weight: 572;*/
	color: white;
	position: absolute;
}

TD.default {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: tahoma;
	color: white;
}

TD.title {
/*	width: 100px; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family : tahoma;
/*	font-weight: 572;*/
	color: #ff8800;
}

DIV.title, H2.title {
	font-weight: bold;
	font-size: 14px;
	font-family : tahoma;
/*	font-weight: 572;*/
	color: #ff8800;
}

TD.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family : tahoma;
/*	font-weight: 572;*/
	color: white;
}

A.link:hover {
	color: white;
	text-decoration: none;
}

A.link {
	color: #ff8800;
	text-decoration: none;
}

SPAN.small {
	font-size: 10px;
	color: rgb(255,255,255);
}

#thumbnail {
	position:relative;
	top:10px;
	left:0px;
	width:75px;
	z-index:100;
	color: #ff8800;
}

#thumbnail a.p1, #thumbnail a.p1:visited {
	display:block; 
	width:175px; 
	height:30px; 
	text-decoration:none; 
	top:0; 
	left:0; 
	border:0;
	color: #ff8800;
}

#thumbnail a img {
	border:0;
}

#thumbnail a.p1:hover {
	text-decoration:none;
	color: white;
}
#thumbnail a .large {
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:0;
	top:0;
	left:0;
}

#thumbnail a.p1:hover .large {
	display:block;
	position:absolute;
	top:-200px;
	left:50px;
	width:600px;
	height:393px;
	border:10px solid #ccc;
}

TD.vbox3 {
	color: white;
	font-size: 11px;
	border: 0px; 
}

TD.vbox {
	color: white;
	font-size: 11px;
	border: 0px; 
	width: 395px;
}

TD.fbox {
	color: red;
	font-size: 11px;
	border: 0px; 
	width: 395px;
}

/** Feedback input, textarea box */
INPUT.message, TEXTAREA.message {
	width: 500px;
	padding-left: 3px;
	font-size: 11px;
	color: white;
	background: transparent;
	border: 1px solid #3D3D3D;
}


/** Default input, textarea box */
INPUT.vbox, TEXTAREA.vbox {
	width: 400px;
	padding-left: 3px;
	font-size: 11px;
	color: white;
	background: transparent;
	border: 1px solid #3D3D3D;
}

INPUT.text, TEXTAREA.text {
	padding-left: 3px;
	font-size: 11px;
	color: white;
	background: transparent;
	border: 1px solid #3D3D3D;
}

INPUT.vbox2, TEXTAREA.vbox2 {
	font-size : 11px;
	padding-left: 3px;
	border: 1px solid #ff8800; 
}

INPUT.sok{
	width: 200px;
	padding-left: 3px;
	font-size: 11px;
	color: white;
	background: transparent;
	border: 1px solid #3D3D3D;
}

INPUT.button {
	width: 150px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	color: #dddddd;
	background: #3f3f3f;
	border: 1px solid #999999; 
	cursor: pointer;
}

SELECT.vbox {
	width: 400px;
	margin-left: -1px;
	height: 110px;
	font-size: 11px;
	color: #dddddd;
	background: transparent;
	border: 1px solid #3D3D3D;
}

SELECT.vbox2 {
	margin-left: -1px;
	height: 110px;
	font-size: 11px;
	color: #dddddd;
	background: transparent;
	border: 1px solid #3D3D3D;
}

option {
	border-bottom: 1px solid #3D3D3D;
	color: #dddddd;
	background: transparent;
	cursor: pointer;
}

TABLE.table2  {
/**	background-color: lightgrey;*/
	border-width: 2px;
	border-style: outset;
	border-color: gray;
}

TD.tblc{
	color:#00416e;
	font-size:10px;
	font-family:verdana;
}

.smallfont {
	font-size:10px;
	font-family: Tahoma,Helvetica;
	color: #ff8800;
}

.ranks {
	font-size: 11px;
	font-family: Tahoma,Helvetica;
	color: #ffffff;
}

.tablea {
	color: #ffffff;
	background-color: #363936;
}

.tableb {
	color: #ffffff;
	background-color: #262926;
}

TD.left_top {
	background: url('images/left_top.jpg');
	width: 70px;
	height: 70px;
}

TD.right_top {
	background: url('images/right_top.jpg');
	width: 70px;
	height: 70px;
}

TD.center_top {
	background: url('images/center_top.jpg');
	width: 100%;
	height: 70px;
}

TD.left_background {
	background: url('images/left_background.jpg');
	width: 380px;
}

TD.right_background {
	background: url('images/right_background.jpg');
	width: 60px;
}

TD.center_bottom {
	background: url('images/center_bottom.jpg');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: tahoma;
	width: 100%;
	color: white;
}

TD.center_background {
	background: url('images/center_background.jpg');
	width: 100%;
	height: 400px;
}
