﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
/*	color: #999999;
	background-color: #000000;
*/	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: White;
}

.topbar {
	width: 100%;
	height: 80px;
}

.header_table
{
	position: relative;
	width: 100%;
	height: 62px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.header_row
{
	background-color: black;
	color: White;
	background-color: black;
	border-color: white;
}

/*
	position: absolute;
	left: 150px;
	top: 20px;
*/
.title_label {
	font-size: 35px;
	font-style:italic;
	font-weight:bold;
}

/*
	position: absolute;
	left: 450px;
	top: 40px;
*/
.menua {
	font-size: 16px;
}

.headershim
{
	border-top: #dd0000 2px solid;
	background-color: White;
	margin-top: 1px;
}

/*
	position: relative;
	left: 450px;
*/
.bread
{
	background-color:White;
	text-align:center;
	font-size: 12px;
	color: Black;
}

.bread a, a:visited {
	color: Black;
}

.menua a:visited, .nav a:visited {
	color: White;
}

.menua a:hover
{
	color: #dd0000;
}

.changepassword
{
	text-align:left;
}

/************* LEFT SIDEBAR Styles *************/
.leftsidebar 
{
	vertical-align: top;
	width: 150px;
	height: 100%;
	font-size: 12px;
}

.leftpartzone
{
	border-color: Gray;
	padding: 2px 6px 2px 0px;
	width: 100%;
}

.l_part_title
{
	background: #dd0000;
	color: #dd0000;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

.login_name
{
	font-size: 12px;
}
.leftsidebar a, .leftsidebar a:visited
{
	color: #dd0000;
	font-size: 10px;
}

/************* CONTENT AREA Styles *************/
.admin
{
	color: #dd0000;
	font-size: 10px;
}

.contentarea 
{
	vertical-align: top;
	width: 90%;
	height: 100%;
	font-size: 12px;
}


.contentarea a, .contentarea a:visited
{
	color: black;
	text-decoration:underline;
}

.contentpartzone
{
	border-color: Gray;
	padding: 2px 2px 2px 2px;
}

.contentpartzone a, .contentpartzone a:visited
{
	text-decoration: underline;
}

.c_part_title
{
	background: #dd0000;
	color: White;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

.data_label
{
	font-weight:bold;
}

.report 
{
	font-size:large;
	color:Black;
	text-decoration:underline;
}

.report a, .report a:visited
{
	color:Black;
	text-decoration:underline;
}
.admin 
{
	color:Black;
}

.admin a, .admin a:visited
{
	color:Black;
	text-decoration:underline;
}

.link, link a, .link a:visited
{
	text-decoration:underline;
}

.submenu
{
	width:200px;
}

.welcome
{
	text-align:justify;
}
.welcome a, .welcome a:visited
{
	color:Maroon;
}
.compInfo
{
    font-size: larger;
	text-align:left;
    vertical-align: top
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*
.modalPopup 
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:740px;
	z-index:2000;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}
*/