.outSetStyle {
  border-width: 2;
  border-style: outset;
  border-color: grey;
}

.simple_button {
    	background: #E0E0E0;
     	cursor: hand;
    	font-size: 11px;
		color: #666666;
		text-decoration: none;
		font-weight: normal;
		font-family: arial,helvetica, "sans-serif"; 
}


.fieldtag {
    font-size: 11px;
	color: #666666;
	font-weight: bold;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;
}

.text { font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif"; }

.errorfield {
    font-size: 11px;
	color: #CC0033;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;
}

.errortext {
    font-size: 11px;
	color: #CC0033;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;
	border: 1px solid #CC0033;
}

.messagetext {
    font-size: 11px;
	color: #006600;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;
	border: 1px solid #006600;
}


.inputtext {
    font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;
	border: 1px solid #073470;
}

.fieldset_title { 
   	font-size: 11px;
	color: #555555;
    font-weight: bold;
	font-family: arial,helvetica, "sans-serif"; 
}


.internalnavunselect { padding: 4px; 
	font-size: 10px;
	color: #555555;
	text-decoration: none;
	background-color: #E5E6EB;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif";}
.internalnavunselect2 { font-size: 9px;
	color: #555555;
	background-color: #E5E6EB;
	text-decoration: none;
	font-weight: normal;
	font-family: arial,helvetica, "sans-serif"; }
.internalnavselect { padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px;
	color: #555555;
	background-color: #C6CBD3;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }
.internalnavselect2 { font-size: 9px;
	color: #555555;
	background-color: #C6CBD3;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }
.internalcategoryunselect { font-size: 10px;
	color: #ffffff;
	background-color: #6887AC;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }
.internalcategoryunselect2 { font-size: 10px;
	color: #ffffff;
	background-color: #6887AC;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }
.internalcategoryselect2 { font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }
.internalcategoryselect { font-size: 10px;
	color: #ffffff;
	background-color: #204B8D;
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	font-family: arial,helvetica, "sans-serif"; }

.pubtitle { font-size: 11px;
	font-weight: bold;
	font-family: arial,helvetica, "sans-serif"; 
	text-decoration: none;}
	
	
.opaque {
	opacity: .90;
	filter: alpha(opacity=90);
}
.non_opaque {
	opacity: 1.;
	filter: alpha(opacity=100);
}

	
	
    	.tabdiv {
     	   border-style:none none none none; 
     	   border-color: #F4F5F8;
     	   border-width: 1px; 
     	   padding: 1px; 
     	   cursor: hand; 
     	   cursor: pointer;
     	   font-weight: bold;
    	}

    	.tabdivfocused {
     	   border-color: #F4F5F8;
     	   border-style:none none solid none; 
     	   border-width: 1px; 
     	   padding: 1px; 
     	   cursor: hand; 
     	   cursor: pointer;
     	   font-weight: bold;
    	}
    
    .field_text {
    	font-size: 11px;
		color: #000000;
		font-weight: normal;
		font-family: arial,helvetica, "sans-serif"; 
		text-decoration: none;
	}
    
    .miniPortlet {
        background: #F4F5F8;
        background-image: url(/lawnet/images/never_translate.gif);
        background-repeat: no-repeat;
        background-position: right;
        padding: 0;
        float: right; 
        width: 15px;
    }
    
    .addRec {
    	color: #729A38;
    	font-weight: bold;
    	font-family: arial,helvetica, "sans-serif"; 
    }
    
    .nonSelected {
    
    }
    .editable {
		color: #555555;
		/* background-color: #E5E6EB */
		background-color: #E0F9AC;
		 
    }

	.editDiv {
		padding: 5px; 
		border-color: #C6CBD3;	
		border-width: 1px;	
		border-style: solid;
		background-color: #E0F9AC;
	}

	.popupDiv {
		background-color:#E0F9AC;
		border:1px solid #C6CBD3;
		left:170px;
		padding:5px;
		position:absolute;
		top:500px;
		width:700px;
	}

.required {
    color: red;
}

.note {
    	color: red;
    	font-weight: bold;
    	font-family: arial,helvetica, "sans-serif"; 
	}
.green {
	color:#6ab549;	
}	