body
{
	font-family: Times, serif;
	font-size: 13pt;

	color: #000;
	background-color: #333;

	margin-left: 100px;
	margin-right: 100px;
}


/********************
 *     Galleries    *
 ********************/
div#overall
{
	background-image: url(images/alpha75.png);
	background-position: top left;
	background-repeat: repeat-x repeat-y;
	position: fixed;

	display:none;
	
	padding-top: 20px;


	/* font-family: sans-serif, Verdana, Arial; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 32pt;
	font-weight: bold;

	text-align: center;
	vertical-align: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;
}

/* IE-Fix */
* html div#overall
{
	height: 100%;
	width: 100%;
}

div#overall span.small
{
	font-size: smaller;
}

div#overall span.large
{
	font-size: larger;
}

div#overall span
{
	cursor: pointer;
}

div#overall span:hover
{
	color: #C00;
}

div#overall span:active
{
	color: #FAA;
}

div#overall img
{
	border: 1px solid black;
}

div#overall div.hidden
{
	display: none;
	visibility: hidden;
}


div#header, div#content
{
	border: 1px solid #F87;
	background-color: #FEE;
}

div#header
{
	background-image: url(/images/layout/top.png);
	background-repeat: no-repeat;
	background-position: top right;

	margin-bottom: 0px;
	height: 200px;

	overflow: hidden;
}

div#header div
{
	float: right;
}

div#header div div
{
	float: none;
}

div#header h1
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #F87;
	text-align: right;
	margin-bottom: 0;
        font-size: 0pt;

	padding-right: 128px;
}

div#content
{
	color: #555;
	padding: 20px;
	padding-top: 0;

	overflow: hidden;

	min-height: 300px;
}

/* Links */
a
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #F87;
}

a:hover
{
	color: #A65;
}

/* menu */
div#menu ul, div#submenu ul
{
	margin: 0;
	padding: 0;

	text-align: right;
	padding-right: 123px;

	overflow: hidden;
}

div#menu ul li
{
	list-style: none;

	padding: 5px;
	padding-right: 8px;
	padding-top: 0;

	float: left;
}

div#menu ul li a, div#submenu ul li a
{
	/*color: #c50e07;*/
	color: #F87;
	font-weight: bold;
	font-size: 20pt;
	text-decoration: none;
	border: none;
}

div#menu ul li a:hover, div#menu ul li.active a,
div#submenu ul li a:hover, div#submenu ul li.active a
{
	color: #FFF;
}

div#submenu ul li
{
	list-style: none;
	float: right;
	padding-right: 5px;
}

div#submenu ul li a
{
	font-size: 12pt;
}

div#footer
{
	text-align: right;
	padding: 5px;

	color: #FFF;
	font-size: 10pt;
}

div#footer a
{
	color: #FFF;
}

div#footer div
{
	float: left;
	text-align: left;
}

table
{
	margin-bottom: 10px;
}

table thead td
{
	font-weight: bold;
}

table td
{
	padding-right: 20px;
}

div.gallery table td
{
	width: 200px;
	text-align: center;
}

h2
{
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

h3, h4
{
	margin-bottom: 0;
}

h3.center
{
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0.5em;
	text-align: center;

	margin-bottom: 0.7em;
}

.center
{
	text-align: center;
}


div.warning
{
	margin: 10px;
	padding: 10px;
	border: 1px solid red;
	background-color: #A55;
	font-size: 20px;
}

img
{
	border: 1px solid #F87;
}

img.me
{
	 float: right;
	 display: block;
	 margin-left: 1em;
}

h3 img
{
	 border: none;
}

span.fullyBooked
{
	color: #F87;
}

p
{
	margin-top: 0;
}

div.labeledImage
{
	float: left;
	width: 170px;

	overflow: hidden;

	text-align: center;
}

div.labeledImageBig
{
	width: 240px;
}

a.noLine
{
	border-bottom: none;
}

a.icon,
a.icon img
{
	border: none;
}

/* table hovering */
tr:hover
{
	background-color: #fdc;
}

thead tr:hover,
tr.header:hover,
tr.bold:hover
{
	background-color: transparent;
}

div.gallery tr:hover
{
	background-color: transparent;
}

span.noTrigger,
span.expanderTrigger
{
	color: #F87;
}

span.expanderTrigger
{
	cursor: pointer;

	background-image: url(/images/layout/arrow.png);
	background-position: center left;
	background-repeat: no-repeat;

	padding-left: 14px;
}

div.location
{
	float: left;
	width: 350px;
}

/* inputs */

input,
button,
textarea,
select
{
	border:1px solid #f87;
	color: #000;
	background-color: #fdc;

	min-width: 250px;
}

input.submit
{
	background-color: #fba;
}

label
{
	text-align: right;
	min-width: 120px;
	display: block;
}

select,
input.submit
{
	min-width: 10px;
}

fieldset, legend
{
	border:1px solid #f87;
}

fieldset
{
	margin-bottom: 20px;

	border-radius: 10px;
	-moz-border-radius: 10px;
}

fieldset div.message
{
	font-size: 120%;
	font-weight: bold;
}

legend
{
	padding: 0.2em 0.5em;

	border-radius: 10px;
	-moz-border-radius: 10px;
}


