﻿@charset "utf-8";
/* CSS Document */

/* CSS Reset */

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, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
element.style {
    display: inline-table !important;
}
/* 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;
}

/* General Styles */

body {
    background-image: url('images/mainBG.jpg');
    background-repeat: repeat-x;
    background-color: #FFF;
}

td, div, label {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333;
    display: inline;
}

h1 {
    background-image: url('images/ToyotaLeadtheWay.jpg');
    background-repeat: no-repeat;
    width: 161px;
    height: 51px;
    text-indent: -9999px;
    margin: 9px 18px 7px 17px;
    display: block !important;
}

h2 {
    font-size: 14px;
    color: #454545 !important;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 16px;
}

a:link, a:active, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #BC0000;
    text-decoration: none;
}

label {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

p {
	margin-bottom: 15px;
}

/* Normal Bulleted List */

ol li {
    margin-left: 20px;
    padding-left: 5px;
    list-style-type: decimal;
}

ul li {
    margin-left: 20px;
    padding-left: 5px;
    list-style-type: disc;
}

/* Containers */

#wrapper {
    width: 892px;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    height: 550px;
}

#homeContent {
    width: 872px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -4px;*/
}

#loggedIn {
    position: absolute;
    line-height: 50px;
}

/* Headings */

.mainHeaderBG {
    background-image: url('images/mainHeadBG.png');
    background-repeat: no-repeat;
    line-height: 39px;
    color: #454545 !important;
    width: 872px;
    height: 46px;
    padding-left: 10px;
}

.contentHeadBG {
    background-image: url('images/subHBG.gif');
    background-repeat: repeat-x;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    margin-right: 8px;
}

.toyota, a:link.toyota, a:active.toyota, a:visited.toyota {
    color: #BC0000 !important;
}
.lightGreyTxt {
    color: #666;
}

.darkGreyTxt {
    color: #333 !important;
}

.whiteTxt, .whiteTxt a:link, .whiteTxt a:active, .whiteTxt a:visited {
    color: #FFF !important;
}

.white {
    color: #FFF;
}

.txt18px {
    font-size: 18px;
}

.txt26px {
    font-size: 26px;
    color: #444444;
}

.txt12px {
    font-size: 12px;
}

.txt10px {
    font-size: 10px;
}

.txt22px {
    font-size: 22px;
}

.headColor {
    color: #454545;
}

.sideHeadBG {
    background-image: url('images/sideHeadBG.gif');
    background-repeat: repeat-x;
    width: 176px;
    line-height: 40px;
}

/* Menu Red Arrows Right Underneath */

.mnuRedRgtU {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    color: #333 !important;
}

.mnuRedRgtU li {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    list-style-image: none !important;
    list-style-type: none !important;
    margin-bottom: 5px !important;
}

.mnuRedRgtU a:link, .mnuRedRgtU a:active, .mnuRedRgtU a:visited {
    color: #666 !important;
    text-decoration: none;
    background-image: url('images/arrowRedRight.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
}

.mnuRedRgtU a:hover {
    color: #BC0000 !important;
    background-image: url('images/arrowGreyRight.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
    line-height: 1.5;
}

/* Borders Content */

.borderContentLeft {
    border-left: 1px solid #bfbfbf;
}

.borderContentRight {
    border-right: 1px solid #bfbfbf;
}

.borderContentBottom {
    border-bottom: 1px solid #bfbfbf;
}

.borderContentTop {
    border-top: 1px solid #bfbfbf;
}

.contentBG {
    /*background-image: url('images/contentShadeBG.gif');*/
    background-repeat: repeat-x;
}

/* Borders Side */

.borderLeftSide {
    border-left: 1px solid #BFBFBF;
}

.borderRightSide {
    border-right: 1px solid #BFBFBF;
}

/* Lifestyle Backgrounds */

.FathersSonsBG {
    background-image: url('images/fathersSonsBG.jpg');
    background-repeat: no-repeat;
    width: 872px;
    height: 827px;
}

.fatherSonsBG {
	background: #000 url('images/FatherSonsBG.jpg') no-repeat bottom center;
    width: 872px;
    height: 899px;
    overflow: hidden;
}

.lifestyleFooter {
    background-image: url('images/footer.jpg');
    background-repeat: no-repeat;
    width: 852px;
    height: 32px;
    padding-top: 20px;
    padding-right: 20px;
}

.umpire {
    background-image: url('images/umpire.png');
    background-repeat: no-repeat;
    width: 196px;
    height: 357px;
    margin-right: 20px;
    padding-right: 50px;
    margin-top: 90px;
    padding-top: 5px;
}

.lightGreyBG {
    background-color: #e6e6e6;
}

.calendarBG {
    background: url('images/calBG.png') no-repeat;
    width: 658px;
    height: 670px;
    margin: 0 auto;
    padding: 10px;
}

.nbInfo {
	background: url('images/ImportantInfo.jpg') no-repeat;
	/*top: 5px;*/
	margin-bottom: 5px;
	position: relative;
	width: 556px;
	height: 59px;
	display: block;
	margin: 0 auto;
	padding: 20px 10px 0 100px;
}

.fsSummary {
	background: url('images/summaryBG.jpg') no-repeat top center;
	padding: 5px 0;
}

.fsTableSummary {
	width: 666px;
	margin: 0 auto;
}

.fsSummaryBorder {
	background: #FFF;
	width: 655px;
	border-left: 1px solid #838282;
	border-right: 1px solid #838282;
}

.fsSummaryHead {
	background: url('images/fsHeadBG.jpg') no-repeat;
	display: block;
	width: 646px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
}

.fsSummarySubHead {
	background: #e5e5e5;
	display: block;
	width: 646px;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	color: #333333;
	margin-bottom: 5px;
}

.fsPaid {
	color: #006e00;
	text-align: center;
}

.fsPrint {
	padding: 10px;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #bfbfbf;
}

.fsPrint img {
	margin-right: 5px;
}

.fsSummaryFoot {
	background: url('images/fsRedFooter.jpg') no-repeat;
	display: block;
	width: 636px;
	height: 25px;
	padding: 5px 10px;
}

/* Lifestyle Menu */

.lifestyleMnu {
    background-image: url('images/blkMnuBG.jpg');
    background-repeat: no-repeat;
    width: 683px;
    height: 29px;
    line-height: 28px;
    margin-bottom: 10px;
}

.lifeMnu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 643px;
    float: left;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
.lifeMnu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none !important;
}

.lifeMnu a:link, .lifeMnu a:active, .lifeMnu a:visited {
    float: left;
    color: #FFF;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    padding: 0 15px 0 15px;
    font-size: 10px;
}

.lifeMnu a:hover {
    float: left;
    color: #888;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    padding: 0 15px 0 15px;
    font-size: 10px;
}

/* Lifestyle Content */

.lifeContent {
    background-image: url('images/contentBG.png');
    background-repeat: no-repeat;
    width: 282px;
    height: 551px;
}

.lifeContentBat {
    background-image: url('images/cricketBG.png');
    background-repeat: no-repeat;
    width: 282px;
    height: 551px;
}

.eventsBG {
	background: url('images/ShaunPollockBG-2010.jpg') no-repeat center;
    width: 862px;
    height: 190px;
}

.eventHeader {
	line-height: 49px;
	padding: 0 15px;
}

.foot {
	line-height: 93px;
}

.borderBottom {
    border-bottom: 1px solid #D6D6D6;
}

.sideShade {
    background-image: url('images/subShade.gif');
    background-repeat: repeat-x;
}

/* Your Profile */

.profileBG {
    background: url('images/MyProfileBG.jpg') no-repeat;
    width: 675px;
    height: 346px;
    margin: 0 auto;
}

.profilePersBG {
    background: url('images/profilePersBG.jpg') no-repeat;
    width: 676px;
    height: 395px;
    margin-top: 10px;
    margin: 0 auto;
}

/* Your Profile Menu */

.YourProfileMnu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.YourProfileMnu li {
    margin: 0;
    padding: 0;
    float: left;
    margin: 2px 0 0 0;
    display: inline;
}

.YourProfileMnu .personal a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat 0 0;
    width: 128px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .personal a:hover, #body_pro #nav_pro a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat 0 -28px;
    width: 128px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .password a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -128px 0;
    width: 119px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .password a:hover, #body_pas #nav_pas a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -128px -28px;
    width: 119px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .activities a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -247px 0;
    width: 113px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .activities a:hover, #body_act #nav_act a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -247px -28px;
    width: 113px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .level a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -360px 0;
    width: 99px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .level a:hover, #body_lev #nav_lev a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -360px -28px;
    width: 99px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .number a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -459px 0;
    width: 129px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .number a:hover, #body_num #nav_num a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -459px -28px;
    width: 129px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .clothing a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -588px 0;
    width: 89px;
    height: 28px;
    text-indent: -9999px;
}

.YourProfileMnu .clothing a:hover, #body_clo #nav_clo a {
    float: left;
    text-decoration: none;
    background: url('images/myProfilMnu.png') no-repeat -588px -28px;
    width: 89px;
    height: 28px;
    text-indent: -9999px;
}

/* Side Links */

.sideLinks, .sideLinks a:link, .sideLinks a:active, .sideLinks a:visited {
    color: #666;
    font-size: 11px;
}

.sideLinks a:hover {
    color: #BC0000;
    font-size: 11px;
}

/* Menus */

.mainMnuBG {
    background-image: url('images/globalNavBG.gif');
    background-repeat: repeat-x;
    height: 31px;
    width: 892px;
}

.navShade {
    background-image: url('images/globalNavShade.png');
    background-repeat: repeat-x;
    height: 21px;
    width: 718px;
    position: absolute;
    z-index: 1 !important;
    top: 31px;
}

/* Widths */

.width872 {
    width: 872px;
}

.width510 {
    width: 510px;
}

.width530 {
    width: 571px;
}

.width580 {
    width: 590px;
}

.width581 {
    width: 581px;
}

.width190 {
    width: 190px;
}

.width413 {
    width: 433px;
}

.width40 {
    width: 31%;
}

.width60 {
    width: 64%;
}

/* Main Menu */

.mainMnu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    color: #666;
}

.mainMnu li {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    display: inline;
    list-style-image: none !important;
    list-style-type: none !important;
}

.mainMnu a:link, .mainMnu a:active, .mainMnu a:visited {
    float: left;
    color: #666;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 31px;
    text-transform: uppercase;
    width: 100%;
}

.mainMnu a:hover {
    background-image: url('images/globalNavBG_on.gif');
    background-repeat: repeat-x;
    font-size: 10px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

#body_map .mnu_aut a, #body_con .mnu_con a,
#body_hin .mnu_hin a {
    background-image: url('images/globalNavBG_on.gif');
    background-repeat: repeat-x;
    font-size: 10px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
}

.mainMnu .mnu_hom a:link, .mainMnu .mnu_hom a:active, .mainMnu .mnu_hom a:visited {
    background-image: url('images/homeBG_off.gif');
    background-repeat: no-repeat;
    font-size: 10px;
    text-align: center;
    width: 57px;
    text-transform: uppercase;
    float: left;
    color: #666;
}

.mainMnu .mnu_hom a:hover {
    background-image: url('images/homeBG_on.gif');
    background-repeat: no-repeat;
    font-size: 10px;
    text-align: center;
    width: 57px;
    text-transform: uppercase;
    float: left;
    color: #333;
}

#body_hom .mnu_hom a {
    background-image: url('images/homeBG_on.gif');
    background-repeat: no-repeat;
    font-size: 10px;
    text-align: center;
    width: 57px;
    text-transform: uppercase;
    float: left;
    color: #333;
}

.mainMnu .sep {
    background-image: url('images/globalNavSep.gif');
    background-repeat: no-repeat;
    width: 3px;
    display: block;
    float: left;
    height: 31px;
}

.mnu_aut, .mnu_con {
    width: 80px;
}

.mnu_hin {
    width: 54px;
}

/* Sub Menu */

.subMnu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    margin-top: 48px;
}

.subMnu li {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    display: inline;
    list-style-image: none !important;
}

.subMnu a:link, .subMnu a:active, .subMnu a:visited {
    float: left;
    color: #333;
    text-align: center;
    text-decoration: none;
    margin-left: 15px;
}

.subMnu a:hover {
    text-align: center;
    color: #BC0000;
    margin-left: 15px;
}

.subMnu .sub_mod {
    width: 50px;
    margin-left: 7px;
}

.subMnu .sub_ins {
    width: 65px;
}

.subMnu .sub_mai {
    width: 70px;
}

.subMnu .sub_fin {
    width: 65px;
    margin-left: 10px;
}

.subMnu .sub_dea {
    width: 80px;
}

.body_mod .sub_mod a, .body_ins .sub_ins a,
.body_mai .sub_mai a,.body_fin .sub_fin a,
.body_dea .sub_dea a {
    text-align: center;
    color: #BC0000;
    margin-left: 15px;
}

/* Quicklinks Menu */

.quicklinks {
    margin: 0;
    padding: 0;
    background-color: #D6D6D6;
    border: 1px solid #888;
    width: 180px;
    float: left; /* Contain floated list items */
    list-style-image: none !important;
    position: absolute;
    z-index: 100;
    top: 31px;
    display: block;
}

.quicklinks ul {
    margin: 0 !important;
    padding: 0 !important;
}

.quicklinks li {
    margin: 0 !important;
    padding: 0 !important;
    float: left !important; /* This corrects the */
    width: 100%; /* IE whitespace bug */
    list-style-image: none !important;
    list-style-type: none !important;
}

.quicklinks a:link, .quicklinks a:active, .quicklinks a:visited {
    display: block; /* to increase clickable area as a’s default to inline */
    color: #454545;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
}

.quicklinks a:hover {
    color: #BC0000;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #F7F7F7;
    padding: 4px;
}

/* My Toyota Menu */

.zindex {
    z-index: 2000;
}

.myToyota {
    margin: 0;
    padding: 0;
    background-color: #D6D6D6;
    border: 1px solid #888;
    border-top: none !important;
    width: 172px;
    float: left; /* Contain floated list items */
    list-style-image: none !important;
    position: absolute;
    z-index: 100;
    top: 31px;
    display: block;
}

.myToyota ul {
    margin: 0 !important;
    padding: 0 !important;
}

.myToyota li {
    margin: 0 !important;
    padding: 0 !important;
    float: left !important; /* This corrects the */
    width: 100%; /* IE whitespace bug */
    list-style-image: none !important;
    list-style-type: none !important;
}

.myToyota a:link, .myToyota a:active, .myToyota a:visited {
    display: block; /* to increase clickable area as a’s default to inline */
    color: #454545;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
}

.myToyota a:hover {
    color: #BC0000;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #F7F7F7;
    padding: 4px;
}

/* My Toyota */

.myToyotaOverlay {
    background-image: url('images/myToyotaOverlay.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 727px;
    height: 114px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 145px;
    z-index: 100000;
    /*top: 107px;*/
}

/* Form Elements */

.txtBox {
    border: none !important;
    width: 144px;
    height: 15px;
    font-family: Arial;
    font-size: 11px;
    color: #666;
    background: transparent !important;
    background-image: url('images/textBoxBG.gif') !important;
    background-repeat: no-repeat !important;
    padding: 2px;
}

.dropDownLong {
    border: none;
    width: 149px;
    font-family: Arial;
    font-size: 11px;
    color: #666;
    background: transparent !important;
    background-image: url('images/dropdownLongBG.gif') !important;
    background-repeat: no-repeat !important;
    padding: 2px;
}

.arrowStepBG {
    background-image: url('images/arrowValidationBG.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.stepShade {
    background-image: url('images/stepShade.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 7px;
}

.stepShade3 {
    background-image: url('images/stepShade.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 7px;
}

.stepShadeStep2 {
    background-image: url('images/stepShade.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 7px;
}

/* Other */

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.none {
    display: none;
}

.valign {
    /*vertical-align: bottom;*/
    margin-top: 40px;
    _margin-top: 50px;
}

.owners, .close, .quick, .myToyotaBtn, .cursor {
    cursor: pointer;
}

/* Text Alignment */

.rightAlign {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

/* Event Dates */

.date td {
	font-size: 11px;
	line-height: 28px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.dateTime {
	background: url('images/DateTimeBG.jpg') no-repeat;
}

.fsSummaryBG {
	background: url('images/fsSummaryBG.jpg') no-repeat;
}

td.tickets {
	font-size: 10px;
}

/* Padding */

.paddingRight20px {
    padding-right: 20px;
}

.paddingRight40px {
    padding-right: 40px;
}

.paddingRight60px {
    padding-right: 60px;
}

.padding10px {
    padding: 10px;
}

.paddingCal {
    padding: 0px 10px;
    margin-top: 15px;
}

.paddingRace {
    padding: 0px 10px;
    margin-top: 20px;
}

.paddingCalHead {
    padding: 10px 10px 0px 10px;
}

.padding6px {
    padding: 6px;
}

.padding4px {
    padding: 4px;
}

.fsSummaryPadding {
    padding: 0 5px;
}

.paddingOther6px {
    padding: 6px 6px 6px 2px;
}

.paddingLeft10px {
    padding-left: 10px;
}

.paddingRight10px {
    padding-right: 10px;
}

.paddingLeft20px {
    padding-left: 20px;
}

.paddingTop4px {
    padding-top: 4px;
    padding-left: 15px;
}

.paddingEvents {
    padding: 3px 10px 3px 10px;
    font-size: 11px !important;
}

.paddingFatherSons {
    padding-top: 281px;
}

.paddingEventsTimes {
    padding: 6px 15px;
    font-size: 11px !important;
    line-height: 2;
}

.queryBtnMargin {
    line-height: 76px;
}

.marginLeft {
    padding-left: 55px;
}

.marginLeftOther {
    padding-left: 25px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginRight55px {
    margin-right: 35px;
    margin-top: 10px;
}

.marginLeft6px {
    margin-left: 6px;
}

.marginLeft20px {
    margin-left: 20px;
}

.marginTop10px {
    margin-top: 10px;    
}

.marginTop6px {
    margin-top: 6px;    
}

.marginTop2px {
    margin-top: 2px;    
}

.marginTop15px {
    margin-top: 15px;    
}

.margin1px {
    margin: 1px;    
}

.marginTop32px {
    margin-top: 32px;    
}

.marginTop92px {
    margin-top: 92px;    
}

.width680 {
    width: 680px;
}

.width600 {
    width: 600px;
}

.width186 {
    width: 186px;
}

.height400px {
    height: 328px;
}

/* Grid */

.item, .alternatingItem
{
   float: left;
   /*padding: 0 10px;*/
   margin-right: 10px;
   width: 150px;
}
.item {
}
.alternatingItem
{
}
.item:hover, .alternatingItem:hover {
}

.RadGrid_Telerik {
    border: 0 !important;
    background: none !important;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 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;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #BC0000;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}

/* Main Menu */

.mnCricket {
    background: url('images/btnCricket.jpg') no-repeat 0 0;
    width: 175px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnCricket:hover {
    background: url('images/btnCricket.jpg') no-repeat 0 -228px;
    width: 175px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnAthletics {
    background: url('images/btnAthletics.jpg') no-repeat 0 0;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnAthletics:hover {
    background: url('images/btnAthletics.jpg') no-repeat 0 -228px;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnCycling {
    background: url('images/btnCycling.jpg') no-repeat 0 0;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnCycling:hover {
    background: url('images/btnCycling.jpg') no-repeat 0 -228px;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnAdvDriving {
    background: url('images/btnAdvDriving.jpg') no-repeat 0 0;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnAdvDriving:hover {
    background: url('images/btnAdvDriving.jpg') no-repeat 0 -228px;
    width: 174px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnRuffStuff {
    background: url('images/btnRuffStuff.jpg') no-repeat 0 0;
    width: 175px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

.mnRuffStuff:hover {
    background: url('images/btnRuffStuff.jpg') no-repeat 0 -228px;
    width: 175px;
    height: 228px;
    display: block;
    text-indent: -9999px;
    float: left;
}

/* Lifestyle Portal Landing */

.sponsorsBG {
    background: url('images/sponsorsBG.jpg') no-repeat;
    width: 852px;
    height: 187px;
    display: block;
    padding: 3px 10px;
}

.pastEventsBG {
    background: url('images/bgPastEvents.jpg') no-repeat;
    width: 848px;
    height: 347px;
    display: block;
    padding: 60px 12px 0 12px;
}

.sponsHeader {
    color: #666666 !important;
}

/* Athletics */

.athleticsBG {
    background: url('images/athleticsBG.jpg') no-repeat;
    width: 872px;
    height: 421px;
    display: block;
    padding-top: 1px;
}

a.btnCricket {
    background: url('images/btnCricket.png') no-repeat 0 0;
    width: 146px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.btnCricket:hover, #bod_cricket a.btnCricket {
    background: url('images/btnCricket.png') no-repeat 0 -55px;
    width: 146px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

a.btnAthletics {
    background: url('images/btnAthletics.png') no-repeat 0 0;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.btnAthletics:hover, #bod_athletics a.btnAthletics {
    background: url('images/btnAthletics.png') no-repeat 0 -55px;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

a.btnCycling {
    background: url('images/btnCycling.png') no-repeat 0 0;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.btnCycling:hover, #bod_cycling a.btnCycling {
    background: url('images/btnCycling.png') no-repeat 0 -55px;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

a.btnAdvDriving {
    background: url('images/btnAdvancedDriving.png') no-repeat 0 0;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.btnAdvDriving:hover, #bod_advdriving a.btnAdvDriving {
    background: url('images/btnAdvancedDriving.png') no-repeat 0 -55px;
    width: 145px;
    height: 55px;
    display: block;
    float: left;
    text-indent: -9999px;
}

.calBG {
    background: url('images/calendarBG.png') no-repeat;
    width: 191px;
    height: 183px;
    display: block;
    padding: 10px;
    margin-right: 40px;
    margin-top: 120px;
}

.calSearchBG {
    background: url('images/calSearchBG.jpg') no-repeat;
    width: 198px;
    height: 192px;
    display: block;
    padding: 10px;
    margin-right: 5px;
    margin-top: 32px;
}

.calAddBG {
    background: url('images/calAddBG.jpg') no-repeat;
    width: 191px;
    height: 183px;
    display: block;
    padding: 10px;
    margin-right: 40px;
    margin-top: 120px;
}

.calHead {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    width: 140px;
}

.days {
    background-color: #bc0000;
    border: 1px solid #4d4f4e;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
}

.numbers {
    background-color: #000;
    border: 1px solid #4d4f4e;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.dateSelect {
    background-color: #FFF;
    border: 1px solid #BC0000;
    color: #BC0000;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.athMnuBG {
    background: url('images/athleticsMnuBG.jpg') no-repeat;
    width: 772px;
    height: 36px;
    display: block;
    line-height: 28px;
    padding: 0 55px;
    text-align: center;
}

.athMnuBG a {
    padding-right: 25px;
}

.athContent {
    background: url('images/athContentBG.jpg') no-repeat;
    width: 864px;
    height: 273px;
    display: block;
    padding: 10px 6px;
}

.athBlock {
    background: url('images/contentBlock.png') no-repeat;
    width: 256px;
    height: 180px;
    display: block;
    padding: 15px;
    float: left;
}

.athBlockHead {
    font-size: 26px;
    color: #444444;
    line-height: 30px;
}

.memBox {
    border: 1px solid #cccccc;
    background-color: #FFF;
    font-family: Arial;
    font-size: 10px;
    color: #333333;
    width: 130px;
    padding: 5px;
    margin-top: 6px;
}

.athHead {
    background-color: #888888;
    margin: 0 1px;
    padding: 5px 10px;
}

.athHead div, .athHead div h6 {
    color: #FFF;
}

.athTerms {
    background-color: #e1e1e1;
    margin: 0 1px;
    padding: 5px 10px;
}

/* Paging */

.paging, .paging a {
    font-size: 10px;
    color: #454545;
}

.paging a:hover {
    font-size: 10px;
    color: #BC0001;
}

.share {
	position: absolute;
	margin-top: 390px;
	margin-left: -130px;
}

@-moz-document url-prefix() {
	.share {
		margin-left: 480px;
	}
}
