﻿/**
red: #cc0001
**/

html, body, #t { height:100%;}

body { 
text-align: center; 	
font-family:Arial,Verdana; 
font-size: 0.7em; 
padding: 0; 
margin: 0; 
background-color:#000;
color:#eae7e7;

}

P {margin:6px 0px 6px 0px;}

h1 { font-size: 105%; padding:0 0 10px 0; margin:0; font-weight:bold; color:#FFC900;}
h2 { font-size: 105%; padding:10px 0 2px 0; margin:0; font-weight:bold; color:#FFC900;}
h3 { font-size: 105%; padding:10px 0 2px 0; margin:0; font-weight:normal; color:#FFC900;}
h4 { font-size: 105%; padding:10px 0 2px 0; margin:0; font-weight:normal; color:#FFC900;}
h5 { font-size: 100%; padding:10px 0 2px 0; margin:0; font-weight:normal; color:#FFC900;}
h6 { font-size: 100%; padding:10px 0 2px 0; margin:0; font-weight:normal; color:#FFC900;}

.clear
{
    height:1px;
    line-height:1px;
    clear:both;
}

div, img, table, form { border: 0; padding: 0; margin: 0; font-size: 100%; }

hr
{
	height:1px;
	border-top:1px solid #cc0001;
}

img
{
    border:none;
    margin:0px 5px 5px 0px;
}

ul
{
	margin:15px;
    list-style:none;
    list-style-image:url(images/bullet.gif);
    
}

li
{
    margin:1px;
}

a, a:visited
{
	color:#FFC900;
	text-decoration:none;
}

a:hover
{
    text-decoration:underline;
    color:#FFC900;
}

td 
{
	padding:0px;
}

.moduletools
{
	color:#ff0000;
	font-weight:bold;
	font-size:10px;
}

.moduletools a, .moduletools a:visited
{
	color:#ff0000;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

#coolbytes
{
	margin:auto;
	width:300px;
	font-family:Verdana;
	font-size:10px;
}

#coolbytes, #coolbytes a, #coolbytes a:visited
{
	color:#777777;
	text-decoration:none;
}

#coolbytes a:hover
{
	color:#777777;
	text-decoration:underline;
}

a.grey-link, a:visited.grey-link
{
	color:#666666;
}

/*start specific*/

#global 
{
	text-align:center; 
	width:100%;
	height:100%;
}

/*ie ignores this*/
html>/**/body #global 
{
}

#bg-shadow
{
	width:820px;
	margin:auto;
	min-height:800px;
}

#container 
{
	width:800px;
	margin:auto; 
	text-align:left;
	height:100%;
	padding-bottom:20px;
	position:relative;
}

#watermark
{
	position:absolute;
	left:-150px;
}

#header
{
	margin-top:23px;
	position:relative;
}

#title-content
{
	padding-top:10px;
}

#left-content
{
	float:left;
	width:380px;
	padding-left:10px;
}

#right-content
{
	float:right;
	width:380px;
}

.content
{
	padding:0px;
}

.logo-area
{
	padding:0px;
	bottom:5px;
	position:absolute;
	height:71px;
	width:110px;
}

/*****************
For home page and news items
*****************/
.syndicate
{
	display:none;
}


#content-left h3
{
	background-color:#d6d6d6;
	font-size:12px;
	font-weight:bold;
	padding:7px 15px;
}

.genericitem
{
	font-size:10px;
	color:#ffffff;
	display:block;
	margin-bottom:10px;
}

.genericitem h4 a
{
	color:#ffc900;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 2px 10px;
	display:block;
	background:#1f1f1f url(images/divider-dot.gif) repeat-x left top;
}

.genericdetails-readmore a, .genericdetails-readmore a:visited
{
	color:#777777;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	float:right;
	margin-top:-10px;
}


.dotted-line
{
	margin-top:10px;
	background:url(images/divider-dot.gif) repeat-x left top;
}

/**************
Slideshow
**************/
#slideshow
{
	overflow:hidden;
	width:800px;
	height:350px;
}

.slideshow_images 
{
	width:800px;
	height:350px;
	overflow:hidden;
}

.address
{
	color:#777777;
	padding-top:10px;
}

/*****************
Articles
******************/
ul.articlelist
{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

ul.articlelist li
{
	padding:5px;
	clear:both;
	margin-bottom:10px;
}

ul.articlelist h4
{
	margin-top:10px;
	color:#ffc900;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 2px 10px;
	display:block;
	background:#1f1f1f url(images/divider-dot.gif) repeat-x left top;
}

ul.articlelist a
{
	text-decoration:none;
}

ul.articlelist a.articleReadMore
{
	text-decoration:none;
	float:right;
	padding-right:5px;
}

.articlecontent h4
{
	color:#FFC900;
}

/*****************
Downloads
******************/
ul.downloadslist
{
	list-style:none;
	list-style-image:none;
	margin:0 0 30px 0;
	padding:0;
}

ul.downloadslist li
{
	background-color:#1f1f1f;
	padding:5px;
	clear:both;
	margin-bottom:10px;
}

ul.downloadslist li img
{
	vertical-align:middle;
	margin-top:4px;
}

ul.downloadslist h4
{
	margin-top:1px;
}

ul.downloadslist a
{
	text-decoration:none;
}

ul.downloadslist .articlesub
{
	font-size:10px;
}