.searchHeader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma;
	background-color: gray;
}

.searchTitle
{
	font-weight: bold;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	background-position: center center;
	background-image: url(../images/below-tabs-bar.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 6px;
	padding-left: 5px;
}

.itemTitleLabel
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


.btn_class, .btn_class_disabled, .btn_class_144, .btn_class_144_disabled, .btn_class_192, .btn_class_192_disabled
{
	display: block;
	background: #FFFFFF;
	text-align: center;
	text-decoration: none !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: none 0px;
	height: 18px;
	width: 96px;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn_class
{
	background-image: url(../images/button-96.gif);
}

.btn_class_disabled
{
	background-image: url(../images/button-96-g.gif);
}

.btn_class span
{
	position:relative; 
	top:3px;
	// top:2px; 
	color: #FFFFFF;
	text-decoration:none !important;
}

.btn_class_144, .btn_class_144_disabled
{
	width: 144px;
}

.btn_class_144
{
	background-image: url(../images/button-144.gif);
}

.btn_class_144_disabled
{
	background-image: url(../images/button-144-g.gif);
}

.btn_class_192
{
	width: 192px;
}

.btn_class_192
{
	background-image: url(../images/button-192.gif);
}

.btn_class_192_disabled
{
	background-image: url(../images/button-192-g.gif);
}

.searchTable, .commonTable
{
    background-color: white;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: solid 1px #c3d5e6;
	border-collapse:separate !important;
}

.searchTable td
{
	margin:0;
	padding:5px;
	border:solid 1px #fff
}

.searchTable .editButton 
{ 
	float:left;
}

.searchTable .deleteButton 
{ 
	float:right;
}


/*
.searchTable .body_right_cell
{
	border-right: solid 1px #C3D5E6 !important;
}
.searchTable .body_left_cell
{
	border-left: solid 1px #C3D5E6 !important;
}
.searchTable .header_left_cell
{
	border-left: solid 1px #C3D5E6 !important;
}
.searchTable .header_right_cell
{
	border-right: solid 1px #C3D5E6 !important;
}
*/

.pager, .pager td
{
	border: solid 0px;
}
.pager div, 
.pager span,
.pager a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	text-decoration: none !important;
}
.pager span,
.pager div
{
    color: #888;
}

.headers, .headers td, .headers th
{
	margin:0;
	padding:5px;
	border:solid 1px #fff;
	background: #c3d5e6;
	font-size: 13px;
	color: #313133;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.headers a:link, .headers a:visited, .headers a:active
{
	color: black;
	text-decoration: underline;
}
.headers a:hover
{
	color: #000;
	text-decoration: underline;
}

.darkColor
{
	background: #e7eaec;
}

.lightColor
{
	background: #f4f8fa;
}

.footerColor
{
	background: #ccffcc;
}

.label, .checkbox, .groupBox
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	color: #000000 !important;
}

.groupBox
{
	padding:0;
	margin:0;
}

.groupBox table
{
	//margin-left:5px;
	//margin-bottom:5px;
}

.groupBox legend
{
	font-size:12px;
	font-weight:bold;
}

.checkbox input
{
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.inputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: solid 1px;
}

.ddinputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: solid 1px;
	width:152px;
	-width: 155px;
}

.uploadBox
{
	border: solid 1px #000;
}

.validator, .message
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans serif;
}

.validator
{
	color: #ff0000;
}

.message
{
    color: #006600;
}

.validatorItem
{
	background-image: url(../Images/validator-flag.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 2px;
	margin: 2px;
}

.dashboardCell
{
	width:210px;
	border:1px solid #999999;
	margin-right:7px;
	padding:0pt;
	
}

.dashboardLabel
{
	-x-system-font:none;
	background:#C3D5E6 none repeat scroll 0% 0%;
	color:#313133;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0pt;
	padding:5px 10px;
	display:block;
}

.dashboardCell ul {
	padding: 10px;
	margin: 0
}

.dashboardCell li {
	background: url(../Images/bulletStyle.gif) no-repeat top left;
	list-style: none;
	margin-bottom: 7px;
	padding-left: 13px;
	color: #666;
	font: normal 12px Arial, Helvetica, sans-serif	
}

.dashboardCell li a:link, .dashboardCell li a:active, .dashboardCell li a:visited{
	text-decoration: underline;
	color: #333;

}

.dashboardCell li a:hover {
	color: #777
}

.highlight
{
    font-weight: bold;
}

.remarksContainer
{
    display: none;
    visibility: visible;
    position: absolute; 
    width: 400px; 
    height: 280px; 
    border: solid 1px #a9a9a9;
    z-index: 1000;
    background-color: #FFF;
}

.shadow
{
    z-index: 999;
    background-image: none;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1024;
    width: 1280;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=55); 
    -moz-opacity: .55;
    opacity: .5;
    background-color: #EEE;
}

div.fileupload_container
{
	position: relative;
}

div.fakefileupload_container
{
	position: absolute;
	white-space: nowrap;
	top: 0px;
	left: 0px;
	z-index: 1;
	margin:0px;
	padding:0px;
}

input.fileupload_hidden
{
	position: relative;
	top:3px;
	text-align: right;
	width:1px;
	z-index: 2;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
}

/* hack css for firefox only */
@-moz-document url-prefix()
{
	input.fileupload_hidden 
	{ 
		right: 138px; 
	}
}

.Truncate 
{ 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
} 

.edit_btn_position
{
    float:right; 
    margin-left:5px
}