body {
	font-size: 62.5%;
	background-color: #999999;
	background-repeat: repeat-x;
	background-image: url(skyline.jpg);
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div, p, tr, th, td, li, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}
em {
	font-style: italic;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #a21111;
}
a:hover {
	color: #333333;
}
#everything {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#login {
	text-shadow: 2px 2px 3px black;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	color: #ffffff;
	font-weight: bold;
}

#login form {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #a21111 url(ui/images/ui-bg_glass_15_a21111_1x400.png) 50% 50% repeat-x;
	color: #ffffff;
	/*border-width: 0;*/
	padding: 5px;
}
input.login {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	margin-right: .8em;
	/*background-color: transparent;*/
	/*color: #ffffff;*/
}

input.gobutton {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
	color: #ffffff;
	border-width: 0;
}

.thelogo {
	float: right;
}

#topbanner {
	height: 61px;
}

#topbanner a {
	text-shadow: 3px 3px 5px black;
	color: white;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2.8em;
	line-height: 1.5;
	margin-left: 15px;
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
}

#sectiontabs {
	margin-right: auto;
	margin-left: auto;
}

.sectioncontent {
	display: none;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	float: left;
	margin-left: 1.2em;
}

.menu li a {
	margin-right: 1em;
	margin-left: 1em;
}

#logo {
	margin-top: 25px;
	text-align: center;
}

#sidebar {
	margin-left: 25px;
	height: 600px;
	float: left;
	padding-right: 35px;
	width: 175px;
}

.sidebarsection {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-style: none;
	border-color: #777777;
	border-width: 3px;
	padding: 0px;
}

.sideheading {
	font-size: 1.2em;
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/444444_40x100_textures_02_glass_25.png);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	color: white;
	background-color: #444444;
	margin-bottom: 3px;
	text-align: center;
}

.sideheadingselected {
	background-color: #333333;
	background-image: url(images/333333_40x100_textures_02_glass_25.png);
	background-position: 0 50%;
	background-repeat: repeat-x;
}

.sideheading a {
	color: white;
	text-decoration: none;
}

.sidebarsection ul, .sidebarsection dl {
	display: none;
	margin: 3px;
	padding: 0px;
	list-style-type: none;
}

.sidebarsection li, .sidebarsection dt, .sidebarsection dd {
	font-size: 1em;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

.sidebarsection dd {
	margin-bottom: 3px;
}

#content {
	font-size: 1em;
	background-color: white;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#contentsplash {
	line-height: 1.2em;
	font-size: 0.8em;
	color: #777777;
	border-color: #777777;
	border-style: dashed;
	border-width: 1px;
	float: right;
	padding: 3px;
	margin-top: 35px;
	margin-right: 25px;
}

#contentsplash.float {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#content .title {
	padding-top: 25px;
	margin-bottom: 3px;
	font-size: 1.4em;
	font-weight: bold;
}

#content .content {
	font-size: 1.2em;
	margin-right: 150px;
	line-height: 1.6em;
}

#content.nosidebar .title, #content.nosidebar .content  { padding-left: 25px; }

#content.nosplash .content {
	margin-right: 25px;
}
#contentend {
	margin-top: 25px;
	border-color: #777777;
	border-width: 1px;
	border-style: dashed;
	text-align: center;
	font-style: italic;
	font-size: .8em;
	clear: both;
}
#followbuttons {
	float: right;
}
#credits {
	min-height: 32px;
}
table.schedule th {
	text-align: left;
}
td.time {
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
#directorytabs {
	margin-top: 15px;
}
table.directory {
	font-size: 1em;
}
table.directory th {
	padding-left: 10px;
	padding-right: 25px;
	text-align: left;
}
table.directory td {
	line-height: 1.5em;
	padding-left: 10px;
}
table.directory tr.stripe {
	background: #eeeeee url(ui/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
}
fieldset.directoryinfosection {
	margin-right: 15px;
	margin-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}
#directory_passwordform {
	display: none;
}
#directory_passwordform label.ui-state-error {
	text-align: center;
	display: block;
}

#directory_editform {
	display: none;
}
#directory_editform label.ui-state-error {
	margin-left: 15px;
}

#directory_search {
	margin-top: 15px;
	padding: 10px;
}
#directory_search form {
	margin: 0px;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background: #eeeeee url(ui/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
}

.ac_over {
	background: #a21111 url(images/ui-bg_glass_15_a21111_1x400.png) 50% 50% repeat-x;
	color: white;
}

#admin-rental-menu {
	height: 4em;
}

table.rentals {
	clear: both;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}

table.rentals th, table.rentals td {
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table.rentals th {
	text-align: left;
}

table.rentals td {
	text-align: center;
}

table.rentals th.rentals-header {
	text-align: center;
}

table.rentals div.details {
	text-align: left;
	z-index: 9999;
	font-size: smaller;
	position: absolute;
	display: none;
	padding: 5px;
	color: white;
	background-color: #990000;
}

table.rentals td.rentalnotes {
	line-height: 1em;
	text-align: left;
	font-size: 0.5em;
	white-space: pre-line;
}

table.rentals td.rentalinstructors {
	text-align: left;
}

table.rentals div.rentalinstructors {
	line-height: 1em;
	font-size: 0.5em;
}

table.rentals td.rentalnotes i {
	color: #999999;
}

div.formsection {
	margin-right: 5em;
	float: left;
}

div.wideformsection {
	padding-top: 5em;
	clear: both;
}

span.smalldetail {
	font-size: smaller;
	padding-left: 5em;
	font-style: italic;
	color: #999999;
}


