html {
    height: 100%;
    background: #A2A2A2;
    background-color: #A2A2A2;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #A2A2A2;
    color: #000000;
    font-family: Arial, sans-serif;
}

/* Page Heading */
#heading {
    height: 124px;
    background: #000000 url(./../img/MART450123.jpg) no-repeat top left;
    padding: 0px;
    margin-top: 0px;
    color: #FFFFFF;
}

#heading .heading1 {
    font: normal bold 1em/ 1.2em Verdana, arial, serif;
    padding-left: 10px;
    margin-left: 84px;
    vertical-align: middle;
}

#heading .heading2 {
    font: normal normal 30.0pt Verdana, arial, serif;
    margin-left: 84px;
    color: #CC0000;
    padding: 5px 0px 5px 20px;
}

/* End Page Heading */

.ui-widget {
    font-size: 12pt;
}
a:active,a:link,a:visited {
    color: #CC0000;
}

a.menuLink:active,a.menuLink:link,a.menuLink:visited {
    color: #FFFFFF;
}

.menuText {
    color: #FFFFFF;
}

a:hover {
    color: #8CAFCD;
}

#menu {
    width: 100%;
    height: 22px;
    background: #333 url('./../img/ss.gif') repeat bottom left;
    display: block;
}

#content {
    margin: 10px;
    background: #FFFFFF;
    padding: 15px;
    font-size: 12pt;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}

.prop {
    padding: 3px;
    clear: left;
}

.name {
    font-weight: bold;
    width: 115px;
    float: left;
    clear: left;
}

.value {
    float: left;
}

.error {
    margin-left: 20px;
    float: left;
    border: 1px solid red;
}

.errors {
    color: #CC0000;
}

.section {
    border: 1px solid black;
    padding-bottom: 10px;
    min-height: 150px;
}

.sectionHeading {
    background-image: url(./../img/uga_red_gradient.png);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    padding: 2px 0px;
}

.sectionContent {
    margin: 5px 5px;
}

.sectionContent > * > li {
    margin: .5em 10% .5em 0;
}

.reference {
    font-style: italic;
    font-weight: bold;
}

ol.spacedList > li {
    margin-bottom: 15px;
}

/* Department Viewing Permissions styles */


#searchIcon{
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;	
}

#sort_userList{
	display: none;
}

#sort_userSearch{
	display: none;
}

html > body div.layer_userSearch{
	position: absolute; 
	left: 100px; 
	top: 150px; 
	z-index: 1001; 
	display: none;
	height: 400px;
	width: 750px;	
	
	border: 1px solid #000000;
	background-color: #FFFFFF;	
	font-size: 8pt; 
}

html > body div.layer_userSearch{
	overflow: hidden;
}

html > body div.userSearch{
	height: 400px;
	overflow: hidden;
}

html > body div.employeeSearch{	
	height: 300px;
	overflow: auto;
}

html > body div.header_userSearch{
	display: block;
	padding: 10px 10px 10px 150px;
}

html > body table.table_employeeSearch{	
	height: 100%;
	width: 100%;
}

html > body table.table_employeeSearch thead.tableHeader tr{
	font-size: 9pt;
	height:auto;
	background: #333333 url('./../img/ss.gif') repeat bottom left;
    color: #FFFFFF;
    width: auto;
}

html > body table.table_employeeSearch thead.tableHeader th{	
	width: auto;
	text-align: center;
}

html > body table.table_employeeSearch thead.tableHeader th.left{
	padding-left: 10px;
}

html > body table.table_employeeSearch thead.tableHeader th.right{
	padding-right: 15px;
}

html > body table.table_employeeSearch tbody.tableBody{	
	height: 100%;
	width: 100%;
	overflow: auto;	
}

html > body table.table_employeeSearch tbody.tableBody tr{
	height:auto;
}

html > body table.table_employeeSearch tbody.tableBody td{
	width: auto;
	height: auto;
	text-align: center;
}

html > body table.table_employeeSearch tbody.tableBody td.left{
	padding-left: 10px;
}

html > body table.table_employeeSearch tbody.tableBody td{
	padding-right: 15px;
}

#layer_grayedOut{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#layer_errorMsg{
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
	color: #CC0000;
}

* html #layer_grayedOut{
	position: absolute;
}

#layer_1{
	z-index: 999;
}

#index_selectedUser{
	display: none;
}
	
#index_deleteUser{
	display: none;
}

#index_searchedUser{
	display: none;
}	

#index_overrideDept{
	display: none;
}

#index_editAdminAccess{
	display: none;
}

#id_list{
	display: none;
}

#id_search{
	display: none;
}

#input_selectedUserMyID{
	
}

#layer_confirm_action{
	font-size: 9pt;
	position: absolute; 
	left: 200px; 
	top: 200px; 
	z-index: 1001; 
	display: none;
	height: auto;
	width: auto;	
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

html > body div.layer_confirm_action div.top{
	position: relative;
	left: 27%;
	padding-top: 10px;
	font-weight: bold;	
}

html > body div.layer_confirm_action div.center{	
	padding: 5px 10px 10px 5px;	
}

html > body div.layer_confirm_action div.bottom{
	position: relative;
	left: 40%;
	padding-bottom: 10px;
}

#layer_confirm_addUser{
	font-size: 9pt;
	position: absolute; 
	left: 200px; 
	top: 200px; 
	z-index: 1001; 
	display: none;
	height: auto;
	width: auto;	
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

html > body div.layer_confirm_addUser div.top{
	position: relative;
	left: 27%;
	padding-top: 10px;
	font-weight: bold;	
}

html > body div.layer_confirm_addUser div.center{	
	padding: 5px 10px 10px 5px;	
}

html > body div.layer_confirm_addUser div.bottom{
	position: relative;
	left: 40%;
	padding-bottom: 10px;
}

#layer_displayDepts{
	position: absolute; 
	left: 50px; 
	top: 200px; 
	z-index: 1001; 
	display: none;
	height: auto;
	width: auto;	
	border: 1px solid #000000;	
	background-color: #FFFFFF;
	font-size: 8pt;
}

html > body div.layer_displayDepts div.footer{
	position:relative;
	left: 30%;
}

#table_displayDepts{
	height: 100%;
	width: 100%;	
}

html > body table.table_displayDepts td{
	border: 1px solid gray;
	text-align: center;
}

html > body table.table_displayDepts tr.header{
	 font-size: 9pt;
	 height:auto;
	 background: #333333 url('./../img/ss.gif') repeat bottom left;
     color: #FFFFFF;
     width: auto;
}

#layer_editAdminAccess{
	position: absolute; 
	left: 200px; 
	top: 200px; 
	z-index: 1001; 
	display: none;
	height: auto;
	width: auto;	
	border: 1px solid #000000;	
	background-color: #FFFFFF;
	font-size: 8pt;	
}

html > body div.layer_editAdminAccess div.footer{
	position:relative;
	left: 30%;
}

#table_editAdminAccess{
	height: 100%;
	width: 100%;	
}

html > body table.table_editAdminAccess td{
	border: 1px solid gray;
	text-align: center;
}

html > body table.table_editAdminAccess tr.header{
	 font-size: 9pt;
	 height:auto;
	 background: #333333 url('./../img/ss.gif') repeat bottom left;
     color: #FFFFFF;
     width: auto;
}

#table_users{
	width: 100%;
	border: medium inset gray; 
	font-size: 8pt;
}

#table_users th{
	font-size: 9pt;
}

#table_users tr.header_table_users{
	 height:100%;
	 background: #333333 url('./../img/ss.gif') repeat bottom left;
     color: #FFFFFF;
     width: 100%;
}

html > body table.table_users tr td.admin_true{
	background-color: #559988;
}

#legendcolor_admin{
	background-color: #559988; 
	font-size: 9px;
}

html > body table.table_users tbody{
	overflow: auto;
}

html > body table.table_users tr td.defaultDept_false{
	background-color: #AACCEE;	
}

#legendcolor_odept{
	background-color: #AACCEE; 
	font-size: 9px;
}

#legend{
	padding-top: 5px;
}

#table_DeptOverride{
	width: 100%;
	border: medium inset gray; 
	font-size: 8pt;
}

#table_DeptOverride th{
	font-size: 9pt;
}

#table_DeptOverride tr.header{
	 height:100%;
	 background: #333333 url('./../img/ss.gif') repeat bottom left;
     color: #FFFFFF;
     width: 100%;
}

html > body table.table_DeptOverride tbody{
	height: 100%;
	overflow: auto;
}

html > body table tr.tablerow_even{	
}

html > body table tr.tablerow_odd{
	background-color: #999999;
	
}

html > body table td{
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

/* End Department Viewing Permissions styles */