@charset "UTF-8";
/** tyle */
body {
	background-color: #2A2A2A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

table {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/** The border that surrounds the video thumbnails */
.videoThumbBrdr {
	padding: 2px;
	background-color: #000000;
}

/** Stoandard table */
.table2 {
	background-color: #131313;
}

/** Tables with dotted borders */
.tableDashed {
	border: thin dashed #6B6B6B;
	background-color: #131313;
}

/** The main OverAll background table */
.tableOveral {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/bg_Overal.jpg);
}

.tableStriped {
	background-image: url(../images/stripeBoxBlu.png);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	color: #CCCCCC;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000;
}

A:visited{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000;
}

A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000;
}

A:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
}

.warning_box_red {
	background-color:#333333;
}

.warning_box_green {
	background-color:#333333;
}

.warning_box_green_white {
	background-color:#333333;
}

/** The main top menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
}

#pointermenu ul{
margin: 0;
margin-left: 5px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 5px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}

#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(images//pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}

#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
	color: white;
	background-color: #8B0000;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
}

/*End Credits: Dynamic Drive CSS Library */

/** This style keeps the zer0one credits small out of the way */
#credit{
	font-size: 9px;
	color: #333333;
}