@charset "UTF-8";
/** tyle */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../images/bg_stipe.jpg);
	background-repeat: repeat-x;
}

.text_highlight {
	background-color: #27415D;
}

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

.videoThumbBrdr {
	padding: 2px;
	background-color: #000000;
}

.table2 {
	background-color: #131313;
}

.tableborder {
	border: thin solid #6B6B6B;
	background-color: #202020;
}

.tableDashed {
	border: thin dashed #6B6B6B;
	background-color: #131313;
}

.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: #416B99;
}

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

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

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

.warning_box_red {
	background-color:#333333;
}

.warning_box_green {
	background-color:#333333;
}

.warning_box_green_white {
	background-color:#333333;
}

/*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: #416B99;
}

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

/*End Credits: Dynamic Drive CSS Library */

#credit{
	font-size: 9px;
	color: #333333;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.downloadButton a {
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 30px;
	border: 1px solid #333333;
	background-color: #262624;
	background-image: url(../images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
 }
  .downloadButton a:hover {
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 30px;
	border: 1px solid #333333;
	background-color: #373734;
	background-image: url(../images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;