/*body { margin: 0; padding: 0; font-family: Tahoma, Arial, sans-serif; }*/
body { 
	margin: 0;
  	/*background-color: #cacac4;	*/
  	background-color: #ffffff;
	font-family: verdana;
	color: black;
	font-size:11px;
  }
  

div.footer {
font-family: verdana;
font-size:10px;
color:black;
padding:10px;
width: 980;
background-color: #E0E0E0;
height:5;
text-align:center;
}

.content_header{
font-family: verdana;
font-size:14px;
color:black;
font-weight:bold;
padding-left:20px;
}

.content_main{
font-family: verdana;
font-size:12px;
color:black;
padding:10px;
background-color: #FFFFFF;
}


td.main {
font-family: verdana;
font-size:12px;
color:black;
padding-left:15;
padding-right:15;
}

td.navigation {
padding-left:10px;
}

.navigation_header{
font-family: verdana;
font-size:14px;
color:white;
font-weight:bold;
text-align:center;
background-color: #6a9bcd
}


.maintable {
border: #acb7c7;
/*background-color: #acb7c7;*/
border-style: solid;
border-width: 1px;
}


.navigationMenuBorder {
	border: #5f94c0;
	border-style: solid;
	border-width: 1px;
	/*1px 
	style="background-color: #acb7c7; 1px solid"	*/
}

.navigationMenuItems {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	PADDING: 15px;
}

.mailinglist {
	COLOR: #112536;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	PADDING: 5px;
}

a:link, a:visited
{
	text-decoration:none;
	color:#6a9bcd;
	font-weight:bold;	
}

a.navigation:hover {
text-decoration:underline;
	color:black;
}

li {
list-style:square;
}

div.note {
font-family: verdana;
font-size:10px;
color:black;
}


td.form {
font-family: verdana;
font-size:12px;
color:black;
background-color: white;
}

div.error {
font-family: verdana;
font-size:12px;
color:red;
}




/**********Tipping CSS **************/
td.forms {
color:black;
font-size: 11px;
font-family: verdana;
background-color: white;
}

.formbutton {
font-family: verdana;
font-size:11px;
font-weight:bold;
}

.formfield {
font-family: verdana;
font-size:11px;
}

th.login {
color:black;
font-size: 14px;
font-family: verdana;
font-weight:bold;
background-image: url("http://www.lintzonline.com/tipping/images/grey_bg.gif");
}

div.error {
color: red;
}	

.page_header {
font-family: verdana;
	color: black;
	font-size:12px;
	font-weight:bold;
}


td.form_heading {
color:black;
font-size: 11px;
font-family: verdana;
font-weight:bold;
background-image: url("http://www.lintzonline.com/tipping/images/grey_bg.gif");
}

td.worldrankings {
font-family: verdana;
font-size:10px;
color:black;
background-color: white;
}

div.points {
font-family: verdana;
font-size:11px;
color:black;
background-color: white;
}

div.totalpoints {
font-family: verdana;
font-size:11px;
color:black;
background-color: white;
font-weight:bold;
}


div.hidediv {

display:none;
border:1px solid black;
background-color: white;
/*background-color: #CCCCCC;*/
padding: 5px;

}

div.divrules {
font-family: verdana;
font-size:10px;
color:black;
background-color: white;

}

div.downmove {	  
font-family: verdana;
font-size:10px;
color:red;
background-color: white;
}

div.upmove {	  
font-family: verdana;
font-size:10px;
color:green;
background-color: white;
}

/************ Below is the code for the Tabs ***************/

      ul#tabs { list-style-type: none; margin: 20px 0 0 0; padding: 0 0 0.3em 0; }
      ul#tabs li { display: inline; }
      ul#tabs li a { color: #42454a; background-image: url("http://www.lintzonline.com/tipping/images/grey_bg.gif"); border: 1px solid  #acb7c7; border-bottom: none; padding: 0.3em; text-decoration: none; border: #acb7c7;}
	  ul#tabs li a:hover { background-color: #f1f0ee; }
      ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.1em 0.3em 0.38em 0.3em;  }
      div.tabContent { border: 1px solid  #acb7c7; padding: 0.5em; display: block;}
	   /*display:none; }*/
      div.tabContent.hide { display: none; }

