/* CoralVersion:4.9.001.1310 */
a[onclick] { cursor:pointer; }

.searchText input {
	background: url('/images/search.jpg') 5px center no-repeat #FFF;
	border: 1px solid #AAA;
	color: #666;
	float: right;
	font-size: 11px;
	margin: 1px 3px 0 0;
	opacity: 0.6;
	outline: none;
	padding: 0px 0px 0px 20px;
	width: 80px;
	height: 15px;
	/* CSS3 */
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.searchText input:hover {
	opacity: 1
}

.searchText input:focus {
	opacity: 1;
	width: 180px;
}

#searchwrapper {
	height: 20px;
	width: 100%;
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	position: relative;
	float: right;
	box-shadow: 2px 0px 2px #222;
}
#searchwrapper #clearButton
{
        position: absolute;
        float: right;
        display: inline;
        left: -webkit-calc(100% - 18px);
        top:5px;
        z-index: 1;
        width:10px;
        height:10px;
}


.agentTableDiv #searchwrapper {
	height: 20px;
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	position: relative;
	box-shadow: 2px 0px 2px #222;
}

.webtable_table {
	box-shadow: 2px 2px 2px #222;
	border-collapse: collapse;
	margin-top: 0;
	border: 1px solid #999;
	width: 100%;
}
.webtable_table td {
	font-size: 15px;
	border-left: 1px solid;

}
.webtable_table th {
	font-size: 14px;
	padding-left: 6px;
	background: #FFFFFF url(/images/backBar.png) repeat-x left top;
	color: #CACACA;
	text-align: center;
}
.webtable_table th.webtable_sortBy-rev {
	color: #D5DBE3;
	background: #FFFFFF url(/images/backBar-up.png) repeat-x left top;
}
.webtable_table th.webtable_sortBy-norm {
	color: #D5DBE3;
	background: #FFFFFF url(/images/backBar-down.png) repeat-x left center;
}
.webtable_table tr.webtable_normalClass ul {
	max-height: 200px;
	overflow-y: scroll;
}
.webtable_table tr.webtable_normalClass {
	color: #000000;
	background-color: #FFFFFF;
}
.webtable_table img
{
	border: none;
}
.webtable_normalClass li:active
{
	border: 2px solid rgba(250, 250, 250, 0.4);
	background: rgba(250, 250, 250, 0.3);
}
.webtable_table tr.webtable_normalClass:hover {
	background-color: #AAAAAA;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.webtable_table tr.webtable_altinatingClass td {
	color: #000000;
	background-color: #EAEAEA;
}
.webtable_table tr.webtable_ownerClass td {
	color: #000000;
	background-color: #DDF7DA;
}
.webtable_table tr.webtable_markedClass td input {
	text-decoration: line-through;
	color: red;
}
.webtable_table tr.webtable_altinatingClass:hover td {
	background-color: #AAAAAA;
}
.webtable_table tr.webtable_ownerClass:hover td {
	background-color: #B0AF8D;
}

ul {
	padding: 0;
	margin: auto;
}

#webtable_pager li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
#webtable_pager a {
	border: solid 1px #FFFFFF;
	margin-right: 2px;
	text-align: center;
}
#webtable_pager a,
#webtable_pager a[onclick],
#webtable_pager a:visited
{
        color:#0063e3;
        display:block;
        padding:3px 6px;
        text-decoration:none;
        min-width: 20px;
        float: left;
}
#webtable_pager a[onclick]:hover {border:solid 1px #666666; }

.webtable_pager
{
        height: 25px;
        margin-left: auto;
        margin-right: auto;
        width: 520px;
}
#webtable_pager .previous-off, #webtable_pager .next-off {
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	border: solid 1px #FFFFFF;
	margin-right: 2px;
	min-width: 50px;
}
#webtable_pager .next a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
	width: 50px;
}
#webtable_pager .previous a {
	font-weight: bold;
	border: solid 1px #FFFFFF;
	width: 50px;
}
#webtable_pager .active {
	color: #ff0084;
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 7px;
	margin-right: 2px;
	width: 20px;
	height: 13;
}

#webtable_pager a:link, #webtable_pager a:visited {
	color: #0063e3;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	min-width: 20px;
	float: left;
}
#webtable_pager a:hover {
	border: solid 1px #666666;
}

.webtable_pager {
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}

input[name="Password"]
{
	-webkit-text-security: disc;
}
