@CHARSET "UTF-8";

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	margin: 0px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	color: #4F5155;
	text-align: center;
}

.main {
	text-align: justify;
	width: 566px;
}

ol {
	margin: 0;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

h2 {
	color: white;
	border-bottom: 1px solid #D0C5BF;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 2px 0;
	margin: 2px 0 2px 0;
}

h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 4px 0;
}

pre {
	margin: 0;
	padding: 0;
}

.footer {
	border-top: 1px solid #866F69;
	margin-top: 2px;
	padding: 2px 0 25px 0;
	font-size: 10px;
	text-align: center;
}

.mainbox {
	margin: 0;
	background-color: #866F69;
	padding: 4px;
	width: 558px;
}

.outerbox {
	background-color: #D0C5BF;
	font-size: 12px;
	padding: 4px;
	margin: 4px 0 0 0;
	width: 550px;
	overflow: hidden;
}

.innerbox {
	background-color: #866F69;
	padding: 4px;
	margin: 4px 0 0 0;
	float: left;
	width: 542px;
	color: white;
}

.innerbox h3 {
	color: white;	
}

.toolbox {
	border-top: 1px solid #866F69;
	background-color: #D0C5BF;
	font-size: 12px;
	padding: 4px;
	margin: 0;
	width: 550px;
	overflow: auto;
	text-align: right;
}

.innertoolbox {
	border-top: 1px solid #D0C5BF;
	background-color: #866F69;
	font-size: 12px;
	padding: 4px;
	margin: 0;
	width: 542px;
	overflow: auto;
	text-align: right;
}

.errorbox {
	background-color: #866F69;
	border: 1px solid white;
	padding: 4px;
	margin: 0 0 10px 0;
	float: left;
	width: 540px;
	color: white;
	text-align: center;
}

.menu {
	border-bottom: 1px solid #866F69;
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 1px;
}

.menuitem {
	border: 1px solid #866F69;
	background-color: #D0C5BF;
	color: black;
	padding: 0 2px 0 2px;
	margin-right: 2px;
	font-size: 12px;
}

.activemenuitem {
	border: 1px solid #866F69;
	background-color: #866F69;
	color: white;
	padding: 0 2px 0 2px;
	margin-right: 2px;
	font-size: 12px;
}

a:hover.menuitem {
	text-decoration: none;
	color: white;
	background-color: #866F69;
}

a:hover.activemenuitem {
	text-decoration: none;
}

.submenu {
	border-bottom: 1px solid #D0C5BF;
	padding: 1px 0 3px 0;
	margin-top: 2px;
}

.submenuitem {
	border: 1px solid #D0C5BF;
	color: white;
	padding: 0 2px 0 2px;
	margin-right: 2px;
	font-size: 12px;
}

.activesubmenuitem {
	border: 1px solid #D0C5BF;
	background-color: #D0C5BF;
	color: black;
	padding: 0 2px 0 2px;
	margin-right: 2px;
	font-size: 12px;
}

a:hover.submenuitem {
	text-decoration: none;
	color: black;
	background-color: #D0C5BF;
}

a:hover.activesubmenuitem {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

.image {
	float: left;
	margin: 0 4px 4px 0;
}

.imagecaption {
	margin-right: 8px;
	margin-bottom: 4px;
	font-size: 9px;
	text-align: right;
}

.pages {
	font-size: 12px;
	color: #866F69;
}

.pagelink {
	border: 1px solid #866F69;
	padding: 0 2px 0 2px;
}

a:hover.pagelink {
	text-decoration: none;
	color: white;
	background-color: #866F69;
}

.currentpage {
	border: 1px solid #866F69;
	background-color: #866F69;
	color: white;
	padding: 0 2px 0 2px;
}

a:hover.currentpage {
	text-decoration: none;
}

.previouspagelink {
	border: 1px solid #866F69;
	padding: 0 2px 0 2px;
}

a:hover.previouspagelink {
	text-decoration: none;
	color: white;
	background-color: #866F69;
}

.previouspagelinkdisabled {
	border: 1px solid #866F69;
	color: #866F69;
	padding: 0 2px 0 2px;
}

.nextpagelink {
	border: 1px solid #866F69;
	padding: 0 2px 0 2px;
}

a:hover.nextpagelink {
	text-decoration: none;
	color: white;
	background-color: #866F69;
}

.nextpagelinkdisabled {
	border: 1px solid #866F69;
	color: #866F69;
	padding: 0 2px 0 2px;
}

table.gigs {
	text-align: left;
	
}

th {
	text-align: center;
	padding: 1px 2px 1px 2px;
	border: 1px solid #866F69;
}

table.dotted td {
	border: 1px dotted #866F69;
	padding: 2px;
	margin: 0;
}

td {
	vertical-align: top;	
}

.inactive {
	color: #866F69;
}

.nextgigtitle {
	font-weight: bold;
	color: white;
	background-color: #866F69;
	margin-top: 2px;
	text-align: center;
}

.nextgig {
	background-color: #866F69;
	color: white;
	border: 1px solid #866F69;
}

.readonbutton {
	border: 1px solid #866F69;
	background-color: #866F69;
	color: white;
	padding: 0 2px 0 2px;
	font-size: 12px;
	float: right;
}

a:hover.readonbutton {
	text-decoration: none;
	background-color: #D0C5BF;
	color: black;
}

.loginbar {
	background-color: #866F69;
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: white;
	width: 100%;
	filter: Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-size: 12px;
}

.loginbutton {
	border: 1px solid white;
	background-color: #D0C5BF;
	color: black;
	padding: 0 2px 0 2px;
	font-size: 12px;
	filter: none;
}

a:hover.loginbutton {
	text-decoration: none;
	background-color: white;
	color: black;
}

.darkbutton {
	border: 1px solid #866F69;
	background-color: #866F69;
	color: white;
	padding: 0 2px 0 2px;
	font-size: 12px;
}

a:hover.darkbutton {
	text-decoration: none;
	background-color: #D0C5BF;
	color: black;
}

.brightbutton {
	border: 1px solid white;
	background-color: #D0C5BF;
	color: black;
	padding: 0 2px 0 2px;
	font-size: 12px;
}

a:hover.brightbutton {
	text-decoration: none;
	background-color: #866F69;
	color: white;
}

.basketbutton {
	border: 2px solid white;
	border-left-width: 0;
	background-color: #866F69;
	background-image: url(../../images/basket_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	color: white;
	font-size: 20px;
	padding: 0 3px 2px 3px;
	float: left;
}

a:hover.basketbutton {
	text-decoration: none;
	background-color: #D0C5BF;
	background-image: url(../../images/basket_black.gif);
	color: black;
}

input[type=text] {
	width: 300px;
	background-color: #D0C5BF;
	border: 1px solid #866F69;
}

select {
	width: 303px;
	background-color: #D0C5BF;
	border: 1px solid #866F69;
}

input[type=password] {
	width: 300px;
	background-color: #D0C5BF;
	border: 1px solid #866F69;
}

input[type=text].search {
	background-color: #866F69;
	border: 1px solid #D0C5BF;
	margin-right: 1px;
	width: 150px;
}

input[type=text]:focus, select:focus {
	background-color: white;
}

input[type=password]:focus {
	background-color: white;
}

textarea {
	width: 300px;
	height: 150px;
	background-color: #D0C5BF;
	border: 1px solid #866F69;
}

textarea:focus {
	background-color: white;
}

form {
	width: 550px;
	float: left;
}

input[type=submit] {
   color: white;
   background-color: #866F69;
   border-color: #866F69;
   border-width: 1px;
}

input[type=submit]:focus {
	border-color: white;
}

input[type=reset] {
   color: white;
   background-color: #866F69;
   border-color: #866F69;
   border-width: 1px;
}

input[type=reset]:focus {
	border-color: white;
}

form td {
	vertical-align: middle;
}

label {
	position: relative;
	top: -2px;
}

.checked {
	background-image: url(../../images/checked.gif);
	background-repeat: no-repeat;
	background-position: 283px 1px;
}

textarea.checked {
	background-position: 266px 1px;
	overflow-y: scroll;
}

.price {
	border: 2px solid white;
	background-color: #866F69;
	color: white;
	font-size: 20px;
	padding: 0 5px 2px 5px;
	float: left;
}

.title {
	border-bottom: 1px solid #D0C5BF;
	width: 558px;
}

#communitymenu {
	position: fixed;
	bottom: 20px;
	right: 0px;
	border: 1px solid #866F69;
	background-color: #866F69;
}

#communitymenu div {
	border: 1px solid #D0C5BF;
	background-color: #866F69;
	color: white;
	padding: 0 2px 0 2px;
	font-size: 12px;
}

.listrow:hover {
	background-color: #D0C5BF;
	cursor: pointer;
}