﻿/*
Title:      CSS Layout Master
Updated:    December 17 2008
Content:	
			Body
			Container
			Header
            Flash
			Content
                Table
            Navigation
			Footer
            Default

*/
/* ---[ body ]------------------------------- */
html {
	overflow: -moz-scrollbars-vertical;
	background: #000;
	}
html,
body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:  arial, helvetica, verdana, sans-serif;
	line-height: 1.15em;	
	}
/* ---[ Container ]------------------------------- */
#container {
	width: 790px;
	font-size: 85%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	color: #FFFFFF;
	}

/* ---[ Header ]------------------------------- */
#header {
    padding: 5px 5px 5px 0;
    text-align: right;
	width: 785px;/*790px*/
	height: 60px;
	}

/* ---[ Flash ]------------------------------- */
#flash-content {
    width: 790px; 
    height: 475px;
    text-align: left;
    }
	#flash-content #get-flash {
		padding-top: 150px;
		height: 325px;
		text-align: center;		
		text-transform: uppercase;
		}

/* ---[ Main Content ]------------------------------- */
#container #content {
	width: 790px;
	}
/* ---[ Table ]--- */
table.tables,
table.tables th,
table.tables td {
    border-color: #444;
    }
    table.tables th,
    table.tables td {
        vertical-align: top;
        padding: 5px;
        }
    table.tables th,
    table.tables tr.table-line {
        font-weight: bold;        
        text-transform: uppercase;
        }
        table.tables th {
            background: #222;
            text-align: center;
            }
        table.tables tr.table-line {
            background: #383838;
            }
        table.tables tr.table-row {
            background: #111;
            }

/* ---[ Navigation ]------------------------------- */
#sidebar-nav {
	display:none;
	}
	
/* ---[ Footer ]------------------------------- */
#footer {
	width: 790px;
	margin: 10px 0 0 0;
	height: 25px!important;/*IE6*/
	font-size: 93%;
	text-align: right;
	color: #6a6a6a;
	}
#footer ul {
	float: right;
	}
	#footer ul li {
		float: left;
		padding: 0 12px 0 12px;
		border-right: 1px solid #6a6a6a;
		}
		#footer ul li.last {
			padding: 0 0 0 12px;
			border-right: none;
			}
			
/* ---[ Default ]------------------------------- */
#default .disclaimer,
#default .tables {
    color: #999;
    }

