/******************************************************************************
Author:      Josh Morey
Created:     2004-07-26
Modified:    2004-10-21
FileName:    style1.css
Description: This file contains all the CSS styles.
/*****************************************************************************/

/******************************************************************************
Section: Global
/*****************************************************************************/
body {
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#660033;
	font-size:14px;
	font-family:Arial,Verdana,serif;
	color:#ffffff;
}
div {
	text-align:left;
}
table tr td {
	font-size:14px;
	font-family:Arial,Verdana,serif;
}
form {
	margin:0px;
}
img {
	border:none;
	vertical-align:bottom;
}
img.outset {
	border:2px outset #6699cc;
}
img.thumbnail {
	width:120px;
	height:80px;
	border:1px outset #6699cc;
}

/******************************************************************************
Section: Main Layout
/*****************************************************************************/
#container {
	width:760px;
	margin:0px auto 0px auto;
	border:1px solid #000000;
	border-top:0px;
}
#banner {
	margin:0px;
}
#menubox {
	background-image:url(../images/boxtitlebg.jpg);
	background-repeat:repeat-x;
	background-position:bottom right;
	background-color:#444477;
	margin:0px;
	padding:5px 2px 2px 0px;
	border:1px solid black;
	border-width:1px 0px;
}
#contentbox {
	padding:10px;
	background-color:#eeeeee;
	color:#000000;
}
#footerbox {
	font-size:12px;
	background-color:#999999;
	padding:4px 10px;
	margin:0px;
	color:#000000;
	border-top:1px solid #000000;
}

/******************************************************************************
Section: Main Navigation Menu
/*****************************************************************************/
#menubox a.menulink,
#menubox a.selected {
	padding:1px 7px 1px 7px;
	font-weight:bold;
	font-size:14px;
	background-color:#cccccc;
	color:#555588;
	text-decoration:none;
	border-top:4px solid #444477;
	border-right:1px solid #7777aa;
	margin-right:0px;
}
#menubox a.menulink {
	background-image:url(../images/boxtitlebg.jpg);
	background-repeat:repeat-x;
	background-position:bottom right;
}
#menubox a.selected {
	background-color:#eeeeee;
	border-top-color:#666699;
	color:#555588;
}
#menubox a.selected:hover {
	border-top-color:#ffeecc;
}
#menubox a.menulink:hover {
	background-color:#ffeecc;
	border-top-color:#ffcc00;
	background-image:none;
}

/******************************************************************************
Section: Global Elements
/*****************************************************************************/
h1 {
	font-size:20px;
	font-weight:bold;
	margin:0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin:2px 0px 6px 0px;
}
h3 {
	font-size:16px;
	margin:0px;
}
h4 {
	font-size:14px;
	margin:0px 0px 4px 0px;
}
.floated {
	margin:10px;
}
.textbox {
	border:1px solid #000000;
	background-color:#eeeeee;
	color:#000000;
}
.dropdownbox {
	background-color:#eeeeee;
	color:#000000;
}
.button {
	border:1px solid #000000;
	font-size:10px;
	background-color:#cccccc;
	color:#000000;
	margin-bottom:2px;
	padding:2px;
}

/******************************************************************************
Section: Hyperlinks
/*****************************************************************************/
a,
a.link {
	text-decoration:none;
	color:#555588;
}
a:hover,
a.link:hover {
	background-color:#ffeecc;
}
a.link2 {
	text-decoration:none;
	color:#ffffff;
}
a.link2:hover {
	color:#6699cc;
}
a.buttonlink {
	border:1px solid #000000;
	font-size:10px;
	background-color:#cccccc;
	text-decoration:none;
	color:#000000;
	margin-bottom:2px;
	padding:1px 2px 1px 2px;
}

a.buttonlink:hover {
	background-color:#ffeecc;
}

/******************************************************************************
Section: Text
/*****************************************************************************/
p {
	margin:0px 0px 12px 0px;
}
.text {
	font-family:verdana,arial,helvetica;
	font-size:12px;
}
.text2 {
	font-family:verdana,arial,helvetica;
	font-size:14px;
}
.text3 {
	font-family:verdana,arial,helvetica;
	font-size:16px;
}
.textsize0 {
	font-size:10px;
}
.textsize1 {
	font-size:12px;
}
.textsize2 {
	font-size:14px;
}
.textsize3 {
	font-size:16px;
}
.textsize4 {
	font-size:18px;
}
.code {
	font-family:courier,courier new,lucida console;
	font-size:12px;
}
.codeblock {
	font-family:courier,courier new,lucida console;
	font-size:12px;
	border:1px solid #cccccc;
	background-color:#773355;
	padding:6px;
	white-space:pre;
}
.error {
	color:#ff0000;
	padding-left:10px;
	font-size:12px;
}

/******************************************************************************
Section: Default Content Container
/*****************************************************************************/
.block1 {
	margin-bottom:4px;
	padding:0px;
}
.block1 div.title {
	border:1px solid #aaaaaa;
	border-bottom-color:#cccccc;
	text-indent:2px;
	font-weight:bold;
	font-size:12px;
	padding:2px 4px;
	color:#000000;
	background-color:#999999;
	background-repeat:repeat-x;
	background-position:bottom right;
	background-image:url(../images/boxtitlebg.jpg);
}
.block1 div.location {
	border:1px solid #aaaaaa;
	border-top:none;
	text-indent:2px;
	font-weight:normal;
	font-size:12px;
	padding:0px 1px 0px 1px;
}
.block1 div.location b {
	font-size:16px;
}
.block1 .date,
.block1 .help {
	text-indent:2px;
	font-size:14px;
	font-weight:bold;
	float:right;
	border-bottom:none;
	padding:0px 4px;
	margin:1px;
	color:#000000;
	background-color:#dddddd;
}
.block1 .details {
	font-size:14px;
	padding:6px;
	/*border:1px solid #aaaaaa;*/
	border:none;
	border-top:none;
}

/******************************************************************************
Section: Admin Navigation Menu
/*****************************************************************************/
#adminmenu {
	padding:2px 0px 2px 0px;
	border-bottom:1px solid #000000;
	margin:0px 0px 10px 0px;
}
#adminmenu a {
	padding:2px 3px 2px 3px;
	margin-right:1px;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	border:1px solid #000000;
	background-repeat:repeat-x;
	background-position:bottom right;
	background-image:url(../images/boxtitlebg.jpg);
}
#adminmenu a.selected {
	background-color:transparent;
	border-bottom:1px solid #eeeeee;
	color:#000000;
	background-image:none;
}
#adminmenu a:hover {
	color:#555588;
}

/******************************************************************************
Section: Standard Calendar
/*****************************************************************************/
table.calendar {
	width:100%;
	border:1px solid #000000;
	border-width:1px 0px 0px 1px;
}
table.calendar tr td {
	font-family:verdana,arial,helvetica;
	font-size:10px;
	background-color:#eeeeee;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #666666;
	padding:2px 2px 4px 2px;
	width:14%;
	vertical-align:top;
}
table.calendar tr td a {
	text-decoration:none;
	background-color:transparent;
}
table.calendar tr td a:hover {
	text-decoration:none;
	background-color:#ffeecc;
}
table.calendar tr.days td {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-right-color:#999999;
	background-image:url(../images/boxtitlebg.jpg);
}
table.calendar tr td.normal {
	background-color:#dddddd;
	padding-right:4px;
	border-color:#666666;
}
table.calendar tr td.today {
	background-color:#dddddd;
	padding:1px 2px 2px 1px;
	border:2px dotted #000000;
}
table.calendar tr td span.day {
	background-color:#bbbbbb;
	color:#000000;
	display:block;
	width:100%;
	padding:1px;
	font-size:12px;
	margin-bottom:4px;
}
table.calendar tr td.normal:hover,
table.calendar tr td.today:hover {
	background-color:#eeeeee;
}

/******************************************************************************
Section: Small Calendar
/*****************************************************************************/
table.calendarsmall {
	border:1px solid #aaaaaa;
	background-color:transparent;
}
table.calendarsmall tr td {
	font-family:verdana,arial,helvetica;
	font-size:10px;
	background-color:#dddddd;
	border:1px solid #dddddd;
	border-width:0px 1px 1px 0px;
	padding:3px 3px 4px 4px;
	vertical-align:top;
	text-align:right;
}
table.calendarsmall tr.days td {
	text-align:center;
	background-color:#999999;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	border:none;
	background-image:url(../images/boxtitlebg.jpg);
}
table.calendarsmall tr td.normal {
	background-color:#cccccc;
}
table.calendarsmall tr td.today {
	background-color:#cccccc;
	padding:1px;
	border:2px dotted #000000;
}
table.calendarsmall tr td a {
	text-decoration:none;
	background-color:transparent;
	color:#555588;
	font-weight:bold;
}
table.calendarsmall tr td a:hover {
	text-decoration:underline;
	background-color:#ffeecc;
}

/******************************************************************************
Section: DatePicker Calendar
/*****************************************************************************/
table.datepicker {
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}
table.datepicker tr td {
	font-family:verdana,arial,helvetica;
	font-size:12px;
	background-color:#dddddd;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:4px;
	vertical-align:top;
	text-align:right;
	color:#000000;
}
table.datepicker tr.days td {
	text-align:center;
	background-color:#666666;
	color:#ffffff;
}
table.datepicker tr.header td {
	text-align:center;
	font-weight:bold;
}
table.datepicker tr td.normal {
	background-color:#cccccc;
}
table.datepicker tr td.today {
	background-color:#bbbbbb;
}
table.datepicker tr td a {
	text-decoration:none;
	background-color:transparent;
	color:#555588;
}
table.datepicker tr td a:hover {
	text-decoration:none;
	background-color:#ffeecc;
}

/******************************************************************************
Section: Table Styles
/*****************************************************************************/
.listrow td {
	padding:0px;
	border-bottom:1px solid #cccccc;
}
.listrow:hover {
	background-color:#dddddd;
}
.innerblock {
	border:1px solid #cccccc;
	padding:2px;
}
.rowdisabled {
	background-color:#dddddd;
}
.rowdisabled td b {
	font-weight:normal;
	color:#dddddd;
}
.rowdisabled .textbox, .rowdisabled .dropdownbox {
	background-color:#dddddd;
	color:#dddddd;
	border:1px solid #bbbbbb;
}
.rowdisabled img {
	visibility:hidden;
}
.fullwidth {
	width:400px;
}

/******************************************************************************
Section: Misc
/*****************************************************************************/

ul.searchresult {
	list-style:none;
	margin:4px 0px 4px 0px;
	padding:0px;
	border:none;
}
ul.searchresult li {
	border-style:none;
	margin:0px 0px 6px 0px;
	padding:0px;
}
ul.searchresult li div {
	margin-bottom:8px;
	background-color:#dddddd;
	padding:1px 2px 1px 4px;
}

span.searchmatch {
	font-weight:bold;
}

table.errordetails tr td {
	padding:0px 4px 0px 4px;
}
