/*
	author:	phil burrows
	date:		27 may 2006
	desc:		style sheet for official THEATRON website
*/

body {
	font-family: 'Verdana', 'Lucida Grande', 'Geneva', 'Arial', sans-serif;
	text-align: center;
	color: #666;
	background: url(images/bkgd.gif) repeat-x top center #fff;
	margin: 0;
}

.contentWrapper {
	width: 650px;
	XXposition: absolute;
	XXtop: 0;
	margin: 0 auto;
	text-align: left;
	XXbackground: #fff
}

/*---------------------------------------------
	general rules
---------------------------------------------*/

.mainContentWrapper {
	margin-top: 10px;
	text-align: left;
	padding: 20px 40px 20px 40px;
	min-height: 550px;
	background: #fff;
}

h1 {
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #6fb3df;
	margin: 0;
}

h2 {
	font-size: 14px;
	display: inline;
	font-weight: bold;
	color: #6fb3df;
}

h3 {
	font-size: 12px;
	display: inline;
	font-weight: bold;
	color: #6fb3df;
}

p {
	font-size: 12px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #6fb3df;
	font-weight: bold;
	background-color: #eaf3f6;
	border-bottom: 1px dotted #6fb3df;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background: #6fb3df;
}

.divider {
	display: block;
	margin: 15px 0 15px 0;
	border-bottom: 1px dotted #ddd;
}

.flash {
	background: #F5B0D0;
	color: #fff;
}

.flashContainer {
	padding-bottom: 20px;
}

/*---------------------------------------------
	header
---------------------------------------------*/

.headerWrapper {
	/* check height of graphic */
	background: #fff;
	margin: 0;
	padding-bottom: 5px;
}

.headerImage {
  height: 125px;
  background: url(images/XXheader.jpg) #fff;
  border: 5px solid #fff;
}

.headerLinksWrapper {
  text-align: right;
  padding-right: 5px;
  overflow: hidden;
  margin: 0;
}

.headerWrapper h3 {
	color: #6fb3df;
	font-weight: lighter;
}

.headerWrapper .head {
  text-align: left;
  padding-right: 5px;
  XXbackground: #fff;
  float: left;
  clear: both;
  margin-left: 5px;
}

.headerWrapper .head h1 {
  display: inline;
}

.headerWrapper .head h2 {
  font-weight: bold;
}



/*---------------------------------------------
	userSideBar
---------------------------------------------*/

.sideBar {
	position: relative;
	text-align: center;
}

.sideBarWrapper {
  position: absolute;
  top: 10px;
	right: -115px;
	width: 115px;
	text-align: left;
}

.sideBarLinksWrapper {
	background: #fff;
	margin: 0;

}

.sideBarLinksWrapper h3 {
	display: block;
	margin: 0 10px 0 10px;
}

.sideBarLinksWrapper span {
	display: block;
	margin: 5px 10px 5px 10px;
	border-bottom: 1px dotted #ddd;
}

.sideBarWrapper .head {
  height: 15px;
  margin: 0;
  background: url(images/topRightRounded.gif) no-repeat bottom right;
}

.sideBarWrapper .foot {
  height: 15px;
  margin: 0;
  background: url(images/bottomRightRounded.gif) no-repeat top right;
}

/*---------------------------------------------
	forms
---------------------------------------------*/

div .error {
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	background: pink;
}

div .error h2 {
	font-size: 20px;
	font-weight: bold;
}

.form img {
	margin-bottom: 10px;
}

#bookingHeader {
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

.form {
	font-size: 12px;
	font-weight: bold;
	color: #6fb3df;
}

fieldset {
	border: none;
	border-top: 1px solid #6fb3df;
}

.booking {
	width: 250px;
}

#personInfo {
	float: left;
}

#eventInfo {
	float: right;
}

.form label {
	display: block;
}

.form textarea {
	width: 450px;
}

.form input {
	width: 200px;
}

.form .check {
	width: auto;
	float: left;
	margin-right: 1em;
}


/*---------------------------------------------
	newsPage
---------------------------------------------*/

.news h3, h2, span {
	font-size: 10px;
	color: #666;
	font-weight: lighter;
	margin-top: 2px;
}

.news p {
	margin: 7px 0 7px 0;
}

.prev {
	float: left;
}

.next {
	float: right;
}

/*---------------------------------------------
	membersPage
---------------------------------------------*/

XX.allMembers {
	margin-top: 17px;
}

.userThumb {
	background: url(images/shadow2.gif) no-repeat bottom right;
	float: left;
	margin-right: 5px;
}

.userThumb div {
	float: left;
	padding: 0 3px 3px 3px;
}

.userThumb img {
	width: 75px;
	border: solid 3px #FFF;
	float: left;
}

.clear {
	clear: both;
}

/*---------------------------------------------
	inboxPage
---------------------------------------------*/

.inbox table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.delete {
	font-size: 9px;
}

.from, .subject, .date, .old .delete a, .old .from a, .old .subject a {
	font-weight: bold;
	color: #aaa;
}

.old .delete a:hover, .old .from a:hover, .old .subject a:hover {
	color: #fff;
	background: #aaa;
}

.new .from, .new .subject, .new .date, .new .body {
	color: #6fb3df;
}

.inbox .from {
	margin-top: 0;
}

.inbox th {
	background: #eee;
	border-bottom: 1px solid #000;
}

.inbox td {
	border-bottom: 1px dotted #ccc;
}

.inbox .subjectCol, .dateCol, .fromCol {
	padding-left: 10px;
	padding-right: 10px;
}

.inbox .dateCol {
	width: 13em;
	padding: 0;
}

/*---------------------------------------------
	readMessage Page
---------------------------------------------*/

.message h3 {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}

/*---------------------------------------------
	showSentMessage Page
---------------------------------------------*/

.sentMessage h3 {
	display: block;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #6fb3df;
}

.sentMessage p {
	margin: 0;
	padding-left: 10px;	
}

/*---------------------------------------------
	images Pages
---------------------------------------------*/

.imageLinks {
	color: #6fb3df;
	text-align: center;
}

.imageLinks h4 {
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

.imageLinks .even a{
	color: #bbb;
	background-color: #e8e8e8;
	border-bottom: 1px dotted #bbb;
}

.imageLinks .even a:hover {
	color: #fff;
	background: #bbb;
}

/*-------------------------------------*/

.thumbWrapper {
	background: url(images/shadow2.gif) no-repeat bottom right;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.thumbWrapper div {
	float: left;
	padding: 0 3px 3px 3px;
}

.thumbWrapper img {
	width: 97px;
	border: solid 3px #FFF;
	float: left;
}

.deleteImage {
	float: left;
	margin: 85px 0 0 -105px;
}

.thumbWrapper img:hover {
	border: solid 3px #e1ecff;
}

/*---------------------------------------------
	userHome page
---------------------------------------------*/

.userInfo span {
	font-size: 12px;
	background: #eee;
}

.userInfo h3 {
	display: block;
	margin: 4px 0 4px 0;
}

.alert h3 {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.userThumbEdit {
	background: url(images/shadow2.gif) no-repeat bottom right;
	float: left;
	margin-right: 5px;
}

.userThumbEdit div {
	float: left;
	padding: 0 3px 3px 3px;
}

.userThumbEdit img {
	width: 75px;
	border: solid 3px #FFF;
	float: left;
}

.clear {
	clear: both;
}

/*---------------------------------------------
	showsPage
---------------------------------------------*/

.shows table, .manageUsers table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.shows td, .manageUsers td {
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #ccc;
}

.shows th, .manageUsers th {
	background: #eee;
	border-bottom: 1px solid #000;
}

td.details {
	text-align: center;
}

.manageUsers td {
	text-align: center;
}

.showDetails h2 {
	display: block;
	border-bottom: 1px dotted #ddd;
}