/**
* GLOBAL
*/
body {
	font-family: verdana;
	font-size: 12px;
	background-color: #bbb;
	margin: 8px;
}

h1 {
	padding: 0 0 15px 0;
	margin: 0 15px 0 0;
	font-size: 1.4em;
	color: #725779;
}

h2 {
	padding: 5px 0 0px 0;
	margin: 0;
	font-size: 1.3em;
	font-family: arial, verdana, sans serif;
}

h3 {
	color: #725779;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.2em;
}


h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1.1em;
	color: #725779;
}

a, a:visited {
	color: #333;
}

a:hover {
	color: #980065;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.odd {
	background-color: fff;
}

.even {
	background-color: #fafafa;
}

.highlight {
	background-color: #ffff66;
}

fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

legend {
	font-weight: bold;
	color: #666;
}

body #formArea fieldset { 
	/*min-height:400px;
	_height:auto !important;
	height:400px;*/
}

/* ie hack */

* html fieldset {
position: relative;
padding-top:20px;
margin-top:1em;
}

* html legend {
position: absolute;
top:-.5em;
left:.5em;
}

th {
	text-align: left;
}

td {

}

#searchResults ol li {
	margin-bottom: 10px;
}

#searchContainer {
	height: 400px;
	padding: 0px;
	overflow: auto;
	position:relative;
}

fieldset#searchResults {
	background-color: #fff;
}

#searchButton {
	
}

.postedBy {
	font-size: 0.9em;
	font-weight: normal;
	color: #888;
	margin: 0;
	padding-top: 2px;
}

.fieldHint {
	font-size: 0.9em;
	font-weight: normal;
	color: #888;
	display: block;
	width: 150px;
	margin: 0;
	padding-top: 2px;
}

#wrapper {
	border: 1px solid #666;
	background-color: #fff;
}

#masthead {
	height: 75px;
	background-color: #fff;
}

#topbuttons {
	float: right;
	margin: 10px;
	text-align: right;
}

#tabs {
	height: 24px;
	background-color: #725779;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	list-style-type: none;
	text-align: center;
	margin: 0;
	float:left;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}


#tabs li a {
	padding: 5px;
	color: #fff;
}

#tabs li a.on, #tabs li a:hover {
	background-color: #999;
}


#container {
	height: 400px;
	overflow:auto;
	padding: 10px;
}

#homecontainer {
	height: 450px;
	overflow:auto;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}


.alertMessage {
	border: 1px solid #ccc;
	background-color:#F4E2BD;
	color: #cc0000;
	font-weight: bold;
	text-align:center;
	padding: 10px;
}

.errorText {
	color: #cc0000;
	font-weight: bold;
}

#leftpaneContainer {
	float: left;
	width: 225px;
	height: 400px;
	overflow:auto;
	padding: 5px;
}

#rightpaneContainer {
	height: 400px;
	overflow:auto;
	padding: 2px;
	border-left: 1px solid #ccc;
}

#status {
	padding: 2px 0 2px 5px;
	clear: both;
	background-color: #F4F2E8;
	font-size: 0.9em;
	color: #666;
	border-top: 1px solid #d6d6d6;
}

/**
* DOCUMENT MANAGER
*/

#documents #toolbar {
	height: 40px;
	padding-top: 2px;
	background-color: #F4F2E8;
	padding-left: 15px;
	border-bottom: 1px solid #d6d6d6;
}

#documents #toolbar ul {
	margin: 0;
	padding: 0;
}

#documents #toolbar li {
	float: left;
	padding: 2px 10px 2px 2px;
}

#documents #panes {
}


#documents #leftpane {
	font-size: 0.9em;
}



#documents #rightpane {
	
}

#documents #rightpane th {
	background-color: #ddd;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	text-align: center;
}

#documents #rightpane td {
	height: 25px;
	font-size: 0.9em;
}

#documents #formPaneContainer {
	height: 350px;
	overflow:auto;
	padding: 2px;
}

#documents .fileIcon {
	width: 75px;
	height: 75px;
	float: left;
	margin: 10px;
	padding: 10px;
	color: #000;
	text-align: center;
	font-size: 0.9em;
}

#documents .fileList {
	text-decoration: none;
	padding: 2px;
	color: #000;
}

#documents .selected {
	background-color: #c0d2ec;
	color: #000;
}

#documents #fileListTable {
	width: 95%;
}

#documents .downloadLink {
	font-size: 0.8em;
}

#documents .statusDraft {
	width: 20px;
	color: #D35757;
	font-weight: bold;
	background-color: #FFAAAA;
	font-size: 0.8em;
	padding: 1px 3px 1px 3px;
}

#documents .statusFinal {
	width: 20px;
	color: #61932F;
	font-weight: bold;
	background-color: #C7F7A4;
	font-size: 0.8em;
	padding: 1px 3px 1px 3px;
}

#documents .fileInfo {
	color: #888;
	font-size: 0.9em;
}

#documents .paneMessage {
	padding: 10px;
	color: #666;
	background: url(/images/action_icons/alert_info.gif) no-repeat center left;
	padding-left: 25px;
	margin-left: 10px;
}

#documents #formArea {
	height: 440px;
}

/**
* INFORMATION PAGES
*/

#information #leftpaneContainer, #information #rightpaneContainer {
	height: 440px;
}

#information #leftpane {
	font-size: 0.9em;
}

#information #rightpane {
	padding: 10px;
}

#information #rightpane a, #information #rightpane a:visited {
	color: #980065;
}

#information #rightpane a:hover {
	color: #333;
}

/**
* CONTACTS
*/

#contacts #toolbar {
	height: 40px;
	padding-top: 2px;
	background-color: #F4F2E8;
	padding-left: 15px;
	border-bottom: 1px solid #d6d6d6;
}

#contacts #rightpane {
	padding: 0px;
}

#contacts #rightpane th, #contacts fieldset#searchResults th {
	background-color: #ddd;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	text-align: center;
}

#contacts #rightpane td, #contacts fieldset#searchResults td {
	height: 25px;
	/*vertical-align: top;*/
}

#contacts #rightpane td.fullName, #contacts fieldset#searchResults td.fullName {
	white-space: nowrap;
}

#contacts #leftpane, #contacts #rightpane td, #contacts fieldset#searchResults td {
	font-size: 0.9em;
}

#contacts #rightpane .label, #contacts fieldset#searchResults .label {
	color: #999;
}

#contacts #contactPaneContainer {
	height: 365px;
	overflow:auto;
	padding: 2px;
}

#contacts #contactPaneContainer th {
	vertical-align: top;
}

#contacts #topBar {
	padding: 10px 0 10px 0;

}


#contacts #topBar #frmSearch {
	display: inline;
	margin-left: 20px;
}

#contacts fieldset.detailGroup {
	border: none;
	border-top: 1px solid #ddd;
}

#contacts fieldset.detailGroup legend {
	font-size: 0.8em;
	color: #725779;
}

#contacts fieldset.detailGroup th {
	width: 100px;
}

#contacts #rightpaneContainer {
	height: 420px;
	overflow:auto;
	padding: 2px;
	border-left: 1px solid #ccc;

}

#contacts #leftpaneContainer {
	height: 440px;
}

#contacts #rightpanefooter {
	height: 20px;
	margin-left: 235px;
	padding: 2px 2px 2px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #eee;
}

#paging {
	font-size: 0.9em;
}

#contacts fieldset#searchResults {
	background-color: #fff;
}

#contacts .groupDiv {
	margin: 5px 5px 5px 20px;
	display: none;
}

#contacts .groupAddresses {
	width: 100%;
	height: 100px;
	overflow: auto;
}
#contacts .selectAll {
	background-color: #EFDE10;
}

/**
* FORM STYLES
*/
input, textarea, select {
	font-size: 1em;
	font-family: verdana;
}

/*input[type=button], input[type=submit] {
	padding: 2px 10px 2px 10px;
	background-color: #30629D;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

input[type=button]:hover, input[type=submit]:hover {
	background-color: #698CAF;
}

input[type=button]:active, input[type=submit]:active {
	background-color: #666;
}*/

/**
* TOOLBAR
*/

/* Button CSS rules */

a.toolbarButtonHidden img {
	display: none;
}

a.toolbarButtonDisabled img, a.toolbarButtonNormal img, a.toolbarButtonSelected img {
	/*width: 20px;
	height: 20px;*/
	cursor: default;
	margin-top: 1px;
	margin-left: 1px;
}

a.toolbarButtonDisabled img {
	border: 0 !important;
}

a.toolbarButtonNormal img, a.toolbarButtonSelected img {
	border: 1px solid #F0F0EE !important;
}

a.toolbarButtonSelected img {
	border: 1px solid #6779AA !important;
	background-color: #D4D5D8;
}

a.toolbarButtonNormal img:hover, a.toolbarButtonSelected img:hover {
	border: 1px solid #0A246A !important;
	cursor: default;
	background-color: #B6BDD2;
}

a.toolbarButtonDisabled img {
	-moz-opacity:0.3;
	opacity: 0.3;
	border: 1px solid #F0F0EE !important;
	cursor: default;
}

/* MSIE specific rules */

* html a.toolbarButtonNormal img, * html a.toolbarButtonSelected img, * html a.toolbarButtonDisabled img {
	border: 0 !important;
	margin-top: 2px;
	margin-bottom: 1px;
}

* html a.toolbarButtonDisabled img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	border: 0 !important;
}

* html a.toolbarButtonDisabled {
	border: 1px solid #F0F0EE !important;
}

* html a.toolbarButtonNormal, * html a.toolbarButtonSelected {
	border: 1px solid #F0F0EE !important;
	cursor: default;
}

* html a.toolbarButtonSelected {
	border: 1px solid #6779AA !important;
	background-color: #D4D5D8;
}

* html a.toolbarButtonNormal:hover, * html a.toolbarButtonSelected:hover {
	border: 1px solid #0A246A !important;
	cursor: default;
	background-color: #B6BDD2;
}

/* JS Validation styles */
input.error, select.error {
	border: 1px solid #cc0000;
}

/**
* index styles
*/


div#homebuttons {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}

#homebuttons .intro {
	font-size: 0.9em;
}

#homebuttons table {
}

#homebuttons table td {
	padding: 5px;
	width: 25%;
}

#homebuttons a#bucontacts, #homebuttons a#buinfo, #homebuttons a#bufile {
	font-weight: bold;
}

#homebuttons .description {
	color: #999;
}

h1#messageboardHead {
	/*padding-top: 50px;*/
	/*clear: both;*/
	padding-bottom: 10px;
}
#messageBoard {
	margin: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	height: 200px;
	overflow: auto;
}

a.mbButton, a.mbButton:visited {
	background-color: #B6AEA0;
	padding: 5px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	color: #fff;
	text-decoration: none;
}

a.mbButton:hover {
	background-color: #aaa;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #fff;
}

#front-icons-table td {
	vertical-align: top;
}
