@charset "utf-8";
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #003300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;      
 background-image:url('/images/test_pattern.png');
       
}

.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #007143;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
      	
	
}
.oneColLiqCtrHdr #header {
	background: #00ae68 no-repeat top left;
	/*: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #007143;
        min-height:800px;
         
}

oneColLiqCtrHdr #mainContent a{
        color: #ffffff;
        
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#090;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/* Main Table */
table#main {
	border-width:0;
	width:100%;
	margin-bottom: 10px;
       

}


/* Navigation Bar */
.navbar {
	
	background-color:#5fbdce;
        border: 1px solid white;
}
.navbar li {
	margin-left: 0;
	padding: 3px 0px;
	display:inline;
	list-style:none;
}
.navbar ul {
	display:inline;
	margin-left: 0;
	padding-left: 0;
}



.navbar a {
        color:#5fbdce;
	text-decoration:none;
	white-space:nowrap;
        font-size: 10px;
}

.navbar a:link {
        color:#fffff;
}

.navbar a:visited {
	color: #ffffff;
}

.navbar a:active {
	color: #ffffff;
}


.navbar table {
	color: #ffffff;
}


/* Login area */
#loginarea {
	background:#5fbdce;
	border:0;
	color:#ffffff;
	font-size: 12px
	display:none;
	position:absolute;
	right:0px;
} 

#loginarea td {
	padding: 0px 10px;
	background: #5fbdce;
}

#loginarea td#logincell {
	background:#5fbdce;
}

#loginarea td.sides {
	padding: 0px;
	width: 10px;
	background:#5fbdce;
}

#loginarea td a {
	color: #ffffff;
        font-size: 12px;
}

/* Tariff Form */
.tariffForm select {
	margin:10px;
	border:10px;
	padding:100px;
}

/*-forum---------------------------------------*/
table.forum {
	width: 95%;
	background: #ffffff; 
      
}




.forum_header {
	color: #ffffff;
	background: #6666cc;
}

.forum_message {
	color: #003300;
	word-wrap: break-word;
	overflow-x:auto;
}



.forum_message a {
    color:#006633;
}

/*-admin-tables--------------------------------*/
table.admin{
	border:solid #000000 1px;
	border-collapse:collapse;
	border-spacing:0px;
	margin:10px;
	empty-cells:show;
}

table.admin th{
	border: solid #000000 1px;
	padding: 0px 5px 0px 5px;
	border-bottom: 3px double;
	
	color: #000000;
}

table.admin td{
	border: solid #000000 1px;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 5px 0px 5px;
	background: #FFFFFF;
	color: #000000;
}

table.admin tr.odd td{
	background: #99cc99;
}

table.admin tr.even td{
	background: #ffffff;
}

table.admin img{
	border: none;
}

table.admin a{
	color: #ffffff;
}

table.admin {
	font-size:0.6em;
}

/*-----------Results Table--------------*/
table.results th{
	
	text-align:center;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;

	
}

table.results td{
	
	text-align:center;
	border-top:none;
	border-right:.5pt solid windowtext #ffffff;
	border-bottom:.5pt solid windowtext #ffffff;
	border-left:none;

	
}

table.results {
	font-size:0.8em;
}


/*-general-------------------------------------*/
P {
	font-family: Verdana, Geneva, sans-serif; 
	color: #ffffff;
	size: 12px
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5fbdce;
	font-size: 1.5em;
	margin-top:20px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5fbdce;
	font-size: 1.3em;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5fbdce;
	font-size: 1.1em;
        margin-bottom: 1em;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5fbdce;
	font-size: 1.0em;
}

h5 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5fbdce;
	font-size: 0.8em;
}

.image{
	border-style:outset;
	border-color: white;
	border-width:2px;
      }


.imagestyle2{
	border-style:solid;
	border-color: #003300;
	border-width:0px;
      }

li {
	color: #ffffff;
}


A {
	color: #cccccc;
text-decoration:none;

}

A:link {
	color: #cccccc;
        text-decoration:none;
        
}


A:visited {
	color: #cccccc;
        text-decoration:none;
}

A:active {
	color: #cccccc;
        text-decoration:none;
}
/* now actually makes dark blue! */
A.makeorange:hover {
	color: #000033;
        text-decoration:none;
        target="_blank";
        font-weight:bold;
}

A.makegreen:hover { 	
        color: #6600FF;
        text-decoration:none;
        target="_blank";
}


table {
	font-family: verdana,arial,sans-serif;
	color: #ffffff;
	size: 12px;
        border-color: #5fbdce;       
}


.front_page p{
	text-align: justify; 
	margin:10px 0px;
}

div.front_page {
	padding: 10px 0px;
}



/* listbox */
div.listbox {
	float:left;
	margin:5px;
	padding:10px;
	background: #69A389;
	border-radius: 5px;
	-moz-border-radius: 5px;
	behaviour: url('border-radius.htc');
}

/* News */
.node {
	background:#0044aa;
	margin:10px 0 10px 10px;
}

.node h1 {

	color:#FFFF00;
	padding-left: 12px;
	font-weight:bold;
	font-size:1.2em;
 background: #6699FF url('images/rtopcorner.png') top right no-repeat;
	background: #6666CC url('/images/ltopcorner.png') top left no-repeat;
	border-bottom:1px dashed #000000;
	margin:0;
}

.node h2 {
	padding: 0px 2px 0px 14px;
	font-weight:normal;
	font-size:0.75em;
	color:#0044aa;
	background: #6699FF url('/images/lbotcorner2.png') bottom left no-repeat;
	float:right;
	margin:0;
}

.node p {
	margin:0;
	padding:5px;
	background:#0044aa;
}

.node pre {
	background:#0044aa;
	margin:0;
	padding:0px;
}

/* listbox */
div.listbox {
	float:left;
	margin:10px;
	padding:20px;
	background: #6699FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	behaviour: url('border-radius.htc');
}

/* Forum */
.hidden {
	display:none;
}

.showform {
	background:#006633;margin:0px;color:#ffffff;border:3px #5fbdce ridge;padding:3px;position:absolute;right:0px;display:block;text-align:left;margin-top:32px;
}



#searchbutton {
	right: 16%;
}

#oldforumpost {
 	background: #006633;

}



#oldforumpost input, #oldforumpost textarea{
	background:transparent;
	color: #ffffff;
}

#oldforumpost input, #oldforumpost textarea td { 
     border-color: #006633; 
     border-style: solid; 
     border-width: 2px;
     background-color: #008c46;
}

.showform label{
	font-weight: bold;
}
.showformlink {
	color:#ffffff;position:absolute;right:25%;border:0px #5fbdce solid;padding:3px;cursor:pointer;margin-top:32px;
}

body>table .showform {
	position:fixed;
}



body>table a.showformlink {
	position:absolute; 
}



/* Competition */
.routine li{
   	list-style-type: none;
}
#shadow-container {
	position: relative;
	left: 30px;
	top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -10px;
	top: -10px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 2px;
	}