/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

th {
	background: none repeat scroll 0 0 #0B2D43;
	color: white;
	font-weight: bold;
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #DFDAD1;
}

ul {
	list-style-type: disc;
}

ul, ol {
	margin: 0 1.5em 1.5em;
}

ol, ul {
	list-style: none outside none;
}

li {
	list-style-type: disc;
}

.label {
	width: 150px;
	font-weight: bold;
	display: inline;
	float: left;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

h1	{font: 24px/28px Arial, sans-serif; color: #0B2D43; margin: 0 0 5px 0; text-transform: uppercase;}
h2	{font: 20px/22px Arial, sans-serif; color: #1571AF; margin: 5px 0; }
h3	{font: bold 16px/18px Arial, sans-serif; color: #0B2D43; margin: 5px 0;}
h4	{font: 16px/18px Arial, sans-serif; color: #0B2D43; margin: 5px 0;}
h5	{font: 14px/16px Arial, sans-serif; color: #0B2D43; margin: 5px 0;}
h6	{font: 12px/14px Arial, sans-serif; color: #0B2D43; margin: 5px 0;}

p 	{ margin: 5px 0 10px; }
a	{ color: #FB0034; font-weight: bold; text-decoration: none;}

body {
	background: url(/images/interface/bground.jpg) top left repeat-x #0c2c43;
	font: 14px/18px Arial, sans-serif;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
}

#banner {
	width: 960px;
	height: 105px;
	display: block;
	position: relative;
	margin-top: 10px;
}

#menu {
	width: 960px;
	height: 79px;
	background: url(/images/interface/menu-bground.jpg) top right no-repeat;
	position: relative;
}

#logo {
	float: left;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 161px;
	height: 79px;
	background: url(/images/interface/logo.jpg) top right no-repeat;
}

#logo a {
	display: block;
	position: absolute;
	height: 79px;
	width: 161px;
	text-indent: -9999px;
}

#main-navigation {
	float: left;
	position:relative;
	z-index: 20000;
}

#magazine-launch {
	display: block;
	width: 317px;
	height: 249px;
	background: url(../images/interface/carnival/magazine-button.jpg) top left no-repeat;
	position: relative;
}

#magazine-launch a {
	display: block;
	width: 317px;
	height: 249px;
	position: absolute;
	text-indent: -9999px;
}

#sitemap li, #sitemap ul ul  {
	list-style: square;
	margin: 5px 15px;
}

ul#nav {
	list-style: none;
	font: 14px/18px Arial, sans-serif;
	margin-bottom: 0px;
}

#members-navigation {
	float: left;
	display: block;
}

#members-navigation ul {
	list-style: none;
	font: 14px/18px Arial, sans-serif;
	float: right;
	padding-left: 20px;
	padding-top: 40px;
	background: url(/images/interface/login-bground.gif) center left no-repeat;
}

#members-navigation ul li {
	display: inline;
	padding: 0 7px;
	float: left;
}

#members-navigation ul li a {
	color: #1571AF;
	text-decoration: none;
}

#members-navigation ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font: 15px/12px Arial, sans-serif;

}

#tickets-available {
	display: block;
	position: absolute;
	width: 317px;
	height: 242px;
	top: 7px;
	right: 0;
	background: url(/images/interface/tickets-available.png) top left no-repeat ;
}


#content {
	width: 900px;
	background: url(/images/interface/body-bground.jpg) top left no-repeat #efeee9 ;
	/* min-height: 475px; */
	padding:30px 30px 20px;
}

#inner-content-internal {
	padding-right:20px;
	width:665px;
	border-right:1px solid #C7BBA9;
}

#latest-news-frontpage {
	display: block;
	width: 310px;
	margin-right: 15px;
	border-right: solid 1px #C7BBA9;
	padding-right: 20px;
	padding-bottom: 10px;
}

#banner-internal {
	display: block;
	width: 960px;
	height: 84px;
}

.news-item {
	border-bottom: solid 1px #C7BBA9;
	padding: 5px 0;
}

.news-item h2 {
	padding: 5px 0 0 0;
	margin: 0;
}


.news-item p {
	font-size: 12px;
	line-height: 14px;
}

.news-item a {
	color: #FB0034;
	text-decoration: none;
	font-weight: bold;
}

#race-calendar-frontpage {
	display: block;
	width: 325px;
	padding: 0 15px 0 0;
	border-right: solid 1px #C7BBA9;
}

#race-calendar-frontpage h2 a {
	font-weight: normal;
}

.race-calendar-entry {
	display: block;
	margin: 10px 0;	
	height: 36px;
	position: relative;
}

.date-left {
	display: block;
	float: left;
	width: 7px;
	height: 36px;
	background: url(/images/interface/number-left.gif) top left no-repeat;	
	position: relative;
}

.date-right {
	display: block;
	float: left;
	width: 20px;
	height: 36px;
	background: url(/images/interface/number-bground.gif) top left repeat-x;
	position: relative;	
	text-align: center;
}

.race-number {
		font: 27px/29px Arial, sans-serif; color: #FFF;
		padding: 3px 0 0;
		font-weight: bold;

}

.race-number a {
		font: 27px/29px Arial, sans-serif; color: #FFF;
		padding: 3px 0 0;
		font-weight: bold;
}


.race-name-distance {
	display: block;
	float: left;
	width: 265px;
	height: 36px;
	background: url(/images/interface/name-bground.gif) top left repeat-x;
	position: relative;
	
}

.race-name {
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
	height: 25px;
	width: 200px;
}

.race-name a {
		font: 14px/14px Arial, sans-serif; color: #1571AF;
}

.race-distance {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	height: 25px;
	width: 50px;
	text-align: right;
}

.race-distance a {
	color: #0B2D43;
	font-size: 11px;
}

.results {
	display: block;
	float: left;
	width: 31px;
	height: 36px;
	background: url(/images/interface/results.gif) top right no-repeat;
	position: relative;
}

.results a {
	display: block;
	width: 31px;
	height: 36px;
	border: none;
	position: absolute;
	text-indent: -9999px;
}


.small-col {
	width: 5%;
	text-align: center;
	padding: 4px;
}

.med-col1 {
	width: 25%;
	text-align: left;
	padding: 4px;
}

.med-col2 {
	width: 35%;
	text-align: left;
	padding: 4px;
}

.marg-col {
	width: 20%;
	text-align: center;
	padding: 4px;
}

ul#upcoming-races {
	margin-bottom: 10px;
}

#internal-latest-news h1 {
	margin: 0;
}

#next-racing-frontpage {
	display: block;
	width: 185px;
	margin: 0 0 0 25px;
}

#next-racing-internal {
	display: block;
	width: 185px;
	padding: 0 0 0 25px;
	/* border-left:1px solid #C7BBA9; */
}

#cup-carnival-tickets-container {
	float: right;
	width: 233px;
	height: 195px;
	display: block;
	position: relative;
}

.race-margins-detail p {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.race-placings-detail table {
	width: 100%;
}

.race-photo-detail img {
	width: 100%;
}

#footer {
	width: 960px;
	height: 35px;
	background: url(/images/interface/footer-bground.jpg) top left no-repeat;
	margin-bottom: 10px;
}

#footer-copyright {
	display: inline;
	float: left;
	padding: 10px;
}

#footer-copyright p {
	color: #FFF;
	font: 10px/12px Arial, sans-serif;
	margin: 0;
}

#footer-copyright a {
	color: #FFF;
	font: 10px/12px Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

#footer-copyright a:hover {
	color: #1571AF;
	font: 10px/12px Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

#footer-terms {
	display: inline;
	float: right;
	padding: 5px 10px;
}

ul#footer-navigation {
	list-style: none;
	margin-left: 10px;
	margin: 0;
	padding: 0;
}

ul#footer-navigation li {
	display: inline;
	float: right;
	padding: 0 5px;

}
 
ul#footer-navigation li a {
	color: #FFF;
	font: 10px/12px Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

ul#footer-navigation li a:hover {
	color: #1571AF;
	font: 10px/12px Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.committe-photo {
	width: 70px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

.committe-info {
	padding-top: 10px;
}

.news-item-image {
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

#press-releases h2 a {
	font: 20px/22px Arial, sans-serif; 
	color: #1571AF; 
	margin: 5px 0;
	font-weight: normal;
}

.prev_month, .next_month, .date {
	background: #C7BBA9;
	text-align: center;
}

.date {
	color: #1571AF;
	font-size: 14px;
}

.prev_month a, .next_month a {
	color: #1571AF;
}

.calendarCell, .calendarDayHeading {
	border: solid 1px #C7BBA9;
	text-align: center;
}

.calendarBlank {
	border: solid 1px #C7BBA9;
	background: #d5caba;
	text-align: center;
	color: #FFF;
}

.calendarToday {
	background: #1571AF;
	color: #FFF;
	text-align: center;
}

#event_calendar td {
	padding: 1px 6px 4px;
}

#event_calendar {
	margin-bottom: 10px;
}

li.even {
	background: #EFEAE0;
	padding: 5px;
}

li.odd {
	padding: 5px;
}

.events {
	background: #FB0034;
	color: #FFF;
	text-align: center;
}

.events a, .event_link {
	color: #FFF;
	text-align: center;
}

/* Press Releases */

.press-release-date {
	color: #C7BBA9;
	font-weight: bold;
}

.return {
	font-weight: bold;
}

#main-image {
	float: right;
	margin: 0 0 10px 10px;
}



/* Tabs */

UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

UL.tabNavigation LI {
    display: inline;
}

UL.tabNavigation LI A {
    padding: 3px 10px;
    background-color: #D5CABA;
    color: #0B2D43;
    text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
    background-color: #333;
    color: #fff;
    padding-top: 7px;
}

UL.tabNavigation LI A:focus {
    outline: 0;
}

div.tabs > div {
	padding: 15px;
	margin-top: 0px;
	border: 5px solid #D5CABA;
}

div.tabs > div h2 {
	margin-top: 0;
}

#tickets-contents {
	position: relative;
	margin-top: 112px;
	margin-left: 17px;
	width: 177px;
}

#tickets-contents p {
	width: 140px;
}

h2.results-heading {
	margin-top: 15px;
}


/* Gallery */

#gallery {

	width: 717px;
	height: 195px;
	display: block;
	overflow: hidden;
	background: #0C2C43;
	margin-bottom: 10px;
	position: relative;
	border: none;
	float: left;
}

#pic_nav {
	border:medium none;
	height:31px;
	left:-1px;
	position:relative;
	top:197px;
	width:300px;
	z-index:12000;
}

.slideshow_image {
       width: 717px;
       height: 195px;
}

#pic_nav a { 
	background: url(/images/interface/pic-nav-bground.png) top left; 
	padding: 5px 10px; 
	margin: 1px;
	color: #FFF;
	/* border: solid 1px #999; */
	border-right: none;
	float:left;
	}

#pic_nav a.activeSlide { background: #0C2C43; color: #FFF; }

#party-safe {
	padding: 5px 10px;
	float: left;
}

#party-safe img {
	margin-right: 10px;
	float: left;
}

#party-safe p {
	vertical-align: middle;
}

#sky-racing-logo {
	padding: 5px 10px;
	float: left;
}

#sky-racing-logo img {
	margin-right: 10px;
	margin-left: 27px;
}

#sky-racing-logo p {
	margin: 10px 0 0;
}

#tab-logo a {
	background: url(/images/interface/tab.gif) top left;
	width: 170px;
	height: 85px;
	display: block;
	margin: 10px auto;
	text-indent: -9999px; 
	
}

#melbourne-cup img {
	margin-right: 10px;
	float: left;
}

.race-date-title {
	color: #FB0034;
	font-size: 16px;
}


#upcoming-races {
	display: block;
	width: 195px;
}

#upcoming-races ul {
	margin: 0;
	padding: 0;
}

#upcoming-races ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

#upcoming-races ul li span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.event_details h5 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#racebook {
	display: block;
	height: 71px;
	width: 323px;
	margin: 15px 0px;
	position: relative; 
}

#photographer {
	display: block;
	position: relative;
	height: 100px;
	width: 325px;
}

#photographer a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 325px;
	background: #f5f5f5 url('/images/interface/toni-wythes-link.png') no-repeat left top;
}

#sportingbet-banner {
	margin-top: 10px;
	margin-left: 97px;
}
