/*general styles--------------------*/
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #666;
	color: #000;
}
.popup {
	background-color: #fff;
	text-align: left;
	margin: 0;
}
hr {
	border: solid 1px #ccc;
}
td {
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
	color: #000;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 12px 0;
	padding-bottom: 4px;
	color: #000;
	border-bottom: 1px solid #006;
}
h2, heading {
	color: #000;
	font-family: Verdana;
	font-size: 15px;
	margin: 12px 0 8px 0;
	font-weight: bold;
}
h3 {
	color: #666;
	font-family: Verdana;
	font-size: 12px;
	margin: 4px 0 2px 0;
}
a, a:visited, a:link {
	color: #069;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
ul, ol {
	margin: 2px auto 2px 35px;
}
li {
	padding-bottom: 5px;
}
input, select {
	font-size: 11px;
	color: #000;
	font-family: Verdana;
	margin: 0;
}
textarea, .textarea {
	font-size: 11px;
	font-family: Verdana;
	width: 245px;
	height: 50px;
}
.clear {
	display: block;
    height: 1px;
    clear: both;
    visibility: hidden;
}
.bigtextarea {
	font-size: 11px;
	font-family: Verdana;
	width: 245px;
	height: 100px;
}
.hidden {
	display: none;
}
.error {
	margin: 10px 15px 10px 0;
	padding: 5px;
	border: 1px solid #f00;
	background: #eee;
	width: 435px;
	color: #f00;
	font-size: 11px;
	font-family: Verdana;
}
.success {
	margin: 10px 15px 10px 0;
	padding: 5px;
	border: 1px solid #000;
	background: #eee;
	width: 435px;
	color: #000;
	font-size: 11px;
	margin: 5px 0 5px 0;
	font-family: Verdana;
}
.current, .instructions {
	margin: 5px 0 10px 0;
	font-size: 11px;
	font-family: Verdana;
	color: #666;
}
.instructions {
	border: solid 1px #666;
	background-color: #eee;
	padding: 5px;
	position: relative;
	color: #000;
	width: 435px;
}
.intro {
	font-style: italic;
	margin: 5px 0 10px 0;
}
.newsheading {
	color: #666;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.newsimage {
	padding: 5px 0 10px 0;
	font-size: 11px;
	text-align: center;
}
.listnewsimage {
	float: right;
	padding: 5px 0 5px 10px;
	font-size: 11px;
	text-align: center;
}
.prev {
	float: left;
	margin: 2px;
}
.next {
	float: right;
	margin: 2px;
}
.gapbelow {
	margin-bottom: 8px;
}
.small {
	font-size: 10px;
}
.left {
	float: left;
}
.contentimageright {
	float: right;
	margin: 2px;
}	
.icontext {
	margin: -14px 0 2px 20px;
}
.emdevlink {	
	margin: 20px 0 20px 0;
}
.superscript {
	font-size: 9px;
	float: right;
}
.mandatory {
	color: #000;
	padding-left: 5px;
	background: url(/functional/images/mandatory.gif) no-repeat;
}

/*container styles--------------------*/
#popuppagecontainer {
	background: #fff;
	text-align: left;
}
#pagecontainer {
	background: #fff url(/functional/images/navbg.gif) repeat-y;
	width: 778px;
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;
}
#leftcontainer {
	width: 172px;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}
#contentcontainer {
	float: left;
	width: 585px;
	height: auto;
	margin: 10px 5px 10px 10px;
}
#popupcontentcontainer {
	margin: 10px;
}

/*header styles--------------------*/
#headercontainer {
	width: 100%;
	height: 93px;
}
#headercontainer .headtext {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 25px;
	width: 382px;
	height: 42px;
	float: left;
	margin: 0 1px 0 1px;
}
#popuppagecontainer #headercontainer .headtext {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
#headercontainer .leftimage {
	float: left;
	width: 172px;
	height: 92px;
}
#headercontainer .rightimage {
	float: left;
	width: 172px;
	height: 92px;
}

/*top nav--------------------*/
#topnavcontainer {
	background: #c33 url(/functional/images/topnavbg.gif) repeat-x;
	background-color: #39c;
	color: #000;
	width: 100%;
	border-bottom: 1px solid #fff;
	clear: both;
}
#topnavcontainer td {
	text-align: center;
	border-left: 1px solid #fff;
	width: 154px;
	height: 16px;
	padding: 0;
}
#topnavcontainer td a {
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 5px 1px 0 0;
	height: 20px;
	width: 100%;
}
#topnavcontainer td a:hover, #topnavcontainer td a:active, #topnavcontainer td a.selected {
	background: #c33 url(/functional/images/topnavselectedbg.gif) repeat-x;
	color: #fff;
	background-color: #000;
}
#topnavcontainer .first {
	border-left: 0px;
}

/*login form styles--------------------*/
#loginform {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 10px 8px 10px 8px;
	width: 156px;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	margin-bottom: 20px;
}
#loginform .error {
	width: 143px;
}
#loginform .button {
	float: right;
	margin-top: 3px;
}
#loginform .textbox {
	font-size: 10px;
	width: 80px;
	float: right;
	margin-bottom: 3px;
}
#loginform .label {
	float: left;
	padding-top: 3px;
	clear: both;
}
#logoutform {
	font-family: Verdana;
	font-size: 10px;
	padding: 0 8px 5px 8px;
	width: 156px;
	text-align: left;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
#logoutform #label  {
	font-family: Verdana;
	padding-top: 3px;
}
#logoutform .button {
	font-size: 10px;
	margin-top: 5px;
	float: right;
}

/*footer styles--------------------*/
#footercontainer {
	color: #000;
	width: 100%;
	height: 20px;
	background-color: #000;
	text-align: center;
	border-top: 1px solid #fff;
}
#footercontainer ul {
	list-style-type: none;
	margin: 0;
	float: right;
}
#footercontainer li {
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	height: 16px;
	padding: 2px 10px 2px 10px;
}
#footercontainer li a {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#footercontainer li a:hover, #footercontainer li a:active {
	color: #ccc;
	text-decoration: none;
}

/*left nav--------------------*/
#leftnav {
	margin: 0 0 30px 0;
	clear: both;
}
#leftnav .level1 {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftnav .level2 {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#leftnav .level1 li {
	float: left;
	background-color: #39c;
	width: 172px;
	padding: 0;
}
#leftnav .level2 li {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 164px;
}
#leftnav li a {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	display: block;
	padding: 6px 2px 6px 8px;
	border-top: 1px solid #fff;
}
#leftnav .level2 li a {
	border: 0;
	padding: 4px 2px 4px 8px;
}
#leftnav li a:hover, #leftnav li a:active {
	color: #fff;
	background-color: #000;
}
#leftnav .level2 li a:hover, #leftnav .level2 li a:active {
	border-top: 1px solid #000; /*for some reason need this line for hover to work on level 2*/
	border: 0;
}
#leftnav li a.selected {
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
#leftnav .level2 li a.selected {
	font-weight: normal;
	color: #fff;
	border: 0;
}

/*edit form styles--------------------*/
#editform {
	margin: 10px 15px 10px 0;
	padding: 5px;
	border: 1px solid #666;
	background: #eee;
	width: 435px;
	float: left;
}
#editform td {
	padding: 5px;
}
#editform .control {
	width: 435px;
	clear: both;
}
#editform .textareacontrol {
	width: 435px;
	clear: both;
}
#editform .bigtextareacontrol {
	width: 435px;
	clear: both;
}
#editform .label {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 180px;
	height: 20px;
	clear: both;
}
#editform .fulllabel {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 430px;
	clear: both;
}
#editform .value, #editform .staticvalue {
	font-size: 11px;
	font-family: Verdana;
	float: right;
	width: 250px;
}
#editform .textbox {
	float: left;
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 243px;
}
#editform .selectbox {
	float: left;
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 250px;
}
#editform .radiolist {
	font-size: 11px;
	font-family: Verdana;
	float: left;
}
#editform .radiolist label {
	margin-right: 10px;
}
#editform .multiselect {
	font-size: 11px;
	font-family: Verdana;
	float: left;
}
#editform .multiselectbox {
	width: 116px;
	height: 200px;
	float: left;
}
#editform .multiselectbuttons {
	float: left;
}
#editform .midtextbox {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 188px;
}
#editform .guesttextbox {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 120px;
}
html>body #editform .guesttextbox {
	width: 119px;
}
#editform .typetextbox {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 68px;
}
html>body #editform .typetextbox {
	width: 69px;
}
#editform .dayOfWeek {
	margin: 3px 0 0 1px;
	float: left;
	width: 25px;
}
#editform .datebox1, #editform .smalltextbox {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 56px;
}
#editform .datebox2 {
	font-size: 11px;
	font-family: Verdana;
	float: left;
	width: 111px;
}
#editform .button {
	text-align: right;
	clear: both;
}
#editform .success {
	font-weight: bold;
}
#editform .rule {
	border-bottom: 1px solid #666;
	margin: 0 -2px 0 0;
	width: 433px;
	height: 5px;
	line-height: 0;
	clear: both;
}
#editForm #calendar {
	position: absolute;
	margin: 1px 2px 2px 2px;
}
#editform .file {
}
#editform #file input { 
	width: 249px; 
}
html>body #file {
	margin-left: 2px;
}
/*booking confirm table styles--------------------*/
#confirmtable {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 100%;
	clear: both;
}
#confirmtable td {
	padding: 2px;
}
#confirmtable .firstrow {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
#confirmtable .lastrow {
	border-top: 1px solid #666;
	font-weight: bold;
}
#confirmtable .firstcell {
	width: 100px;
}
#confirmtabledates td {
	padding: 2px;
}

/*event panel--------------------*/
#eventpanel {
	float: left;
	width: 110px;
	border: 1px solid #666;
	padding: 0 3px 0 3px;
	background-color: #eee;
	margin: 10px 0 0 5px;
	font-size: 11px;
}
#eventpanel h2 {
	margin: 5px 0 2px 0;
	font-size: 12px;
}
#eventpanel .eventinfo {
	margin: 3px 0 3px 0;
}

/*availability calendar--------------------*/
#availcalendar {
	text-align: center;
	margin-right: 10px;
}
html>body #availcalendar {
	margin: 0 0 10px 25px;
}
#availcalendar td {
	width: 45px;
	padding: 0;
}
#availcalendar .canselect {
	cursor: hand;
}
#availcalendar .heading {
	text-align: center;
	height: 15px;
}
#availcalendar .datecell {
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	text-align: left;
}
#availcalendar .today {
	background-color: #ccc;
}
#availcalendar .top {
	border-top: 1px #666 solid;
}
#availcalendar .left {
	border-left: 1px #666 solid;
	float: none;
}
#availcalendar .event {
}
#availcalendar .date {
	color: #000;
	font-size: 11px;
	width: 14px;
	text-align: center;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	background-color: #f66;
}
#availcalendar a:link, #availcalendar a:visited {
	color: #000;
}
#availcalendar a:hover, #availcalendar a:active {
	color: #fff;
}
#availcalendar .canbook {
	background-color: #6c6;
}
#availcalendar .past {
	background-color: #eee;
	color: #666;
}
#availcalendar img {
	width: 20px;
	height: 20px;
	border: 0;
}
#key  {
	clear: both;
	margin-top: 2px;
}
#key .availdate, #key .pastdate, #key .disableddate {
	float: left;
	width: 14px;
	border: 1px #666 solid;
	background-color: #6c6;
	clear: both;
	margin: 0 6px 2px 2px;
	text-align: center;
}
#key .availdate {
	background-color: #6c6;
}
#key .pastdate {
	background-color: #eee;
	color: #666;
}
#key .disableddate {
	color: #000;
	background-color: #f66;
}
#availcalendar .bunksavail {
	margin-top: -10px;
	padding: 0 10px 0 0;
	float: right;
}
#availcalendar .waitlist {
	padding: 0 10px 2px 0;
	clear: both;
	color: #666;
	float: right;
}
#availcalendar .noselect .bunksavail {
	color: #ccc;
}

/*maintain bookings--------------------*/
#maintainbooking {
	margin: 10px 15px 10px 0;
	padding: 5px 5px 5px 2px;
	border: 1px solid #666;
	background: #eee;
	width: 445px;
}
#maintainbooking .toprow {
	border-top: solid 1px #666;
}
#maintainbooking td {
	padding: 2px 4px 2px 4px;
	font-size: 11px;
}
#maintainbooking .button {
	width: 55px;
	margin-bottom: 2px;
}
#maintainbooking .midbutton {
	width: 69px;
	margin-bottom: 2px;
}
#maintainbooking .bigbutton {
	width: 142px;
	margin-bottom: 2px;
}
#maintainbooking .firstcol {
	border-left: solid 1px #666;
}
#maintainbooking .nightdetail {
	clear: both;
}
#maintainbooking .status {
	text-align: center;
}
#maintainbooking .showdetail {
	float: left;
}
#maintainbooking .hidedetail {
	float: left;
}

/*booking detail--------------------*/
#bookingdetail {
	margin: 0 0 10px 0;
	border: solid 1px #ccc;
	clear: both;
	width: auto;
}
html>body #bookingdetail {
	float: left;
}
#bookingdetail .toprow {
	border-top: solid 1px #ccc;
}
#bookingdetail .firstcol {
	border-left: solid 1px #ccc;
}
#bookingdetail .all {
	background-color: #ccc;
}
#bookingdetail .td {
	width: 100px;
	text-align: center;
}
html>body #bookingdetail .td {
	width: 120px;
}
#bookingdetail .radio { 
	color: #ccc;
	cursor: hand;
	text-align: center;
	width: 23px;
	display: block;
	float: left;
}
html>body #bookingdetail .radio { 
	cursor: pointer;
}
#bookingdetail .member { 
	color: #666;
	width: auto;
	float: none;
}
#bookingdetail .all .radio { 
	color: #666;
}
#bookingdetail .all .selected { 
	font-weight: normal;
}
#bookingdetail .selected { 
	font-weight: bold;
	color: #000;
	cursor: auto;
}
#bookingdetail .disabled { 
	color: #fff;
	cursor: auto;
}
/*bunk list--------------------*/
#bunklist, #viewlist {
	margin: 10px 10px 10px 0;
	background-color: #eee;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
#viewlist {
	border-top: 0;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#viewlist .roomname {
	width: 60px;
	text-align: center;
	z-index: 100;
}
#bunklist .button {
	width: 100%;
}
#bunklist td {
	width: 150px;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
#bunklist select {
	width: 140px;
}
#viewlist td {
	width: 130px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 11px;
}
#bunklist .toprow {
	border-top: solid 1px #666;
}
#viewlist .toprow {
	border-top: solid 1px #000;
}
#bunklist td.small {
	font-size: 10px;
	width: 60px;
	text-align: center;
}
#viewlist .small {
	font-size: 11px;
	width: 80px;
	text-align: center;
}
#bunklist .draggable {
	color: #000;
}
#bunklist .droppable {
	width: 100%;
	position: absolute;
}
#bunklist .overdroppable {
	background-color: #ccc;
}
#bunklist .numunallocated {
	float: left;
	font-weight: bold;
}
#bunklist .unallocated {
	background-color: #ccc;
}

/*bunk list--------------------*/
#bunklistnew {
	margin: 10px 10px 10px 0;
	background-color: #eee;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
#bunklistnew .button {
	width: 100%;
}
#bunklistnew td {
	width: 150px;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
#bunklistnew .toprow {
	border-top: solid 1px #666;
}
#bunklistnew td.small {
	font-size: 10px;
	width: 60px;
	text-align: center;
}
#bunklistnew td div.roomname {
	width: 60px;
	text-align: center;
	z-index: 100;
}
#bunklistnew .draggable {
	color: #000;
	cursor: hand;
}
body>html #bunklistnew .draggable {
	cursor: pointer;
}
#bunklistnew .droppable {
	width: 100%;
	position: absolute;
}
#bunklistnew .overdroppable {
}
#bunklistnew .numunallocated {
	float: left;
	font-weight: bold;
}
#bunklistnew .unallocated {
	background-color: #ccc;
}

/*bunk list new 2--------------------*/
#bunklistnew2 {
	margin: 10px 10px 10px 0;
	background-color: #eee;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	clear: both;
}
#bunklistnew2 .button {
	width: 100%;
}
#bunklistnew2 td {
	width: 150px;
	border-right: 1px solid #666;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
#bunklistnew2 .toprow {
	border-top: solid 1px #666;
}
#bunklistnew2 .small {
	font-size: 10px;
	width: 60px;
}
#bunklistnew2 .roomname {
	width: 60px;
	text-align: center;
	z-index: 100;
}
#bunklistnew2 .draggable {
	color: #000;
	cursor: hand;
	width: 143px;
}
html>body #bunklistnew2 .draggable {
	cursor: pointer;
}
#bunklistnew2 .droppable {
	height: 15px;
	overflow: hidden;
}
#bunklistnew2 .unallocated {
	background-color: #ccc;
}
#bunklistnew2 .numunallocated {
	float: left;
}

/*menber list--------------------*/
#memberlist {
	width: 100%;
	background-color: #eee;
	margin-top: 10px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#memberlist td {
	border-bottom: 1px solid #666;
}

/*sitemap--------------------*/
#sitemap {
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
	margin: -10px 0 2px 0;
}
#sitemap td {
	vertical-align: middle;
}
#sitemap .level1 {
	border-top: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 10px 0 0 0;
}
#sitemap .level2 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 10px;
	margin: 0;
}
#sitemap .level3 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 20px;
}
#sitemap .add {
	font-size: 10px;
}

/*photo gallery--------------------*/
#photogallery {
	width: 520px;
	margin: 10px 5px 10px 0;
	padding: 5px 5px 10px 5px;
	background: #eee;
	border: 1px solid #666;
	float: left;
}
#photogallery #gallery {
	clear: both;
	float: left;
	width: 515px;
}
#photogallery #thumbnail {
	font-size: 11px;
	text-align: center;
	float: left;
	margin: 5px;
	width: 150px;
}
#photogallery #thumbnailrow {
	clear: both;
}
#photogallery #tinyimage {
	text-align: center;
	vertical-align: bottom;
	float: left;
	margin: 2px 5px 2px 0;
	height: 60px;
}
#photogallery img {
	border: 1px solid #f00;
}
#photogallery .approved {
	border: 1px solid #000;
}

/*messageboard--------------------*/
#abstractmessageboard {
	float: right;
	width: 250px;
	border: 1px solid #666;
	padding: 0 3px 0 3px;
	background-color: #eee;
	margin: 0 0 0 5px;
	font-size: 11px;
}
#abstractmessageboard h2 {
	margin: 5px 0 2px 0;
}
#abstractmessageboard .message {
	margin: 6px 0 6px 0;
}
#abstractmessageboard .heading {
	float: left;
	font-weight: bold;
}
#category {
	float: left;
	padding-top: 2px;
	margin: 0 10px 10px 0;
}
#category img {
	margin: -2px 5px 0 0;
}
#paging {
	width: 570px;
	clear: both;
	padding-top: 5px;
}
#messageboard {
	width: 570px;
	margin: 5px 5px 0 0;
	background: #eee;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	float: left;
}
#messageboard td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #666;
}
#messageboard .heading {
	border-bottom: 0;
	padding: 2px 5px 0 5px;
	float: left;
}
#messageboard h2 {
	margin: 0 0 2px 2px;
	float: left;
}
#messageboard img, .categoryimage {
	float: left;
	margin-left: -2px;
	padding: 0;
}
#messageboard .reply {
	margin: 2px 0 0 1px;
	clear: both;
	width: 100%;
}
#messageboard .del {
	margin: 3px 0 0 0;
}
#messageboard .body {
	clear: both;
	width: 100%;
}
html>body #messageboard .body, html>body #messageboard .reply {
	float: left;
}

/*labels--------------------*/
#labels {
	width: 195mm;
	text-align: center;
	margin-top: 13px;
}
#labels td {
	width: 64mm;
	height: 33mm;
}
#labels .pagebreakbefore 
{
	page-break-before: always;
}

/*invoices--------------------*/
#invoicesummary {
}
#invoiceprint {
	text-align: center;
}
#invoices {
	width: 550px;
	page-break-after: always;
	text-align: left;
	margin: 30px 0 30px 0;
	padding: 30px 0 0 0;
}
#invoices .header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
#invoices .address {
	float: left;
	margin: 30px 0 30px 0;
}
#invoices .date {
	float: right;
	margin: 30px 0 40px 0;
}
#invoices .heading {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding: 0 0 25px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
}
#invoices .subname {
	clear: both;
	float: left;
	width: 350px;
}
#invoices .numpeeps {
	float: left;
	width: 100px;
	text-align: right;
}
#invoices .subamount {
	float: left;
	width: 100px;
	text-align: right;
}
#invoices .totalrow, #invoices .subrow {
	clear: both;
}
#invoices .total {
	clear: both;
	float: left;
	width: 350px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	font-weight: bold;
}
#invoices .totalamount {
	float: left;
	width: 200px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	text-align: right;
	font-weight: bold;
}

#invoices .fammembers {
	clear: both;
	margin: 60px 0 30px 0;
}
#invoices .footer {
}

/*transactions--------------------*/
#transactions {
	width: 100%;
}
#transactions td {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
}

/*booking detail--------------------*/
#addtobookingdetail {
	border: 1px solid #ccc;
}
#addtobookingdetail td {
	font-size: 11px;
	font-family: Verdana;
}
#addtobookingdetail .status {
	text-align: center;
}

