body { font-family: arial, helvetica, sans-serif; font-size: 11px; }
form{ display:inline; }

INPUT[type="text"], INPUT[type="select"] { resize: none; font-size: 11px; font-family: arial;  border:1px solid #b4b4b4; color: #2c2c2c; }
TEXTAREA { resize: none; font-size: 11px; font-family: arial; padding: 3px; border:1px solid #b4b4b4; color: #2c2c2c; }

.login { background-image: url("../images/login_bkg.jpg"); background-repeat: repeat-x; border: 2px solid #9b9b9b;}
.bareGray { font-size: 10px; color: #5f5f5f; font-style: italic; }
.bareGray2 { font-size: 11px; color: #000000; font-weight: bold; }
.inputSearch { background:#FFFFFF url(../images/searchtext.gif) no-repeat; padding:0px 0px 0px 22px; border:1px solid #4b4b4b; color: #444444; width:93%; vertical-align: middle; height:22px; }
.inputSearch2 { background:#FFFFFF url(../images/searchtext.gif) no-repeat; padding:0px 0px 0px 22px; border:1px solid #4b4b4b; colr: #444444; width:80%; vertical-align: middle; height:22px; }
.loginText { padding-left: 20px; font-family: arial, helvetica, sans-serif;color: #4a4a4a; font-size: 12px;  }
.loginTextBold { padding-left: 20px; font-family: arial, helvetica, sans-serif;color: #4a4a4a; font-size: 11px; font-weight: bold;}
.diffcolor { background-color: #3399ff; color: #ffffff; }
.buttonding { height: 35px; text-align: center; font-size: 11px;}
.a_link { font-size: 12px; text-decoration: none;}
.a_link:hover { color: red; }
.pageIndy { font-size: 12px;}
.dgridhead { background:url(../images/1.jpg); font-size:12px; font-weight: bold; color: #FFFFFF; padding:5px; }
.redStrip { background-color: 9c1e1f; font-size:12px; font-weight: bold; color: #FFFFFF; padding:5px; }
.nInput {  border:1px solid #7f7f7f; height:25px; padding-right: 3px; padding-left: 5px; font-size: 11px; }
.nInput2 { /* font-weight: bold; */ border:1px solid #7f7f7f; height:30px; padding-right: 5px; padding-left: 5px; font-size: 22px; font-weight: bold; }
.nInput3 {  border:1px solid #7f7f7f;  padding: 3px; font-size: 10px; }
.gridInput { border: 1px solid #b4b4b4;  color: #2c2c2c; padding: 4px; font-size: 11px; font-family: arial, helvetica, sans-serif; }
.dgridbox { font-size:12px; /* font-weight: bold; */ color: #000000; /* border-bottom: 1px solid #7f7f7f; border-left: 1px solid #7f7f7f; */ padding: 5px; vertical-align: top; }
.dgridboxright { font-size:12px; font-weight: bold; color: #000000; border-bottom: 1px solid #7f7f7f; border-left: 1px solid #7f7f7f; border-right: 1px solid #7f7f7f; padding:3px; }
.tbold { text-align: right; padding-right: 5px; font-size: 13px; font-weight: bold;}
.bigButton { height: 50px; }
.spandix { font-size: 11px; padding-right: 5px; }
.spandix-l { font-size: 11px; padding-left: 5px; }
.resultRows { font-size: 11px; padding: 3px; }
.td_content { border-top:1px solid #595959; border-bottom:1px solid #595959; border-right:1px solid #595959; border-left:1px solid #595959; background-color: #d6d6d6; }
.w_header_400 {	width: 400px;height: 25px; 	color: #fff; 	background-color: #223b50; 	font-size: 11px; 	line-height: 25px; 	text-align: left; 	text-indent: 10px;}
.contentdiv {	background-color: #f0f0f0;	font-size: 11px;	color: #191919;	border: 1px solid #cdcdcd;}

.closeButton {
	width: 40px;
	text-decoration: none;
	background-image: url('../images/icons/button-logout-dark.png');
}

.topClickers {
	text-decoration: none; font-size: 11px; color: #4a4a4a; cursor: pointer;
}

.topClickers:hover { color: red; }

.popSaver {
	position: absolute;
	top: 100px;
	z-index: 999;
	padding: 5px 20px;
	color: #4a4a4a;
	background-color: #ffc8bb;
	border: 1px solid #f96a49;
	display: none;
}

.suggestionsBox {
	position: absolute;
	margin: 3px 0px 0px 0px;
	width:300px;
	background-color: #212427;
	border: 1px solid #000;	
	color: #fff;
	z-index: 105;
}

.tgrid { color: #4a4a4a; }

.gridHead {
	padding: 5px;
	font-size: 11px;
	color: #f5f5f5;
	background-color: #4a4a4a;
}

.grid {
	color: #4a4a4a;
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #ededed;
}

.gridHead-gradient {
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	padding: 5px;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
}

.gridHead-gradient td { color: #f5f5f5; }

.fileObjects {
	width: 130px;
	float: left;
	margin: 0px;
	height: 120px;
	color: #223b50;
	text-align: center;
	/* font-weight: bold; */
	overflow: hidden;
	display: inline;
}

.fileObjects a {
	 color: #223b50;
	 text-decoration: none;
}

.bareRed  { 
	font-family: arial, helvetica, sans-serif; font-size: 8pt; 
	color: #D11415; font-weight: bold;
}

.bareBold  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: NONE;
	color: #000000; /* font-weight: bold; */
}

.bare  { 
	font-family: arial, helvetica, sans-serif; font-size: 10pt; 
	color: #000000; font-weight: normal;
}