/* Clearing hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%; 
}

/* General */
* {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	font-family: arial, "lucida console", sans-serifl;
	font-size:10pt;
}


body {
	/*background-color: #0e0e0e; */
	background-color: #000;
	color: #FFFFFF;
}

div {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.themefont {
	color: #FF9900;	
	font-weight:inherit;
}

a {
	text-decoration: none;
	color:#FF9900;
	margin: 0px 0px 0px 0px;
}

blockquote {
	padding: 10px 7px 5px 5px; 
	margin: 5px 5px 5px 5px; 
}

a:hover{
	text-decoration:underline;
}

:focus
{
	-moz-outline-style: none;
}

img {
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

p{ 
	margin: 10px 0px 10px 0px;
	text-indent: 0px;
}

.required{
	color: #FF0000;
}

blockquote#inner {	
	border-left-color: #FF9900;
	border-left-width: 1px;
	border-left-style: solid;
	
	border-top-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	
	padding: 5px 0px 5px 10px; 
	margin: 0px 0px 15px 0px;
	
	background-image:url();
	background-position:top;
	background-position:right;
}

blockquote#outer {		
	border-right-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-top-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	
	padding: 0px 0px 5px 0px; 
	margin: 0px 20px 5px 0px; 
}

blockquote#news {	
	border-left-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	
	border-top-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	
	padding: 5px 0px 35px 10px; 
	margin: 0px 0px 15px 0px; 
}

blockquote#module {	
	border-left-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	
	border-top-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	
	padding: 5px 0px 35px 10px; 
	margin: 0px 0px 15px 0px; 
	
	text-align:left;
}


blockquote#newstitle {
	border-right-color: #FF9900;
	border-right-width: 3px;
	border-right-style: solid;
	
	border-top-color: #FF9900;
	border-top-width: 3px;
	border-top-style: solid;
	
	padding: 3px 10px 4px 0px; 
	margin: 0px 0px 0px 0px;
	
	text-align:left;
	text-indent: 20px;
	
	background-image: "assets_images/backgrounds/edge_filler.png";
	background-position: left;
	background:fixed;
}

blockquote#modtitle {
	border-right-color: #FF9900;
	border-right-width: 3px;
	border-right-style: solid;
	
	border-top-color: #FF9900;
	border-top-width: 3px;
	border-top-style: solid;
	
	padding: 3px 10px 4px 0px; 
	margin: 0px 0px 0px 0px;
	
	text-align:left;
	text-indent: 20px;
	
}

blockquote#subtitle {
	border-right-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	
	border-top-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	
	
	padding: 3px 0px 4px 0px; 
	margin: 5px 0px 0px 0px;
	
	text-align:left;
	text-indent: 20px;
	
}


blockquote#advert {
	border-top-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	
	border-bottom-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
	padding: 5px 0px 5px 5px; 
	margin: 0px 0px 0px 0px; 
	
	text-align:left;
}

div#advert {	
	border-left-color: #FF9900;
	border-left-width: 1px;
	border-left-style: solid;
	
	border-right-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding: 5px 0px 5px 5px; 
	margin: 0px 0px 0px 0px; 
	
	
}

div#EventBanner{
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

div#innerMenu {	
	border-left-color: #FF9900;
	border-left-width: 1px;
	border-left-style: solid;
	
	border-right-color: #FF9900;
	border-right-width: 1px;
	border-right-style: solid;
	
	padding: 5px 0px 5px 5px; 
	margin: 0px 0px 0px 0px; 
	
	text-align:left;
}

div#spacer {	
	height: 30px;
	
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	
	text-align:left;
}

/****************** Containers and Div's ********************/

div#root {
	width: 1024px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	
	
	text-align:left;
}

div#root div#topContainer{
	width: 1024px;
	height: inherit;
	float: none;
}

div#root div#topContainer div#leftbanner{
	width: 160px;
	height: inherit;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#topContainer div#midbanner{
	width: 652px;
	height: inherit;
	padding: 5px 10px 5px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

div#root div#topContainer div#rightbanner{
	width: 178px;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#topContainer div#logo{
	width: 1024px;
	height: 190px;
	padding: 0px 0px 5px 0px;
	margin: 0px auto 0px auto;
	float: none;
	text-align: center;
	background-image:url("../assets_images/backgrounds/TCPM_Central_Background.jpg");
}

div#root div#topContainer div#logo div#banner{
	width: 1024px;
	height: 190px;
	padding: 0px 0px 5px 0px;
	margin: 0px auto 0px auto;
	float: none;
	text-align: center;
	background-image:url("../assets_images/banners/tcpm_tcpm.jpg");
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

div#root div#topContainer div#sponsor{
	width: 1024px;
	float: none;
	text-align:center;
}

div#root div#topContainer div#userPanel{
	width: 984px;
	height: 20px;
	padding: 5px 20px 5px 20px;
	float: none;
	text-align:center;
}

div#root div#topContainer div#location{
	width: 984px;
	height: 25px;
	padding: 5px 20px 5px 145px;
	float: none;
}

div#root div#middleContainer{
	width: 1024px;
	height: inherit;
	float: none;
}

div#root div#middleContainer div#leftMenu{
	width: 160px;
	height: inherit;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#middleContainer div#content{
	width: 652px;
	height: inherit;
	padding: 5px 10px 5px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}


div#root div#middleContainer div#rightMenu{
	width: 178px;
	padding: 5px 0px 0px 5px;
	float: left;
}

div#root div#bottomContainer{
	width: 1024px;
	height: 20px;
	padding: 0px 0px;
	text-align: center;
}

div#root div#bottomContainer div#terms{
	width: 502px;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: right;
}

div#root div#bottomContainer div#copyright{
	width: 502px;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: left;
}
