﻿body
{
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #181818;
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family: Arial;
	font-size: 10pt;
    height:100%; 

}
html {
    height:100%;
}

#adss li, #adss ul{
    margin: 0px;
    margin-top: -15px;
    list-style-type: none;
}

a {
    outline: none;
}

form {
    padding: 0px;
    margin: 0px;
}
#nostyle input {
    background-color: white;
}
input, textarea, select {
    background-color: #2B2B2B;
    border: none;
    color: #C0C0C0;
    padding: 2px;
    
    font-family: arial;
    font-size: 8pt; 
}
#cpanel input, textarea, select {
    font-size: 1em;
}

#formStyle input {
    background-color: #2B2B2B;
    border: none;
    color: #C0C0C0;
    font-family: arial;
    width: 200px; 
    padding: 6px; 
    font-size: 1.2em;
}

#formStyle .notice {
    
    text-align: left; 
    text-transform: uppercase; 
    font-size: 10px;
}

a:LINK, a:ACTIVE, a:VISITED {
	color:#29A0C8;
	text-decoration:none;
	}
a:HOVER {
	color:#29A0C8;
	text-decoration:underline;
	}
    
.whitelink a:LINK, a:ACTIVE, a:VISITED {
    color: #FFFFFF;
}
.whitelink {
    color: #FFFFFF;
}

.whitelink a:hover {
    text-decoration:underline;
}

div.spanner {
	padding-bottom: 10px;
}
div.content{
	width:70%;
	margin:0px auto;
	text-align:left;
	padding:0px;  
	}

.header{
	background-color: #29A0C8;   /* 29A0C8 */ /*258496*/
	padding: 15px;        
	color: #FFFFFF;
        line-height: 30px;
}

.header a:link, a:active, a:visited{
	text-decoration:none;
	color: #FFFFFF;

	padding: 10px;

}

.header a:visited{
	text-decoration:none;
	color: #FFFFFF;
        margin: 14px;
	padding: 10px;
}

.header a:hover{
	text-decoration:underline;
	background-color: #2181A0; /* 2693B7 */
}

div.subheader {
	background-color: #373737;
	border-bottom: 4px #494949 solid;
	color: #878787;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform:uppercase;
	font-size: 12px;
}

div.lowheader {
    background-color: #1D1D1D;
    border-bottom: 4px #2B2B2B solid;   
    color: #878787;  
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 10pt;
    font-family: Arial;
}

div.subheader a:link, a:active, a:visited{
	text-decoration:none;	
	color: #878787;
	padding-right: 10px;
}

div.subheader a:hover{
	text-decoration:underline;
}




/*
begin content body
*/

div.leftside{
	width: 200px;
	float:left;
    Clear:both;
}

div.rightside{
	width: 96%;
	margin-left:15px;   
    margin-top:15px;
}

/*/////////////////////////////////////////*/
.blur{
	background: transparent url(images/shadow1.png);
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	margin-left: 4px;

}

.shadow,
.contentbody{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background: transparent url(images/shadow1.png);
	color: inherit;
	margin-left: 4px;

}

.contentbody{
    border-right: 1px solid #000;  
    border-left: 1px solid #000;  
    border-bottom: 1px solid #000; 
    background-color: #0F0F0F;
    margin-left: 4px;
    padding: 10px;
    color: white;

}

div.contentbody a:link, a:active, a:visited{
    text-decoration:none;    
    color: #29A0C8;
    padding: 0px;
}

div.contentbody a:visited{
    color: #29A0C8;
    padding-left: -15px;
}
div.contentbody a:hover{
    text-decoration:underline;
    color: #29A0C8;  
}

/*****************************************/

div.contentbody h1{
	font-size: 20px;
        margin: 0px;
        padding: 0px;
	font-family: "Arial";
}

h1 {
    letter-spacing: -0.05em;
}

div.sections{
	background-color: #161616;
	padding: 5px;     
    padding-bottom: 20px;
	color: #FFFFFF;  /* old: 898989 */
	margin-bottom: 15px;
    width: 100%;
}

div.footer{
	padding-top: 4px;
	color: #258496;
	font-size:xx-small;
	text-align: center;
}





.rating{
    width:80px;
    height:16px;
    margin:0 0 20px 0;
    padding:0;
    list-style:none;
    clear:both;
    position:relative;  
    background: url(images/starfinal.png) no-repeat 0 0;
}
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
    cursor: pointer;
    float:left;
    text-indent:-999em;
}
ul.rating li a {
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    text-decoration:none;
    z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
    z-index:2;
    width:80px;
    height:16px;
    overflow:hidden;
    left:0;    
    background: url(images/starfinal.png) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
h3{margin:0 0 2px 0;font-size:110%}

a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}


.comments {
    background-color: #1E1E1E;
    border: 5px #232323 solid;
    margin-bottom: 10px;
    color: white;
    font-family: Arial;
    font-size: 10pt;
    padding: 6px;
}

.comments a:link {
    color: white;
    color: white;
}
.comments-left {
    float: left; 
    width:50%;
}

.comments-right{
    margin-left: 50%; 
    width:50%;
    text-align: right;
}
.comments-reply {
    margin-left: 30px;
    margin-top: 13px;
    border-top: 1px #CCCCCC  dashed;
    padding-top: 5px;
    padding-left: 10px;
    border-left: 4px #29A0C8 solid;
}
.comments-header {
    margin-bottom: 3px;
}
.comments-border{
    border-top: 1px #CCCCCC dashed;
    margin-top: 10px;
    padding-top: 3px;
}

