/** START 00_system.css **/
body {
	background-color: black;
	color: #FFF;
}

/*div {

	clear: both;
}*/
div.loginFrm {
	display: inline;
	clear: right;
}
label {
	float:left;
}
div.leftMenu {
	float: left;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
	height: 768px;
   	clear: none;
}
#LB_Overlay {
	background-image: url(/images/ovly.png);
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/image/ovly.png",sizingMethod="scale");
}
#LtBox {
	width: auto;
	top: 175px;
	left: 30%;
	background: #c8c8c8;
	padding: 10px;
	margin: 2px;

	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: #000;
	z-index: 9999;
	position: absolute;
}
#LtBox #btn_Close {
	position: absolute;
	top: -1px;
	color: #000;
	right: -1px;
	cursor: pointer;
	font-weight: bold;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
a.leftNavLink, a.leftNavLinkActive {
	display: block;
	}
a {
	color: #42b4e9;
}

a:visited {
	color: #fff576;
}

a:active {
	color: #fff576;
}

label {
	float: left;
}

input, textarea, select, div.frm_value {
	margin: 5px 5px 5px 5px;
}

input.formButton {
	float: none;
}

table {
	width: 100%;
}

th,tr,td,table {
	border: 1px solid black;
}
/** END 00_system.css **/

/** START 02_button_classes.css **/
#btn_Close {
	background:url("/icons/close_16.png") no-repeat; 
	color:rgba(0,0,0,0) !important;
	width: 16px;
	height: 16px;
}

/** END 02_button_classes.css **/

/** START 03_link_decorations.css **/
a.delete_link {
	color:rgba(0,0,0,0) !important;
}
/** END 03_link_decorations.css **/

/** START 04_index_pages.css **/
.index_col {
	float: left;
	clear: none;
	width: 20em;
	height: 1em;
}
.index_header {
	font-weight: bold;
	float: left;
	clear: none;
	width: 20em;
	height: 1em;
}
.index_row1 { 
	clear: both;
	margin: 1px 10px 1px 10px;
        background: #cdcdcd;
}

.index_row2 { 
	clear: both;
        margin: 1px 10px 1px 10px;
	background: #8d8d8d;
}

/** END 04_index_pages.css **/

/** START 04_nav.css **/
 div.leftMenu {
	float: none;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
	height: auto;
	width: 100%;
	}
a.leftNavLinkActive {
	margin-bottom: 0px; 
	padding-bottom: 0px;
	/*background: #bcbcbc;*/
	text-decoration: none;
	display: inline;

}
a.leftNavLink {
	margin-bottom: 0px; 
	padding-bottom: 0px;
	/*background: #5a5a5a;*/
	text-decoration: none;
	display: inline;
}
div.mainContent {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
/*	float: right;*/
	padding-left: 180px;
	padding-top: 100px;
/*	background: #bcbcbc;*/
}

h2, h1 {
	margin-top: 0px;
	padding-top: 0px;
}
/** END 04_nav.css **/

/** START 05_parsec.css **/
div.parsecMenu {
	clear: none !important;
	float: left;
	padding-right: 5px;
	width: 175px;
	position: fixed;
	padding-top: 100px;
	left: 0px;
}
div.parsecHeader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; clear: both;
	position: fixed;
	background-color: #000000;
	width: 100%;
	top: 0px;
	left: 0px;
}
table.parsecMenu, th.parsecMenu, td.parsecMenu, tr.parsecMenu {
	border: 0px ;
	margin: 0px 0px 0px 0px;
}
div.pscHeader  {
	background-color: #0e2568;
	color: #FFF;


}
div.leftMenu {
	background-color: #0e2568;
}
a.leftNavLinkActive {
	color: #000;
	background-color: #617dcb;
} 
a.leftNavLink {
	background-color: #0e2568;
	color: #FFF;
}
a.listLink {
	color: #fff;
}
div.index_col, div.index_header {
/*	color: #000;*/
}
div.index_row1 {
	background-color: #617dcb;
	color: #000;
}
div.index_row2 {
	background-color: #0e2568;
	color: #FFF;
}
td.parsecTdSS {
	width: 50%;
	text-align: center;
}

/** END 05_parsec.css **/

