/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('../img/form.png') 0px 0px no-repeat;
	display:inline-block;        
}

.ez-radio {
	background: transparent url('../img/form.png') right 0px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: 0px -16px; }
.ez-selected { background-position: right -16px; }

.ez-checkbox, .ez-radio { zoom: 1; width: 16px; height:16px; overflow: hidden; cursor: pointer; }

/*SELECT*/
.jquery-selectbox {
	position: relative;
	height: 30px;	
	width: 202px;
	z-index: 0;
	float: left;
	display: inline;	
	font-size: 13px;
	font-family: "DroidSans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #464646;
	padding: 0;
	background: transparent url("../img/form.png") 0px -60px no-repeat;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.jquery-selectbox.selecthover {	
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {	
	white-space: nowrap;
	display: block;
	overflow: hidden;
        font-size: 13px;
        line-height: 15px;
        height: 15px;
        padding: 8px 0px 7px 10px;
        color: #a59d7e;
        cursor: default;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;	
	left: 0px;
	background: #fdf3ce;
	width: 200px;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;  
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/form.png") -16px 0px no-repeat;
	width: 23px;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background-position: -16px -30px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #e5d298;
	color: #000;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
        height: 15px;
        padding: 5px 0px;
        padding-left: 23px;
        background:  url('../img/form.png') 10px -90px no-repeat;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}

/*Scroll*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
        margin: 0px 5px 0px 4px;
        width: 9px;
        background: transparent url('../img/scrollPane.png') -18px 0px repeat-y;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;   
        margin-bottom: 55px;
}

.jspDrag
{
	background: transparent url('../img/scrollPane.png') -27px 0px repeat-y;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

.jspDrag .jspDragTop{
    width: 5px;
    height: 6px;
    background: transparent url('../img/scrollPane.png') -45px 0px no-repeat;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
}

.jspDrag.jspActive{
    background-position: -36px 0px;
}

.jspDrag.jspActive .jspDragTop{
    background-position: -50px 0px;
}


.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;        
}

.jspArrow.jspDisabled
{
	cursor: default;

}

.jspVerticalBar .jspArrow
{
        position: absolute;
        left: 0px;
        bottom: 20px;
        z-index: 2;
        background: url('../img/scrollPane.png') 0px 0px no-repeat;
	height: 18px;
        width: 18px;
        margin-top: 3px;
}
.jspVerticalBar .jspArrow.jspArrowDown{
    background-position: 0px -18px;
    bottom: 0px;
}

.jspVerticalBar .jspArrowDown.jspActive{
    background-position: 0px -54px;
}

.jspVerticalBar .jspArrowUp.jspActive{
    background-position: 0px -36px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}