/*---------- RESET --------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

/*---------- REDEFINITIONS --------------------------------------------------------------------------------------*/
* html body	{
	height: 100%;
	min-height: 100%;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body	{
	background: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

a	{
	color: #336699;
	text-decoration: underline;
}

a img	{
	border: 0;
}

form	{
	padding:0;
	margin:0;
}


/*---------- CTN -----------------------------------------------------------------------------------------------*/
#ctn	{

}

/*---------- I -----------------------------------------------------------------------------------------------*/
.i	{
	width: 950px;
	margin: 0 auto;
}

.i2	{
	max-width: 1020px;
	height: 225px;
	margin: 0 auto;
	background: url('/imgs/layout/i2_bg.png') no-repeat;
}


/*---------- BUILDING BLOCKS -----------------------------------------------------------------------------------*/
/*---------- ADS -----------------------------------------------------------------------------------------------*/
#topads	{
	background: #FFF;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

#topads a	{
	font-size: .8em;
	color: #333366;
	text-decoration: underline;
}

.homeads {
	width: 710px;
	padding: 30px 10px 0 10px;
	background: url('/imgs/layout/box_l_top.gif') no-repeat;
	overflow: hidden;
}

.homeads .wrapper {
	margin:0 auto; 
  position:relative; 
  left:50%;
}

.homeads .adLink1, .homeads .adLink2, .homeads .adLink3, .homeads .adLink4, .homeads .adLink5 {
	float:left; position:relative; right:50%;
}

.homeads_bottom {
	width: 725px;
	background: url('/imgs/layout/box_l_bottom.gif') no-repeat bottom left;
	height:30px;
	margin-bottom: 5px;
}

/*---------- HEADER --------------------------------------------------------------------------------------------*/
#header	{
	height: 75px;
	font-size: 8pt;
	overflow: hidden;
	background: #6C8AA9;
	text-align: center;
}
#header .logo	{
	margin-top: 2px;
}
#header .ads	{
	float: left;
	margin-left: 25px;
	text-align: center;
	vertical-align: middle;
}
#header .ads .adLink1 ,#header .ads .adLink2, #header .ads .adLink3, #header .ads .adLink4, #header .ads .adLink5	{
	display: inline-table;
	float: left;
}
#lngsel	{
	width:200px;
	float: right;
	list-style: none;
	margin-top: 30px;
}
#lngsel li	{
	display: inline;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/*---------- NAVI --------------------------------------------------------------------------------------------*/
#navi	{
	height: 40px;
	background: #213361;
	background: #263661;
	border: 1px solid #263661;
}

#navi	ul	{
	list-style: none;
	margin-top: 4px;
	height: 36px;
}

#navi li	{
	display: inline;
	padding: 0;
}

#navi li a	{
	color: #FFF;
	font-size: .8em;
	text-decoration: none;
	padding: 5px;
	line-height: 31px;
}

#navi li a.active	{
	background: #FFF;
	color: #336699;
}



#main	{
	background:  url('../imgs/common/body_bg.jpg') repeat-x;
	padding-top: 25px;
	border-top: 2px solid #FFF;
}

#mleft	{
	width: 720px;
	float: left;
	overflow: hidden;
	padding-right: 15px;
	margin: 0 10px 0 0;
}

#mleft h1	{

}

#mleft .pagetitle	{
	color: #D90000;
	color: #CF6042;
	margin-bottom: 15px;
}

#mleft .pagetitle span	{
	color: #213361;
}


#mright	{
	float: right;
	width: 200px;
	overflow: hidden;
}

#mright h3	{
	font-size: 1.3em;
	font-weight: lighter;
	color: #006699;
	margin: 0 0 10px 0;
}

#mright input	{
	width: 170px;
	border: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
}

#mright .submitbutton	{
	height: 30px;
	margin-top: 7px;
}

#main h1	{
	font-size: 1.8em;
	color: #336699;
	font-weight: lighter;
}

#main h2	{
	font-size: 17pt;
	color: #333;
	line-height: 18pt;
	margin-top: 22px;
	font-weight: lighter;
	color: #006699;
}

#main h3	{
	font-size: 14pt;
	color: #336699;
	font-weight: lighter;
	line-height: 16pt;
}

#homeFeature	{
	height: 192px;
	background: url('/imgs/layout/homefeature_bg.gif');
}


#hf1	{
	margin: 20px 0 0 30px;
	width: 290px;
	height: 175px;
	float: left;
}

#hf2	{
	margin: 20px 0 0 0;
	width: 340px;
	height: 175px;
	float: left;
	padding: 0 10px;
}


#hf1 p, #hf2 p, #hf3 p	{
	color: #333;
	font-size: .7em;
	line-height: 1.2em;
	font-style: italic;
}

#hf2 .newsitems, #hf3 .calendaritems	{
	list-style: none;
	margin:0;
	padding:27px 0 0 0;
}

#hf2 .newsitems li, #hf3 .calendaritems li	{
	height: 23px;
	font-size: .8em;
}

#hf2 .newsitems li span, #hf3 .calendaritems li span	{
	font-size: 14pt;
	color: #5D5B52;
	height: 20px;
	width: 37px;
	display: block;
	float: left;
}

#hf2 .newsitems li span	{
	width: 45px;
}

#hf2 .newsitems li span em, #hf3 .calendaritems li span em	{ 
	font-style: normal; 
	color: #898679;	
}

#hf2 .newsitems li a, #hf3 .calendaritems li a	{
	display: block;
	height: 20px;
	line-height: 16pt;
	float: left;
	margin-left: 5px;
	text-decoration:none;
	background: url('/imgs/layout/i2_a_bg.gif') bottom left no-repeat;
	padding-right: 4px;
	padding-left: 4px;
}

#hf2 a.more, #hf3 a.more	{
	background-repeat: no-repeat;
	padding: 0 3px 3px 20px;
	font-size: .9em;
	margin-top: 4px;
	display: block;
}

#hf3	{
	margin: 20px 0 0 0;
	width: 280px;
	height: 175px;
	padding: 0 10px;
	float: left;
}

.homeitemsctn	{
	width: 725px;
}

.homeitemsleft	{
	width: 357px;
	float: left;
}

.homeitemsright	{
	width: 357px;
	float: right;
}

.homeitem	{
	background: url('/imgs/layout/homeitem_top_bg.gif') no-repeat;
	padding: 10px;
	overflow: hidden;
}

.homeitem_bottom	{
	background: url('/imgs/layout/homeitem_bottom_bg.gif') no-repeat bottom left;
	height: 25px;
	margin-bottom: 12px;
	position: relative;
	top: -15px;
	font-size: 8pt;
	padding-top: 10px;
	padding-left: 10px;
}

.homeitem h3	{
	color: #1A8717 !important;
	border-bottom: 1px dotted #898679;
	margin-bottom: 10px;
}

.homeitem h3 img {
	float: left;
	margin-top: -5px;
	margin-right: 3px;
}

.homeitem p	{
	font-size: 9pt;
	line-height: 125%;
	margin-top: 0;
}

.homeitem .article	{
	width: 317px;
}

.homeitem .article img	{
	margin: 0 10px 0 0;
}

.homeitem .article .title	{
	font-size: 12pt !important;
	margin-bottom: 11px !important;
}

.homeitem .article p	{
	font-style: italic;
}

.homeitem .article .meta	{
	font-size: 8pt;
	margin-bottom: 12px;
}

.homeitem .article .meta span	{
	font-size: 8pt;
}


.homeitem .article .bottom	{
	width: 317px;
	margin: 0 !important;
	padding: 0 !important;
}

.homeitem .article .more a	{
	width: 115px !important;
}

.homeitem .article .bottom .tags	{
	width: 90px;
	font-size: 8pt;
}

.bigarticle	{
	width: 705px;
	padding: 10px 10px 0 10px;
	background: url('/imgs/layout/bigarticle_top.gif') no-repeat;
}

.bigarticle .title	{
	font-size: 21pt !important;
	color: #CF6042 !important;
	margin-bottom: 11px;
}

.bigarticle .short	{
	margin-right: 45px;
}

.bigarticle img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 2px solid #CF6042;
}

.bigarticle_bottom	{
	width: 715px;
	height: 27px;
	padding: 10px 5px 0 5px;
	background : url('/imgs/layout/bigarticle_bottom.gif') no-repeat bottom;
	margin-bottom: 10px;
}

.bigarticle_bottom .tags	{
	width: 500px;
	float: left;
	color: #666;
	font-size: 9pt;
	line-height: 125%;
	padding-left: 5px;
}

.bigarticle_bottom .more	{
	width: 143px;
	float: right;
}

.bigarticle_bottom .more a	{
	display: block;
	width: 135px;
	height: 20px;
	line-height: 125%;
	font-size: 10pt;
	text-decoration: none;
	background: url('/imgs/common/newspaper_go.png') no-repeat;
	padding: 0 0 0 20px;
}

.articles{
	margin: 0;
	padding: 0;
	clear: both;
}

.article	{
	width: 705px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	background: url('/imgs/layout/article_bg.gif') no-repeat bottom right;
}

.article img	{
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #CF6042;
}

.article .short	{
	
}

.article .title	{
	font-size: 17pt !important;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 9px !important;
	color: #CF6042 !important;
}

.article p, .bigarticle p	{
	margin: 5px 0 10px 0;
	font-size: 10pt;
	line-height: 125%;
	color: #333;
}

.article .meta, .bigarticle .meta	{
	color: #BEB9B9;
	font-size: 12pt;
}

.article .meta span, .bigarticle .meta span	{
	text-transform: uppercase;
	margin-left: 5px;
	color: #0189C7;
	font-size: 10pt;
}


.article .bottom	{
	width: 705px;
	height: 23px;
	float: left;
}

.article .bottom .tags	{
	width: 445px;
	float: left;
	color: #666;
	font-size: 9pt;
	line-height: 125%;
	margin-top: 2px;
}
.article .bottom .reactions	{
	width: 70px;
	float: left;
	color: #8a8a8a;
	font-size: 9pt;
	line-height: 125%;
	margin-top: 2px;
}


.article .bottom .more	{
	margin: 0 0 2px 0;
	float: right;
}

.article .bottom .more a	{
	display: block;
	width: 130px;
	height: 20px;
	font-size: 10pt;
	text-decoration: none;
	background: url('/imgs/common/newspaper_go.png') no-repeat;
	line-height: 125%;
	padding: 0 0 0 20px;
}

.searchTabActive {
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF !important;
	font-weight: bold;
}

.searchTab {
	padding: 5px;
	text-align: center;
	background: #F0F0EC;
}

.photos li	{
	float: left;
	border: 3px solid #E2E2D8;
	margin-right: 12px;
	margin-bottom: 12px;
	background: #FFF;
	width: 160px;
	overflow: hidden;
	text-align: center;
}

.photos li a	{
	display: block;
	width: 160px;
	cursor: pointer;
}

.photos li a:hover	{
	background: #E3E3D9;
}

.photos li .img	{
	width: 158px;
	height: 115px;
	border: 1px solid #BEB9B9;
	border-bottom: 0;
	padding-top: 15px;
}

.photos li .img img	{
	border: 3px solid #BEB9B9;
}

.photos li .albumtitle	{
	height: 45px;
	font-size: .7em;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
	border: 1px solid #BEB9B9;
	border-top: 0;
}


/*---------- NEWS CATEGORIES --------------------------------------------------------------------------------------------*/
.newscategories	{
	background: #898679;
	padding: 5px;
	color: #EFEFEF;
	margin-bottom: 10px;
	border: 2px solid #E2E2D8;
}

.newscategories .filtertext	{
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.newscategories ul	{
	float: left;
}
.newscategories li	{
	float: left;
	margin-right: 5px;
}

.newscategories a	{
	display: block;
	padding: 5px;
	background: #BEB9B9;
	color: #EFEFEF;
	text-decoration: none;
}

.newscategories a.active	{
	background: #CF6042;
	color: #FFF;
}

.newscategories .searchbutton {
	height: 22px;
	margin: 0;
	padding: 0;
	width: 75px;
}

/*---------- FOOTER --------------------------------------------------------------------------------------------*/
#footer	{
	background: #76766C;
	font-size: .7em;
	color: #EFEFEF;
	padding: 15px;
}

#footer .copyright	{
	float: left;
	width: 400px;
	line-height: 14pt;
	color: #EFEFEF;
}

#footer a	{
	color: #000;
	text-decoration: underline;
}

/*---------- RIGHT --------------------------------------------------------------------------------------------*/
.mrightpane	{
	background: #FFF;
	padding: 10px 10px 0 10px;
	font-size: 9pt;
	line-height: 125%;
	color: #666;
	width: 175px;
	background: url('/imgs/layout/mright_pane_top_bg.gif') no-repeat;
}

.mrightpane h3	{
	color: #1A8717 !important;
	border-bottom: 1px dotted #898679;
}

.mrightpane h4	{
	color: #CF6042 !important;
	font-size: 10pt;
}

.mrightpane_bottom	{
	height: 15px;
	background: url('/imgs/layout/mright_pane_bottom_bg.gif') no-repeat bottom left;
	margin-bottom: 15px;
}

.login ul	{
	margin-top: 7px;
}

.mrightpane.social {
	}
	.mrightpane.social .google {
		display: inline-block;
		width: 65px;
		float: left;
	}
	.mrightpane.social .facebook {
		display: inline-block;
		width: 65px;
		float: left;
	}


.poll .radioplain	{
	border:0 !important;
	width: 15px !important;
	padding: 0;
	margin: 0;
	clear: left;
}

.poll ul	{
	margin-top: 5px;
}

.poll hr	{
	color: #BEB9B9;
	height: 1px;
}

.statpoll {
	background-image: url(/imgs/common/pollbg2.gif);
	height: 10px;
}

.statpoll_active {
	background-image: url(/imgs/common/pollbg1.gif);
	height: 10px;
}

.mrightpane.newsletter	{
	background: url('/imgs/layout/newsletter_bg.gif') no-repeat !important;
	height: 130px;
	margin-bottom: 3px;
}


.mrightpane.newsletter .more	{
	margin: 2px 0 2px 7px;
	float: left;
}

.mrightpane.newsletter .more a	{
	display: block;
	width: 115px;
	height: 20px;
	font-size: 10pt;
	line-height: 125%;
	text-decoration: none;
	background: url('/imgs/common/email_go.png') no-repeat;
	padding: 0 0 0 20px;
}


/*---------- ADVERTISING --------------------------------------------------------------------------------------------*/
.divWeight1 {
	
}

.adLink1 {
	margin: 2px 2px 7px 2px;
	padding: 2px;
	border: 1px solid #006699;
	background-color: #FFFFFF;
	display: block;
	width: 165px;
	font-size: .8em;
	text-decoration: none;
}

.divWeight2 {
	border: 1px solid #d90000;
}

.adLink2 {
	margin: 2px 2px 7px 2px;
	padding: 2px;
	border: 1px solid #d90000;
	background-color: #FFFFFF;
	display: block;
	width: 165px;
	font-size: .8em;
	text-decoration: none;
}

.divWeight3 {
	border: 1px solid #d90000;
	background: url(/imgs/layout/weight-5-bg.gif);
}

.adLink3 {
	margin: 2px 2px 7px 2px;
	padding: 2px;
	border: 1px solid #d90000;
	background: url(/imgs/layout/weight-5-bg.gif);
	background-color: #FFFFFF;
	display: block;
	width: 165px;
	font-size: .9em;
	text-decoration: none;
}

.divWeight4 {
	border: 2px solid #d90000;
	font-weight: bold;
}

.adLink4 {
	margin: 2px 2px 7px 2px;
	padding: 2px;
	border: 2px solid #d90000;
	background-color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 165px;
	font-size: .9em;
	text-decoration: none;
}

.divWeight5 {
	border: 4px solid #d90000;
	font-weight: bold;
	background: url(/imgs/layout/weight-5-bg.gif);
}

.adLink5 {
	margin: 2px 2px 7px 2px;
	padding: 2px;
	border: 4px solid #d90000;
	background-color: #FFFFFF;
	font-weight: bold;
	background: url(/imgs/layout/weight-5-bg.gif);
	display: block;
	width: 160px;
	font-size: 1em;
	text-decoration: none;
}


/*---------- ARCHIVE -------------------------------------------------------------------------------------*/
.archive	{
	background: #fffbe4;
	border:1px solid #ffda75;
	margin-top: 35px;
	padding: 15px;
	font-size: .8em;
	color: #333;
}

.archive .sorting	{
	color: #666;
	text-align: right;
}

.archive h2	{
	color: #c5902a;
	font-size: 2em;
	font-weight: lighter;
}

.archive ul	{
	list-style: none;
	margin-top: 10px;
}

.archive li	{
	height: 22px;
	font-size: 1em;
}

.archive li span	{
	color: #666;
	height: 16px;
	width: 75px;
	display: block;
	float: left;
	padding:3px;
	line-height: 16px;
	border-left: 3px solid #C5902A;
}

.archive li a	{
	float: left;
	line-height: 20px;	
	padding-left: 8px;
}

/*---------- DETAIL PAGE ---------------------------------------------------------------------------------*/

.meta	{
	color: #666;
	font-size: .8em;
	margin-top: -10px;
	line-height: 120%;
}

.meta span	{
	color: #333;
}

.description	{
	margin-top: 15px;
	font-style: italic;
	color: #666;
	font-size: 1em;
	margin-bottom: 50px;
	line-height: 125%;
}

.description img	{
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #CF6042;
}

.content	{
	color: #333;
	margin-top: 15px;
	margin-bottom: 45px;
	font-size: .8em !important;
	line-height: 110%;
}

.content p	{
	margin-bottom: 10px;
	text-align: left !important;
}

.content img	{
	margin: 10px;
}

.content embed	{
	margin: 10px;
}

.content table	{
	width: 100%;
}

.content table th	{
	line-height: 30px;
	color: #333;
	background: #CCC;
	font-size: 11pt;
	padding: 3px;
}

.content table td	{
	padding: 3px;
	background: #EDEEE8;
	border-bottom: 1px solid #E3E3D9;
}

.content table td.last	{
	border-bottom: none;
}

.content fieldset	{
	padding: 10px;
	background: #EDEEE8;
}

.content fieldset legend	{
	color: #1A8717;
	font-size: 13pt;
	line-height: 14pt;
}

.content ul	{
	list-style: disc;
	padding-left: 15px;
	margin: 10px 0 10px 15px;
}

.content .increasedvisibility	{
	border: 1px solid #FFDA75;
	background: #FFFBE4;
	text-align: center;
	margin: 15px 0 15px 0;
	padding: 15px;
	font-size: 1.1em;
}

.content p.quote_right {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	width:250px;
	font-size:18pt;
	line-height: 18pt;
	color: #006699;
	float:right;
	padding:10px 30px;
	line-height: 15pt;
}

.content p.quote_left {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	width:250px;
	font-size:18pt;
	line-height: 18pt;
	color: #006699;
	float:left;
	padding:10px 30px;
}

form input[type=submit], form input[type=button]	{
	width: 170px;
	border: 1px solid #CCC;
	background: #EDEEE8;
	line-height: 20px;
	height: 30px;
	margin-top: 7px;
}


.semibox	{
	background: url('/imgs/layout/semibox_bg.gif') no-repeat top left;
	width: 705px;
	min-height: 450px;
	padding: 10px 10px 0 10px;
	font-size: 10pt !important;
}

.semibox .pagetitle	{
	border-bottom: 1px dotted #898679;
	padding-bottom: 5px;
}

.semibox .content	{
	font-size: 10pt !important;
	line-height: 125% !important;
	color: #333 !important;
	padding-bottom: 5px;
}

.semibox .meta	{
	color: #BEB9B9;
	font-size: 12pt;
	
}

.semibox .meta span	{
	text-transform: uppercase;
	margin-left: 5px;
	color: #0189C7;
	font-size: 10pt;
}

.semibox .meta span.category	{
	color: #1A8717;
}

.semibox .tags	{
	color: #666;
	line-height: 125%;
	border-top: 1px dotted #898679;
	border-bottom: 1px dotted #898679;
	margin-bottom: 15px;
	padding: 5px;
}

.semibox .article	{
	width: 685px;
}

.semibox .article .tags	{
	border:0;
	float: left;
	margin-top: -5px;
}

/*---------- REACTIONS --------------------------------------------------------------------------------------*/
.reactions	{
	
}

.reactions .meta	{
	border-bottom: 1px solid #CCC;
}

.reactions ul	{
	margin:0;
	padding:0;
}

.reactions li	{
	padding: 15px 10px 10px 10px;
	list-style: none;
}

.reactions .content	{
	padding:0;
	margin:0;
	padding-top: 5px;
}

.reactions h2	{
	margin: 0 0 10px 0;
}





/*---------- PAGING --------------------------------------------------------------------------------------*/
.paging	{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pc_table {
	font-size: 10pt;
	border: 1px solid #CCC;
}

.pc_innertable {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.pc_cellleft, .pc_cellright {
	width: 150px;
}

.pc_cellcenter {
	text-align: left;
}

.pc_cellpagenumber {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.pc_cellactive {
	border: 1px solid #EEEEEE;
	padding: 3px;
}

.pc_cellinactive {
	border: 1px solid #EEEEEE;
	padding: 3px;
}

.pc_cellfocus {
	color: #666;
	padding: 4px;
	background: #E2E2D8;
}

/*---------- PAGE SPECIFIC -----------------------------------------------------------------------------------*/
.addbutton	{
	padding-bottom: 10px;
	font-size: 10pt;
	padding-left: 30px;
	color: #4779AA;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

.calday	{
	margin-top: 20px;
}

.calevents	{
	width: 335px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	float: left;
	padding-bottom: 20px;
}

.calflights	{
	width: 345px;
	float: right;	
	padding-left: 10px;
}


.errorctn {
	padding: 10px;
	color: #FF0000;
	border: 1px solid #E9EBB1;
	background-color: #FEFFE8;
}


.raceDate {
	padding: 3px;
	color: #898679 !important;
	background: #e2e2d8;
}
.raceMap {
	border: 2px solid #e2e2d8;
	height: 250px;
}
.raceForm {
	padding: 15px;
	margin-top: 20px;
}
.raceButton {
	margin-bottom: 20px;
}
ul.raceResultListCtn {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.raceResultListCtn li {
	height: 22px;
	font-size: 1em;
	border-bottom: 1px dotted #666;
}
ul.raceResultListCtn li span {
	display: inline-block;
	float: left;
	padding: 2px;
	overflow: hidden;
	height: 18px;
}
ul.raceResultListCtn li span.position {
	width: 45px;
	text-align: right;
	padding-right: 5px;
}
ul.raceResultListCtn li span.name {
	width: 300px;
}
ul.raceResultListCtn li span.time {
	width: 75px;
}
ul.raceResultListCtn li span.location {
	width: 100px;
}
ul.raceResultListCtn li span.province {
	width: 45px;
}
ul.raceResultListCtn li span.distance {
	width: 30px;
}
ul.raceResultListCtn li span.speed {
	width: 70px;
	text-align: right;
}
/*---------- OVERVIEW TABLE --------------------------------------------------------------------------------*/
ul.overview	{
	list-style: none;
	margin: 0;
	padding: 0;
}

.overview li	{
	height: 22px;
	font-size: 1em;
	border-bottom: 1px dotted #666;
}

.overview li a.title	{
	line-height: 22px;	
	padding-left: 2px;
	color: #cf6042;
	font-size: 12pt !important;
	text-decoration: none;
}

.overview li span	{
	color: #666;
	width: 75px;
	float: left;
	padding:3px;
	line-height: 16px;
}

.overview li a	{
	line-height: 22px;	
	padding-left: 8px;
	float: left;
}

.overview li div	{
	float: right;
	margin-right: 5px;
	line-height: 22px;
}

.paging	{
	
}

.homeitem .overview li	{
	font-size: 9pt;
	border-bottom: 1px solid #CCC;
}

.homeitem .overview li span	{
	font-size: 8pt;
	color: #666;
}


/*---------- LIGHTBOX --------------------------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a, #lightbox a:hover
{
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/imgs/lightbox/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/imgs/lightbox/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/imgs/lightbox/prevlabel-hover.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/imgs/lightbox/nextlabel-hover.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}







/* EXTRA'S 2010/09
--------------------------------------------------------------------------------------*/
.auctions.offer.endTime {
	display: block;
	border: 1px solid #89c2e0;
	color: #418fb7;
	padding: 10px 10px 10px 30px;
	font-size: 12pt;
	background: #ddf3ff url('../imgs/icons/calendar.png') no-repeat 10px 10px;
	}
	.auctions.offer.endTime strong {
		color: #195b7d;
	}
.auctions.offer.warning {
	display: block;
	border: 1px solid #e4a7a7;
	color: #c04444;
	padding: 10px 10px 10px 30px;
	font-size: 12pt;
	background: #ffecec url('../imgs/icons/clock_red.png') no-repeat 10px 10px;
	margin: 10px 0 0 0;
	}
	.auctions.offer.warning .title {
		display: block;
		color: #7e0d0d;
	}
	.auctions.offer.warning .message {
		display: block;
		font-size: 10pt;
		margin: 5px 0 0 0;
		}
		.auctions.offer.warning .message strong {
			display: inline-block;
			background: #c04444;
			padding: 0 5px;
			color: #fff;
		}
.bidTimeIndicator {
	padding: 5px;
	background: #999;
	margin: 5px 0 0 0;
	color: #fff;
	}



















	
