/* --------------------------------------------------
CSS Document based on colours at crescentspur  For:-- issw2008.com   by:- colinmcc
-------------------------------------------------- */


html, body {

	
	height:101%; /*forces scroll bars even on short pages */
	background: #121A38 url(../pics/backgroundGradient.png) repeat-x
	}

/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #E8E4E3; 
			background-color:#19213E;
		}
		
/* GENERAL STUFF */
		
		h1 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background:#19213E;
			text-align:center;
			
			/*
			margin-top:-10px;
			text-indent:-5000px;
			background:#19213E url(../pics/isswWebHeaderheader_750_235.jpg)no-repeat;
			width:750px;
			height:235px;
			*/
		
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background:#19213E;
			text-align:center;
		}
		
		h3 {
			color: #666666;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background:#19213E;
			text-align:center;
			
			}
		
		h4 {
		color: #666666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background:#19213E;
			
			}
		
		a {
			color:#01A3A5;
			text-decoration: none;
		}

		a:hover {
			color:#FFF;
			background-color: #444C61;
		}
		
		

		
		
		
	
		
		
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}
		
/*GOOGLE SEARCH BOX*/

		#googleSearch{
			padding-left:12px;
		
		}
		
		
		
		

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
			font-size: 11px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#01A3A5; 
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(../pics/snow.gif) 96% 50% no-repeat;
			background-color: #444C61;
			color:#fff;
		}

		
		#navigation a.active{
			background: #000000 url(../pics/snowflake_24_24.gif) 96% 50% no-repeat;
			background-color: #444C61;
			color:#fff;
		}
/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			width: 362px;
			margin-left: 180px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#sponsor ul {
			padding-bottom: 10px;
			border-bottom: 1px solid #000; /* A faint black line below the end of a list */
		}
		
		#sponsor img {
			border: 0px solid #92A196; /*0px removes logo pics border*/
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
			text-align: center;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;/* A faint grey line below the content */
		}
		
		#sidebar img {
			
			border: 0px solid #92A196; /*0px removes logo pic border*/
			
		}
		
		#sidebar a:hover {
			color:#CC6714;
			background-color: #92A196;
		}
		
		#sidebar p#regDetails{
		font-size: 11px;
		}
		
/* ---TABLE STYLING ---*/	


		
		
		td {border:#CCC solid 1px;}
		
		

		caption {

			color: #666666;
			font-size: 16px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			background-color:  #242B47;

		}

		#content table p {
			margin-bottom: -10px;
			margin-top: 0px;
			border-bottom: 0px;
		}	

		table strong {

			color:#900;

		}

		table {
		
			text-align:center;
			border:#CCC solid 2px;
		}	

		thead tr {

			background-color:#3B4B5B;
			color:#fff;

		}


	
		.odd 	{

			background-color:#5C6170;

		}	



		.even 	{

			background-color:#656A7E;

		}



		.colhead	{

			background-color:#69C;

		}

		tbody .date, tbody .date:hover   {

			background-color:#3B4B5B;
			color:#fff;

		}	

		tbody tr:hover {

			background-color:#7E8294;
			color:#000;

		}



		tbody .colhead {

			background-color:#888;
			color:#fff;

		}

		

		tbody .colhead:hover {

			background-color:#888;

		}

		.note {
			font-size: 10px;
			color:#89817f;
		}
		
/* ---TABLE STYLING ENDS HERE */



		ul.underlined li{
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */	
		}

		
		
/*floats start here*/

.floatRight{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}

.floatRightNoBorder{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}

.floatLeft{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px;
}

.floatLeftNoBorder{
float: left;
margin: 0 10px 10px 0;
padding: 2px;
}

/*Floats end here*/


/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
			font-size: 11px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		

