﻿.select-free
{
    position:absolute;
    z-index:10;
    cursor:move;
    overflow:hidden;/*must have*/
    width:9em;/*must have for any value*/
}
.green
{
	color:#009900;
}
.select-free iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0px;/*must have*/
    left:0px;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:9em;
    height:20px;
    width:3000px;/*must have for any big value*/
    height:3000px/*must have for any big value*/
}
.select-free .bd{/*border:solid 1px #aaaaaa;*/border:none;} 

a:link 
{
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	text-transform:none;
}

a:visited 
{
	color:#990000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
	text-transform:none;
}

a:hover 
{
	color:#546C76;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
}

a:active 
{
	color:#546C76;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	line-height: 15px;
	list-style-position: outside;
	list-style-image: url(images/images/bullet.jpg);
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ABB6BA;
}

.appButton
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	width:125px;	
}

.pointer
{
	cursor:pointer;
}

.newstext {
	background-attachment:fixed;
	background-position:left top;
	background-repeat:repeat;
	color:#546C76;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	padding-right:20px;
}

.systemSectionHead
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #546C76;
	background-color:#EBEFF2;
	width:100%;
	text-align:left;
	padding: 0px -5px 0px 10px;
}
.systemSectionNote
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #546C76;
	background-color:#EBEFF2;
	width:100%;
	text-align:left;
	padding: 0px -5px 0px 10px;
}

.systemSubsectionHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width:100%;
	text-align:left;
	padding: 0px -5px 0px 5px;
	border-bottom: solid 1px #D90108;
	vertical-align:middle;	
}

.systemSubsectionHeadnoborder
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width:100%;
	text-align:left;
	padding: 0px -5px 0px 5px;

	vertical-align:middle;	
}

.systemSubSection{
	margin:5px 5px 5px 5px;
	border:solid 1px #D90108;
	background-color:#FFFFFF;
}

.contractButton
{
	background: url(./../../images/contract_arrow.gif) no-repeat;
	height:16px;
	width:16px;
	display:inline;
	border:none;
	cursor:pointer;
}
.expandButton
{
	background: url(./../../images/expand_arrow.gif) no-repeat;
	height:16px;
	width:16px;
	display:inline;
	border:none;
	cursor:pointer;
}
.plusButton
{
	background: url(./images/small-plus.gif) no-repeat;
	height:16px;
	width:16px;
	display:inline;
	border:none;
	cursor:pointer;
}
.minusButton
{
	background: url(./images/small-minus.gif) no-repeat;
	height:16px;
	width:16px;
	display:inline;
	border:none;
	cursor:pointer;
}




.headingtext 
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
}

.text 
{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:16px;
}

.requiredField
{
	color:#D70514;
	font-size:9px;
}

.subnav 
{
	border-bottom:1px solid #C4D0D6;
	border-color:#C4D0D6;
	border-style:none none solid;
	color:#77787A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:15px;
	list-style-type:none;
	text-align:left;
	vertical-align:-40%;
	visibility:inherit;
	width:auto;
}

.subnavhead
{
	border-bottom:2px solid #ABB6BA;
	border-style:none none solid;
	color:#77787A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
	list-style-image:url(http://www.mnes-us.com/images/images/bullet.jpg);
	list-style-position:outside;
}
