@charset "utf-8";

body, p, h1, h2, h3, h4, div, span {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066
}
a {
	text-decoration: none;
	color: #F8921C;
}
a:hover {
	color: #333399;
}

.HeaderLeft {
	text-align: left;
	height: 80px;
}
.HeaderRight {
	text-align: right;
	height: 80px;
}
.MainMenu {
	color: #FFFFFF;
	background-color: #333399;
	height: 25px;
	padding: 10px 5px 10px 5px;
	background: url(images/menubg.jpg) repeat-x bottom;
}
.MainMenu a {
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
}
.MainMenu a:hover {
	color: #F8921C;
}
.Announcment {
	height: 25px;
	border-bottom: solid 1px #999999;
	padding: 10px 5px 10px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #F8921C;
	text-align: center;
}
.Announcment a {
	color: #F8921C;
	text-decoration: none;
}
.Announcment a:hover {
	color: #333399;
}
.Tools {
	vertical-align: top;
	background-color: #EEEEEE;
	width: 50%;
	padding: 10px;
}
.Tools a {
	padding: 0px 15px 0px 0px;
}
.ContentLeft {
	vertical-align: top;
	width: 50%;
	height: 400px;
	padding: 20px 10px 10px 0px;
}
.ContentRight {
	vertical-align: top;
	width: 50%;
	height: 400px;
	padding: 20px 0px 10px 10px;
}
.ContentFullWidth {
	vertical-align: top;
	width: 50%;
	height: 400px;
	padding: 20px 0px 10px 0px;
}
.FooterLeft {
	color: #FFFFFF;
	background-color: #333399;
	height: 10px;
	padding: 10px 5px 10px 5px;
	text-align: left;
	background: url(images/menubg.jpg) repeat-x bottom;
}
.FooterRight {
	color: #FFFFFF;
	background-color: #333399;
	height: 10px;
	padding: 10px 5px 10px 5px;
	text-align: right;
	background: url(images/menubg.jpg) repeat-x bottom;
}
.FooterRight a {
	color: #F8921C;
	text-decoration: none;
}
.FooterRight a:hover {
	color: #FFFFFF;
}
.SubFooter {
	color: #CCCCCC;
	height: 10px;
	padding: 10px 2px 10px 2px;
	text-align: center;
}
.SubFooter a {
	color: #CCCCCC;
	text-decoration: none;
}
.SubFooter a:hover {
	color: #F8921C;
}
.Title {
	font-family: "Jokerman", "Curlz MT", "Brush Script MT", Arial;
	font-size: 24px;
	color: #F8921C;
	padding: 0px 0px 10px 0px;
}
.Subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #F8921C;
	padding: 0px 0px 10px 0px;
}
.Text {
	padding: 0px 0px 15px 0px;
	line-height: 20px;
}
.Picture {
	padding: 0px 0px 15px 0px;
	align: center;
}
.EventWidget {
	width: 100%;
}
.EventWidget td {
	border-bottom: solid 1px #CCCCFF;
	padding: 5px;
	font-size: 10px;
}
p.AdminBorderSelected {
	border: 2px dotted #FF6666;
}
p.AdminBorder {
	border: 2px dotted #EEEEEE;
}

div.scroller {
	overflow: auto;
	position: relative;
	border: solid 1px #F0F0F0;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

div.scroller table {
	width: 97%;
	text-align: left;
}

div.scroller table td {
	border-bottom: solid 1px #EEEEEE;
}

div.scroller thead {
	text-align: left;
	background-color: #F8F8F8;
	font-weight: bold;
}

div.scroller thead tr {
	position:relative;
	top: expression(offsetParent.scrollTop);
	left: 0px;
}

div.scroller td:last-child {
	padding-right: 20px;
}

div.dialog {
	left: 50%;
	margin-top: -200px;
	margin-left: -250px;
	background-color: #F8F8F8;
	border: solid 1px #CCCCCC;
	z-index: 10;
	position: absolute;
	padding: 20px;
	display: none;
}

div.dialog table td {
	padding: 2px;
}

#DialogMask {
	width: 3000px;
	height: 3000px;
	left: -500px;
	top: -500px;
	position: absolute;
	z-index: 5;
	background-color: #000000;
	display: none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

