﻿body
{
    background: #fff;
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Sans-serif;
    /*font-family: Arial, Helvetica, Sans-serif;*/
    font-size: 0.9em;
	color:#333;

}

strong
{
	font-weight: bold;
}
a 
{ 
	color: #333; 
}
a:hover 
{ 
	color: #cb551b; 
}
p
{
	margin: 0.8em 0 0.6em 0;
	line-height: 1.2;
}



#pageContent
{
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

h1
{
	margin: 0.5em 0 0.5em 0;
    font-size: 170%;
	font-weight: normal;
    font-family: Arial, Helvetica, Sans-serif;
}

h2
{
	margin: 1em 0 0.5em 0;
    font-size: 120%;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
}

h3
{
	margin: 2em 0 0.5em 0;
	font-size: 110%;	
	font-weight: bold;
}

h4
{
	margin: 1em 0 0.5em 0;
	font-size: 100%;	
	font-weight: bold;
}

hr
{
    border: solid 1px #999;
}

.colourTable
{
    background-color: #ffffff;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
}

.colourTable th, colourTable td
{
    padding: 3px;
}

.colourTable th
{
    background: #445CCB url( 'images/page/table_header.png' );
    color: #ffffff;
    text-align: left;
}

.dataGridTable td
{
/*    background: #445CCB url( 'images/page/table_header.png' );
    color: #ffffff;*/
    text-align: left;
    font-weight: bold;
}

.colourTable input, .colourTable select
{
    color: #000000;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
}

.row1
{
    background: #ffffff;
}

.row2
{
    background: #F4F7FD;
}

.row3
{
    background: #ffffff;
}

.row4
{
    background: #000000;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.colourInput input, .colourInput select
{
    color: #333;
    background: #cccccc;
    border: 1px solid #333;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

input
{
    font-size: 10pt;
}

.menuBox
{
    color: #000;
    background: #eeeeee;
    border: 1px solid black;
}

.popupTitle
{
    color: #ffffff;
    background: url( "images/popup/title.png" ) #00ff00;
    border: 0px;
    height: 23px;
}

.popupBox
{
    padding: 0px;
}

.popupTable
{
    border: 0px solid #000000;
    text-align: left;
    font-size: 12px;
}

.popupTable th, colourTable td
{
    padding: 3px;
}

.calendarPopup
{
    padding: 5px;
    background-color: #FFFCD2;
    border: 1px solid #000000;
    width: 300px;
    height: 100px;
}

table.fullGrid
{
    border: solid 1px #999;
    border-collapse: collapse;
    width: 960px;
}

table.rightGrid
{
    border: solid 1px #999;
    border-collapse: collapse;
    width: 460px;
}

table.mainGrid
{
    border: solid 1px #999;
    border-collapse: collapse;
    width: 700px;
}

table.flowGrid
{
    border: solid 1px #999;
    border-collapse: collapse;
}

.dataGridTable
{
	background: #ececec url(images/rhs-item-bg.gif) repeat-x;
	line-height: 1.6em;
	
}
.dataGridTable th
{
	font-weight: bold;	
}

table.fullGrid td, table.fullGrid th, table.mainGrid td, table.mainGrid th
{
	padding: 0.3em;	
}

.gridRow
{
    border: solid 1px #999;
    border-collapse: collapse;
}

/* Styles to spice up the boxes on the left hand menu */

.menuMember
{
    background-image: url( 'images/member_menu.png' );
    background-position: bottom right;
    background-repeat: no-repeat;
}

.menuOrder
{
    background-image: url( 'images/order_menu.png' );
    background-position: bottom right;
    background-repeat: no-repeat;
}

.menuSearch
{
    background-image: url( 'images/search_menu.png' );
    background-position: bottom right;
    background-repeat: no-repeat;
}

.menuSuppContent
{
    background-image: url( 'images/sc_menu.png' );
    background-position: bottom right;
    background-repeat: no-repeat;
}

/** DO NOT TOUCH **/

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: #ffffff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    padding: 0px;
    text-decoration: none;
    width: 300px !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: #ffffff;
    color: #000000;
    padding: 1px;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Yellow;
    background-color:Yellow;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    background-color: White;
    border-style:solid;
    border-width:1px;
    height: 10px;
    width:150px;
    vertical-align:middle;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 10px 0 0; 
	margin-right:5px; 
	font-size:1.2em; 
	font-weight:bold; 
    font-family: Arial, Helvetica, Sans-serif;
	text-align: center; 
	background: transparent url(images/button_02.png) no-repeat right 0; 
}

input.submitBtn 
{
	padding: 0 4px 8px 8px; 
	font-size:1.2em; 
	font-weight:bold; 
    font-family: Arial, Helvetica, Sans-serif;
	text-align: center; 
	background: transparent url(images/button-120.gif) no-repeat right 0; 
	border: none;
	height: 32px;
	line-height: 32px;
	width: 120px;
}
	
button.submitBtn span {
	padding: 3px 0 0 10px; 
	height:27px; 
	background: transparent url(images/button_01.png) no-repeat left top; 
	color:#333; 
}
	
button.submitBtn:hover, button.submitBtnHover, input.submitBtn:hover  { /* the redundant class is used to apply the hover state with a script */
	background-position: right -37px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -37px;
}


/*Utility*/
.clear
{
	clear:both;
	float:none !important;
	font-size:0;
	height:0;
	line-height:0;	
	max-height: 0;
}

.right
{
	float:right;
	display: block;	
}

.left 
{
	float: left;
	display: block;
}

/*Footer*/
#footer
{
	background:transparent url(images/footer-bg.gif) repeat-x scroll 0 0;
    font-family: Arial, Helvetica, Sans-serif;
	font-size:11px;
	height:156px;
	position:static;
	top:0;	
	margin-top: 30px;
	
}

.footer-links
{
	float:left;	
	margin-right: 140px;
}

.footer-links ul li
{
	margin: 0.4em 0;
}

.footer-content
{
	margin:0 auto;
	position:static;
	text-align:left;
	width:960px;		
}

.footer-logo
{
	margin-right: 20px;
	float:left;	
	display: block;
}

.footer-copyright
{
	width: 780px;
	margin-top: 10px;
	float:left;	
}


/*Menu*/
ul.AspNet-Menu ul 
{
	left:0;
	top:100%;
}

.AspNet-Menu-Horizontal
{
	background: #F9AB61;
	position: absolute;	
	margin-left: 45px;
}

.AspNet-Menu-Vertical
{
	margin-top: 6px;
	background: #fff;	
}

.AspNet-Menu-Vertical a
{
	white-space: normal !important;
	background: #fff;	
	line-height: normal !important;
	float: none !important;
}

.AspNet-Menu-Vertical .AspNet-Menu li
{
	background: #fff;
}

.AspNet-Menu-Vertical
{
	background: #fff;	
}

.AspNet-Menu a
{
    padding:  0 10px;
    font-weight: bold;
    text-decoration: underline !important;
    height: 32px !important;
    line-height: 32px;
}

.AspNet-Menu li
{
	background: #f9c99a;
	height: 32px !important;
}

.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf
{
	/*background: #cccccc;	*/
}

.AspNet-Menu-WithChildren .AspNet-Menu-WithChildren ul
{
	margin-left: 9em !important;
	margin-top: -32px !important;
	font-size: 80%;
	z-index: 9;
}

.AspNet-Menu-WithChildren .AspNet-Menu-WithChildren ul li
{
	width: 25em;
}

/*
.AspNet-Menu-WithChildren .AspNet-Menu-WithChildren a
{
	width: 8em;
	background: url(images/bullet.gif) right no-repeat;
}
.AspNet-Menu-Leaf a
{
	background-image: none !important;
}
*/
.AspNet-Menu li:hover, /* list items being hovered over */
.AspNet-Menu li.AspNet-Menu-Hover,
.AspNet-Menu li a:hover,
.AspNet-Menu a:hover
{
    /*background: #ececec;*/
}

.AspNet-Menu-WithChildren ul li
{
	width: 22em;
}

UL AspNet-Menu LI a
{
	height: 32px !important;
}

.AspNet-Menu-Horizontal .AspNet-Menu-Selected /* this tier is selected */
{
    background: #ffffff !important;
}

a.AspNet-Menu-Link
{
	float: left;
	white-space: nowrap;
}

/*Header*/
#header 
{
	background: #F78F20 url(images/header-foot-bg.gif) repeat-x scroll center bottom;
	padding: 4px 0;	
	height: 146px;
	text-align: center;
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, Sans-serif;
	
}

.header-content 
{
	margin:0 auto;
	position:static;
	text-align:left;
	width:960px;		
}

.logo 
{
	display: block;
	position :relative;
	width: 210px;
}

.nav-strip
{
	background: url(images/header-nav-curve.gif) no-repeat #f9c99a;
	height: 32px;
	left:179px;
	position:relative;
	top:-32px;	
	width: 781px;
	/*overflow: hidden;*/
}

#headerlinks
{
	float:right;	
	position: relative;
	top: -130px;
	font-weight: bold;
	/*height: 94px;*/
}

.searchstrip
{
	float: right;
	height: 32px;	
	position: relative;
}

.searchstrip input
{
	position: absolute;
	top: 5px;
	left: -17.5em;
	width: 10em;
	height: 18px;
	
}

.searchstrip button
{
	width: 5em;
	position: absolute;
	top: 3px;
	right: 0;
}

/*Main Content*/
#content-wrap
{
	margin: 0 auto;
	padding-top: 16px;
	position:static;
	text-align:left;
	width:960px;	
}

#admin-wrap
{
	margin:0 auto;
	text-align:left;
	padding: 0 20px;
	width: 100%;
}

#main-content
{
	width: 700px;
	margin: 0 10px 0 0;	
	float: left;
}

#main-content-full-width
{
	width: 960px;
}

#admin-content
{
	margin: 0 10px 0 0;	
	float: left;
}

#right-sidebar
{
	width: 250px;
	margin: 3.3em 0;
	float: left;
}

#admin-sidebar
{
	margin: 2em 0;
	float: right;
	width: 200px;
}

/*RHS*/
div.right-container
{
	width: 246px;
}

div.box-container
{
	width: 20em;	
}

div.box-container, div.right-container, div.eventProgramSelector
{
	border: 1px solid #999;
	background: url(images/box-header-bg.gif) repeat-x;
}

div.right-container .heading, div.box-container .heading, div.eventProgramSelector .heading

{
	line-height: 1.4;
	padding: 4px;
	font-weight: bold;
    font-family: Arial, Helvetica, Sans-serif;
}

div.right-container .content, div.box-container .content
{
	padding: 4px;
}

div.right-container .content li 
{
	margin: 0.6em 0 0.6em 0.2em;	
	/*background: url(images/rhs-item-bg.gif) repeat-x;*/
}

div.right-container .content li.AspNet-Menu-Leaf
{
	margin: 4px 0;	
}

div.login label
{
	display: block;
	float:left;
	width: 8em;
}

div.login input
{
	display: block;
	float:left;
	width: 10em;
}

/* legacy*/
td
{
	padding: 0.1em 0;	
}

li.main-item
{
	/*border: 1px solid #cccccc;
	padding: 4px;
	background: url(images/main-item-bg.gif) repeat-x bottom;	*/
}


.last
{
	margin-right: 0;	
}

div.cart-info 
{
	padding: 10px 0 10px 100px;
	border: 1px solid #999;
	background: #ececec url(images/main-foot-bg.gif) repeat-x;
	height: 100px;
}
div.cart-info .info
{
	float: left;
	width: 240px;
	padding: 0 10px 0 10px;
	display: block;
}

#book-confidence
{
	background: url(images/padlock.gif) no-repeat;
	padding-left: 70px;
}


#delivery
{
	background: url(images/envelope.gif) no-repeat;
	padding-left: 80px;
	width: 320px !important;
}

#personalDetails, #paymentDetails
{
	float: left;
	width: 460px;
	margin-right: 20px;	
}

#orderTotalCoupon, #paymentNotes
{
	float: left;
	width: 460px;
}

.pad
{
	padding-right: 60px;	
}

h3.banner
{
	padding-left: 4px;
	background: #ececec url(images/rhs-item-bg.gif) repeat-x;
	border: 1px solid #999;
}

.label
{
	font-weight: bold;
}

.main-right
{
	float: left;
	padding: 1em 0 0 6em;
}

.tableInfo td
{
	padding: 0.2em 0.4em 0 0;
}

div.event-info, li.main-item
{
	padding: 0 10px;
	border: 1px solid #999;
	background: #fff url(images/main-foot-bg.gif) repeat-x;
}

.event-info h2
{
	margin: 0;
}

.center
{
	text-align: center;
}

#subHeader
{
	position: relative;	
}

#subHeader .content
{
	position: absolute;
	top: -160px;
	left: 160px;
}

.subHeader
{
	font-family: Georgia, Arial, Sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #fffde6;
}
.ajax__calendar_container 
{
	z-index : 1004 ;  
}

.tablebuttons
{
	width: 176px;
}

.disclaimer
{
	font-size: 75%;
}

.subscriptionlinks
{
	float:right;
	margin-right:6px;
	position:absolute;
	top:60px;
	width: 72px;
	right: 0px;
}

.subscriptionlinks ul li
{
	display: block;
	float: left;
	margin-left: 4px;
}

.eventProgramSelector
{
	padding: 4px;
	border: 1px solid #ececec;
	background: #F9C99A;
	
}

.programSelector
{
}

.eventSelector
{
}
.eventSelector table.mainGrid
{
    border: solid 1px #999;
    border-collapse: collapse;
    width: 100%;
}

.programtile
{
	float:left;
	display:block;
	width:600px;
	height: 300px;
	margin:0;	
	border: 1px solid #ccc;
	padding: 4px;
	background: #ececec;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 610px; 
    height:320px;
    float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable .items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable .items li { 
    /*float:left; */
    margin-right: 10px;
} 
 
/* you may want to setup some decorations to active the item */ 
.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

.programDescription 
{
	overflow-y: scroll;
	height: 220px;	
}

.disclaimerbox 
{
	border: 1px solid #ccc;
	padding: 4px;
	background: #f9c99a;	
}


.featureItem
{
	float:left;
	display:block;
	width:250px;
	height: 200px;
	margin:0;	
	background: #ececec;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.featureScroller { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 250px; 
    height:200px;
    float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.featureScroller .featureItems { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.featureScroller .featureItems li { 
    /*float:left; */
    margin-right: 10px;
} 

