/*TAG SPECIFIC*/

html {
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat-x;
	background-color:#202120;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	background-image: url(../graphics/bg_glow.png);
	background-repeat: repeat-y;
	background-position:center;
	background-position:top;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
}

A:link {color:#03b3fd; text-decoration:none;}
A:hover {color:#ffffff; text-decoration:none;}
A:visited {color:#03b3fd; text-decoration:none;}
A:visited:hover {color:#ffffff; text-decoration:none;}

ul.TickList {
  list-style-image: url(../graphics/bullet.gif);
  margin-left:40px;
  
}

/*IDs*/

#horizontal{
	background-image:url(../graphics/dotunderline.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:10px;
}

#languages{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:opx;
	padding:2px;
	text-align:right;
	vertical-align:middle;
	z-index:-1;
}

#top{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:opx;
	border: #666666 1px solid;
	z-index:-1;
}


#flash{
	width:1000px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../graphics/bg_flash.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#content{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	background-image:url(../graphics/lin.gif);
	background-position:top;
	background-repeat:repeat-y;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

#leftcolumn{
	width:564px;
	height:auto;
	background-color:#000000;
	float:left;
	line-height:20px;
	border-right: #666666 1px solid;
}

#rightcolumn{
	width:235px;
	height:auto;
	background-color:#000000;
	float:right;
}

#footer{
	width:802px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	text-align:center;
	font-size:10px;
	color:#666666;
}
	

/*CLASSES*/

.headings{
	color:#03b3fd;
	font-size:13px;
	font-weight:bold;
}

.videoheadings{
	color:#03b3fd;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.error{
	color:#FF0000;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.normalbutton {
    background: transparent url(../graphics/bg_button_a.png) no-repeat scroll top right;
    color: #999;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.normalbutton span {
    background: transparent url(../graphics/bg_button_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.normalbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.normalbutton:hover {
    color: #03b3fd;
    outline: none; /* hide dotted outline in Firefox */
}

a.normalbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*DIVS*/

.leftblock{
	width:564px;
	height:auto;
	float:left;
	background-color:#000000;
	background-image:url(../graphics/leftblock_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}

.leftblock_spacer{
	width:517px;
	border-bottom: #666666 1px solid;
	height:1px;
	float:left;
}

.leftblock p{
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
}

.quicklinks{
	width:205px;
	height:40px;
	float:right;
	background-color:#000000;
	background-image:url(../graphics/quicklinks_bg.gif);
	background-repeat:repeat-x;
	border-bottom: #666666 1px solid;
	padding:15px;
	font-size:11px;
	font-weight:bold;
}

.quicklinks:hover{
	width:205px;
	height:40px;
	float:right;
	background-image:none;
	background-position:bottom;
	text-decoration:none;
	border-bottom: #666666 1px solid;
	padding:15px;
	font-size:11px;
	font-weight:bold;
}

.quicklinks:link {color:#FFFFFF; text-decoration:none;}
.quicklinks:visited {color:#FFFFFF; text-decoration:none;}
.quicklinks:active {color:#ffffff; text-decoration:none;}

.quicklinks_title{
	width:225px;
	height:40px;
	float:right;
	background-color:#000000;
	border-bottom: #666666 1px solid;
	color:#03b3fd;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-top:15px;
	vertical-align:middle;
}

.quicklinks_images{
	width:40; 
	height:40; 
	float:left;
	margin-right:15px;
	vertical-align:middle;
}

.rss{
	width:205px;
	height:100%;
	float:right;
	background-color:#000000;
	background-repeat:repeat-x;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

.news{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.rss a{
	color:#03b3fd;
	text-decoration:none;
}

.rss_title{
	width:225px;
	height:40px;
	float:right;
	background-color:#000000;
	color:#03b3fd;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-top:15px;
}

.rss_footer{
	width:262px;
	height:auto;
	float:right;
	background-color:#000000;
	color:#03b3fd;
	font-size:13px;
	font-weight:bold;
	padding:10px;
}

.fullnews{
	width:450px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color: #333333; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 20px;
	text-shadow: 1px 1px 2px #222;
}

/*HEADERS FOR ARTICLES*/
h1{
	color:#ffffff;
	font-size:20px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:0px;
	line-height:normal;
}

h1 a{
	color:#FFFFFF;
}

h2{
	color:#03b3fd;
	font-size:24px;
	text-transform:uppercase;
	margin-left:20px;
	margin-top:0px;
	line-height:normal;
}

/*HEADERS FOR NEWS*/
h3{
	color:#03b3fd; 
	font-size:12px;	
	font-weight:bold;
}

/*TEXT CLASSES*/

.disclaimers{
	font-size:9px;
}


/*DROPDOWN MENU STYLES*/

.chromestyle{
width: 800px;
font-weight: bold;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0px 1px 1px #fff; 
color:#333333;
margin-left:auto;
margin-right:auto;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(../graphics/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid  #999999;
}

.chromestyle ul li a:hover{
background: url(../graphics/chromebg-over.png) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
text-shadow: 0px 1px 1px #999;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(graphics/chromebg-down.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 5px solid #333333; /*THEME CHANGE HERE*/
border-bottom-width: 5px;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
font:normal 10px;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
line-height:18px;
z-index:100;
background: url(../graphics/dropbg.gi) top center repeat-x;
background-color: #333333;
width: 130px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #737373; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
background:none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #f51e1c;*/ /*#b8b8b88*/
background: url(../graphics/chromebg-over.png) center center repeat-x;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
background-color:none;
color: white;
}


/*PLUGINS*/
.pluginaccordion{
	background-color: #333333; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 10px;
	margin:5px;
	margin-left:30px;
	margin-right:15px;
	width:450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
}

.plugintitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.lightboxcontainer{
	float:right; 
	margin-right:20px; 
	margin-left:15px
}

/*SUPPORT AREA*/

.buttons{
	width:340px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color: #333333; 
	background-repeat:no-repeat; 
	background-position:25px 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 20px;
	padding-left:110px; 
	text-shadow: 1px 1px 2px #222;
}
.buttons:link {color:#FFFFFF; text-decoration:none;}
.buttons:visited {color:#FFFFFF; text-decoration:none;}
.buttons:active {color:#ffffff; text-decoration:none;}