body {
	margin:0;
	padding:0;
	font-family: arial, helvetica;
	font-size: 12px;
	color: black;
}

a { }
a:visited { }
a:hover { color: royalblue; }

img { border: 0; }

.picturelink { border: 0px; }

p,pre {
	font-size:14px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	font-weight:bold;
}
h2 {
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}
.icon {
	border: 0px;
	vertical-align: middle;
	height: 14px
}
center {
	font-size: 14px;
	padding: 10px;
}
label {
	font-size: 16px;
	font-weight: bold;
}
input {
	font-size: 18px;
}
/* *** Frame  *** */
#frame {
	width:915px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	position:relative;
}

/* *** Content Bottom *** */
#contentbottom {
	padding:1px;
	margin: 10px 0px 0px -10px;
	position:absolute;
	top: 20px;
	left: 93px;
}

/* *** Paypal *** */
#paypal {
	padding:1px;
	margin: 10px 0px 0px -10px;
	position:absolute;
	top: 580px;
	left: 200px;
}

/* *** Content Left *** */
#contentleft {
	width:175px;
	margin: 10px 0px 0px 0px;
	padding:1px;
	float: left;
	font-size: 12px;
}
.listcontent {
	height: 500px;
	position:relative;
	top: -7px;
}
.guestSubList {
	top: 10px;
	width: 175px;
	position: absolute;
}
.guest {
	float: left;
	text-align: left;
	cursor:move;
}
.guestIcons {
	text-align: right;
}
.table {
	float: left;
	text-align: left;
}
.tableIcons {
	float: right;
	text-align: right;
}
/* *** Center Content *** */
#contentcenter {
	padding:1px;
	float:left;
	margin: 10px 0px 0px -10px;
	position:absolute;
	left:190px;
	top: 35px;
}
.floorPlan {
	width: 725px;
	height: 500px;
	border: 1px solid gray;
	top:10px;
	left:0px;
	position: relative;
}
.seatingTable {
	position: absolute;
	cursor: move;
}

.seatingTableHighlight {
	font-weight: bold;
}
.seatingTableLabel {
	top: 20%;
	text-align: center;
	position: relative;
	color: white;
}
.seatingTableEdit {
	position: absolute;
	text-align: center;
	width: 20px;
	height: 20px;
	top: 100px;
	left: 100px;
	background-color: aquamarine;
	z-index: 10;
	cursor: pointer;
}

.floorPlanLabel {
	position: absolute;
	width: 100px;
	height: 20px;
	text-align: center;
	cursor: move;
}
.floorPlanLabelName {
	top: 5px;
	text-align: center;
	position: relative;
	color: black;
}


/* *** Content Header *** */
#contentheader {
	background: url(/images/_header_back.jpg);
	color: white;
	margin: 0px 0px 10px 0px;
}
#mainMenu {
	float:left;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}
#mainMenu a {
	color: white;
	text-decoration: none;
}
#userMenu {
	padding: 0px;
	margin: 2px 0px 0px 0px;
	float:right;
}
#userMenu a {
	color: white;
	text-decoration: none;	
}
	
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}

/* *** Content Right *** */
#contentright p { font-size:10px}

/* *** Misc Content *** */
#eventName {
	float: left;
	font-weight: bold;
}
#notice {
	float: right;
	color: green;
}

/* *** Reporting *** */
#reportFrame {
	width:725px;
	margin-right:auto;
	margin-left:auto;
}
.reportSeatingTable {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(/images/table0.png) no-repeat;
}
.reportTables {
	position: relative;
}
.reportTableColumn {
	position: absolute;
	width:170px;
}
.reportTableName {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	border-bottom: 2px solid;
	font-color: red;
}



/*  Tabbed Left Side */
.basictab{
padding: 3px 0;
margin-left: 0;
font: 12px Arial;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: white;
color: black;
}

.basictab li a:hover{
background-color: light blue;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #0033CC;
color: white;
}

.tabcontent {
}
/* ^^^^ Tabbed Left Side ^^^^ */


