﻿#login label
{
	font-size:10px;
}
.btn
{
	font-weight: bold;
	font-size:10px; 
	color: #fff;
	cursor: hand;
	width: auto ;
	border: 1px solid #c30;
	border-top-color: #fc6;
	padding: .25em !important; /* hold this line for Firefox and Safari */
	padding: .25em 0; /* take of the left/right margins for IE */
	background: #ff7d00 url("http://img.icbdr.com/images/js/elements/buttons/bg_btn.gif") 0 0 repeat-x !important; /* hold this line for Firefox and Safari */
	background: #ff7d00 url("http://img.icbdr.com/images/js/elements/buttons/bg_btn.gif") 0 -1px repeat-x; /* shift the bg up 1px for IE */
}
.AJAXAlertDiv
{
    background-color: white;
    border: solid 1px black;
    font-weight: bold;
    vertical-align: middle;
    width: 251px;
}
.AJAXAlertImage
{
    height: 19px;
    width: 25px;
    vertical-align: bottom;
}

#deleteSearch table
{
	margin:12px auto;
	width: 257px;
}

#deleteSearch table th
{
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #9A999A;
}

#deleteSearch td
{
	border-bottom:solid 1px #EEE;
}

#deleteSearch td.left
{
	border-left:solid 1px #9A999A;
}
#deleteSearch td.right
{
	border-right:solid 1px #9A999A;
}

#deleteSearch table .evenDeleteRow
{
    background-color: #F8F8F8;
}

#deleteSearch table .oddDeleteRow
{
    background-color: #fff;
}
#deleteSearch .last td
{	
	border-bottom: solid 1px #9A999A;
}
#deleteSearch td{padding:4px;background-color:inherit;}

#SaveJobBoxForm label{font-weight:bold;display:block;margin:0;}
#SaveJobBoxForm textarea{width:100%;}

.sj_submit
{
	padding-top: 2px;
	text-align: right;
}

.viewNote_more
{	
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-left: 6px;
	cursor:pointer;
	color: #f66b0c;
}

#EmailJobBoxForm input
{
	height: 16px;
	width:175px;
}
#EmailJobBoxForm .ej_submit input{height:auto;}

#EmailJobBoxForm textarea
{
	width: 365px;
	height: 40px;
}

#EmailJobBoxForm label{font-weight:bold;display:block;margin:4px 0 0 0; white-space:nowrap;}
#EmailJobBoxForm label:after{ content:":";}

.ej_split
{
	float: left;
	margin-right:2px;
}

.ej_submit
{
	margin: 2px 0;
	text-align: right;
}

.ej_xavier_toaddress {
	color: #000066;
	float: none;
	position: absolute;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 1px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	width: 180px;
	display:none;
}
.ej_xavier_toaddress ul {
	padding: 0px;
	margin: 0px;
	width: 170px;
}
.ej_xavier_toaddress li {
	width: 100%;
	list-style-type: none;
	cursor: pointer;
	padding: 3px 5px;
	overflow: hidden;
	margin: 0px;
	border-top: 1px solid #FF9;
	border-bottom: 1px solid #FF9;
}
.ej_xavier_toaddress li.selected {
	margin: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.ej_xavier_toaddress span.substr {
	font-weight: bold;
}
