/********************************************
   DEFAULT SKIN  	
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .7em/1.6em Verdana, Tahoma, sans-serif;
	color: #DDD;
	background: #000;
	text-align: center;
}
/* links */
a {
	color: #DDD;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.plain {
	color: #DDD;
	background: inherit;
	text-decoration: none;
}
a.plain:hover {
	color: #FFF;
	text-decoration: underline;
}

.delete {
	margin-left: -2px;
	cursor: pointer;
	padding: 1px 2px;
	font: bold 11px 'Verdana';
	border: 1px solid #CE090E;
	color: #CE090E;
	background: #FFF;
}

.delete:hover {
	border: 1px solid #FF090E;
	background: #FFDDDD;
	color: #FF090E;
}

.purchased {
	margin: 0px 1px 2px 1px;
	cursor: pointer;
	padding: 1px 2px;
	font: bold 11px 'Verdana';
	border: 1px solid #208034;
	color: #208034;
	background: #FFF;
}

.purchased:hover {
	border: 1px solid #2A6E00;
	background: #DDFFDA;
	color: #2A6E00;
}

.func {
	margin-left: -2px;
	cursor: pointer;
	padding: 0px 2px;
	font: bold 11px 'Arial Narrow';
	border: 1px solid #212B5C;
	color: #212B5C;
	background: #FFF;
}

.func:hover {
	background: #FFEEA0;
	border: 1px solid #212BCC;
	color: #212BCC;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;	
}
h1 { font-size: 2em; } 
h2 { font-size: 1.7em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.1em; font-weight: bold; }

div.subtitle {
    font-size: 14px;
    position: relative;
    top:-2px;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 10px;
}

ul, ol {
	margin: 5px 0px 5px 20px;
	padding: 0px;
}

li {
	margin-top: 0px;
}

/* images */

div.poster {
    position: relative;
    float: left;
    text-align: center;
    margin: 5px;
    padding-bottom: 3px;
    background: #1B2455;
    border: 1px solid #0A1646;
    white-space: nowrap;
}

img.poster {
    border: 1px solid #1B2455;
    margin: 0px auto;
    background: #FFF url('/images/hourglass2.gif') no-repeat center;
}

a:hover img.poster {  
    border: 1px solid #AAA;
    background: #FFF;
    filter:Alpha(Opacity:80);
    /* CSS3 standard */
    opacity:0.8;
}

div.thumb {
    position: relative;
    float: left;
    text-align: center;
    margin: 3px;
    padding: 1px;
    background: #FFF;
    border: 1px solid #0A1646;
    font-size: 10px;
    line-height: 1.6em;
    color: #333;
    text-transform:uppercase;
    white-space: nowrap;
}

div.thumb a {
	text-decoration:underline;	
	color: #0A1646;
}
div.thumb a:hover {
	color: #888;
	text-decoration:underline;
}

img.thumb {
    border: 0;
    margin: 0;
    background: #FFF url('/images/hourglass2.gif') no-repeat center;
}

a:hover img.thumb {  
    background: #FFF;
    filter:Alpha(Opacity:80);
    /* CSS3 standard */
    opacity:0.8;
}


/* form elements */

table {
	border: 1px solid #0A1646;	 	
	background: #1B2455;
	margin: 5px;
	border-collapse: collapse;
	font-size: 12px;
}

table.invisible {
	border: 0px;
	margin: 3px auto;
	background: none;
}

div.box {
	margin: 10px;
	padding: 5px;
	background: #1B2455;
	border: 1px solid #0A1646;
	width: 500px;
	font-size: 14px;
	color: #EEE;
}

div.faqq {
	margin:0px 0px 5px 35px;
	font-size: 14px;
	font-weight:bold;
}

div.faqa {
	margin: 10px 10px 10px 30px;
	padding: 5px;
	background: #1B2455;
	border: 1px solid #0A1646;
	width: 700px;
	font-size: 12px;
	color: #EEE;
}

div.center {
	text-align:center;
	margin: 3px auto;
	font-size: 16px;
	clear:both;
}

table.center {
	border: 1px solid #0A1646;	 	
	background: #1B2455;
	margin: 5px auto;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-size: 12px;
}

td.header {
	color: #FFFFFF;
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #0A1646;
	border-bottom: 1px solid #0A1646;
}

td.header_inherit {
	color: #FFFFFF;
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: inherit;
}

td.header2 {
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
	background: inherit;
	border-bottom: 1px solid #0A1646;
}

td.label {
	padding: 2px 4px 2px 8px;
	text-align: right;
	vertical-align:top;
	font-weight: bold;
}

td.info {
	vertical-align:top;
	padding: 2px 8px 2px 4px;
	text-align:left;
}

td.info_r {
	vertical-align:top;
	padding: 2px 8px 2px 4px;
	text-align:right;
}

td.label_sep {
	padding: 2px 4px 2px 8px;
	border-bottom: 1px solid #0A1646;
	text-align: right;
	vertical-align:top;
	font-weight: bold;
}

td.info_sep {
	padding: 2px 8px 2px 4px;
	border-bottom: 1px solid #0A1646;
	text-align:left;
}

td.center {
	padding: 2px;
	text-align:center;
}

td.center_sep {
	padding: 2px;
	border-bottom: 1px solid #0A1646;
	text-align:center;
}

td.submit {
	text-align: center;
	padding: 5px 5px;
}

td.detailRow {
	border-bottom: 1px solid #0A1646;
	padding: 2px 4px;
	text-align:left;
	vertical-align:top;
}

td.detailRow_r {
	border-bottom: 1px solid #0A1646;
	padding: 2px 4px;
	text-align:right;
	vertical-align:top;
}

td.totalRow {
	border-bottom: 1px solid #0A1646;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	vertical-align:top;
}

.optionDetails {
	text-align: left;
	background: #FCDE66;
	border: 1px solid #CCAA55; 
	padding: 2px 3px; 
	margin: 0px;
	font-size: 11px;
	color: #222;
}

.optionDetails2 {
	width: 280px;
	text-align: left;
	padding: 0px; 
	margin: -2px 0px 0px 0px;
	font-size: 11px;
	color: #DDD;
}

.optionName {
	font-size: 12px;
	font-weight: bold;
}

form {
	padding: 0;
}

select {
	border: 1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#222;
}
input {
	padding: 2px 2px 1px 2px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#222;
}

input.checkbox {
	border: 0px;
	vertical-align: middle;
}

textarea {
	padding: 1px 2px 1px 2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCC;
	display:block;
	color:#222;
}
input.button { 
	margin: 0px;
	cursor: pointer;
	font: bold 12px Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #EEE; 
	padding: 1px 1px; 
	color: #222;	
}

.navouter {
	position:relative;
	margin: 0px auto;
	border: 0px;
	overflow:hidden;
	clear:both;
}

.navinner {
	float:right;
	position:relative;
	right:50%;
	text-align:center;
	margin:0px auto 10px auto;
	clear:both;
}
.navinner ul{
	list-style:none; 
	position:relative;
	right:-50%;
	margin:0px;
	padding:0px;
} 

/* NOTICE FORMATS */

.notice {
	width: 550px;
	background: #208034; 
	border: 1px solid #5A8E10; 
	padding: 10px; 
	margin: 10px;
	font-size: 14px;
	color: #EEE;
}

.notice a, .notice_error a, .notice_warning a, .notice_misc a{
	text-decoration: underline;
}

.notice_error {
	width: 550px;
	background: #C44340; 
	border: 1px solid  #CE090E;
	padding: 10px; 
	margin: 10px;
	font-size: 14px;
	color: #EEE;
}

.notice_warning {
	width: 550px;
	background: #dc6400;
	border: 1px solid #f68500;
	padding: 10px;
	margin: 10px;
	font-size: 14px;
	color: #EEE;
}

.notice_misc {
	width: 550px;
	background: #737157; 
	border: 1px solid #b0aa64; 
	padding: 10px; 
	margin: 10px;
	font-size: 14px;
	color: #EEE;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #212B5C url(images/bg.jpg) repeat-x 0 0; 
	margin: 5px auto 0 auto;	
	text-align: left;		
  	border-color: #444;
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
}	
#wrap, #footer-wrap {
	width: 775px;
}

/* header */
#header {
	position: relative;
	height: 100px;	
	background: #333333 url(images/header-bg.jpg) repeat-x 0% 100%;
	border-bottom: 5px solid #444;		
}
#logo {
	position: absolute;
	top: 5px; left: 20px;
	margin: 0; padding: 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;	
}
#slogan {
	position: absolute;
	top: 55px; left: 65px;
	color: #FFF;
	text-indent: 0px;
	font: bold 12px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* content-wrap */
#content-wrap {
	position: relative;
	clear: both;
	margin: 0; padding: 0;
}

/* main */
#main {
	margin: 0;		
	padding-top: 0px;
}

/* sidebar */
#sidebar {
	position:absolute;
	top: 10px;
	right: 0px;
	width: 130px;
	margin: 0;
	padding-top: 0px;
}
#sidebar ul.sidemenu {
	margin: 0px; padding: 0;	
	background: #242424;		
	border: 1px solid #444;
	border-right: 0px;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
  display: block;	
  padding: 3px 4px 3px 8px;   
  text-decoration: none;
  color: #DDD;
  font-weight: bold;  
} 
#sidebar ul.sidemenu li a:hover {
  color: #333;
  background: #A0A0A0;  
}

/* Footer */
#footer-wrap { 
	clear: both; 
	color: #FFF; 
	background: #000; 
	margin: 0 auto; 
	padding: 0; 
	font-size: 88%;  		
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
	padding-bottom: 20px;	
}
#footer-wrap .footer-right{
	float: right;
	width: 30%;			
	padding-bottom: 20px;
}

/* menu tabs */
#menu ul {
	position: absolute;
	top: 10px; right: 20px;
	margin:0; padding: 0;
	list-style:none;
	font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#menu li {
   display:inline;
   margin:0; padding:0;
}
#menu a {
   float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;	
	color: #DDD;
}
#menu a:hover {
	color: #FFF;
	text-decoration:underline;
}

#login a {
   text-decoration:underline;	
	color: #DDD;
}
#login a:hover {
	color: #FFF;
	text-decoration:underline;
}


/* end menu tabs */

/* additional classes */
.gray  {	color: #A0A0A0; }

