﻿/******************
INPUT / FORM STYLES
******************/

.button, .inputText, .inputField
{
	color: #000;
	font-size: 1em;
	margin: auto 3px;
	padding: .2em;
}

.inputSelect
{
	color: #29569A;
	font-size: 1.1em;
	margin: auto 3px;
	padding: 1px;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

.button
{
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

.inputText
{
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

span.inputField input, span.inputField *
{
	padding-bottom: 5px;
	color: #000000;
	font-size: 1.1em;
}

/******************
HEADER STYLES
******************/
.headerText
{
	visibility: hidden;
}

#headerMenu a:link
{
	color: #FF9900;
	text-decoration: none; /*padding: 3px 5px 5px 5px;*/
}

#headerMenu a:visited
{
	color: #FF9900;
	text-decoration: none; /*padding: 3px 5px 5px 5px;*/
}

#headerMenu a:hover
{
	color: #FF0000;
	text-decoration: none;
}

#headerMenu a:active
{
	color: #FF9900;
	text-decoration: none;
}

/******************
TEXT STYLES
******************/

.redText
{
	color: #ff0000;
}

/******************
DEBUG STYLES
******************/

#debug p
{
	padding: 10px;
	margin: 0;
	text-align: left;
}


/******************
FILTERS / SEARCHES
******************/

.searchTable
{
	border-style: solid;
	border-width: 1px;
	border-color: #111111 #111111 #111111 #111111;
	padding-left: 2px;
	overflow: visible;
	width: 100%;
}

/******************
LINKS / LISTS
******************/

ul.arrowLinks
{
	padding-left: 15px;
	margin: 5px 5px 10px 15px;
	list-style-type: none;
	list-style-image: url(Images/bullet-arrow.gif);
	list-style-position: outside;
	vertical-align: middle;
	display: inline-block;
}

/******************
BREADCRUMB STYLES
******************/

#breadcrumbs p, #breadcrumbs table
{
	padding: 5px 5px 5px 5px;
	margin: 0;
	text-align: left;
	color: #747678;
}

#breadcrumbs a
{
	color: #FF9900;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

.currentNode
{
	text-decoration: none;
	color: #747678;
	font-weight: bold;
}

/******************
NOTE CONTAINER / MENU STYLES
******************/

.sidebarContainer
{
	display: block;
	padding: 10px 6px 10px 6px;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #747678;
	border-bottom: 1px solid #747678;
	border-left: 1px solid #E9E9E9;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.noteContainer
{
	padding: 10px 6px 10px 6px;
	border: 1px dotted #4F2D7F;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 10px;
}
.noteContainer h3 b
{
	font-family: Georgia, serif;
	font-weight: normal;
	color: #000000;
}

.noteContainer p, .sidebarContainer p
{
	border: 0px dotted #000066;
	padding: 5px 8px 5px 8px;
}

* html .noteContainer
{
	height: 1%;
}

.mainNav
{
	/*overflow: hidden; 	margin-bottom: 5px; border: 1px solid #000000;*/
	width: 190px;
	font-size: 1em;
}

.level1
{
	color: #FF9900 !important;
	background-color: #000000; /*#3366CC; #003399*/
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	display: block;
	border-bottom: 1px dotted #666666;
}

.level2
{
	color: #FFFFFF !important;
	padding: 3px 0px 3px 5px;
	display: block;
	border-bottom: 1px dotted #666666;
	background-color: #000000; /*#3366CC*/
}

.hoverStyle1
{
	color: #A6221A !important;
	background-color: #111111 !important;
	text-decoration: none !important;
}

/******************
CLASSES
******************/

.textBlock
{
	padding: 5px 5px 5px 25px;
	display: block;
}

.panelWrap
{
	padding: 10px 10px 10px 10px;
	background-color: #000000;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	margin-bottom: 10px;
}

.panelWrapTab
{
	padding: 10px 10px 10px 10px;
	border-top: 0px solid #E9E9E9;
	border-right: 1px solid #747678;
	border-bottom: 0px solid #747678;
	border-left: 1px solid #CFCFCF;
}

.grayBox
{
	display: block;
	padding: 15px 20px 15px 20px;
	border: dotted 1px #696969;
	background-color: #111111;
	margin: 15px;
	line-height: 20px;
}

.centerBox
{
	padding: 10px;
	margin: 15px auto;
	border: solid 0px #EEEEEE;
	width: 60%;
}

.yellowText
{
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}

.available
{
	text-decoration: none;
	color: #009B76;
	font-weight: bold;
}

.completed
{
	text-decoration: none;
	color: #C30045;
	font-weight: bold;
}

.none
{
	display: none;
}

.clear
{
	clear: both;
}
