* {
	margin: 0;
	padding: 0;
}

#ajaxBusy{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	padding: 0;
	background-color: #ffffff;
	z-index: 10100;
	display:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	/* for IE 8*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);		/* for IE 5-7*/
	opacity:0.6;					/* CSS3 standard (safari, opera, chrome) */
}

#ajaxBusy #ajaxBusyText{
	position:relative;
    margin: 20% auto 35% 40%;
	width:30%;
	height: 30%;
	z-index: 10200;
	background: url('images/busy.gif');
	background-repeat:no-repeat;
	background-position:center;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #000000;
}

body {
	background: #000000 url('images/bodybackground.gif') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
}

img {
	border:0;
	margin-right:10px;
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color:#ccc;
}

h3 {
	font-size: 1.5em;
	color:#ccc;
}

h4 {
	letter-spacing: -1px;
	font-size: 2em;
}


p {
	margin-top: 1.8em;
	line-height: 180%;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

b {
	color: #FFFFFF;
}

hr {
	display: none;
}

.clear {
	clear:both;
}

.red {
	color: #ff0000;
}

.taRight {
	text-align: right;
}

.taLeft {
	text-align: left;
}

.taCentre {
    text-align: center;
}

.notSelected{
	text-decoration:line-through;
}

table.tdcentre td{
  text-align:center;
}

.tablecentre {
  margin:0 auto;
}

.tablecentre td, .tablecentre th{
  padding-right:5px;
}

/* Header */

#header {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: url('images/headerbackground.jpg') no-repeat;
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header #userinf{
	float:right;
	margin-top:10px;
	margin-right:10px;
	padding:5px;
}

#header #userinf #userhelp #userhelpdata {
	position: absolute;
	width: 400px;
	padding: 5px;
	z-index: 10100;
	margin-left: 10px;
	color: #000;
	background: #f0f0f0;
	border: 1px dotted #c0c0c0;
	text-align: left;
	display:none;
}
/* navigation */
#wrap {
	margin: 0 auto;
	width:1000px;
	position: relative;
	z-index:10000;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width:1000px;
	padding: 0;
	background: url('images/navigationbackground.jpg');
}

#navigation ul
{
	margin: 0;
	padding: 0;
	z-index: 30
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	font-size:1em;
}

#navigation ul li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
    text-transform: uppercase;
	color: #999;
	text-align: center;
	text-decoration: none
}

#navigation ul li a.current_page
{
	color: white;
}

#navigation ul li a:hover
{
	color:white
}

#navigation ul div
{
	visibility:hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	overflow:hidden;
}

#navigation ul div a
{
	position: relative;
	margin: 0;
	z-index:2;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	border-bottom: 1px solid #999;
}

#navigation ul div a:hover
{
	color: #000
}

#navigation ul div a.current_tab
{
	color: #000
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background: url('images/pagebackground.jpg') no-repeat;
}

/* Content */

#content {
	padding: 0 20px 0 20px;
	width: 960px;
}
#banner_container{
	position: relative;
	top:0;
	z-index:0;
}

#banner_container #banner{
	padding-left:10px;
	position: absolute;
	top:-25px;
	left:350px;
	height: 50px;
	width: 580px;
}

#banner_container #banner b{
	color:yellow;
	font-size:1.2em;
}

#banner_container #banner img {
	position:absolute;
	top:-40px;
	left:0px;
	z-index:3;
}

#banner_container #banner #curtcont{
	width:600px;
	position:absolute;
	top:-40px;
	left:0px;
	height:100px;
	overflow:hidden;
	z-index:1;
}

#banner_container #banner #curtainleft{
	top:0px;
}

#banner_container #banner #curtainright{
	top:0px;
	left:300px;
}

#banner_1, #banner_2, #banner_3{
	overflow:hidden;
	width:30%;
	position:absolute;
	padding:2px 4px;
}

#banner_1 a, #banner_2 a, #banner_3 a{
	text-decoration:none;
}

#banner_3{
	top:-10px;
	left:67%;
}

#banner_2{
	top:-10px;
	left:35%;
}
#banner_1{
	top:-10px;
	left:3%;
}

.hideMe{
	float:left;
	visibility:hidden;
	display:none;
}

.post {
	margin-bottom: 40px;
}


.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .entry #hp_frontleft {
	float:left;
	width:65%;
}

.post .entry #hp_paypal {
	float:left;
	margin-top: 30px;
}

.post .entry #hp_frontright {
	width:320px;
	margin-top:10px;
	float:right;
	text-align:center;
	/*background:#a71d1d url("images/nexttop.gif") no-repeat top left;*/
}
.post .entry #hp_frontright img{
	margin:0 10px 10px 10px;
}

.post .entry #hp_frontright h2 {
	color:#FFFFFF;
}

.post .entry #hp_frontright h3 {
	padding:5px;
}

.post .entry #hp_frontright h3 a{
	font-size:1.2em;
	color:yellow;
}

.post .entry img.oldprod {
	float:right;
}

.post .entry .groups {
	float:left;
	width:405px;
	margin-top:10px;
}

.post .entry .label {
	display:block;
	float:left;
	width:150px;
	margin:5px 0 0 0;
	text-align:right;
}
.post .entry .data {
	display:block;
	margin: 5px 0 0 5px;
	float: left;
}

.post .entry .contactdata {
	display:block;
	padding-left:105px;
}
.post .entry .contactlabel {
	display:block;
	float:left;
	padding:0;
	width:100px;
	text-align:right;
}

.post .entry .adddata{
	float:left;
	margin-left:5px;
}

.post .entry #committee {
	margin-top: 5px;
}

.post .entry #committee td {
	padding: 2px
}

.post .entry div.data {
	width:100px;
	margin-top: 5px;
	padding-left:5px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px 5px 20px;
	background: url('images/img05.gif') no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .entry .upcoming {
	text-align:center;
	margin:0 auto;
}

.post .entry .upcoming .info {
	padding:10px;;
	font-size:1.1em;
}

.post .entry .upcoming .info h3 a {
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	text-decoration: none;
}

.post .meta .comments {
	float: right;
}

.centre {
	text-align:center;
 }

/* pagination */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0000FF;
	text-decoration: none; /* no underline */
	background-color: #0000FF;
	color: #FFFFFF;
}

div.pagination a:hover, div.pagination a:active {
	font-weight: bold;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0000FF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #404040;
	color: #808080;
}

/* Forms */

.mostforms {
	border:1px solid white;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.wideforms {
	border:1px solid white;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.mostforms label,
.mostforms .label,
.wideforms label,
.wideforms .label {
	display:block;
	float:left;
	width:150px;
	margin:5px 0 0 0;
	text-align:right;
}

.mostforms input,
.mostforms textarea,
.mostforms select,
.mostforms checkbox,
.wideforms input,
.wideforms textarea,
.wideforms select,
.wideforms checkbox{
	width: auto;
	margin: 5px 0 0 5px;
}

.wideforms .data {
	width: auto;
	display:block;
	margin: 5px 0 0 5px;
	float: left
}
.cjs {
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:155px;
}

.mostforms fieldset,
.wideforms fieldset {
	border:1px solid grey;
	width: 90%;
	margin: 10px 20px 10px 20px;
	padding: 1em;
}
.mostforms legend,
.wideforms legend  {
  padding: 0.2em 0.5em;
  border:1px solid grey;
  font-size:90%;
  text-align:center;
}


/* buttons*/

.changesubmit {
	width:200px;
	height:31px;
	background: url("images/changebutton.gif") no-repeat 0px -31px;
	margin-left: 155px;
	margin-bottom:5px;
}
.changesubmit:hover { background: url("images/changebutton.gif") no-repeat 0px 0px; }

.update,
.remove,
.change,
.cancel {
	font-weight:bold;
	font-size:0.9em;
	padding:3px;
	margin-bottom:5px;
	white-space:nowrap;
 }

.mostforms .update {
	margin-left:155px;
}

.butSafe, .update{
	color: #000000;	/* Light Green */
	background: url('images/butSafeOff.gif') repeat-x top left;
	border:1px solid #008000;
	padding: 3px;
}

.butDanger, .remove {
	color:#800000;	/* Red */
	background: url('images/butDangerOff.gif') repeat-x top left;
	border:1px solid #800000;
	padding: 3px;
}

.butSelect, .butNavigate, .change{
	color:#fff;		/* blue */
	background: url('images/butSelectOff.gif') repeat-x top left;
	border:1px solid #000080;
	padding: 3px;
}

.butWarning, .cancel{
	color:#ffffff; /* Orange */
	background: url('images/butCautionOff.gif') repeat-x top left;
	border:1px solid #e04f00;
	padding: 3px;
}

.update:hover,
.remove:hover,
.change:hover,
.cancel:hover {
	padding:3px;
	border:0;
}

.butSafe:hover, .update:hover{
	color:#008000;
	background: url('images/butSafeOn.gif') repeat-x top left;
	border:1px solid #008000;
}

.butDanger:hover, .remove:hover {
	color:#800000;
	background: url('images/butDangerOn.gif') repeat-x top left;
	border:1px solid #800000;
}

.butSelect:hover, .butNavigate:hover, .change:hover {
	color:#000080;
	background: url('images/butSelectOn.gif') repeat-x top left;
	border:1px solid #000080;
}

.butWarning:hover, .cancel:hover {
	color:#e04f00;
	background: url('images/butCautionOn.gif') repeat-x top left;
	border:1px solid #e04f00;
}
.floatRight{
	float: right;
}

.mostforms .addlogo, .mostforms .uploadlogo{
	margin-top:5px;
	margin-right:34px;
	clear:right;
	float:right;
	font-weight:bold;
	font-size:0.9em;
	padding:3px;
	border:0;
	margin-bottom:5px;
	border:1px solid #000080;
	color:#fff;
}
.mostforms .addlogo { width:100px; background: url("images/butSelectOff.gif") repeat-x 0px 0px; margin-bottom:5px;}
.mostforms .addlogo:hover { color:#000080; background: url("images/butSelectOn.gif") repeat-x 0px 0px; }
.mostforms .uploadlogo { width:100px; background: url("images/butSelectOff.gif") repeat-x 0px 0px; }
.mostforms .uploadlogo:hover { color:#000080; background: url("images/butSelectOn.gif") repeat-x 0px 0px; }

.buttonform .addgroup,
.buttonform .addrole,
.buttonform .addroom,
.buttonform .newbody,
.buttonform .newaward,
.buttonform .newlink {
	width:150px;
	height:27px;
	background: url("images/addgroup.gif") no-repeat 0px -27px;
	margin-bottom:5px;
	margin-left:0;
}
.buttonform .addgroup:hover { background: url("images/addgroup.gif") no-repeat 0px 0px; }
.buttonform .addrole { background: url("images/addrole.gif") no-repeat 0px -27px; }
.buttonform .addrole:hover { background: url("images/addrole.gif") no-repeat 0px 0px; }
.buttonform .addroom { background: url("images/addroom.gif") no-repeat 0px -27px; }
.buttonform .addroom:hover { background: url("images/addroom.gif") no-repeat 0px 0px; }
.buttonform .newbody { background: url("images/newbody.gif") no-repeat 0px -27px; }
.buttonform .newbody:hover { background: url("images/newbody.gif") no-repeat 0px 0px; }
.buttonform .newaward { background: url("images/newaward.gif") no-repeat 0px -27px; }
.buttonform .newaward:hover { background: url("images/newaward.gif") no-repeat 0px 0px; }
.buttonform .newlink { background: url("images/newlink.gif") no-repeat 0px -27px; }
.buttonform .newlink:hover { background: url("images/newlink.gif") no-repeat 0px 0px; }

/*Link Buttons*/
.post .entry .link_button, .post .entry .Printlink, .post .entry .right {
	display:block;
	width:200px;
	height:24px;
	text-align:center;
	padding-top:7px;
	background: url("images/button.gif") no-repeat 0px -31px;
	text-decoration:none;
	font-weight:bold;
}

.post .entry .link_button:hover, .post .entry .Printlink:hover, .post .entry .right:hover {
	background: url("images/button.gif") no-repeat 0px 0px;
}

.post .entry .Printlink, .post .entry .right{
	float:right;
}

.hide{
	display:none;
}

#seatinfo {
	float:left;
	padding-left:10px;
	width: 520px;
}

#seatinfo form {
	width: 520px;
}
#si_legend {
	float: left;
	background-color:#111111;
	padding: 10px 5px 3px 5px;
}

#si_warnings {
	margin-top: 5px;
	margin-left: 170px;
	width: 350px;
}

#si_main {
/*	position: absolute;
	top: 470px;
	left: 460px; */
	font-weight:bold;
}

#si_info {
	font-weight:bold;
	height: 270px;
}

#si_photo {
	height: 270px;
}

#seats {
	float: left;
	position: relative;
	background: url("images/AuditoriumFloor.jpg") no-repeat left top;
}

#selectable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Disabled {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 15px;
	top: 120px;
}
.SeatLeft, .SeatRight {
	position: absolute;
	width: 30px;
	height: 30px;
}
.Returning.SeatLeft {
	color:black;
	background: url('images/ReturningLeft.gif') no-repeat;
}
.Returning.SeatRight {
	color:black;
	background: url('images/ReturningRight.gif') no-repeat;
}
.Restricted.SeatLeft {
	color:black;
	background: url('images/RestrictedLeft.gif') no-repeat;
}
.Restricted.SeatRight {
	color:black;
	background: url('images/RestrictedRight.gif') no-repeat;
}
.Available.SeatLeft {
	color:black;
	background: url('images/AvailableLeft.gif') no-repeat;
}
.Available.SeatRight {
	color:black;
	background: url('images/AvailableRight.gif') no-repeat;
}
.Unavailable.SeatLeft {
	color:white;
	background: url('images/UnavailableLeft.gif') no-repeat;
}
.Unavailable.SeatRight {
	color:white;
	background: url('images/UnavailableRight.gif') no-repeat;
}
.Sold.SeatLeft {
	color:white;
	background: url('images/SoldLeft.gif') no-repeat;
}
.Sold.SeatRight {
	color:white;
	background: url('images/SoldRight.gif') no-repeat;
}
.Selling.SeatLeft {
	color:white;
	background: url('images/SellingLeft.gif') no-repeat;
}
.Selling.SeatRight {
	color:white;
	background: url('images/SellingRight.gif') no-repeat;
}
.Bought.SeatLeft {
	color:white;
	background: url('images/BoughtLeft.gif') no-repeat;
}
.Bought.SeatRight {
	color:white;
	background: url('images/BoughtRight.gif') no-repeat;
}
.Booking.SeatLeft {
	color:black;
	background: url('images/BookingLeft.gif') no-repeat;
}
.Booking.SeatRight {
	color:black;
	background: url('images/BookingRight.gif') no-repeat;
}
.Basket.SeatLeft {
	color:white;
	background: url('images/BasketLeft.gif') no-repeat;
}
.Basket.SeatRight {
	color:white;
	background: url('images/BasketRight.gif') no-repeat;
}

/* tables */
.pptable {
    padding:2px;
	margin-left:auto;
	margin-right:auto;
}
.pptable td {
    padding:2px;
	font-weight:bold;
    font-size: 1em;
    height: 30px;
	width:200px;
    text-align: center;
}

/* tables */
.tabtable {
    padding:1px;
	margin-left:auto;
	margin-right:auto;
}

.tabtable td {
    padding:1px;
	font-weight:bold;
    font-size: 1em;
	width:auto;
    text-align: center;
}

.mosttables {
	border-collapse:collapse;
	margin-left:auto;
	width:100%;
	margin-right:auto;
}

.mosttables th {
	border-bottom: 1px solid #000;
    height: 30px;
	font-weight:bold;
	font-size:1.2em;
    color: #000;
    background-color: #ededed;
	padding-left: 5px;
	padding-right: 5px;
}

.mosttables td {
	width:auto;
	font-weight:bold;
    border-bottom: 1px dashed #000;
    color: #000;
	background-color: #ececec;
    font-size: 1em;
    height: 30px;
    text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.mosttables td.taTop{
	vertical-align: top;
}
.mosttables td.taLeft{
	text-align: left;
}
.mosttables td.taRight{
	text-align: right;
}
.mosttables td.taHide{
    background-color: #000000;
}
.mosttables td b, .mosttables td.taBold {
    font-size: 1.2em;
	color: #000000;
}
.mosttables td.nowrap{
    white-space:nowrap;
}

.mosttables td.plain {
    color: white;
	background-color: black;
}
.mosttables td.match,
.mosttables td.altcol,
.mosttables th.altcol,
.mosttables td.RoCe{
    background-color: #c0c0c0;
}

.mosttables td.ReCo{
    background-color: #A0A0A0;
}

.mosttables td.ReCe{
    background-color: #808080;
}

.mosttables td.altcolnowrap{
    background-color: #c0c0c0;
    white-space:nowrap;
}

.mosttables td a {
	color:black;
	font-weight:bold;
}
/* Diary Tables */

.diarydw,
.diarymy{
	border-collapse:collapse;
	margin-left:auto;
	width:100%;
	margin-right:auto;
}

.diarydw th,
.diarymy th {
	border-bottom: 1px solid #000;
    height: 30px;
	font-weight:bold;
	font-size:1.2em;
    color: #000;
    background-color: #ededed;
}

.diarydw th.bcol,
.diarymy th.bcol {
    background-color: #c0c0c0;
}

.diarydw th a,
.diarymy th a {
	color:black;
	font-weight:bold;
}
.diarydw td {
	width:auto;
	font-weight:bold;
    border-bottom: 1px dashed #000;
    color: #000;
	background-color: #ececec;
    font-size: 1em;
    height: 30px;
    text-align: center;
}

.diarymy td {
	width:auto;
	font-weight:bold;
    border-bottom: 1px dashed #000;
    color: #000;
	background-color: #ececec;
    font-size: 1em;
    height: 30px;
    text-align: left;
}

.diarydw td.acolarowhdg,
.diarymy td.acolarowhdg{
    background-color: #ececec;
    text-align: center;
	}

.diarymy td.acolarowhdgset{
    background-color: #ececec;
    text-align: center;
	text-decoration: underline;
}

.diarydw td.acolarowset,
.diarymy td.acolarowset{
    background-color: #00FF00;
	border: 1px solid #000000;
	text-decoration: underline;
}

.diarydw td.bcolarow,
.diarymy td.bcolarow{
    background-color: #c0c0c0;
}

.diarydw td.bcolarowhdg,
.diarymy td.bcolarowhdg{
    background-color: #c0c0c0;
    text-align: center;
}

.diarymy td.bcolarowhdgset{
    background-color: #c0c0c0;
    text-align: center;
	text-decoration: underline;
}

.diarydw td.bcolarowset,
.diarymy td.bcolarowset{
    background-color: #0DD40C;
	border: 1px solid #000000;
	text-decoration: underline;
}

.diarydw td.acolbrow,
.diarymy td.acolbrow{
    background-color: #a0a0a0;
}

.diarydw td.acolbrowhdg,
.diarymy td.acolbrowhdg{
    background-color: #a0a0a0;
    text-align: center;
	}

.diarymy td.acolbrowhdgset{
    background-color: #a0a0a0;
    text-align: center;
	text-decoration: underline;
	}

.diarydw td.acolbrowset,
.diarymy td.acolbrowset{
    background-color: #08A808;
	border: 1px solid #000000;
	text-decoration: underline;
}

.diarydw td.bcolbrow,
.diarymy td.bcolbrow{
    background-color: #808080;
}

.diarydw td.bcolbrowhdg,
.diarymy td.bcolbrowhdg{
    background-color: #808080;
    text-align: center;
	}

.diarymy td.bcolbrowhdgset{
    background-color: #808080;
    text-align: center;
	text-decoration: underline;
	}

.diarydw td.bcolbrowset,
.diarymy td.bcolbrowset{
    background-color: #067606;
	border: 1px solid #000000;
	text-decoration: underline;
}

.diarydw td.null,
.diarymy td.null{
    background-color: #000000;
	border: 1px solid #000000;
}

.diarydw .acolarowset div,
.diarydw .bcolarowset div,
.diarydw .acolbrowset div,
.diarydw .bcolbrowset div,
.diarymy .acolarowset div,
.diarymy .bcolarowset div,
.diarymy .acolbrowset div,
.diarymy .bcolbrowset div{
	position: absolute;
	padding: 5px;
	z-index: 10100;
	margin-left: 10px;
	color: #000;
	background: #f0f0f0;
	border: 1px dotted #c0c0c0;
	text-align: left;
	display:none;
}

.diarydw h3,
.diarymy h3{
	    color: #000;
}

.diarydate {
	font-size: 0.8em;
	color:#000000;
}

.diaryshow {
	font-size: 1.2em;
	color:#FF0000;
}

.diaryfunc {
	font-size: 1em;
	color:#0000FF;
}

/* Forms */

.selectform {
	float:right;
}

.buttonform {
	float:left;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.selectuser {
	border:1px solid white;
}

.selectuser .label {
	width:130px;
	text-align:right;
	color:#CCCCCC;
}

.selectuser label {
	width:75px;
	padding: 0px 2px 0px 30px;
	text-align:right;
}

.selectuser input {
	width: auto;
}

.alignright {
	width: auto;
	float:right;
}

.selectuser .button {
	width: 27px;
}

#recipients {
	display:block;
	margin: 5px 0 0 5px;
	float: right;
	width: 77%;
}
/* tab styling */

#sd_showinfo{
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
}

#sd_showinfo ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#sd_showinfo li {
    float:left;
    background:url("images/left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

#sd_showinfo a {
	color:white;
	float:left;
    display:block;
    background:url("images/right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#sd_showinfo a {float:none;}
  /* End IE5-Mac hack */

#sd_showinfo .selected {
    background-image:url("images/left_on.gif");
    border-width:0;
}

#sd_showinfo .selected a  {
    background-image:url("images/right_on.gif");
}

div.tabContent.hide{
	display: none;
}

/* tinyeMCE */
#tinyMCE_wrap{
	display: none;
	position: absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.9;
	-khtml-opacity: 0.8;

}
#tinyMCE_div{
	border: 3px solid #c0c0c0;
 	display: none;
	position: absolute;
	color: #000;
	background: #f0f0f0;
}

/* Site Map */
.sitemap div{
	position: absolute;
	width: 400px;
	padding: 5px;
	z-index: 10100;
	margin-left: 10px;
	color: #000;
	background: #f0f0f0;
	border: 1px dotted #c0c0c0;
	text-align: left;
	display:none;
}
.sitemap h3{
	color: #000;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	background: url('images/footerbackground.gif') no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
