/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
    background-color: White;
    color: rgb(73,88,121);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 16pt;
    font-style: italic;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 11pt;
}

ul {
    list-style-type: square;
}

ul ul {
    list-style-type: disc;
}

ul ul ul {
    list-style-type: none;
}

button {
    cursor: pointer; 
    cursor: hand;
	z-index: 101;
}

.logo_text {
	color:white;
	margin-left: 10px;
}

.copy_right {
	text-align: center;
	padding: 3px;
}

.input_label {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    font-weight: 600;
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

.input_label_required {
	font-size: 10pt;
	color: Blue;
    font-family: Arial,sans-serif;
    font-weight: 600;
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

.input_label_optional {
	font-size: 10pt;
	color: Gray;
    font-family: Arial,sans-serif;
    font-weight: 600;
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

.inner_input_label {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    font-weight: 600;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
    padding-left: 10px;
}

.protected {
    background-color: rgb(230,230,230); 
}

a:link {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    color: Blue;
    text-decoration: none;
}

a:visited {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    color: Blue;
    text-decoration: none;
}

a:hover {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    color: Blue;
    text-decoration: underline;
}

a:active {
	font-size: 10pt;
    font-family: Arial,sans-serif;
    color: Blue;
    text-decoration: none;
}


/***********************************************/
/** Top Menu **/
/***********************************************/
.topMenu {
    color: White; 
	font-size: 10pt;
    background-color: rgb(73,88,121); 
    vertical-align: top;
    text-decoration: none;
}

.topMenuSelected {
    color: Blue; 
	font-size: 10pt;
    background-color: Grey; 
    vertical-align: top;
    text-decoration: none;
}

a.topMenu:link {
    color: LightGrey;
	font-size: 10pt;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenuSelected:link {
    color: Blue; 
	font-size: 10pt;
    background-color: White; 
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenu:visited {
    color: LightGrey;
	font-size: 10pt;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenuSelected:visited {
    color: Blue; 
	font-size: 10pt;
    background-color: White; 
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenu:hover {
    color: White;
	font-size: 10pt;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenu:active {
    color: LightGrey;
	font-size: 10pt;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}

a.topMenuSelected:active {
    color: Blue; 
	font-size: 10pt;
    background-color: White; 
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 3px 5px;
}


/***********************************************/
/* For uploading files                      */
/***********************************************/
iframe {
    border-width: 0px;
    height: 60px;
    width: 400px;
}

iframe.hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.images {
    width: 600px;
    margin: 20px;
}

.images div {
    margin: 10px;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.images div:hover {
    border-color: #529EBD;
}

.images img.load {
    margin: 36px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div.topSection {
    width: 1200px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
    border: 0px;
    background-color: rgb(0,101,156);
	font-size: 12pt;
	font-weight: 600;
	color: white;
}

div.topMenuBar {
	width: 1200px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border: 0px;
	color: White;
	white-space: nowrap;
	background-color: rgb(73,88,121);
	border-bottom: 1px solid rgb(73,88121);
}

div.leftMenuBar {
    float: left;
    width: 200px;
	min-height: 700px;
	height: 700px;
    margin: 0px;
    padding: 0px;
    background-color: LightGrey;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

div.centerColumn {
	float: left;
    padding: 10px 0px 20px 5px;
    margin: 0px;
}

div.bottomMenuBar {
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #A9A9A9;
	padding: 5px 5px 10px 10px;
	margin-top: 0px;
	background-color: #EAEAEA;
}

/***** report *****************************************/
.report_header {
    font-size: 12pt;
    font-weight: 900;
    text-align: center;
}

.report_subheader {
    font-weight: 900;
    text-align: center;
}

.report_requestor {
    font-weight: 900;
}

.report_employee_info {
    font-style: italic;
    font-weight: 900;
}


.section_header {
    color: DarkBlue; 
    font-weight: 600; 
    padding: 0px 5px 0px 5px; 
    margin-bottom: 10px; 
    border-bottom: 1px solid blue; 
    border-top: 1px solid blue;
}

.section_list_header {
    color: rgb(63,35,23); 
    font-weight: 600; 
    background-color: rgb(153,176,190); 
    padding: 0px 5px 0px 5px; 
    margin-bottom: 0px;
}

.article_list {
    border-bottom: 1px solid Gainsboro;
}

.list_out {
    background: FFFFFF; 
    border-bottom: 1px solid #E6E6E6; 
    cursor: pointer; 
    cursor: hand;
	z-index: 0;	
}

.list_over {
    background: LightGrey; 
    border-bottom: 1px solid #E6E6E6; 
    cursor: pointer; 
    cursor: hand;
	z-index: 0;	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.siteName {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}


/*************** #pageName styles **************/

.pageName {
    padding: 0px 0px 10px 10px;
}


/************* Application styles **************/

h3.appTitle {
    padding-bottom: 5px;
}

div.appNav {
    color: rgb(73,88,121);
    width: 100%;
    padding: 3px 0px 3px 3px;
    background-color: LightGrey;
    margin: 5px 0px 5px 0px;
}

a.appNav:link {
    color: rgb(73,88,121);
    padding-right: 3px;
}

a.appNav:visited {
    color: rgb(73,88,121);
    padding-right: 3px;
}

a.appNav:hover {
    color: Blue;
    padding-right: 3px;
}

a.appNav:active {
    color: rgb(73,88,121);
    padding-right: 3px;
}


/************* .pageNav styles **************/

a.pageNav {
    padding-right: 3px;
    color: rgb(0,91,144);
}

a.pageNav:link a.pageNav:active, a.pageNav:visited {
    padding-right: 3px;
    color: rgb(0,91,144);
}

a.pageNav:hover {
    padding-right: 3px;
    color: White;
}


/************* .itemNav styles **************/

a.itemNav {
    padding-right: 3px;
    color: rgb(73,88,121);
}

a.itemNav:link {
    padding-right: 3px;
    color: rgb(73,88,121);
}

a.itemNav:visited {
    padding-right: 3px;
    color: rgb(73,88,121);
}

a.itemNav:active {
    padding-right: 3px;
    color: rgb(73,88,121);
}

a.itemNav:hover {
    padding-right: 3px;
    color: Blue;
}

.itemNav {
    padding-right: 3px;
    color: rgb(200,200,200);
}

/************* #breadCrumb styles *************/

.breadCrumb {
    font-size: 80%;
    padding: 5px 0px 5px 10px;
}


/************* #siteInfo styles ***************/

.siteInfo {
    clear: both;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #A9A9A9;
    padding: 5px 5px 10px 10px;
    margin-top: 0px;
    background-color: #EAEAEA;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
    the bottom border of the navBar in cases where they "touch" */

.siteInfo img {
    padding: 4px 4px 4px 0px;
    vertical-align: middle;
}


/************* #search styles ***************/

.search {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
    text-align: right;
}

.search form {
 margin: 0px;
 padding: 0px;
}

.search label {
    display: block;
    margin: 0px;
    padding: 0px;
}


/*********** Left Menu styles ***********/

ul.leftMenu {
    margin: 0px;
    padding: 0px 3px 10px 10px;
	list-style: none;
}

li.leftMenuGroup {
    font-size: 10pt;
    text-align: right; 
    vertical-align: top; 
    font-weight: 900; 
    padding-bottom: 5px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
}

li.leftMenuEntry {
    font-size: 9pt;
    text-align: right; 
    vertical-align: top; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border-bottom: 1px solid White;
}

a.leftMenuEntry:link {
    font-size: 9pt;
    color: rgb(73,88,121);
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a.leftMenuEntry:visited {
    font-size: 9pt;
    color: rgb(73,88,121);
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a.leftMenuEntry:hover {
    font-size: 9pt;
    color: Blue;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a.leftMenuEntry:active {
    font-size: 9pt;
    color: rgb(73,88,121);
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/************** table styles **************/

th.entry {
    font-size: 9pt;
    background-color: #D1D1D1;
    color: White;
    border: thin solid #6A6A6A;
    font-weight: normal;
}

th.button {
	cursor: pointer;
}

tr.entry {
    font-size: 9pt;
    background-color: white;
}

td.entry {
    font-size: 9pt;
    color: rgb(73,88,121);
    border-bottom: 1px solid LightGrey;
    vertical-align: top;
}

td.entry_number {
    font-size: 9pt;
    color: rgb(73,88,121);
    border-bottom: 1px solid LightGrey;
    vertical-align: top;
	text-align:right;
	padding-right: 5px;
}

td.entry_suspended {
    font-size: 9pt;
    border-bottom: 1px solid LightGrey;
    vertical-align: top;
	color: Orange;
}

td.entry_deleted {
    font-size: 9pt;
    border-bottom: 1px solid LightGrey;
    vertical-align: top;
	color: Red;
}

td.entry_no_underline {
    font-size: 9pt;
    vertical-align: top;
}

td.entry_overline {
    font-size: 9pt;
    color: rgb(73,88,121);
    border-top: 1px solid LightGrey;
    vertical-align: top;
}

td.entry_no_overline {
    font-size: 9pt;
    color: rgb(73,88,121);
    vertical-align: top;
}

td.entry_print_form {
    font-size: 9pt;
    color: rgb(73,88,121);
    border-bottom: 1px solid LightGrey;
    border-right: 1px solid LightGrey;
    vertical-align: top;
	text-align:right;
	padding-top: 5px;
	padding-right: 10px;
}

a.entry:link {
    font-size: 9pt;
	text-decoration: none;
	color: Blue;
}

a.entry:visited {
    font-size: 9pt;
	text-decoration: none;
	color: Blue;
}

a.entry:hover {
    font-size: 9pt;
	text-decoration: underline;
	color: Blue;
}

a.entry:active {
    font-size: 9pt;
	text-decoration: none;
	color: Blue;
}

tr.header {
    font-size: 9pt;
    background-color: #006699;
    color: White;
    border: 1px solid #6A6A6A;
    font-weight: normal;
    vertical-align: top;
}

tr.total_line {
    font-size: 9pt;
    background-color: LightGrey;
    border: 1px solid #6A6A6A;
    font-weight: normal;
    vertical-align: top;
}

tr.list_out {
    background: #FFFFFF; 
    cursor: pointer; 
    cursor: hand;
}

tr.list_over {
    background: LightGrey; 
    cursor: pointer; 
    cursor: hand;
}

td.list {
    border-top: 1px solid Gainsboro; 
    padding-left: 3px; 
    padding-top: 5px;
}


/************** table styles **************/

.listingNav th {
    background-color: White;
    color: #646464;
    border: thin solid #6A6A6A;
    font-weight: normal;
}

.listingNav tr {
    background-color: White;
    color: #cccccc;
}

.listingNav td {
    text-align: right;
    color: #cccccc;
}

.listingNav a:link, a:visited {
    color: #D2D2D2;
}

.listingNav a:hover {
    color: #505050;
}


/************* #admin menu styles ***************/

.adminMenu {
    font-family: Arial,sans-serif;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}


/************* #search styles ***************/

.mastsearch {
    font-family: Arial,sans-serif;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
    text-align: right;
}

.mastsearch form {
    margin: 0px;
    padding: 0px;
}

.mastsearch label {
    font-family: Arial,sans-serif;
    color: rgb(63,115,67);
    display: block;
    margin: 0px;
    padding: 0px;
}


/***** input style ******************************/
.select_level0 {
    background-color: rgb(150,255,255); 
    width=100%;
}

.select_level1 {
    background-color: LightGrey; 
    width=100%; 
    margin-left: 10pt;
}

.select_level2 {
    margin-left: 40pt;
}

.readonly {
    background-color: rgb(230,230,230);
}

.input_text {
    border: 2px inset rgb(240,240,240);
}

/***** status line ********************/
.status_info {
    width: 100%;
    height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;
	font-size: 10pt;
	font-weight: 600;	
	color: Blue;
}

.status_warning {
    width: 100%;
    height: 20px;
    margin: 0px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;
	font-size: 10pt;
	font-weight: 600;	
	color: Yellow;
}

.status_error {
    width: 100%;
    height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;
	font-size: 10pt;
	font-weight: 600;	
	color: Pink;
}

.status_critical {
    width: 100%;
    height: 20px;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    border: 0px;
	font-size: 10pt;
	font-weight: 600;	
	color: Red;
}

/***** imbedded link ********************/
div.embedded_link {
    color: rgb(73,88,121);
    width: 100%;
    padding: 3px 0px 3px 3px;
    margin: 5px 0px 5px 0px;
}

a.embedded_link:visited, a.embedded_link:hover, a.embedded_link:active {
	float: right;
    font-size: 10pt;
    color: Blue;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.attended {
    font-size: 9pt;
    color: rgb(73,88,121);
    vertical-align: top;
}

.absent {
    font-size: 9pt;
    color: rgb(153,178,201);
    vertical-align: top;
}
