/*
dark green: rgb(111,117,88)
middle green: rgb(163,175,127)
light green: rgb(183,195,145)
lighter green: rgb(233,237,218)
brownish green (private): rgb(104, 87, 97)
pink: rgb(252,243,236)
mid-red: rgb(255,206,206)
red: rgb(185,91,91)
*/

/*
main green: rgb(174,196,172)
dark green: rgb(88,108,86)
mid green: rgb(104,124,102)
light green: rgb(241,247,240)
disappearing link: rgb(160,184,158)
side pink: rgb(244,240,236)
*/

/*****************************************  GENERAL STYLE   *************************************************/

body {
	background: url(images/design/bannerie.gif) left top repeat-x;
	font-family: Arial, Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}

#clearPic {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

h1, h2, h3, h4 {
	font-family: Tahoma, arial, Times, serif;
	margin: 0;
}

a {
	color: rgb(88,108,86);
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border: 0;
}

.red {
	color: rgb(185,91,91);
}

.linkgreen {
	color: rgb(88,108,86);
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.disabledLink {
	text-decoration: none;
	color: rgb(104, 87, 97);
}

.centerAlign {
	text-align: center;
}

table.noBorder {
	border: 0;
}
table.noBorder td {
	border: 0;
}

div#container, div#mainbody, div#footer, div#foot2 p {
	width: 900px;
}

div#container {
	margin: 0 auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border: 1px solid black;
}

table th, table td {
	border: 1px solid black;
}

table caption {
	font-size: 20px;
	margin: 5px;
}

div.linebreak, div.linebreak2, div.linebreakFull {
	height: 1px;
	/*border-bottom: 1px dotted rgb(111,117,88);*/
	background: url(images/design/line.gif) top left repeat-x;
}

div.linebreak {
	width: 200px;
	margin: 8px auto;
	overflow: hidden;
}

div.linebreak2 {
	width: 300px;
	margin: 0 auto 0 0px;
	overflow: hidden;
}

div.linebreakFull {
	width: 100%;
	margin: 0 auto 0 0px;
}

div.linebreakTall {
	width: 1px;
	background: url(images/design/lineTall.gif) top left repeat-y;
	height: 100px;
}

/***************************************  BANNER & NAVIGATION   ***********************************************/

div#banner {
	margin:0;
	margin-top: 20px;
	position: relative;
	height: 144px;
}

/*See in all browsers except IE 6 and under which don't recognize png images*/
body>#bodyContainer div#nav_shadow {
	background: url(images/design/bannershadow.png) top left repeat-x;
	z-index: 100;
}

div#nav_shadow {
	height: 14px;
	width: 100%;
	float: left;
	position: absolute;
	top: 200px;
}


img#banner_logo, img#banner_feather, img#banner_pic {
	float: right;
}

img#banner_logo {
	position: absolute;
	left: 50px;
	top: 6px;
}

img#banner_feather {
	width: 40px;
	height: 146px;
	position: absolute;
	left: 275px;
	top: -1px;
}

img#banner_pic {
	margin-top: -1px;
}

/*See in all browsers except IE 6 and under which don't recognize png images*/
body>#bodyContainer div#banner_shadow {
	background: url(images/design/bannershadow.png) top left repeat-x;
	z-index: 100;
}

div#banner_shadow {
	height: 146px;
	float: left;
	position: absolute;
	right: 0;
	top: -1px;
	width: 625px;
}

div#navigation {
	height: 25px;
	padding: 12px 0 0 31px;
	margin: 0;
	font-size: 12px;
}

div#navigation ul {
	padding: 0 0 0 100px;
	margin: 0;
}

body>#bodyContainer div#navigation ul {
	height: 50px;
}

/*Fix the little but in IE 6 and under that makes the separator lines extend below the nav bar*/
* html div#navigation ul {height:10px;}

div#navigation ul li {
	text-transform:uppercase;
	display: inline;
	padding: 10px 14px 10px 10px;
	margin: 0;
	background: url(images/design/navseparators.gif) top right no-repeat;
}

div#navigation a {
	color:#000000;
	text-decoration: none;
}

div#navigation a:hover {
	text-decoration: underline;
}

h1#title {
	font-family: "Arial Narrow", Arial, "Times New Roman", Tahoma;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 25px;
	margin: 0;
	padding: 45px 0 0 40px;
}

h2#subtitle {
	font-family: "Arial Narrow", Arial, "Times New Roman", Tahoma;
	text-transform: uppercase;
	font-weight:100;
	font-size: 13px;
	margin: 0;
	padding: 0px 0 0 42px;
}

h1#title a, h2#memberHomeTitle a {
	color: #000;
	text-decoration: none;
	color: rgb(104,124,102);
}

h2#memberHomeTitle a:hover {
	text-decoration: underline;
}

h2#memberHomeTitle {
	font-family: "Arial Narrow", Arial, "Times New Roman", Tahoma;
	text-transform: uppercase;
	font-size: 13px;
	margin: 0;
	padding: 10px 0 0 62px;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 20px;
}

span#picEdit {
	position: absolute;
	top: 5px;
	left: 5px;
}



/*****************************************  WHOLE BODY   *************************************************/

div#mainbody {
	background: url(images/design/bodybkg.gif) right top repeat-y;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
}

/*****************************************  SIDE NAV   *************************************************/

div#leftColumn {
	width:261px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

div#leftColumn ul {
	padding: 0;
	margin: 10px 10px 0 50px;
}

div#leftColumn li {
	list-style: none;
	text-transform: uppercase;
	background: url(images/design/bullet.gif) left center no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
	vertical-align: top;
	line-height: 22px;
}

div#leftColumn a {
	color: rgb(111,117,88);
	text-decoration: none;
}

div#leftColumn a:hover {
	text-decoration: underline;
}

	/*****************************************   RIGHT COLUMN   *************************************************/

div#rightColumn {
	padding: 10px 0 0 10px;
	margin-left: 270px;
}

div#rightColumn p {
	padding: 0;
	margin: 5px 0 5px 0;
}


/*****  MISC ******/

input.minical {
	background: url("/images/calendar_icon.gif") no-repeat 100% 50%;
	cursor:pointer;
}

table.spintable {
	border: 0;
}
table.spintable th {
	border: 0;
}
table.spintable td {
	border: 0;
}


/*****************************************   FOOTER   *************************************************/

div#foot1 {
	background: rgb(174,196,172);
}

div#foot2 {
	background: url(images/design/bottombar.gif) left top repeat-x;
}

div#foot1 {
	height: 1px;
	border-top: 1px solid white;
	overflow: hidden;
}

div#foot2 {
	height: 1.3em;
}

div#foot2 a {
	color:rgb(160,184,158);
	text-decoration: none;
}

div#footer, div#foot2 p {
	padding: 0px 0 0 0px;
	margin: 0 auto;
}

div#footer p {
	margin: 0;
	padding: 2px 0 2px 0;
	color: rgb(88,108,86);
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}


/*****************************************   HOME   *************************************************/

div#rightColumn p#aboutus {
	padding: 0px 16px 7px 4px;
	font-size: 1.2em;
	text-align: justify;
}

div#indexLeft {
	width: 350px;
}

/*make the image line up at the top*/
* html div#indexLeft {margin-top:-10px;}

img.homeimg {
	display: block;
	background-color: #fff;
	padding: 4px;
}

#home_dropshadow #shadow_container {
	float: left;
	margin-bottom: 5px;
}

#shadow_container .shadow2, #shadow_container .shadow3, #shadow_container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

#shadow_container .shadow1 {
	background: #F1F0F1;
}

#shadow_container .shadow2 {
	background: #DBDADB;
}

#shadow_container .shadow3 {
	background: #B8B6B8;
}

#shadow_container .container {
	background: #FFFFFF;
	border-top: 1px solid #F1F0F1;
	border-left: 1px solid #F1F0F1;
	padding: 0px;
}

span.quote {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/***NEXT PUBLIC PERFORMANCE***/

div#homeperf {
	background: rgb(241,247,240);
	width: 250px;
	margin-top: 3px;
	float: right;
}

div#homeperf h3 {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	padding: 4px;
}

div#homeperf p {
	margin: 5px;
	text-align: center;
}

div#homeperf  span.perfTitle {
	font-size: 14px;
	text-transform: uppercase;
}

div#homeperf p.info {
	font-size: 14px;
}

/*****************************************   NEWS ITEMS   *************************************************/

div.newsItem {
	padding: 0 20px;
	margin: 10px 0;
}

div.newsItem p {
	margin: 0;
}

p.newsTitle, p.newsDate {
	text-transform: uppercase;
	text-align: center;
}

p.newsDate {
	font-size: 9px;
	padding-bottom: 4px;
	color: rgb(104,124,102);
}

p.newsTitle {
	font-weight: bold;
	font-size: 14px;
	color: rgb(88,108,86);
}

p.newsText {
	text-align: left;
}

p#newsarchive {
	text-align: center;
	display: block;
}

/****************  NEWS ARCHIVES *************/

div.newsAItem {
	padding: 5px;
	margin-top: 8px;
	width: 240px;
	border: 2px solid rgb(88,108,86);
}

div.newsAItem p {
	margin: 0 !important; 
}

p.newsATitle, p.newsADate {
	text-transform: uppercase;
	text-align:center;
}

p.newsADate {
	font-size: 9px;
	padding-bottom: 4px !important;
}

p.newsATitle {
	font-weight: bold;
	font-size: 14px;
}

p.newsAText {
	
}


/*****************************************   MEMBERS   *************************************************/

ul#memberThumbs {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#memberThumbs img {
	background-color: #fff;
	margin: 0 0 5px 0;
	padding: 2px;
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
}

div#memberLeft {
	float: left;
	padding: 0;
	margin: 12px 0 0 0;
}

div#memberLeft p#directorlist {
	margin-top: 20px;
	color: rgb(88,108,86);
}

div#memberLeft p#directorlist span#directorTitle {
	color: rgb(104,124,102);
	font-weight: bold;
}

div#memberRight {
	margin: 12px 0 0 110px;
	display: block;
	background: rgb(241,247,240);
}

/*make the background color behave (it goes on top of text)*/
* html div#memberRight {
	overflow: hidden;
	position: relative;
}

	/*or add another div around it, float outside, not inside*/
	/*Holly hack: 
	-- Hides from IE-mac \--
	* html div#memberRight {height: 1%;}
	-- End hide from IE-mac --
	*/
div#memberRight h2#memberName {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	font-size: 15px;
	padding: 2px 0 4px 4px;
}

div#memberRight p {
	padding: 5px 5px;
}

div#memberRight span.bioTag {
	text-transform: uppercase;
	color: rgb(88,108,86);
}


div#memberRight p#memberpic {
	float: right;
	margin: 10px;
	padding: 0px;
}

/*Make image go on top of background*/
* html div#memberRight p#memberpic {position: relative;}

div#memberRight p#memberpic img {
	padding: 6px 6px 22px 6px;
	background-color: #FFF;
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
}



/*****************************************   HISTORY   *************************************************/

img#historypic {
	float: right;
}



/*****************************************   PRESS KIT   *************************************************/

div#presskit h2 {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 0 4px 4px;
}

div#presskit li {
	list-style: none;
	background: url(images/design/bullet.png) left center no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
	vertical-align: top;
	line-height: 16px;
}


/*****************************************   REPERTOIRE   *************************************************/

div.songBox {
	background: rgb(241,247,240);
	margin: 5px 0 10px 0;
	width: 300px;
	line-height: 16px;
}

div.songBox p {
	padding: 0px 5px 5px 5px !important;
}

h3.songTitle {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 2px 5px;
}

span.songTag {
	text-transform: uppercase;
	color: rgb(88,108,86);
}

div.songBox img.play {
	margin-left: 10px;
}

/***Player***/
div#playerSide {
	text-align: center;
	margin-top: 20px;
}

p#playerTitle {
	text-transform: uppercase;
	color: rgb(88,108,86);
	margin: 0;
}


/*****************************************   VIDEOS   *************************************************/

div#videolist {
	float: left;
}

div#videolist ul {
	padding: 0;
}

div#videolist li {
	list-style: none;
	background: url(images/design/bullet.png) left center no-repeat;
	padding: 0 0 0 16px;
	margin: 0;
	vertical-align: top;
	line-height: 16px;
}

div#playerVid {
	text-align: center;
}


/*****************************************   CDS   *************************************************/

div.cdBox {
	display: block;
	background: rgb(241,247,240);
	margin: 5px 0 10px 0;
}

/*make background color behave*/
* html div.cdBox {
	overflow: hidden;
	position: relative;
}

* html div.cdBox div.pic {position: relative;}

div.cdBox h3 {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	font-size: 15px;
	padding: 2px 0 4px 4px;
	margin: 0;
}

div.cdBox div.pic {
	float: right;
	padding-bottom: 4px;
	background-color: #FFF;
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
	margin: 10px;
}

div.cdBox span.years {
	padding-left: 4px;
	color: rgb(88,108,86);
	text-transform: uppercase;
}

div.cdBox img {
	padding: 4px 4px 4px 4px;
}


form.addCart {
	margin: 20px 10px 10px 15px;
}

h1#cdsTitle {
	float: left;
}

form#viewCart {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}



/*****************************************   PICTURES   *************************************************/

div#galleryside {
	padding: 0 15px 20px 20px;
	margin: 0 0 0 1px;
	border: 1px solid rgb(244,240,236);
}

p#galleryLinks {
	text-align: center;
	margin: 0px 0 0 0;
}

p#clickGallery {
	margin: 5px 0 5px 0;
	text-align: center;
}

p.gallery img, p.galleryFloat img {
	background-color: #FFF;
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
	padding: 3px;
}

div#galleryside p.gallery a:hover, div#galleryside p.galleryFloat a:hover {
	text-decoration: none;
}

span.galleryCaption {
	text-transform: uppercase;
	color: rgb(88,108,86);
	font-size: 9px
}

p.gallery, p.galleryFloat {
	text-align: center;
}

p.gallery {
	margin: 0px 0 0px 110px;
	width: 110px;
}

p.galleryFloat {
	float: left;
	display: inline;
	width: 110px;
	margin: 0 0 7px 0;
}

p#picNav {
	text-transform: uppercase;
	color: rgb(88,108,86);
	font-size: 10px;
}

form#picForm {
	margin: 0;
}

span#caption {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0 0 0;
	display: block;
}



/*****************************************   PERFORMANCES   *************************************************/

/***SIDE BAR***/

div#perfSide {
	margin: 10px;
	text-align: center;
	background: rgb(241,247,240);
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
}

div#perfSide p {
	margin: 0;
	padding: 5px;
}

div#perfSide h3 {
	text-transform: uppercase;
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	margin: 0px;
	font-size: 12px;
	padding: 4px;
}

div#perfSide p.info {
	font-size: 14px;
}

span.perfTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}


/***CALENDAR***/

table#calendar a, table#membercalendar a {
	display: block;
	margin: 3px 0;
}

table th.calHead {
	background: url(images/design/boxbar.gif) top left repeat-x;
	color: rgb(241,247,240);
	text-transform: uppercase;
	font-size: 11px;
	padding: 1px 0 0px 0px;
}

table td.calCell {
	height: 80px;
	width: 75px;
	vertical-align: top;
	padding: 5px;
}

table span.day {
	color: rgb(88,108,86);
}

table td.notInMonth {
	background-color: rgb(244,240,236);
}

p#calNav {
	text-align: center;
	margin: 3px 0 10px 0 !important;
}

p#calNav a {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 9px;
}

h1#calTitle {
	text-align: center;
	margin: 5px 0 0 0 !important;
}

table td#shadeToday {
	background-color: rgb(241,247,240);
}

/*****************************************   MEMBER CALENDAR   *************************************************/

a.privateLink {
	color: rgb(104, 87, 97);
}

table#membercalendar a.busyLink {
	color: rgb(185,91,91);
	text-align: right;
	text-decoration: none;
}

table#membercalendar a.busyLink:hover {
	text-decoration: underline;
}

a.nwLink {
	color: rgb(104, 87, 97);
	text-align: right;
	text-decoration: none;
}

a.nwLink:hover {
	text-decoration: underline;
}



/*****************************************   PERFORMANCE POPUP WINDOW   *************************************************/

body#event {
	background: rgb(241,247,240);
}

iframe#event {
	display: none;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #DBDADB;
	border-bottom: 1px solid #DBDADB;
	outline: 0;
	width: 240px;
	height: 200px;
	margin: 10px;
}

h3.eventTitle {
	background: url(images/design/bottombar.gif) top left repeat-x;
	color: rgb(88,108,86);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding: 1px 13px 0px 1px;
	margin: 0;
	text-align: center;
}

p.eventTitleSmall {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0 0 0;
	margin: 0;
	color: rgb(174,196,172);
	width: 240px;
}

div#eventMain {
	font-size: 12px;
	padding: 5px;
	text-align:center;
}

p.whereWhen, p.bold {
	margin: 3px;
}

p.info {
	font-size: 14px;
}

span.aboutrating {
	font-weight: normal;
	font-size: 10px;
}

p.closeWindow {
	font-size: 12px;
	float: right;
	position: absolute;
	right: 0;
	margin: 5px 5px 0 5px;
}

p.closeWindow a {
	text-decoration: none;
	color: rgb(241,247,240);
}

p.closeWindow a:hover {
	color: rgb(244,240,236);
}


/*****************************************   BUSY EVENT POPUP WINDOW   *************************************************/

/*p.closeBusyWindow {
	font-size: 14px;
	position: fixed;
	top: 0;
	right: 0;
	background: rgb(163,175,127);
	margin: 0;
	width: 100%;
	text-align: right;
}

p.closeBusyWindow a {
	margin: 10px;
}*/

div.busyevent {
	margin-top: 10px;
	text-align: center;
}

div#busyHead {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
}

div#busySpace {
	height: 25px;
}

h3.busytitle {
	margin: 0;
}

div.busyevent p {
	margin: 2px;
}

/*
div.busyevent
h3.busytitle
p.busydate
p.busyWhereWhen
p.busyrating
p.busyinfo
*/




/*****************************************  ANNOUNCEMENTS   *************************************************/

div.Announcement {
	width: 390px;
	border: 2px solid rgb(88,108,86);
	margin-bottom: 18px;
}

div.Reply {
	width: 320px;
	border: 2px solid rgb(174,196,172);
	margin: 3px 0 3px auto;
}

div.Announcement, div.Reply {
	padding: 5px;
}

div.Announcement p, div.Reply p {
	margin: 0 !important; 
}

p.annTitle {
	font-weight: bold;
	font-size: 14px;
}

p.annDate, p.replyDate, p.annTitle, span.annAuthor, span.replyAuthor {
	text-transform: uppercase;
}

span.annAuthor, span.replyAuthor {
	font-weight: bold;
}

p.annDate, p.replyDate {
	font-size: 9px;
	padding-bottom: 4px !important;
}

p.replyDate {
	padding-top: 4px !important;
}

p.annLink {
	text-align: right;
	float: right;
	color: rgb(111,117,88);
}


/*****************************************  CONTACT SHEET   *************************************************/

#master_dropshadow #shadow_container {
	float: right;
	margin: 0 0 5px 5px;
}

#master_dropshadow img {
	display: block;
	background-color: #fff;
	padding: 4px;
}

#master_dropshadow p {
	margin: 0 !important;
	padding: 0;
}

#master_dropshadow a {
	padding: 0 0 4px 4px;
}


form#formAlign {
	margin-top: 15px;
}

form#formAlign span.label {
	width: 6.5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: .5em;
	display: block;
	text-transform: uppercase;
}

form#formAlign p#submit {
	margin-left: 7em;
}

form#formAlign p#submit input {
	text-transform: uppercase;
	font-size: 12px;
}


/*****************************************  LINKS   *************************************************/

div#links {
	margin-bottom: 20px;
}

div#links p {
	margin-bottom: 10px
}

div#links h2 {
	margin-top: 5px;
}


/*****************************************   TABLE LINKS AND HEADS   *************************************************/

h1#tableHead {
	margin: 5px 0 5px 0 !important;
}

p.tableLink {
	margin: 0 0 10px 0 !important;
	font-size: 9px;
	text-transform: uppercase;
}

/*****************************************   MEMBER MANAGE   *************************************************/

table#memberManage td, table#memberManage th {
	padding: 3px;
}



td.deleteLink {
	text-align: right;
}

/*****************************************   WEEKLY CALENDAR   *************************************************/

img#ajaxLoadingGraphic {
	display: none;
}


table#weekly th {
	text-align: center !important;
}

table#weekly td, table#weekly th {
	border: 1px solid rgb(0,0,0);
	text-align: right;
	padding: 0 .1em;
	height: 1.4em;
	vertical-align: top;
}

table#weekly caption {
	font-size: 16px;
	font-weight: bold;
}

table#weekly div.cell {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: hand;
}

.hours {
	display: block;
	float: left;
	margin: 0px 2px 10px 2px;
	min-width: 25px;
	text-align: center;
	color: #fff;
}

table#weekly div.busy, table#weekly div.free {
	width: .3em;
	height: 1em;
	margin: .1em;
	position: static;
	float: left;
	border: 1px solid rgb(0,0,0);
	top:0;
	left:0;
	visibility: hidden;
}

span.initials {
	display: none;
}

table#workerList td, table#workerList th {
	width: 125px;
	text-align: center;
	padding: 5px 0 0 0;
}

span.version {
	font-weight: normal;
	font-size: 12px;
}

table#weekly tr:hover td, tr:hover th {
	background-color: rgb(241,247,240);
}


/*****************************************   WEEKLY CALENDAR   *************************************************/

div#guestbook table, div#guestbook table td  {
	border: 0 !important;
}

p#guestWarning {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}


/*****************************************   TICKETS   *************************************************/

table#ticketT td {
	padding: 5px;
}