@CHARSET "ISO-8859-1";
/* CSS Document for Maryland ASCD
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a {
	color: #10476F;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	padding-right: 8px;
}
td {
	padding-bottom: 4px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #08263b;
	background: #08263b url('/images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 36px;
	color: #08263b;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

/*
a:link, a:visited, a:active, a:hover {
	color: #666;
}

#nav a {
	color: #FFFFFF;
}
*/

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 40px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
	
hr {
	color: #e1e5e7;
	background-color: #e1e5e7;
	height: 1px;
	border: none;
}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.clickable {
	cursor: pointer;
}

/* Containers =========================== */
#container {
	width: 960px;
	margin: 0 auto;
}

/* Header =============================== */
#header {
	
}
#logo {
	width: 204px;
	height: 100px;
	padding: 0 10px;
	float: left;
}

/* Navigation ========================== */
#header #nav {
	width: 736px;
	float: right;
	text-align: right;
}
#adminTitle {
	width: 200px;
	float:left;
	margin-top: 20px;
	margin-left: -7px;
	text-transform: uppercase;
	font-weight: bold;
	color: #F20909;
	font-size: 22px;
}
#sidebar ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar ul#nav li {
	padding-top: 9px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-left: 3em;
	margin-bottom: 1px;
}

#sidebar ul#nav li.newsection {
	margin-top: 10px;
	border-top: #000000 solid 1px;
	background-position: 6px 8px;
	padding-top: 15px;
}

#sidebar ul#nav li#home { background-image:url(/images/actions/home.gif); }
#sidebar ul#nav li#news { background-image:url(/images/actions/edit.gif); }
#sidebar ul#nav li#users { background-image:url(/images/actions/users.gif); }
#sidebar ul#nav li#users2 { background-image:url(/images/actions/users2.gif); }
#sidebar ul#nav li#create { background-image:url(/images/actions/add.gif); }
#sidebar ul#nav li#lock { background-image:url(/images/actions/lock.gif); }
#sidebar ul#nav li#password { background-image:url(/images/actions/password.gif); }
#sidebar ul#nav li#edit { background-image:url(/images/actions/edit.gif); }
#sidebar ul#nav li#mail_message { background-image:url(/images/actions/message_closed.gif); }
#sidebar ul#nav li#mail_queue { background-image:url(/images/actions/message_open.gif); }
#sidebar ul#nav li a {
	color: #08263b;
	text-decoration: none;
}
#sidebar ul#nav li a:hover { text-decoration: underline; }
ul#topnav {
	list-style: none;
	padding: 10px;
	margin: 0 0 20px 470px;
	background: #fff;
	width: 170px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

ul#topnav li {
	display: inline;
	color: #08263b;
	padding: 10px 0;
}
ul#topnav li a {
	color: #08263b;
	font-size: 12px;
	border-right: 1px solid #08263b;
	padding-right: 5px;
	margin-right: 3px;
	text-decoration: none;
}
ul#topnav li a.none {
	margin: 0;
	paddng: 0;
	border: none;
}

/* Splash ============================== */
#splash {
	background: #fff;
	padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
}

/* Content ============================= */
#content {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 20px;
}

#main-content {
	width: 630px;
	float: left;
	padding: 0px 20px;
	min-height: 450px;
}

#main-content-nosidebar {
	width: 880px;
	float: left;
	padding: 0px 20px;
	min-height: 450px;
}

#sidebar {
	width: 250px;
	float: left;
}
#sidebar h2 {
	background: #08263b;
	padding: 5px 8px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#side-calendar {
	margin-bottom: 30px;
}
#side-calendar a {
	font-size: 11px;
	color: #19659b;
}
.green-button {
	background: #7dc242;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	text-transform: uppercase;
	color: #3e4245;
	font-weight: bold;
	margin-left: 5px;
}
.yellow-button {
	background: #f3be44;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	text-transform: uppercase;
	color: #3e4245;
	font-weight: bold;
	margin-left: 5px;
}

ul#events .green-button, ul#events .yellow-button {
	margin-left: 0px;
	margin-bottom: 10px;
	width: 350px;
	padding: 8px 0 8px 10px;
}

#newsfeed {
	margin-bottom: 30px;
}
#newsfeed a {
	font-size: 15px;
	color: #19659b;
}
#newsfeed p {
	line-height: 1.1em;
	margin-bottom: 15px;
}
#newsfeed span.news-title {
	font-size: 13px;
	padding-bottom: 5px;
}
#newsfeed span.comment-count {
	font-size: 11px;
}
	
/* Footer ============================== */
#footer {
	margin: 15px 10px;
}

#links {
	width: 610px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #104870;
	line-height: 0.5em;
	padding-right: 5px;
	margin-right: 3px;
}
#links ul li a.none {
	margin: 0;
	padding: 0;
	border: none;
}

#copyright {
	color: #dee658;
	font-size: 12px;
	text-align: right;
	width: 320px;
	float: right;
	margin-top: -7px;
}
#copyright a {
	color: #fff;
}

input.error{
	background: #fbe3e4;
	border-color: #fbc2c4;
}

input{
	color: #000000;
	border: 1px solid #ddd;
}
.failure, .notice, .success {
	padding:.2em;
	border:2px solid #ddd;
	padding-left:2.5em;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	margin-top: 1px;
}

.failure {
	background:#fbe3e4 url(/images/message/cancel_16.png) no-repeat 15px;
	background-position: 10px 2px;
	color:#8a1f11;
	border-color:#fbc2c4;
}
.notice {
	background:#FFF6BF url(/images/message/warning_24.png) no-repeat 15px;
	background-position: 10px 2px;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2 url(/images/message/accepted_24.png) no-repeat 15px;
	background-position: 10px 2px;
	color:#264409;
	border-color:#C6D880;
}

#deletePage {
	cursor: pointer;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding-right: 10px;
	float:right;
}

#orderList {
	list-style: none;
	margin-left: 0px;
}

#orderList li {
	display: block;
	padding:.6em;
	border:2px solid #ddd;
	padding-left:1em;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	color:#514721;
	border-color:#FFD324;
	background:#FFF6BF;
}

#orderList li img.handle {
	margin-right: 20px;
	cursor: move;
}

th {
	border-bottom: #000000 solid 1px;
	padding-bottom: 4px;
}

td img {
	margin-top: 5px;
	margin-bottom: -5px;
	padding-right: 10px;
}

.highlight {
	border-collapse: collapse;
	width: 100%;
}
.highlight th {
	font-weight:bold;
	border-bottom:1px solid #999999;
	text-align: left;
}
.highlight td {
	background-color:inherit;
	cursor:pointer;
	margin-bottom: 20px;
}
.highlight tr:hover td {
	background-color:#10476F;
	color:white;
}
.highlight tr.over td {
	background-color:#10476F;
	color:white;
}
.highlight tr.over td a {
	color: #fff;
}

.eventSelected {
	font-weight: bold;
}

#eventTitle {
	font-size: 12pt;
	margin-bottom: 2px;
}

#eventTimeDate {
	font-size: 9pt;
	margin-bottom: 6px;
	margin-left: 8px;
}

#eventDetails {
	font-size: 11pt;
	margin-bottom: 20px;
	margin-left: 8px;
}

#events {
	list-style: none;
	margin-left: 0px;
}

#loading {
	padding:.2em;
	padding-left:2em;
	width:345px;
	margin-top:10px;
	margin-bottom: 4px;
	background:#FFFFFF url(/images/loading.gif) no-repeat 2px;
	background-position: 3px 2px;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	display: none;
}

input.calendar {
	background: url('/images/calendar-input.gif') no-repeat right;
	width: 120px;
}

#jMonthCalendar { position:relative; }
.MonthlyCalendar .MonthNavigation { border-bottom:solid 1px #ddd; clear:both; height:20px; padding:5px 0px 0 10px; }
.MonthlyCalendar .MonthNavPrev, .MonthlyCalendar .MonthNavNext, .MonthlyCalendar .TodayLink { width:40px; float:left; }
.MonthlyCalendar .MonthNavNext { float:right; text-align: right; }
.MonthlyCalendar .YearNavNext, .MonthlyCalendar .YearNavPrev { width:10%; float:right; }
#jMonthCalendar .MonthlyCalendar .MonthName { width:65%; text-align:center; font-weight:bold; float:left; }

.MonthlyCalendar { height:100%; width:100%; border:solid 1px #ddd; border-collapse:collapse; }
.MonthlyCalendar #CalendarHead { width:100%; background:#F7F7F7 none repeat scroll 0 0; }
.MonthlyCalendar #CalendarHead .DateHeader { width:14%; text-align:center; }

.MonthlyCalendar #CalendarBody { }
.DateBox { vertical-align:top; border:solid 1px #ddd; }
.DateLabel { height:16px; width:100%; text-align:right; }
.DateLabel a { cursor:pointer; padding:0 5px 2px; text-decoration:none; line-height:16px; }

#CalendarBody .Weekend { background:#E3E3E3 none repeat scroll 0 0; }
#CalendarBody .Inactive { background: #C0C0C0; }
.Today { background:#A9DFFF none repeat scroll 0 0; }
.LocalEvent { background: #7DC242 none repeat scroll 0 0; cursor:pointer;}
.Conference { background: #F3BE44 none repeat scroll 0 0; cursor:pointer;}

#jMonthCalendar .Event { font-size:12px; padding:4px; background-color:#C0D0FF; margin-bottom:1px; -moz-border-radius:0 8px 8px 8px; border:solid 1px #000; cursor:pointer; display:block; }
.Event a { text-decoration:none; color:#000; }
.Event a:hover { text-decoration:underline; }

.pages {
	padding-top: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 90%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #2E6AB1;
    font-weight: bold;
    background: #2E6AB1;
    color: #fff;
}

.pages a {
    border: 1px solid #10476F;
    text-decoration: none;
}

.pages a:hover {
    border-color: #2E6AB1;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

.executiveboard {
	margin-bottom: 18px;
}
