
input[type=text], input[type=password] {
	font-size: 12px;
	border-style: solid;
	height: 14px;
	width: 150px;
}

select[multiple=multiple] {
	overflow: auto; 
	width: 150px; 
	height: 80px;
	pointer: pointer;
}
a.tree-link:active {
	font-size: small;
	color: #0000A0;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}
.float-right {
	float: right;
}

.line {
	color:'black';
	height:'3';
	text-align:'left';
	width:'100%';
}

.underline {
	text-decoration:underline;
}

.infoMessage {
	background: #DFF4FF no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.infoMessage1 {
	background: #DFF4FF no-repeat 6px 50%;
	color:#34404F;
	font-weight: bold;
	text-align: left;
}

.errorMessage {
	color: red;
}

.successMessage {
	color: green;
}

.image-bgColor {
   background-color:gray;
}
.panelHeight{
   height: 235px;
}
.results-height{
	height: 235px;
	width: 300px; 
	overflow-x: auto; 
}	
.bold{
	font-weight: bold;
}
.guidelines{
	width: 260px;
	height: 205px;
}
.popup-color{
	background-color: white;
}
.align-dropdown-left{
	margin: 2px 2px 2px 0px;
}

.corePopup {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 150px;
    top: 60%;
    left: 40%;
}

.popupBody {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.popupHeaderWrapper {
    text-align: center;
    vertical-align: middle;
}

.popupHeaderText {
    float: left;
}

.popupHeaderImage {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.button-space {
	margin: 0px 2px 0px 2px;
}

.buttonStyleLink {
	background:#F5F5F5 url(../images/forms/input_shadow.png) repeat-x scroll 0 0;
	color:#34404F;
	cursor:pointer;
	font-weight:bold;
	overflow:visible;
	padding:5px;
	width:auto;
	padding:5px 1px;
	border-top: 1px solid #edecec ;
	border-right: 1px solid #999999 ;
	border-bottom: 1px solid #999999 ;
	border-left: 1px solid #edecec ;
}

.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}

.pg-selected {
    color: black;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;
}

table.page {
	background-color: #fc0;
	margin: 0px 0 0px 0;
	width: 80%;
	border-collapse: collapse;
	padding: 0px 0 0px 0;
	border: dashed thin 1px;
}

.dataTable {
	background-color: white;
	border: 1px solid #000066;
	font-size :	9pt;
	margin:	5px;
	width:100%;
}

.dataTable th {
	border-right: 1px solid #c8c8ff;
	padding: 5px;
	padding-right:12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #000066;
	margin-right: 10px;
	white-space: nowrap;
}

.dataTable  td {
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 5px;
}

.dataTable tr.total td {
	white-space: nowrap;
	vertical-align: bottom;
	font-weight: bold;
	border-top: 1px solid black;
	padding-bottom: 10px;
}

.dataTable tr.total td.customer {
	visibility: hidden;
}

.dataTable td.hidden {
	display: none;
}

.dataTable th.hidden {
	display: none;
}

.dataTable th.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable th.c {
	text-align: center;
}

.dataTable td.r {
	text-align: right;
	padding-right: 10px;
}

.dataTable td.c {
	text-align: center;
}

.dataTable  tr.odd {
	background-color: whitesmoke;
}

.dataTable tr.even {
	background-color: #d6cfe6;
}

.dataTable th a   ,.dataTable th a:visited {
	text-align: left;
	color: white;
}

.dataTable th a:hover {
	color: #ffcc00;
	background-color: transparent;
}

.dataTable .order1 {
	background-position: right;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
}

.dataTable .order2 {
	background-position: right;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
}

.line-height {
	line-height: 60px;
}

.width_full{
	width:100%;
}

.width_300{
	width: 300px; 
}

.width_full{
	width:100%;
}

.width_60{
	width: 60%; 
}

.width_40{
	width: 40%; 
}

.width_90{
	width: 90%; 
}

.width_42{
	width: 42%; 
}

.width_120{
	width: 120%; 
}

.line-height_35 {
	line-height: 35px;
}

.line-height_20 {
	line-height: 20px;
}

.line-height_25 {
	line-height: 25px;
}

.width_155{
	width: 155px; 
}

.width_50{
	width: 50%; 
}

.width_210{
	width:210px; 
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:150px;
z-index: 9002;
}

.displayTable_tr_even{
	background-color:#D3DADD;
}

.displayTable_tr_odd{
	background-color:#F0F5F7;
}

:root *> .segment_td {
	width:198px;
	padding-right:15px;
	text-align:right;
}

.segment_td {
	width:187px;
	padding-right:15px;
	text-align:right;
}

.ml60{
	margin-left:60px;
}

.ml70{
	margin-left:70px;
}

.ml73{
	margin-left:73px;
}

.ml80{
	margin-left:80px;
}

.ml90{
	margin-left:90px;
}

.ml100{
	margin-left:100px;
}

.ml110{
	margin-left:110px;
}

.ml120{
	margin-left:120px;
}

.dashboardTbl {
	border-collapse:collapse;
	border:none;
	width:100%;
}


.tdItalicFont
{
	font-style:italic;
}

.errorMessageZ {
	background: #FDD no-repeat 6px 50%;
	border: 1px solid #F00;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.rowHeight35{
   height: 35px;
}

.padding_bottom_10{
	padding-bottom: 10px;
}

.width_45{
	width: 45%; 
}

.width_450{
	width: 450px; 
}

.width_25{
	width: 25%; 
}

.width_40{
	width: 40%; 
}