/* CSS Document */

/* ---------------------------------------------------- 
General
---------------------------------------------------- */ 

html {
	background-color: #504c7d;
	background-image: url(../img/outter-bg.gif);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	}


/* ---------------------------------------------------- 
Layout
---------------------------------------------------- */ 

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

/* ---------------------------------------------------- 
Content
---------------------------------------------------- */ 

h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #efe710;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9A00;
	border-right-color: #FF9A00;
	border-bottom-color: #ef6129;
	border-left-color: #FF9A00;
	text-indent: 4px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	}
	
.cookietrial {
	font-size: 10px;
	color: #ef6129;
	}

.overRow {
	background-color:#7b6939;
	}

.altrow {
	background-color:#524d7b;
	}
	
.countdown {
	background-color:#524d7b;
	cursor: pointer;
	}

.rowyellow {
	color: #000;
	background-color:#e7ef29;
	}

.tableBorder 
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8a8a8a;
	border-right-color: #8a8a8a;
	border-bottom-color: #8a8a8a;
	border-left-color: #8a8a8a;
	margin: 2px;
	padding-left: 5px;
	font-size: 11px;
	}


/* ---------------------------------------------------- 
Buttons
---------------------------------------------------- */ 




/* ---------------------------------------------------- 
Links
---------------------------------------------------- */ 

a:link
	{
	color: #e7e708;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #e7e708;
	text-decoration: underline;
	}
	
a:visited
	{
	color: #e7e708;
	text-decoration: underline;
	}
	
a:active
	{
	color: #e7e708;
	text-decoration: underline;
	}
	
.cookietrial a:link 
	{
	color: #ef6129;
	text-decoration: underline;
	}
	
.cookietrial a:hover
	{
	color: #ef6129;
	text-decoration: underline;
	}
	
.cookietrial a:visited
	{
	color: #ef6129;
	text-decoration: underline;
	}
	
.cookietrial a:active
	{
	color: #ef6129;
	text-decoration: underline;
	}

.text10 {
	font-size: 10px;
	}
	
.text14 {
	font-size: 14px;
	font-weight: bold;
	}

.countdownbox {
	color: #39385a;
	background-color: #FFFFFF;
	font-size: 10px;
	}

.whiteText {
	color: #FFF;
	}

.countdownborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4a4973;
	border-right-color: #4a4973;
	border-bottom-color: #4a4973;
	border-left-color: #4a4973;
	}

.yellowtext {
	color: #e7e708;
	}


/* ---------------------------------------------------- 
Forums
---------------------------------------------------- */ 

.dropdowns 
	{
	width: 204px;
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000;
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
.textfield
	{
	width: 200px;
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000;
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}

.textbox 
	{
	background-color: #FFFFFF;
	font-size: 11px;
	color:#939089;
	border: 1px solid #CECECE;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
.button {
	background-color: #FFFFFF;
	font-size: 11px;
	color:#39385a;
	border: 1px solid #39385a;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
.photoborder {
	border: 1px solid #ffe700;
	}
