﻿@import url("layout.css");

#tpic_col1 {
	float:left;
    width:100%;
    background:red;
    border-style: double;
    border-width: medium;
    border-color: grey;
}

#msg_col1 {
	float:left;
    width:100%;
    background: #394C66;
    border-style: double;
    border-width: medium;
    border-color: grey;
}

#cmdrMsg_col1 {
	float:left;
    width:50%;
    background: #394C66;
    /*height:250px; */
	/*height:750px; */
    overflow: auto;
    border-style: none;
}

#raceCmdrMsg_col1 {
	float:left;
    width:50%;
    background: #394C66;
   /*height:250px;  */
	/*height:750px; */
    overflow: auto;
    border-style: none;
}

#dividor1_col1 {
	float:left;
    width:100%;
    background: #394C66;
   /*height:250px;  */
	/*height:750px; */
    overflow: auto;
    border-style: double;
    border-width: medium;
    border-color: grey;
}


#r0_col1 {
	float:left;
    width:50%;
    background: #394C66;
    height:550px;
	/*height:750px; */
    overflow: auto;
    border-style: none;
}


#r0_col2 {
	float:left;
    width:50%;
    background: #394C66;
    height:550px;
	/*height:750px;*/
    overflow: auto;
    border-style: none;
 }

 #r0_specialEvent {
	float:left;
    width:100%;
    background:red;
    border-style: double;
    border-width: medium;
    border-color: grey;
 }
#r1_col1 {
	float:left;
    width:50%;
    background: #394C66;
    border-color: grey;
    height:600px;
    overflow: auto;
    border-style: none;
}

#r1_col2 {
	float:left;
    width:50%;
    background: #394C66;
    height:600px;
    overflow: auto;
    border-style: none;
 }

 #dividor2_col1 {
	float:left;
    width:100%;
    background: #394C66;
   /*height:250px;  */
	/*height:750px; */
    overflow: auto;
    border-style: double;
    border-width: medium;
    border-color: grey;
}


#r2_sponsors {
	float:left;
    width:100%;
    background:red;
    border-style: double;
    border-width: medium;
    border-color: grey;
}


 

#nav-bar {
	float: left;
	width:100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	columns: 3 auto;
	column-gap: 1em;
	column-rule: thin solid black; */
}

h1,h2,h3,h4,h5,h6
{
	color: #d4a846;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3
{
	font-size: large;
	margin-top: 20px;
}

h4
{
	font-size: medium;
}

h5
{
	font-size: small;
}

h6
{
	font-size: x-small;
}


img
{
	border-color: #979ba0;
	border-style: solid;
	border-width: 2px;
}

hr
{
	color: #979ba0;         /*  IE7.0 compatibility.  */
	border-color: #979ba0;
	border-width: 1px;
	border-style: solid;
}

a
{
	color: #979ba0;
	text-decoration: underline;
}

a:visited
{
	color: #979ba0;
	text-decoration: underline;
}

a:active
{
	color: #979ba0;
	text-decoration: underline;
}

a:hover
{
	color: #c0c0c0;
	text-decoration: underline;
}

.style_bold
{
	font-weight: bold;
}

.style_italic
{
	font-style: italic;
}


/*  Page composition.  */

#container
{
	color: #979ba0;
	border-color: #979ba0;
	background-color: #394C66;
	border: 5px #979ba0 ridge;
}


/*  Header.  */

#header
{
	overflow: hidden; 
	text-align: left;
	float: left;
	width: 100%;
	background-color: #394C66;
	border-bottom: 5px #979ba0 ridge;
	padding: 10px 10px 2px 10px
	/*  background-image:url('images/header.jpg');  */
}

#header h1
{
	font-size: 20pt;
	font-weight: 500;
	margin: 10px 0px 0px 0px;
}

#header p
{
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
}


/*  Page.  */

#page
{
	/*position: relative; */
}


/*  Navigation sidebar.  */

#navigation  
{
	position: relative;
	float: left;
	width: 140px;
	color: #979ba0;
	background-color: #394c66;  
	max-height: 440px;  /*  Set to fit entire "navigation" sidebar without page "content".  */

}

#navigation ul
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li
{
	display: block;
}

#navigation a
{
	font-weight: bold;
	text-decoration: none;
	color: #979ba0;
	background-color: #253447;
	padding: 5%;
	display: block;
	border-bottom: 1px #979ba0 solid;
}

#navigation a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #253447;
	background-color: #979ba0;
}


/*  Page content.  */

#content
{
	/* margin-left: 140px; */
	float: left;
	padding: 10px;
	background-color: #253447;
	color: #979ba0;
	border-left: 5px #979ba0 ridge;
	min-height: 440px;  /*  Must be at least as big as the max-height of the "navigation" sidebar.  */
}

#content table
{
	border-collapse: collapse;
	border-color: #979ba0;
}

#no_img_border img
{
	border: 0;
}


/*  Frames.  */

#frame
{
	background-color: #253447;  
	color: #979ba0;
	border: 0;
}


#frame_with_border
{
	background-color: #253447;  
	color: #979ba0;
	border: 5px #979ba0 ridge;
}

#frame_content
{
	background-color: #253447;  
	color: #979ba0;
}

#menu
{
	background-color: #253447;  
	color: #979ba0;
}


#selection
{
	background-color: #253447;  
	color: #979ba0;
}


/*  Footer.  */

#footer
{
	float: left;
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #d4a846;
	background-color: #192530;
	border-top: 5px #979ba0 ridge;
	background-image:url('images/footer.gif');
	width:100%;
}

#footer p
{
	font-size: x-small;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a
{
	color: #d4a846;
	text-decoration: underline;
}

#footer a:hover
{
	color: #d4a846;
	text-decoration: none;
}

ul#list-nav {
list-style:none;
margin:5px;
padding:0;
width:100%;
float:left
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
font-size: 11pt;
font-weight: bold;
padding:8px 8px;
background:#394C66;
color:#979ba0;
float:left;
text-align:center;
border-right:1px solid #979ba0;
}

ul#list-nav li a:hover {
background:#c0c0c0;
color:#000
}


