@charset "utf-8";

/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}
a.sctble_display span:focus {
    border-color: #3498db !important;
    box-shadow: none !important;
}

	a.sctble_display span {
		width: 5em;
		border: 1px solid #cccccc;
		border-radius: 4px;
		cursor: default;
		display: block;
		line-height: 2.2;
		padding: 0 5px;
	}
	
	a.m_year span,
	a.s_year span { width: 3em }
	a.m_month span,
	a.s_month span,
	a.m_day span { width: 3em }
	a.s_day span { width: 2em }
	a.callback span { width: 9em }

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #464646;
    border-color: -moz-use-text-color #dfdfdf #dfdfdf -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    font-size: 14px;
    border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
div.sctble_mat.m_day{
    width: 325px;
}

	div.sctble_mat dl {
		margin: 0;
		border-top: none;
		border-left: none;
		padding: 1em 1em 0;
		border-right: none;
		border: none;
		
	}
	
		div.sctble_mat dl dt {
		    border: medium none !important;
		    color: #fff;
		    float: left;
		    font-weight: bold;
		    margin: 0 0 1em !important;
		    padding: 0 !important;
		    width: 4.5em;
		}
		
		div.sctble_mat dl dd {
		    border-left: 2px solid #fff !important;
		    margin: 0 0 1em 4.5em !important;
		    padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
	    color: #fff;
	    font-weight: bold;
	    padding-right: 0.7em;
	}
	
	div.sctble_mat a.selected {
		color: #fff;
		text-decoration: none;
		cursor: default;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptgroup div.body {
	padding: .5em .6em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year div.body,
div.sctble_mat.sctble.m_month div.body {
}
		
	div.sctble_mat.sctble.m_year a,
	div.sctble_mat.sctble.m_month a {
		padding: .4em;
	}
	
	div.sctble_mat.sctble.m_day a {
		display: inline-block;
		width: 1.5em;
		text-align: center;
	}
		
/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #dfdfdf 1px;
	border-left: none;
	width: 130px;
	overflow: auto;
	overflow-x: hidden;
	background: #FFF;
}

div.sBox.s_year { width: 6em }
div.sBox.s_month,
div.sBox.s_day { width: 5em }

	div.sctble_mat.sBox div.body {
		border: none;
		padding: 0;
		line-height: 1.5;
	}

	div.sBox a {
		border: solid #dfdfdf 1px;
		border-top: none;
		border-right: none;
		padding: .3em .5em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {
		border-bottom: none;
	}
	
	div.sBox a:hover {
		background: #eee;
	}
	
	div.sBox a.selected {
		background: #eee;
	}