/**************************************************************************/
/* General Section */
html {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
}

/* don't change the order of these! it breaks IE/mac  */
a:link    { color: #74c807; background-color: #e3f4cd; font-weight: bold; text-decoration: none; }
a:visited { color: #74c807; background-color: #e3f4cd; font-weight: bold;  text-decoration: none; }
a:hover   { color: #74c807; background-color: #ffff00; font-weight: bold;  text-decoration: none; }
a:active  { color: #74c807; background-color: #ffff00; font-weight: bold;  text-decoration: none; }


a.contact:link    { color: #ffffff; background-color: #74c807; font-weight: bold; text-decoration: none; }
a.contact:visited { color: #ffffff; background-color: #74c807; font-weight: bold;  text-decoration: none; }
a.contact:hover   { color: #74c807; background-color: #ffff00; font-weight: bold;  text-decoration: none; }
a.contact:active  { color: #74c807; background-color: #ffff00; font-weight: bold;  text-decoration: none; }


/**************************************************************************/
/* removes mouse over background clour change for an image link */
a.imgNoBG:link    { background-color: transparent;}
a.imgNoBG:visited { background-color: transparent;}
a.imgNoBG:hover   { background-color: transparent;}
a.imgNoBG:active { background-color: transparent;}


/**************************************************************************/
/* Header Section */
div.header {

}

/* div.headerHello determines the style for the 'Hello Gorgeous' image */
div.headerHello {
  background-color: #ffffff;
  padding: 20px 20px 0px 11px;
}

/* div.headerImg determines the style for the 'Be Part of the Atrs' header image */
div.headerImg {
  background-color: #ffffff;
  padding: 11px 20px 4px 11px;
}

table.header {
  margin-left: 11px;
  width: 97%;
}

/* div.headerDate determines the style for displaying the current/selected date */
div.headerDate {
  font-size: 12px;
  line-height: 140%;
  color: #74c807;
}

/* gives space for the date (width same as td.content) */
td.date {
  width: 646px;
  font-size: 12px;
  font-weight:normal;
  padding-top: 8px;
  padding-bottom: 34px;
}

/* td.menulinks determines the style of the 'arts in the city', 'all events', 'tickets' links. */ 
td.menuLinks {
 border-left: 6px #ffffff solid;
}

/* .menuLinksItem determines the formatting for the individaul menu links */
.menuLinksItem {
 padding-bottom: 7px;
}

td.menuLinks a:link { background-color: transparent;}
td.menuLinks a:visited { background-color: transparent;}
td.menuLinks a:hover   {  background-color: transparent;}
td.menuLinks a:active  { background-color: transparent;}

/**************************************************************************/
/* Main Section */
div.main {

}

table.main {
  margin-left: 11px;
  width: 97%;
}

td.content {
  width: 646px;
}

table.contentImage {
  width: 100%;
  margin-bottom: 6px;
}

/* Green Box when calendar not showm */
td.contentImageSolid {
  background-color: #75c808;
  width: 180px;
  height: 180px;
}

/* box for calendar */
td.contentCalendar{
  width: 180px;
  height: 180px;
}


/* .td for the image of the current/selected day */
td.contentImageImg {
  background-color: #f0f9e6;
  vertical-align:bottom;
}

/* green bar at top below date etc. */
table.topBar {
  width: 100%;
  margin-bottom: 6px;
}

/* green bar at bottom and middle for the edit and create event form etc. */
table.bottomBar {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* determines the formatting for the solid green bar */
td.solidGreenBar {
  background-color: #75c808;
  width: 100%;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFF00;
  padding-left: 10px;
  padding-bottom:1px;
  vertical-align: middle;
}

/* determines the formatting for the tickets pink bar */
td.solidTicketsBar {
  background-color: #ef5870;
  width: 100%;
  height: 20px;
  padding-left: 10px;
  padding-bottom:1px;
  vertical-align: middle;
}

/* determines the formatting for the 'arts in the city' red bar */
td.solidCityBar {
  background-color: #f0532a;
  width: 100%;
  height: 20px;
  padding-left: 10px;
  padding-bottom:1px;
  vertical-align: middle;
}

/* contentListInfo used for shwoing text and froms in adding and editing photo */
/* sections. */
td.contentListInfo {
  background-color: #E3F4CD;
  padding-top: 15px;
  padding-left: 9px;
  padding-right: 15px;
  padding-bottom: 30px;
}

/* spaces when there is no content such as the listing for 'arts in the city', also used to */
/* display current date on left when adding an event */
td.contentListEmpty {
  background-color: #FFFFFF;
  width: 180px;
}

td.contentListEmpty a:link { background-color: transparent; font-size: 11px;
  text-transform: uppercase;}
td.contentListEmpty a:visited { background-color: transparent;   font-size: 11px;
  text-transform: uppercase;}
td.contentListEmpty a:hover   { color: #ffff00; background-color: #74c807;   font-size: 11px;
  text-transform: uppercase;}
td.contentListEmpty a:active   { color: #ffff00; background-color: #74c807;   font-size: 11px;
  text-transform: uppercase;}

/* List of event headings for selection */
td.contentListHeading {
  background-color: #E3F4CD;
  font-size: 11px;
  padding-top: 15px;
  padding-left: 9px;
  padding-right: 15px;
  padding-bottom: 30px;
  line-height: 18px;
}

td.contentListHeading a:link { color:#666666; display:block; width:100%}
td.contentListHeading a:visited { color:#666666; display:block; width:100%}
td.contentListHeading a:hover   { color: #74c807; display:block; width:100%}
td.contentListHeading a:active  { color: #74c807; display:block; width:100%}

/**************************************************************************/
/* Form Section */

td.contentForm {
  	background-color: #E3F4CD;
  	font-size: 11px;
  	padding-top: 15px;
  	padding-left: 9px;
 	padding-right: 15px;
	padding-bottom: 10px;
 	line-height: 18px;
}

.formHeading {
	padding-bottom: 5px;
}

.formSpace {
 padding-bottom: 17px;
}

/**************************************************************************/
/* Formatting of table for updating an event */

table.collapse {
border-collapse:collapse;
}

td.greenBorderAll {
	border-color:#74c807;
	border-width: 1px;
	border-style: solid;
	vertical-align:middle;
	text-align:right;
}

td.greenBorderTopLeftAndRight {
	border-top-color:#74c807;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color:#74c807;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color:#74c807;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align:middle;
	text-align:center;
}

td.greenBorderBottomLeftAndRight {
	border-bottom-color:#74c807;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color:#74c807;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color:#74c807;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align:middle;
	text-align:center;
}

td.greenBorderLeftAndRight {
	border-left-color:#74c807;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color:#74c807;
	border-right-width: 1px;
	border-right-style: solid;
	vertical-align:middle;
	text-align:center;
}


/**************************************************************************/
/* Image Caption */
td.contentImageCaption {
  background-color: #f0f9e6;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 6px;
}

/* Style for the image caption */
p.caption {
  margin: 0px;
  padding: 0px;
  font-size: 9px;
  line-height: 140%;
  color: #74c807;  
}

/**************************************************************************/
/* Event Section */
table.events {
  width: 100%;
}

td.eventName {
 font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 110%;
  color: #74c807;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

div.eventComingSoon {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

td.eventDescription {
  width: 466px;
  font-size: 10px;
  line-height: 140%;
  text-align: left;
  vertical-align: top;
  background-color: #e4f4cd;
  padding-bottom: 5px;
}

td.eventBook {
  vertical-align: middle;
  border-top: 2px #ffffff solid;
  background-color: #e4f4cd;
}

td.showDivider {

}

td.showTransparent {

}

p.eventName {
	margin-top: 7px;
}

/**************************************************************************/
/* repetative green bar image on the right of pages */
td.bars {
 	border-left: 6px #ffffff solid;
  	background: url(../_img/bground.gif) repeat;
}

td.logo {
  background-color: #74c807;
  padding-left: 181px;
  border-top: 6px #ffffff solid
}


/**************************************************************************/
/* Footer */
div.footer {
  height: 67px;
}

/**************************************************************************/
/* Calendar section */
.calendar { 
	 width: 180px;
	 height: 180px;
     font-size:11px;
	 text-align: center;  
     color: white; 
     background-color: #9DD851; 
     border-width: 0px; 
} 

/* caption determines the style of the month/year banner above the calendar. */ 
.mycaption {

	 width: 100%;
	 background-color: #82CD1F;
	     
	 font-size:12px;  
	 text-transform: uppercase;
     color: #003580;
     font-weight: bold;
	 
     border-color: #FFFFFF; 
     border-style: solid;
	 border-width: 0px;
	 border-bottom-width:1px;
	/* margin-bottom: 1px;*/
} 

/* .wday_header determines the formatting of the weekday headers at the top of the calendar. */ 
.wday_header { 
	 color: #FFFF00;
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
} 

/* .day determines the formatting of each day displayed in the calendar which isn't linked. */ 
.day  { 
     border-color: #000000; 
     border-style: solid; 
     border-width: 0px; 
     text-align: center;
	 font-weight: bold;
} 

/*  .linkedday determines the formatting of a date which is linked */ 
.linkedday {
}

/* .currentday determines the formatting of the date which has been selected */
.currentday {
} 

/**************************************************************************/
/* Other Section */

p.general {
	margin-top: 7px;
	padding-top: 0px;
	padding-left: 9px;
	padding-right: 15px;
}


p.contact {
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
}


p.generalHeader {
	font-weight: bold;
	margin-top: 7px;
	padding-top: 0px;
	padding-left: 9px;
	padding-right: 15px;
}

.imageBotSpace {
	padding-bottom: 15px;
}

.imageTopSpace {
	padding-top: 15px;
}

.bottomSpace {
	padding-bottom: 15px;
}

.bottomSpaceMedium {
	padding-bottom: 30px;
}

.largeBottomSpace {
  padding-top: 15px;
  padding-bottom: 120px;
}

.bold { 
  font-weight: bold;
} 

.smallText {
 font-size: 11px;
}

.smallerText {
 font-size: 10px;
}

.smallestText {
  font-size: 9px;
}

.whiteText {
	color:#FFFFFF;
}

.greenText {
	color:#74c807;
}

.blueText {
	color: #003580;
}

.redError {
	font-size:11px;
	color: #c00000;
}

.yellowToWhiteLink a:link {color: #FFFF00; background-color: transparent;}
.yellowToWhiteLink a:visited {color: #FFFF00; background-color: transparent;}
.yellowToWhiteLink a:hover  {color: #FFFFFF; background-color: transparent;}
.yellowToWhiteLink a:active {color: #FFFFFF; background-color: transparent;}

.blueToYellowLink a:link {color:#0A407D; background-color: transparent;}
.blueToYellowLink a:visited {color:#0A407D; background-color: transparent;}
.blueToYellowLink a:hover {color:#FFFF00; background-color: transparent;}
.blueToYellowLink a:active {color:#FFFF00; background-color: transparent;}

.blueTextLink a:link {color:#0A407D; background-color: transparent;}
.blueTextLink a:visited {color:#0A407D; background-color: transparent;}
.blueTextLink a:hover {color:#0A407D; background-color: #FFFF00;}
.blueTextLink a:active {color:#0A407D; background-color: #FFFF00;}

.whiteToYellowLink a:link {color:#FFFFFF; background-color: transparent;}
.whiteToYellowLink a:visited {color:#FFFFFF; background-color: transparent;}
.whiteToYellowLink a:hover {color:#FFFF00; background-color: transparent;}
.whiteToYellowLink a:active{ color:#FFFF00; background-color: transparent;}

.whiteToYellowUnderLine a:link {color:#FFFFFF; background-color: transparent;}
.whiteToYellowUnderLine a:visited {color:#FFFFFF; background-color: transparent;}
.whiteToYellowUnderLine a:hover {color:#FFFF00; background-color: transparent; text-decoration: underline}
.whiteToYellowUnderLine a:active{ color:#FFFF00; background-color: transparent; text-decoration: underline}
