body
{
	margin: 0;
	padding: 0;
	font: 83%/1.4 arial, helvetica, sans-serif;
	background: #fff url('../graphics/bg.gif') repeat-x;
	color: #0066aa;
}

#wrap
{
	margin: 0 auto 20px auto;
	width: 990px;
}

/*** common content formatting ***/

p { margin: 12px 0; } /* set paragraph spacing */
strong { font-weight: bold; } /* font bold */
em { font-style: italic; }/* font italic */
a { color: #3aaf3a; } /* set default links */
ul { margin: 12px 0 12px 20px; } /* unordered lists */
li { margin: 2px 0; padding-left: 12px; background: url('../graphics/bullet.gif') no-repeat 0 8px; } /* list items */
textarea { font: 90%/1.4 arial, helvetica, sans-serif; width: 190px; height: 35px; } /* text area's */

.clear { clear: both; } /* clears any floats */
.small { font-size: 0.8em; } /* text small */
.float_left { float: left; } /* float left */
.float_right { float: right; } /* float right */

.vspacer { height: 10px; }

.hide{ display: none; } /* hide element */
.required { color: #ff0000; float: left; font-size:0.8em;} /* validation */

.element { margin-bottom: 5px; clear: both; width:100%; } /* form elements */
.element label { float: left; }
.element input, select { float: right; }

/*** end common content formatting ***/

/***** default headers *****/

h1 { margin-bottom: 15px; font-weight: normal; font-size: 2em; color: #cc99cc;}
h2 { margin-bottom: 5px; font-weight: normal; font-size: 1.6em; }
h3 { margin-bottom: 5px; font-weight: normal; font-size: 1.4em; }

/***** end default headers *****/

/*** header ***/

#header
{
 	position: relative;
	min-height: 40px;
	background: #3083c0 url('../graphics/headerbg.png') repeat-x;
	color: #fff;
}

#header-l
{
 	position: absolute;
	bottom: 0;
	left: 0;
 	width: 3px;
	height: 3px;
	background: url('../graphics/headerbg-l.png') no-repeat;
}

#header-r
{
 	position: absolute;
	bottom: 0;
	right: 0;
 	width: 3px;
	height: 3px;
	background: url('../graphics/headerbg-r.png') no-repeat;
}

#header h1 { margin: 0; }
#header h1 a { width: 215px; height: 37px; background: url('../graphics/logo.png'); display: block; }
#header h1 a span { display: none; }

#mini_menu
{
 	margin-bottom: 30px;
 	padding: 4px;
 	font-size: 0.8em;
	color: #666;
	/*border-bottom: 1px solid #eee;*/
}

#mini_menu a { color: #0088cc; }

#mini_menu ul { margin: 0; float: right; }
#mini_menu ul li { margin: 0 0 0 5px; padding: 0; background: none; display: inline; }

/*** end header ***/

/*** tabs ***/

.tab1 { margin: 20px 0 30px 0; position: relative; }
.tab2 { height: 26px; border-bottom: 1px solid #eaeaea; }
.tab3 { position: absolute; top: 0; left: 5px; }

.tab3 a
{
	margin: 0 1px 0 1px;
	padding-top: 3px;
	display: block;
	width: 100px;
	height: 24px;
	text-align: center;
	float: left;
}

.tab3 a.sel
{
	background: url('../admin/graphics/tab.gif') no-repeat;
	text-decoration: none;
}

/*** end of tabs ***/

/*** fieldsets ***/

fieldset
{
 	margin-bottom: 10px;
	padding: 12px;
	border: 1px solid #d0d0bf;
}

legend
{
 	margin-left: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #0099cc;
}

input.long { width: 220px; }/*220px 150px*/
input.short { width: 150px; }
input.submit { margin: 0; padding: 6px 12px; width: auto; float: left; }

/*** end fieldsets ***/

/*** definition lists ***/

.opt { padding: 15px 15px 10px 15px; border-top: 1px solid #ccc; clear: both; }
.opt_radio { float: left; padding-right: 15px; }
.opt_text { float: left; }

/*** definition lists ***/

/*** info ***/

.info { display: block; }
.info img { margin-right: 5px; }

/*** end info ***/

#login_info, #contact_info{
padding: 5px 5px 5px 5px;
text-align: center;
color: #FF0000;
background-color: #FBDCE1;
border: 1px solid #FDB0BD;
font-weight: bold;
}
#login_info.loggedIn{
color: #8AC556;
background-color: #DAF8C0;
border: 1px solid #8AC556;

}

/*** delegate ***/

.del_row
{
 	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.del_row input
{
 	margin: 0;
}

.row_name { width: 25%; float: left; }
.row_booking { width: 45%; float: left; }
.row_dietary { width: 25%; float: left; }
.row_close { width: 2%; float: right; text-align: right; }

/*** end delegate ***/

/*** partner logo ***/

.partners
{
 	width: 95px;
	height: 15px;
 	background: url('../graphics/partners.png') no-repeat;
 	display: block;
}

.partners span
{
 	display: none;
}

/*** end partner logo ***/

/*** info table ***/

.info_table
{
 	margin: 15px 0;
	padding: 5px 0;
	width: 100%;
 	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.info_table .info_title
{
 	width: 60%;
 	font-weight: bold;
}

.info_table .info_total
{
 	text-align: right;
}

/*** end info table ***/

/*** invoices table ***/

#table_subs
{
 	color: #393733;
}

#table_subs a
{
 	color: #3386c2;
}

#table_subs td
{
 	padding: 6px;
}

#table_subs tr.header td
{
 	/*min-height: 40px;*/
 	font-weight: bold;
	background: #fff url('../admin/graphics/header.gif') bottom left repeat-x;
	color: #000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#table_subs tr.even { background: #edf4fe; }

/*** end invoices table ***/

/*** columns ***/

.column_left
{
 	width: 45%;
	float: left;
}

.column_right
{
 	width: 45%;
	float: right;
}

/*** end columns ***/

div#loader{
margin: 20px auto 0 auto;
padding: 20px 0 0 0;
width: 220px;
clear: both;
}
div#loader p{
margin: 0;
padding: 0;
width: 220px;
text-align: center;
font-weight: bolder;
font-size: 1.3em;
color: #518F1E;
}

div#noscript {
margin: 0 auto 0 auto;
padding: 0;
width: 320px;
text-align: center;
}

div#noscript p {
color: #ff0000;
font-weight: bold;
}

table tr td{
font-size: 3em;
}

.thx{
font-size: 1em;
}

.voteBtn{
height:50px;
background-color:#666666;
border:solid 2px #000000;
color:#FFFFFF;
font-size:1em;
}
