#backcontainer {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	background-color: #8D8F8C;
	background-image: url(assets/images/background.jpg);
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
} 


#backcontainer h2{
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
} 

.tablecell {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
}

.tablecell_off {
	background-color: #848482;
	border: 1px solid #848482;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #333;
}

.imageboxes{
	background-color: #FFF;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.imageboxes_r{
	background-color: #FFF;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.contentboxes{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
} 
.contentboxes_r{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
} 


.restriction {
	font-size: 8px;
	font-weight: bold;
} 
.available { 
	font-size: 9px;
}
.fringe {
	background-color: #A9A9A7;
	background-image: url(assets/images/fringe.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
} 

.button {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #333;
} 

.baskettable {
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
} 
.fromfield_grey {
	color: #CCC;
} 
.formfield_wide {
	width: 220px;
	background-color: #F2F2F2;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
} 
body {
	background-color: #B9262B;
}
#line2div{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
} 
