

/* Elements */

body{
	margin-top:			0px;
	margin-left: 		0px;
	background-color:	#aab649;
}



/* Elements */



form {a
	display:		inline;
}

input {
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p, ol, dl {
	margin-top:		0;
	margin-bottom:	.75em;
}



/********************************************************************
 * Left Menu
 *******************************************************************/

	#leftMenu{
		width:				150;
		border-right:	solid 	1px	#C5D4E3;
	}

	.topBar{
		background-color:		#F0F4F9;
		border-bottom:			solid 1px #C5D4E3;
		height:	5px;
	}

	/* Override all default margins and paddings */
	#leftMenu ul, #leftMenu li, #leftMenu div{
		margin:		0px;
		padding:	0px;
	}

	#leftMenu ul{
		list-style-type:	none;
	}

	#leftMenu li{
		/* Note: Setting width here causes an IE bug on bottom margins */

		white-space: nowrap;
	}

	/* Main category with background and border */
	#leftMenu li.category_level_0{
		background-color:	#f9f8e4;

		margin-top:			4px;

		border-top:			solid 1px #C5D4E3;
		border-bottom:		solid 1px #C5D4E3;
	}

	/* Set height for all items */
	#leftMenu div.categoryHeading{
		height:				22;
	}

	#leftMenu li.category_level_0 div.category_level_0 a{
		margin-top: 5px;
		display:block;
	}

	#leftMenu li.category_level_0 div.category_level_0{
		padding-left:10px;
	}

	#leftMenu ul.category_level_1{
		margin-top: 3px;
	}

	#leftMenu li.category_level_1{
		margin:0px;
		padding:0px;

  		/* Positioning */
  		padding-left:	30px;

		/* Bullet image */
  		
	}
	/* Note: We must string the categories because IE isn't ANDing the classes correctly */
	#leftMenu li.category_level_0 li.category_level_1.selectedCategory{
  		
	}

/* Common */

	/* Sub-arrow lists */
	table.subArrowimg, ul.subArrowImg{
	  	margin: 3px 0px 7px 10px;
  		padding:0px 0px 0px 0px;
	}

  	ul.subArrowImg {
  		list-style-type:none;
  	}

  	li.subArrowImg {
  		/* Positioning */
  		margin:					4px 0px 4px 0px;
  		padding:				2px 0px 2px 15px;
  		_padding: 				0px 0px 0px 15px;		/* IE has too much padding for these elements */

  		/* Bullet image */
 
  		background-repeat:		no-repeat;
  		background-position:	0px .3em;
  		_background-position:	0px .4em;	/* IE Sucks, here is why:
  												CSS never works right */
  	}

  	table.subArrowImg {

  	}

  	td.subArrowImg {
  		/* Positioning */
  		padding:				10px 10px 10px 15px;

  		/* Bullet image */
 
  		background-repeat:		no-repeat;
  		background-position:	0px 1em;
  		s_background-position:	0px .4em;	/* IE Sucks, here is why:
  												CSS never works right */
  	}

	/* Page headers */
	div.pageHeader{
		margin: 4px;
		padding-top: 2px;
	}

	.pageHeader img{
		padding: 1px;
		margin-right: 3px;
		width:11px;
		height:11px;
		vertical-align: middle;
		text-align:center;
		background-color: #003366;
	}

	/* Page body */
	.pageBody{
		margin: 15px;
	}

	/* Select boxes (to trasfer stuff) */
	select.transferable{
		height:250px;
		width:200px;
	}

	/* Search form header tables (Reseller tools, etc) */
	table.searchHeader{
		width: 100%;
		border-bottom: solid 1px #999999;
		padding-bottom: 10px;
	}

/* Specific pages */

	/* Main section CSS */
  	div.mainSection {
		border:		solid 1px #003366;
		width: 		700px;
		padding:	0px;
		margin: 	15px 0px 0px 0px;
  	}

  	.mainSection hr{
  		width: 				95%;
  		height:				1px;
  		padding:			0px;
  		border:				0;
  		background-color: 	#003366;
  		color: 				#003366;

  		/* Align left */
  		text-align: 		left; /* for IE */
  		margin: 			0 0 .75em 0;/* Margin left for Mozilla */
  	}

 	.mainSection div.mainSectionHeader {
  		background-color: 	#003366;
  		color: 				#FFFFFF;
  		margin:				0;
		padding: 			3px 5px 3px 5px;
  	}

	.mainSection div.mainSectionBody{
		margin:				0px 0px 0px 0px;
		padding:			10px 15px;
	}

	.embeddedIframe {
		width: 99%;
		height: 98%;
	}

	/* Dialogs */
	div.Dialogs_prompt {
		position: absolute;
		top: 0;
		left: 0;
		background: #FFFFFF;
		border: 1px solid #C5D4E3;
	}

	div.Dialogs_prompt .movable {
		cursor: move;
	}

	div.prompt_border {
		border: 1px solid #C5D4E3
	}

	div.Dialogs_prompt .titlebar {
		position: inherit;
		top: 0;
		left: 0;
		height: 24px;
		width: 100%;
		color: #FFFFFF;
		background-color: #003366;
		font-weight: bold;
		font-size: 8pt;
		border-bottom: 1px solid #C5D4E3;
	}

	div.Dialogs_prompt .titlebar p {
		margin: 5px 0 0 6px;
		white-space: nowrap;
		overflow: hidden;
		width: 90%;
		!firefox|text-overflow: ellipsis;
	}

	div.Dialogs_prompt .titlebar .btn_hover {
		background-color: #C90;
	}




	div.Dialogs_prompt .titlebar_dec {
		position: absolute;
		top: 24px;
		left: 0;
		width: 100%;
		height: 3px;
		font-size: 1px;
		border-bottom: 1px solid #C5D4E3;
		background: #F0F4F9;
	}

	div.Dialogs_prompt .content {
		position: absolute;
	}

	div.Dialogs_Error {
		position: absolute;
		background-color: #FFFFFF;
		width: 282px;
		height: 100px;
	}


	div.Dialogs_Error div.buttons {
		text-align: right;
		margin: 0 10px 10px 0;
	}

	div.Dialogs_Warning {
		position: absolute;
		background-color: #FFFFFF;
		width: 282px;
		height: 100px;
	}


	div.Dialogs_Warning div.buttons {
		text-align: right;
		margin: 0 10px 10px 0;
	}
	
	
.bodyNormalFont {color:#333333; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt;}
.bodyNormalFont a{color:#cf480b; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt; text-decoration:none;}
.bodyNormalFont a:hover{color:#0066CC; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt; color:#0066CC; text-decoration:underline;}

.bodyHighLightTxt {color:#a7ae3e; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt; font-weight: bold;}
.bodyHighLightTxt a{color:#339900; text-decoration:none;}
.bodyHighLightTxt a:hover{color:#339900; text-decoration:underline;}


.bodyheaderTxt {color:#fff; font-family: Arial, Helvetica, Sans-serif; font-size: 11.0pt; font-weight: bold;}
.bodyheaderTxt a{color:#339900; text-decoration:none;}
.bodyheaderTxt a:hover{color:#339900; text-decoration:underline;}


.bodyNormalDim {color:#9C9C9C; font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}
.bodyNormalDim a{color:#0066CC; text-decoration:none;font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}
.bodyNormalDim a:hover{color:#0066CC; text-decoration:underline;font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}

.bodyMedFont {color:#000000; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
.bodyMedFont a{color:#0066cc; text-decoration:none;}
.bodyMedFont a:hover{color:#0066cc; text-decoration:underline;}

.bodySmallFont {color:#333333; font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}
.bodySmallFont a{color:#0066CC; text-decoration:none;font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}
.bodySmallFont a:hover{color:#0066CC; text-decoration:underline;font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt;}

.bodyHeaderFont {color:#FFFFFF; font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7.5pt; font-weight: bold;}
.bodyHeaderFont a{color:#0066CC; text-decoration:none;}
.bodyHeaderFont a:hover{color:#0066CC; text-decoration:underline;}

.leftMenuFont {color: #e88a0b;font-family: Arial, Helvetica, Sans-serif;font-size:8pt;font-weight:bold;}
.leftMenuFont a{color: #e88a0b;text-decoration: none;}
.leftMenuFont a:hover{color:#003366;text-decoration:underline;}

.leftMenuHighLighted {color:#000000; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
.leftMenuHighLighted a{color:#FFFFFF; font-weight: bold; text-decoration:none;}
.leftMenuHighLighted a:hover{color:#999999; font-weight: bold; text-decoration:underline;}

.leftSubMenuFont {color:#444444;font-family:Arial, Helvetica, Sans-serif;font-size:8pt;}
.leftSubMenuFont a{color:#444444;text-decoration:none;}
.leftSubMenuFont a:hover{color:#0066CC;text-decoration:underline;}

.leftSubMenuHighLighted {color:#339900;font-family:Arial, Helvetica, Sans-serif;font-size:8pt;font-weight:bold;}
.leftSubMenuHighLighted a{color:#339900;text-decoration:none;}
.leftSubMenuHighLighted a:hover{color:#339900;text-decoration:underline;}

.headerFont {color:#999999; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
.headerFont a{color:#999999; font-weight: none; text-decoration:none;}
.headerFont a:hover{color:#999999; font-weight: none; text-decoration:underline;}

.footerFont {color:#cccccc; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
.footerFont a{color:;}
.footerFont a:hover{color:;}

.errorAlertFont {color:#8C0404; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt; font-weight: bold;}
.errorAlertFont a{color:#8C0404; text-decoration:none; font-weight: bold;}
.errorAlertFont a:hover{color:#8C0404; text-decoration:underline; font-weight: bold;}

.pageTreeMain {color:#666666; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt; text-decoration:none;}
.pageTreeMain a{color:#666666; text-decoration:none;}
.pageTreeMain a:hover{color:#666666; text-decoration:underline;}

.pageTreeSub {color:#993333; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt;}
.pageTreeSub a{color:#993333; text-decoration:none;}
.pageTreeSub a:hover{color:#993333; text-decoration:underline;}

.requiredStar {color:#993333; font-family: Arial, Helvetica, Sans-serif; font-size: 9.0pt;}
.requiredStar a{color:#993333; text-decoration:none;}
.requiredStar a:hover{color:#993333; text-decoration:underline;}

.bodyHeaderFontDark {color:#003366;font-family:Arial, Helvetica, Sans-serif;font-size:8pt;font-weight:bold;}

.bodyFormFontDark {color:#003366;font-family:Arial, Helvetica, Sans-serif;font-size:8pt;font-weight:bold; margin-bottom:4px; margin-top:0px; width:100%;}

.bodyHeaderFontDark a{text-decoration:none;}
.bodyHeaderFontDark a:hover{text-decoration:underline;}

input.text {background-color: #FFFFFF; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
input.button {font-family: Arial, Helvetica, Sans-serif; font-size: 8.5pt;}
select.normalDropdown {background-color: #FFFFFF; font-family: Arial, Helvetica, Sans-serif; font-size: 8.0pt;}
textarea.normalTextArea {background-color: #ffffff;}

.login {
	color:#310ACC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

	.login a {
		text-decoration:none;
		color:#FFFFFF;
		}
		
	.login a:hover {
		color:#FFCC00;
		}
	
.parasmall {
	color:#333333;
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:11pt;
	}
	
	.parasmall a{
		color:#3300CC;
		}
	.parasmall a:hover{
		color:#FFAA00;
		}



.pagetitle {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:5px;
	}

.pagetitle_no_border {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	padding-bottom:5px;
	}

.titleborder{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

.blueside {
	color:#133551;
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:11pt;
	}
	
	.blueside a{
		color:#3300CC;
		}
	.blueside a:hover{
		color:#FFAA00;
		}

.legal {
	color:#133551;
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:11pt;
	}
	
.news {
	color:#333333;
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:10pt;
	}
	
	.news a{
		color:#3300CC;
		text-decoration:none;
		}
	.news a:hover{
		color:#FFAA00;
		}
	
.large{
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13pt;
	}
	
.main{
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	}
	
		
.main_w_padding {
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	padding-top:8px;
	padding-bottom:25px;
	}
	
.alert{ /* for error msg*/
	border: 1px solid #D2A91D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #cf480b;
	padding: 5px;
	width: 375px;
	margin-bottom:8px;
	margin-top: 20px;
	text-align:left;
	}

.breadcrumb{
	color:#333333;
	font-size:9pt;
	margin-bottom:5px;
	margin-top:9px;
	padding-left:2px;
	}	
	
	.breadcrumb a{color:#cf480b; font-size: 9.0pt; text-decoration:none;}
	.breadcrumb a:hover{color:#0066CC;  font-size: 9.0pt; color:#0066CC; text-decoration:underline;}
		
	

/********************************************************************
 * Data Tables
 *******************************************************************/

	
.tableheaders {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color: #FFFFFF;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	}
		
		
	.tableheaders a {
		color:#fff;
		text-decoration:none;
		}
	
	.tableheaders a:visited {
		color:#fff;
		text-decoration:none;
		}
	
	.tableheaders a:hover {
		color:#0066CC;
		text-decoration:none;
		}
		
.tableheadercell{
	padding-top: 4px;
	padding-bottom: 4px;
	color:#FFFFFF;
	}
	
.evenrow{
	background-color: #fefcfc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
	}

.oddrow{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #e9eef1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color:#999999;
	}

	.evenrow a{
		color:#000000;
		text-decoration:none;
		}
	
	.evenrow a:hover{
		color:#f4902a;
		}
	
	.oddrow a:hover{
		color:#f4902a;
		}
	
	
	.oddrow a {
		text-decoration:none;
		color:#000000;
		}



.subnav{
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	margin-bottom:10px;
	}

.listingtitles {
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	}

.listingtext{
	color:#333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	}

#show_info img {margin-top:10px;}

.visible { display:block; }
.hidden {display:none;}



.info_right_column{
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	
}

#photo_table{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.module_border {border: 1px solid #CCCCCC; margin-top:8px;}


#all_shows_table{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

#coupon_list{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}

#photo_table img{
	border: 1px solid #66CCFF;
	

}

.hr{
	width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width:100%;
}


.section_title{
	color:#f4902a;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight: bold;
	}




/********************************************************************
 * Forms
 *******************************************************************/

.formfield {
	height:21px;
	width:172px;
	border:1px solid #CECECE;
	padding:4px;
	}

.formfielddrop{
	height:21px;
	width:172px;
	border:1px solid #CECECE;
	padding:4px; margin-top:0px;
	}

.multiformfield{
	height:90px;
	width:400px;
	border:1px solid #CECECE;
	padding:4px;
	}

.header_dropdown {
	height:20px;
	width:150px;
	}

#left_column_header {
	height:0px;
	margin:0px;
	}


#ajax_images {}

#existing_images ul {
	list-style:none;margin:0px 0px 0px 0px;padding:0px;
	}

#existing_images li{	
	display:block;
	float:left;
	position:relative;
	text-align:center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 75px;
	}


#tableNav{
	font-size:80%;
	background-color:#999999;
	padding:3px;
	}

.thisPage {
	font-size:80%;
	color:#0066CC;
	}

#tableNav a {
	font-size:80%;
	color:#fff;
	text-decoration:none;
	}

#tableNav a:hover {
	font-size:80%;
	color:#0066CC;
	text-decoration:none;
	}

#tableNav a:visited {
	font-size:80%;
	color:#fff;
	text-decoration:none;
	}


.action_dropdown  {
	height:18px;
	font-size:9px;
	width:150px;
	}
	
/********************************************************************
 * Calendar
 *******************************************************************/
 
 .calendar {
	background-color: #FFFFFF;
	}
	
.calendar-month {
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
	height: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #EDEDED;
	}
	
.focus-day {
	background-color: #f3b20b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	}

.days {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 8px;
	text-align: center;
	border-top-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	}
	
.linked-day {
	background-color: #f9f8e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	border: 1px solid #999999;
	}

	.linked-day a {
		color:#000000;
		}
	
	
.nonday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	text-decoration: none;
	color: #cccccc;
	height: 5px;
	border: 1px solid #CCCCCC;
	}

	
.offer-day {
	background-color: #f3470b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #444444;
	padding: 2px;
	background-color: #f9f8e4;
	visibility: hidden;
	z-index: 100;
	font-family: Geneva, Verdana, Arial, sans-serif;
	color:#000;
	font-size: 12px;
	}

.calendar_nav {
	font-size: 10px;
	}
	
	.calendar_nav a {
		text-decoration:none;
		color:#003399;
		}
	
.no_dec:link { color:#000000;}

.focus-day a {color:#000000;}	

.count_down_field {
	height:18px;
	font-size:10px;
	width: 28px;
	color: #CCCCCC;
	background-color: #000000;		
	}
	
#mobile_preview {
	font-size:10px;
	margin-top:5px;
	margin-bottom:10px;
	border: 1px dashed #999999;
	padding: 8px;
	}
	
#mobile_preview_content {
	display:none;
	margin-bottom:20px;
	}
	
#preview_response {
	color:#FF0000;

}

fieldset { float: left; display: inline;border: 1px solid #003366;color:#003366; margin: 10px 10px 10px 0px; width: 214px; padding:4px; }
legend { font-weight: bold; }