/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
/*	font-family: 'Tangerine', serif; */
	background: #CCCCCC;
/*	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;*/
	font: 75%/1.5em Arial, Helvetica, sans-serif; 
	color: #333;
	text-align: left;
}

/* links visit 4F82CB hover 4ebf37*/
a, a:visited {
	text-decoration: none;
/*	color: #000;  */
	color: #000; 
	background: inherit;
}
a:hover {
	color: #FFF;
	background-color: #2C62B8;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;
	color: #ff9900;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #ff9900;		
/*	color: #88ac0b; */
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	/* #88ac0b */
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	text-align: left;
	background-color: #CCC;
	background-image: url(images/content960.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-wrap {
	clear: both;
	width: 900px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 960px;
	position: relative;
	height: 106px;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-color: #CCC;
	background-image: url(images/header960.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 36px;
	left: 37px;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 111px;
	left: 39px;
}

#header apDivLeaderboard{
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	left:328px;
	top:68px;
	width:728px;
	height:90px;
}




/* Menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	height: 26px;
	background-image: url(images/menu960.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #0066ff;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #2C62B8;
	color: #FFFFFF;
}
#menu ul li#current a {
	background-color: #FFF;
	color: #2C62B8;
}

/* Main Column */
#main {
	float: right;
	width: 80%;
	padding: 0;
	margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #FF9900;	/* #88ac0b */
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #EFF0F1; /* #EFF0F1 */	
	/* padding: 5px 0 5px 25px; */	
	/* background: #FFF url(images/square-green.png) no-repeat 3px 50%; */
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}	
#sidebar h1 {
	margin-top: 5px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	display: block;
}

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 960px;
	height: 55px;
	text-align: center;
	font-size: 92%;
	background-color: #CCC;
	background-image: url(images/footer960.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.orange { color: #ff9900; }

.driverprofile_number {font-family: Impact;font-style: italic;font-size: 12px;font-weight: bold;color:#FFFFFF;letter-spacing:-0px;}
.g_driver_number {font-family: Impact;font-style: italic;font-size: 12px;color:#333333;letter-spacing:-0px;}

.g_white {color: #000000; background: #FFFFFF; }
.g_grey {color: #000000; background: #EFEFEF; }

.gridblack { color: #FFFFFF; background: #333333;}
.gridblackSET {color: #FFFFFF; background: #333333; text-align: center ;}
.gridgrey {color: #FFFFFF; background: #666666; }
.gridgreyless {color: #FF0000; background: #666666; }
.gridgreySET {color: #FFFFFF; background: #666666; text-align: center ;}
.runlap {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bolder;
	color: #333333;
	background: #666666;
	background-color: #00FF66;
}

.style9 {color: #000000}
#apDiv1 {
	position:absolute;
	width:188px;
	height:36px;
	z-index:1;
	left: 519px;
	top: 52px;
}
.style15 {color: #990000; }

#3col {
	color:#000000;
	font-family:verdana,arial;
	font-size:4pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0px;
}

.style16 {color: #333333}

.bluelink {
	color: #0066FF;
	font-weight: bold;
}
.table9px-grey {
	font-size: 9px;
	background: #666666;
	color: #FFFFFF;
}

.table9px-black {
	font-size: 9px;
	background: #333333;
	color: #FFFFFF;
}

.table9px-blackonwhite {
	font-size: 9px;
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #EFF0F1; /* #EFF0F1 */	
}

.table9px-greyonwhite {
	font-size: 9px;
	background: #EFEFEF;
	color: #000000;
}


.table9px-black-perfect {
	font-size: 9px;
	background: #333333;
	color: #00FF00;
}

.table9px-yellow {
	font-size: 9px;
	background: #FFFF33;
	color: #000000;
}

.table9px-black-center {
	font-size: 9px;
	background: #333333;
	color: #FFFFFF;
	text-align: center ;
}
.table9px-blue {
	font-size: 10px;
	background: #0066FF;
	color: #FFFFFF;
}

.style21 {
	font-size: 9px;
	background: #333333;
	color: #FFFFFF;
}
.style22 {font-size: 9px; background: #333333; color: #FFFFFF; }


.style17 {color: #FFFF00}
.style24 { 	font-size: 9px }


.style23 {font-size: x-small}
.style25 {font-size: x-small; color: #00FF00; }
.style26 {font-size: large}
.style28 {font-size: 18px; color: #00FF00; }
.style29 {font-size: 16px}
.style30 {font-size: 16px; color: #00FF00; }

.style31 {color: #3300CC}
.style32 {color: #FF0000}


.style33 {color: #FFFF00}

/* This is for new header box */	
.style42 {font-size: 24px; font-weight: bold; font-style: italic; }



#apDiv2 {
	position:absolute;
	left:430px;
	top:51px;
	width:224px;
	height:19px;
	z-index:1;
	visibility: visible;
}
#apDiv3 {
	position:absolute;
	left:253px;
	top:212px;
	width:118px;
	height:19px;
	z-index:1;
	visibility: visible;
}
#apDiv4 {
	position:absolute;
	left:414px;
	top:30px;
	width:189px;
	height:74px;
	z-index:1;
}


/* HOVER New when I started to learn Smarty */
table.table-hov{
	border: solid 1px #999999;
}

table.table-hov tr:hover th[scope=row], .table-hov tr:hover td
{
	background-color: #FFFF66;
	color: #000;
}

/* sort links */
A.sort,  A.sort:VISITED{ color : #FFFFFF; text-decoration : none; display:block; width:100%;}
A.sort img { border:none; margin-left: 5px;}
A.sort:HOVER {
	color : #000000;
	text-decoration : underline;
	background-color: #CCFF66;
}





/* table list */
table.table-list {
	border: solid 1px #999999;
	/* font-size: 9pt; */
	text-align: left;/*	padding: 5px; */
	font-size: 9px;
	background: #FFFFFF;
	color: #000000;	/* border-bottom: 1px solid #EFF0F1; /* #EFF0F1 */	

}

table.table-list th{
	border: solid 0px #666666;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 9px;
	font-weight : bold;
	vertical-align: middle;
	margin: 0px;	
}
table.table-list th dt{
	padding: 0px;
}
  /* padding for th cells is done in A: links*/
table.table-list th a {


}
table.table-list tr:hover th[scope=row], .table-list tr:hover td
{
	background-color: #FFFF66;
	color: #000;
}

	/* cell padding */
table.table-list td {
	padding: 5px;
}



/* table header ********************************************************************* */
table.table-heading {
	border: solid 1px #999999;
	/* font-size: 9pt; */
	text-align: left;/*	padding: 5px; */
	font-size: 9px;
	background: #FFFFFF;
	color: #000000;

}

table.table-heading th{
	border: solid 5px #474035;
	background-color: #474035;
	color: #FFFFFF;
	font-size: 9px;
	font-weight : normal;
	vertical-align: middle;
	margin: 0px;
}
table.table-heading th dt{
	padding: 0px;
}


table.table-HEADER {
	text-align: left;
	font-size: 24px;
	border: solid 5px #FFF;
	background: #FFF;
	color: #FF9900;
	font-style: italic;
	width: 100%;
}


/* button for flash  */
.refreshBtn { width: 80px; }


.styleBLOCKnums {font-size: 11px; font-family: Impact; }
