﻿/* Colors used



 */

* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #C60;
}
body {
   background:#111111 url(images/blackback.jpg) repeat scroll center top;
    color: #B0B0AE;
	font-family:Georgia,"Times New Roman",Serif;
	font-size:12px;
	font-style:normal;
	font-weight:lighter;
	line-height:150%;
	
}

h1,h2,h3{
	color: #0077B2;
}

.container {
	width: 1000px;
	margin: auto;
	background-color: #202121;
	color: #B0B0AE;
}

.header {
	height: 92px;
    background-image:url(images/middle.png);
}

div.headerMiddle
{
    position: relative;
    float: left; 
    color: #000000;
    background-repeat:repeat-x;
    padding-left: 150px;
    height: 92px;
}
div.headerLeft
{
    position: relative;
    float: left;
    padding-left: 15px;
    height: 92px;
}
/* main */
.main {
	
	float: right;
	padding-top:10px;
	min-height: 700px;
	width:830px;
	margin-right:5px;
	padding-left:15px;
}

/* main left */
.sidenav {
	float: left;
	width: 149px;
	min-height: 700px;
}

/* footer */
.footer {
	background: #0094D6 url(images/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*  sideRounded */

div.srWrap
{
    width:143px;
    margin-top: 20px;
}

div.srTop
{
     width:143px;
     height:24px;
     background-image:url(images/blueTop.png);
     text-align:center;
     font-size:1.2em;
     color: #000000;
}

div.srBottom
{
     width:143px;
     height:14px;
     background-image:url(images/blueBottom.png);
}

div.srMain
{
     width:141px;
     border-right: solid 1px #00b2ef;
     border-left: solid 1px #00b2ef;
     
}

div.srMain ul li
{
    list-style: none;
    padding-left: 5px;
}

table.default
{
    
    
}

table.default tr.even
{
    
}

table.default { border: solid 1px #FFFFFF; }
table.default td
{
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: center;
}
table.default tr th
{
 font-weight: bold;
 background-color: #00BAF9;
 color: #000000;
}
table.default tr
{
 background-color:#171023;
}

table.default tr.even
{
background-color: #555555;
}

a[disabled='disabled']
{
    color: #CCCCCC;
    text-decoration: none;
    cursor:text;
    display:none;
}