﻿/*-------------------------75-------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #eee;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: Gray;
	text-decoration: none;
}
a:visited
{
	color: Gray;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #3d80ff;
}

p, ul
{
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
}

h1
{
	font-size: 1.8em;
	white-space: nowrap;
}
h2
{
	padding: 0;
	margin: 5px 0 5px 0;
}
h3
{
	color: #888;
	font-size: 1.2em;
}
h4
{
	padding: 0 0 0 5px;
	margin: 0 0 3px 0;
	font-weight: normal;
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#header
{
	background-color: #ffffff;
	background: linear-gradient(top, #e8e8e8, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff');
	background: -moz-linear-gradient(top, #e8e8e8, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#ffffff));
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 2px #b5d66c solid;
	z-index: 1002;
	position: relative;
}

#header h1
{
	padding: 10px 0 0 20px;
	margin: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px !important;
}

#main
{
	padding: 10px 20px 0px 20px;
	position: relative;
}

#footer
{
	font-size: 0.9em;
	background-color: White;
	background-image: url('/Content/footer.png');
	background-position: 100px;
	background-repeat: no-repeat;
	border-top: 2px solid #b5d66c;
	padding: 12px 0px 0px 20px;
	z-index: 1002;
	height: 24px;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

ul#menu li
{
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	list-style: none;
}

ul#menu li a
{
	color: #bbb;
	outline: none;
	text-decoration: none;
	padding: 5px 20px 2px 20px;
}

ul#menu li a:hover
{
	text-decoration: none;
	color: Gray;
	border-bottom: 5px solid #ddd;
}

ul#menu li a:active
{
	text-decoration: none;
}

ul#menu li.selected a
{
	color: #8eb252;
	border-bottom: 5px solid #b5d66c;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 0;
	padding: 10px;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

legend
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table th
{
	text-align: left;
}

table#headerTable
{
	width: 100%;
	padding: 0 20px;
}

table#headerTable td
{
	padding: 0;
	margin: 0;
	border: 1 solid black;
}


table#dataTable
{
	width: 100%;
	border: solid 1px #b5d66c;
	border-collapse: collapse;
}

table#dataTable td
{
	padding: 3px;
	border: solid 1px #b5d66c;
	vertical-align: top;
	white-space: nowrap;
}

table#dataTable th
{
	padding: 3px;
	background-color: #b5d66c;
	border: solid 1px #b5d66c;
	font-size: x-small;
	font-weight: normal;
}

table#dataTable th a
{
	color: #696969;
	text-decoration: none;
}

table#dataTable th a:hover
{
	color: Black;
}

table#dataTable th a.sorted
{
	color: Black;
	font-weight: bold;
}

/* REPORTS
----------------------------------------------------------*/
#reportViewerTable
{
	width: 100%;
	table-layout: fixed;
}

#reportViewerLeftPanel
{
	position: relative;
	width: 240px;
	vertical-align: top;
	padding-right: 10px;
}

#reportView
{
	background-color: gray;
	border: 1px solid gray;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul#reportList
{
	padding: 0;
	margin: 0;
}

#reportListGroup
{
	margin: 0;
	padding: 3px 26px 5px 12px;
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#reportListGroup:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#reportListGroup.ui-state-default
{
	background-image: url('/Content/up.png');
	background-position: left;
	background-repeat: no-repeat;
}

#reportListGroup.ui-state-active
{
	background-image: url('/Content/down.png');
	background-position: left;
	background-repeat: no-repeat;
}

#reportListGroup a
{
	outline: none;
	text-decoration: none;
}

#reportListGroup img
{
	border: none;
	display: none;
	position: absolute;
	vertical-align: middle;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#reportListGroup img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

ul#reportList li
{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 12px;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

ul#reportList li:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

ul#reportList img
{
	border: none;
	display: none;
	position: absolute;
	vertical-align: middle;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

ul#reportList img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

ul#reportList li a
{
	margin: 0;
	padding: 0;
	color: #444;
	outline: none;
	text-decoration: none;
}

ul#reportList li a:hover
{
	text-decoration: none;
}

ul#reportList li a:active
{
	text-decoration: none;
}

ul#reportList li.selected
{
	color: #8eb252;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.reportsButton
{
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.reportsButton:hover
{
	color: #444;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.reportsButtonInactive
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	vertical-align: middle;
	border: none;
}

.reportsButton img
{
	border: none;
	vertical-align: middle;
}

#reportsToolBar
{
	position: absolute;
	bottom: 5px;
}

#reportsToolBar a
{
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#reportsToolBar a:hover
{
	color: Gray;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#reportsToolBar img
{
	float: left;
	border: none;
	padding-right: 5px;
}

#reportsToolBar div
{
	color: Gray;
	padding: 5px 15px 5px 0px;
	float: left;
	white-space: nowrap;
}

/* WIZARD
----------------------------------------------------------*/

#wizard
{
	display: none;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 1001;
}

#wizardBackground
{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: Black;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wizardClose
{
	outline: none;
	position: absolute;
	left: 207px;
	top: -207px;
	z-index: 1002;
}

#wizardClose img
{
	border: 0;
}

#wizardContent
{
	position: absolute;
	width: 400px;
	height: 400px;
	left: -222px;
	top: -190px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	background-color: White;
	border: solid 2px #b5d66c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#wizardWaitBackground
{
	display: none;
	position: absolute;
	width: 420px;
	height: 410px;
	left: -210px;
	top: -180px;
	background-color: White;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000;
}

#wizardWaitDialog
{
	display: none;
	position: absolute;
	left: -10px;
	z-index: 1001;
}

#wizardLabel
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#wizardFrame
{
	width: 398px;
	height: 345px;
	border: 1px solid #bbb;
}

#wizardButtonBar
{
	padding-top: 5px;
	text-align: right;
}

#wizardButtonBar input[type="button"]
{
	padding: 2px 20px 2px 20px;
	display: none;
}

/* DIALOG BOX
----------------------------------------------------------*/

#dialogBox
{
	display: none;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 1001;
}

#dialogBoxBackground
{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: Black;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#dialogBoxClose
{
	outline: none;
	position: absolute;
	left: 172px;
	top: -80px;
	z-index: 1002;
}

#dialogBoxClose img
{
	border: 0;
}

#dialogBoxContent
{
	position: absolute;
	width: 350px;
	height: 120px;
	left: -187px;
	top: -63px;
	font-weight: bold;
	padding: 20px 10px 20px 10px;
	background-color: White;
	border: solid 2px #b5d66c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#dialogBoxFrame
{
}

#dialogBoxLabel
{
	font-size: 1.2em;
	padding: 0 0 10px 15px;
}

#dialogBoxFrame img
{
	padding-bottom: 5px;
	border: 0;
}

#dialogBoxFrame a
{
	color: #888;
	outline: none;
}

#dialogBoxFrame a:hover
{
	color: #444;
}

/* Busy Dialog
----------------------------------------------------------*/

#busyDialogBackground
{
	display: none;
	position: absolute;
	border: 1px solid Gray;
	z-index: 100;
	background-color: Black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#busyDialog
{
	display: none;
	position: absolute;
	z-index: 101;
}

#busyDialogContent
{
	font-weight: bold;
	width: 250px;
	margin-left: -125px;
	height: 60px;
	margin-top: -30px;
	padding-top: 20px;
	background-color: White;
	border: solid 2px #b5d66c;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

#busyDialogMessage
{
	font-size: 1em;
	padding-bottom: 5px;
}

/* Date picker
----------------------------------------------------------*/
.ui-datepicker
{
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	border: 1px solid #b5d66c;
	background: #ffffff;
	color: #222222;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.ui-datepicker .ui-datepicker-current-day { border: 2px solid #b5d66c; }
.ui-datepicker .ui-datepicker-today { border: 1px solid #bbb; }

.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 3px; width: 1.8em; height: 1.8em; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:12px; }
.ui-datepicker .ui-datepicker-prev-hover { left:2px; }
.ui-datepicker .ui-datepicker-next-hover { right:12px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	text-align: right;
	margin: 0;
	padding: 2px 20px 3px 5px;
	white-space: nowrap;
}

#logindisplay a:link
{
	text-decoration: none;
}

#logindisplay a:visited
{
	text-decoration: underline;
}

#logindisplay a:hover
{
	text-decoration: underline;
}

#pager
{
}
#pager a:link
{
	color: #034af3;
	text-decoration: none;
}
#pager a:visited
{
	color: #034af3;
}
#pager a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
#pager a:active
{
	color: #12eb87;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-errors ul
{
	padding: 0;
	margin: 0 0 10px 0;
}

.validation-summary-errors ul li
{
	padding: 0;
	margin: 0 0 0 20px;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0 0 0.2em 0;
}

.editor-field
{
	color: Black;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.editor-field input[type="text"]
{
	width: 250px;
	border: 1px solid #CCC;
	font-weight: bold;
}

.editor-field input[type="password"]
{
	width: 250px;
	border: 1px solid #CCC;
	font-weight: bold;
}

.editor-field input[type="file"]
{
	width: 350px;
	height: 25px;
	border: 1px solid #CCC;
	font-weight: bold;
}

.editor-field select
{
	width: 250px;
	border: 1px solid #CCC;
	font-weight: bold;
}

.editor-field a
{
	outline: none;
}

.editor-field img
{
	border: none;
	vertical-align: middle;
	margin: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.editor-field img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

.display-label
{
	font-weight: bold;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}



#waitDialogBackground
{
	display: none;
	position: fixed;
	z-index: 1000;
	background-color: White;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#waitDialog
{
	display: none;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 1001;
}

#waitDialogContent
{
	font-weight: bold;
	width: 250px;
	margin-left: -125px;
	height: 60px;
	margin-top: -30px;
	padding-top: 20px;
	background-color: White;
	border: solid 2px #b5d66c;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

#waitDialogMessage
{
	font-size: 1em;
	padding-bottom: 5px;
}

.dataTableBox
{
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
	vertical-align: top;
}

.toolbar
{
	padding: 0 0 5px 0;
}
