﻿/* main styles */

body
{
	margin: 0px;
	background-color: #99CC66;
}

/* section styles */

#banner
{
	height: 40px;
	background-color: #FFCC33;
	border-bottom: solid 1px #77AA44;
	background-image: url('../img/banner.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	position: relative;
}

#banner .account
{
	position: absolute;
	width: 970px;
	text-align: right;
	top: 5px;
	font-size: 0.9em;
}

#banner .account .userName
{
	font-weight: bold;
}

#banner .account a
{
	font-weight: bold;
}

#banner .account a:link,
#banner .account a:visited,
#banner .account a:link:hover,
#banner .account a:visited:hover
{
	text-decoration: none;
	color: #336699;
}

#body
{
	width: 980px;
}

#sidebar
{
	float: left;
	width: 200px;
	margin: 10px;
}

#content
{
	float: left;
	margin: 10px 10px 10px 0px;
	width: 750px;
}

#footer
{
	clear: left;
	text-align: center;
	font-size: 0.85em;
	width: 970px;
	margin-bottom: 10px;
	text-align: center;
}

/* text */

body,
input,
textarea,
select
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}

p
{
	margin: 10px 0px;
}

.note
{
	font-size: 0.85em;
	color: #666666;
}

.spacer
{
	margin: 0px 5px;
}

/* links */

a:link
{
	color: #336699;
}

a:link:hover,
a:visited:hover
{
	color: #336699;
	text-decoration: none;
}

a:visited
{
	color: #003366;
}

/* header styles */

h1,
h2,
h3
{
	padding: 0px;
	margin: 5px 0px;
}

h1
{
	font-size: 1.5em;
	color: #666666;
}

h1 a:link,
h1 a:link:hover,
h1 a:hover,
h1 a:visited,
h1 a:visited:hover
{
	color: #666666;
	text-decoration: none;
}

h2
{
	font-size: 1.3em;
	color: #666666;
}

h2 a:link,
h2 a:link:hover,
h2 a:hover,
h2 a:visited,
h2 a:visited:hover
{
	color: #666666;
	text-decoration: none;
}

h3
{
	font-size: 1em;
	color: #666666;
}

h3 a:link,
h3 a:link:hover,
h3 a:hover,
h3 a:visited,
h3 a:visited:hover
{
	color: #666666;
	text-decoration: none;
}

/* tables */

table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

table td
{
	padding: 2px;
}

table tr
{
	vertical-align: top;
}

table th
{
	text-align: left;
}

/* form styles */

form
{
	margin: 0px;
}

label
{
	font-size: 0.85em;
	font-weight: bold;
}

label.required
{
	color: #990000;
}

label.option
{
	font-weight: normal;
	cursor: pointer;
}

ul.fieldset
{
	margin: 10px 0px;
	padding-left: 0px;
	list-style-type: none;
}

ul.fieldset li
{
	margin-bottom: 5px;
	clear: both;
}

ul.fieldset li label
{
	float: left;
	display: block;
	padding-top: 2px;
	width: 80px;
}

ul.fieldset li label.option
{
	float: none;
	display: inline;
	padding-top: 0px;
	width: auto;
	margin-bottom: 5px;
}

ul.longLabels li label
{
	width: 130px;
}

ul.fieldset li div.note
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.fieldset li div.input
{
	float: left;
	margin-bottom: 5px;
}

.validationError
{
	color: #CC0000;
	font-weight: bold;
	font-size: 0.85em;
}

textarea,
input,
select
{
	font-size: 0.85em;
}

input.text,
input.password,
textarea
{
	border: 1px solid #336699;
	padding: 2px 3px;
}

input.text:focus,
input.password:focus,
textarea:focus
{
	background-color: #DDEEFF;
}

select
{
	border: 1px solid #336699;
	padding: 1px;
}

input.checkbox 
{
	vertical-align: middle;
	margin-bottom: 5px;
}

input.button
{
	border: solid 2px #88BBEE;
	border-left-color: #4477AA;
	border-bottom-color: #4477AA;
	background-color: #6699CC;
	padding: 2px 5px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
}

input.button:hover
{
	border: solid 2px #99CCFF;
	border-left-color: #5588BB;
	border-bottom-color: #5588BB;
	background-color: #77AAEE;
}

.checkbox
{
	vertical-align: middle;
}

.checklist
{
	max-height: 200px;
	width: 300px;
	overflow: auto;
}

.checklist h3
{
	color: #000000;
	font-size: 0.85em;
}

.checklist ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.checklist ul li
{
	margin-bottom: 0px;
}

input.text,
input.password
{
	width: 200px;
}

input.shortText
{
	width: 50px;
}

input.longText
{
	width: 500px;
}

textarea
{
	width: 500px;
	height: 100px;
}

textarea.large
{
	width: 600px;
	height: 400px;
}

.dateForm input.day
{
	width: 20px;
}

.dateForm input.year
{
	width: 40px;
}

.dateForm input.calendar
{
	background-image: url('../img/calendarIcon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px;
	border-style: none;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background-color: transparent;
}

.datePicker
{
	position: relative;
}

.datePicker table
{
	position: absolute;
	top: -10px;
	left: 5px;
	width: 200px;
	border: solid 2px #666666;
}

.datePicker .prev,
.datePicker .next
{
	float: left;
	text-decoration: none;
	padding: 0px 5px;
}

.datePicker .next
{
	float: right;
}

.datePicker table td,
.datePicker table th
{
	background-color: #FFFFFF;
	border: solid 1px #666666;
	font-size: .85em;
	text-align: center;
	width: 14%;
}

.datePicker table tr th.title
{
	padding: 3px 7px;
	background-color: #FFCC33;
}

.datePicker table tr.days th
{
	padding: 2px 3px;
	background-color: #FFDD66;
}

.datePicker td
{
	padding: 0px;
}

.datePicker td a
{
	padding: 2px 3px;
	display: block;
	text-decoration: none;
}

.datePicker td a.otherMonth
{
	background-color: #DDDDDD;
}

.datePicker td a.current
{
	background-color: #FFCC33;
}

.datePicker td a:hover
{
	background-color: #6699CC;
	color: #FFFFFF;
}

/* sidebox */

.sidebox
{
	margin-bottom: 10px;
	background-color: #AADD77;
	border: solid 1px #77AA44;
}

.sidebox h2
{
	padding: 3px 5px;
	background-color: #FFCC33;
	border-bottom: solid 1px #77AA44;
	margin: 0px;
	font-size: 0.9em;
	color: #666666;
}

.sidebox ul
{
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	font-size: 0.9em;
}

.sidebox ul ul
{
	font-size: 1em;
	padding-left: 10px;
	padding-right: 0px;
}

.sidebox li a:link,
.sidebox li a:visited
{
	padding: 1px 3px;
	text-decoration: none;
	display: block;
}

.sidebox li a:hover
{
	background-color: #BBEE88;
}

.sidebox .image
{
	text-align: center;
	padding: 5px;
}

.navMenu ul li.current
{
	font-weight: bold;
}

.navMenu ul li.current li
{
	font-weight: normal;
}

/* item */

.item
{
	margin-bottom: 10px;
	border: dashed 1px #77AA44;
	padding: 5px 10px;
	background-color: #AADD77;
}

.item .actions
{
	margin: 5px 0px;
	clear: both;
}

.item .userIcon
{
	padding: 1px;
	border: solid 1px #77AA44;
}

/* alert */

.alert
{
	padding: 6px 5px 6px 32px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url('../img/warningIcon.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #FFFFFF;
}

/* gridview */

.gridView
{
	margin: 5px 0px;
}

.gridView td,
.gridView th
{
	font-size: 0.9em;
	padding: 2px 4px;
}

.gridView th a
{
	display: block;
	text-decoration: none;
}

.gridView th
{
	font-weight: bold;
	text-align: left;
	background-color: #FFCC33;
	border-bottom: solid 1px #999999;
	padding: 4px;
}

.gridView th.sortAsc,
.gridView th.sortDesc
{
	background-color: #EEBB22;
}

.gridView th.sortAsc a,
.gridView th.sortDesc a,
.gridView th.sortInactive a
{
	background-image: url('../img/arrowSortAsc.png');
	background-position: center right;
	padding-right: 12px;
	background-repeat: no-repeat;
}

.gridView th.sortDesc a
{
	background-image: url('../img/arrowSortDesc.png');
}

.gridView th.sortInactive a
{
	background-image: url('../img/arrowSortInactive.png');
}

.gridView tr
{
	background-color: #EEEEEE;
}

.gridView tr.even
{
	background-color: #DDDDDD;
}

/* data view */

table.dataView .header
{
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* page list */

.pageList
{
	margin: 10px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	list-style-type: none;
}

.pageList a
{
	text-decoration: none;
}

.pageList li
{
	display: inline;
	padding: 2px 4px;
}

.pageList li.page
{
	padding: 0px;
}

.pageList li.page a,
.pageList li.current
{
	padding: 2px 6px;
	background-color: #99CC66;
	border: 1px solid #88BB55;
}

.pageList li.page a:hover,
.pageList li.current
{
	background-color: #AADD77;
}

/* captcha */

#recaptcha_widget_div
{
	margin: 5px 0px;
}
