@charset "utf-8";

@import url("../base.css");

/* Selectbox Styles =================================*/

a.sctble_display {
	border: none;
	padding-right: 10px;
	background: url(select_right.gif) no-repeat right top;
}
a.sctble_display:hover {
        background-position: right -56px;
}
a.sctble_focus {
        background-position: right -56px !important;
}

a.sctble_display span {
	padding-left: 10px;
	height: 56px;
	line-height: 54px;
	width : 230px;
	background: url(select_left.gif) no-repeat left top;
	font-size: 18px;


}
a.sctble_display:hover span {
        background-position: left -56px;
}

a.sctble_focus span {
        background-position: left -56px !important;
}


/* Pulldown Mat (Basis)===============================*/

div.sctble_mat {

	background: #FFFFFF;
	width: 230px;
}

div.sctble_mat dl {
	border-color: #9FB0C6;
}

div.sctble_mat a {
	color: #262626;
	
        font-size: 18px;
}

div.sctble_mat a.selected {
	color: #666;
}



/* Pulldown Mat (No Optgroups)=================================*/

div.sctble_mat.nooptg p {
	border-color:
        solid #93af72 1px;
}



/* Date (Inline)
=================================*/
div.sctble_mat.sctble.m_year p,
div.sctble_mat.sctble.m_month p {}
div.sctble_mat.sctble.m_year a,
div.sctble_mat.sctble.m_month a {}

div.sctble_mat.sctble.m_day a {}


/* Simple Select Box
=================================*/
div.sBox {
	border: solid #9FB0C6 1px;
	background: #FFFFFF;
}

        
div.sBox p {
        border: none !important;
}

div.sBox a:hover,
div.sBox a:focus,
div.sBox a.selected {
	color: #fff;
	background: #9FB0C6;

}
