/* BEGIN dashCommerce styles */
/* All commented-out items are LJD. */
body {
  /*font-family: Arial, Verdana;
  color: #5C5C5C;*/
}

table {
  border-collapse: collapse;
}

.label {
  font-size: .8em;
}

.textbox {
  font-size: .75em;
  height: 1.05em;
}

.smalltextbox {
  font-size: .75em;
  height: 1.05em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.05em;
  width: 325px;
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
  font-size: .7em;
  height: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.rightbutton {
  font-size: .7em;
  height: 20px;
  font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent, #adminContent {
  /*width: 961px;*/
  margin: 0px auto;
}

.accountingbody
{
	background-image: none;
	background-color: White;
	text-align: left;
	font-size: 14px;
	text-align: left;
}

#headerRegion {
  margin-bottom: 15px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable {
  width: 99%;  
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}

.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #0066A6;
  text-decoration: none;
}

a:visited {
  color: #0066A6;
  text-decoration: none;
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

/*
#footer {
  text-decoration: none;
  font-size: .7em;
  color: #C0C0C0;
}

#footer a {}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}
*/
/* END dashCommerce styles */


/* BEGIN LJD styles */
#allContent /*Modified dashCommerce style.*/
{
	/*width: 944px; FROSTBYTE*/
}

body 
{
	/* LJD 05/28/08 */
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
	background: #fff;
	text-align: left;
	background-color: #0F66B5;
	/* LJD 02/28/08 we may use these in the future */
	/* Moz proprietary opacity property */
	/* -moz-opacity: 0.7; */
	/* Microsfot proprietary filter property */
	/* filter:progid:DXImageTransform.Microsoft.Alpha(opcaity=70); */
	/* CSS 3 opacity property */
	/* opacity: 0.7; */
}

/* PJG 06/28/08 This makes the links white. */
b:link {
  color: #FFFFFF;
  text-decoration: none;
}

b:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* PJG 06/28/08 END */

#leftContent 
{
  /* LJD 02/21/08
  width: 180px;
  float: left; */
  /*border: 1px solid red;*/
  margin: 0px auto;
  padding: 0px;
  width: auto;
  /*background: #F5C16D;*/
  /*border-right: solid 2px #fff;*/
  text-align: left;
}

#leftColumn
{
  /* LJD 02/21/08
  width: 180px;
  float: left; */
  /*border: 1px solid red;*/
  margin: 0px auto;
  padding: 0px;
  /*background: #F5C16D;*/
  /*border-right: solid 2px #fff;*/
  width: auto;
  text-align: left;
  table-layout: fixed;
  overflow: hidden;
}

#leftColumn tbody td
{
  /* LJD 02/21/08
  width: 180px;
  float: left; */
  /*border: 1px solid red;*/
  width: auto;
  margin: 0px auto;
  padding: 0px;
  /*background: #F5C16D;*/
  /*border-right: solid 2px #fff;*/
  text-align: left;
  table-layout: fixed;
  overflow: hidden;
}

#mainColumn
{
  /* LJD 02/21/08
  width: 180px;
  float: left; */
  /*border: 1px solid red;*/
  position: relative;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 739px;
  /*background: #F5C16D;*/
  /*border-right: solid 2px #fff;*/
  text-align: left;
}
/* END LJD styles */


/* BEGIN DE styles */
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	background: #ffffff;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#header {
	background: url("images/topbg.gif") 100% 10px repeat-x;
	background-position: top;
	border-bottom: 2px;
}

.topnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
	font-weight: bold;
	text-decoration:none;
}

.title1 { /*Made Obsolete by FROSTBYTE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2589ca;
	margin-left: 10px;
}

.textcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07477b;
	font-weight: normal;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 8px;
	padding: 0px 0px 0px 0px;
}
/* END DE styles */


/* BEGIN FROSTBYTE styles */
body {
	padding: 11px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}

#allContent /*Modified dashCommerce style.*/
{
	padding-bottom: 8px;
	background-image: url("/images/watermark.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}

#adminContent
{
	width: 961px;
}

table {
	border-collapse: separate;
}

.sectionTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2589ca;
	padding-left: 10px;
}

.mainTitleBar {
	background-image: url("/images/title-bg.gif");
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	height: 30px;
	vertical-align: middle;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2589ca;
}

.subTitleBar {
	background-image: url("/images/sub_title-bg.gif");
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	height: 30px;
	vertical-align: middle;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}

.eventPadding {
	padding: 3px;
}

.collectAtBoxOffice {
	text-align: center;
	background-color: #FFFF00;
	color: #FF0000;
	padding: 3px;
	border: 1px dashed #FF0000;
	font-weight: bold;
}

.ticketsNotAvailable {
	text-align: center;
	font-weight: bold;
}

.ticketsNotAvailable em {
	color: #FF0000;
}

.eventPadding hr {
	border: 0px;
	color: #D7D7D7;
	background-color: #D7D7D7;
	height: 2px;
}

.generalContentPadding {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.generalContentPadding a:hover {
	color: #FF0000;
}

.generalContentPadding p:first-child {
	margin-top: 0px;
}

.generalContentPadding p:last-child {
	margin-bottom: 0px;
}

.mainContentTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066CC;
}

.largeContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.hideThis {
	display: none;
}
/* END FROSTBYTE styles */


/* UNSORTED--Louis, please sort these out. */
/* LJD 06/15/08 added from DEMediaGroup */
ul {
	/*padding: 0px; FROSTBYTE*/
}

.ColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	/*margin-left: 8px;*/
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.topnavtext:link {color: #ffffff;  font-weight: bold;}
a.topnavtext:active {color: #ffffff;  font-weight: bold;}
a.topnavtext:visited {color: #ffffff;  font-weight: bold;}
a.topnavtext:hover {color: #f2ba0f;  font-weight: bolder;}

img 
{
	border: 0;
	border-collapse: collapse;
	border-style: none;
}

.buttonSearch 
{
	background-image: url(images/searchbt1.gif);
	/*font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;*/
}

.arrow1 img
{
	border: 0;
	border-collapse: collapse;
	border-style: none;
	float: right;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.sitebrowseimg img
{
	border: 0;
	border-collapse: collapse;
	border-style: none;
	float: right;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

table.mainTable 
{
	width: 944px;
	table-layout: fixed;
}

.divnocategory
{
	position: relative;
	width: 539;
}
table.tablenocategory 
{
	border-collapse: collapse;
	border: 0px;
	table-layout: fixed;
	width: 539px;
	margin: 0px;
	padding: 0px;
}

table.tablenocategory tbody td 
{
	width: 539px;
	padding: 0px;

}

table.SiteBrowse 
{
	border-collapse: collapse;
	background-color: #d9edf7;  
	/*border: 0px; FROSTBYTE*/
	table-layout: fixed;
	width: 200px;
}

table.SiteBrowse tbody td 
{
	padding: 0px;
	overflow: hidden;
}

table.TableCatBrowLinks 
{
	border-collapse: collapse;
	background-color: #d9edf7;  
	border: 0px;
	table-layout: fixed;
	width: 200px;
	text-align: left;
}

table.TableCatBrowLinks tbody td 
{
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

table.TableCategories 
{
	border-collapse: collapse;
	background-color: #d9edf7;  
	border: 0px;
	table-layout: fixed;
	width: 200px;
	text-align: left;
}

table.TableCategories tbody td 
{
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

.browseHeader
{
	font-family: Verdana, Arial;
	color: White;
	font-size: 12px;
	height: 24px;
	width: 188px;
	background: url("images/CBOBlueHeaderSlice.jpg") repeat-x;
}

#mainColumn tbody td
{
  margin: 0px;
  padding: 0px;
}

.IE8Fix 
{ 
    z-index: 1000; 

}