@charset "utf-8";

/* Base */
/*==================================================================*/

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

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}

	a.sctble_display span {
		display: block;
		width: 5em;
		cursor: default;
	}
	

	a.s_top span { width: 160px }

	a.callback span { width: 9em }

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

div.sctble_mat {
	border: solid #dfdfdf 1px;
	border-top: none;
	border-left: none;
	background: #eee;
}

	div.sctble_mat dl {
		margin: 0;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
		padding: 1em 1em 0;
	}
	
		div.sctble_mat dl dt {
			float: left;
			margin: 0 0 1em 0 !important;
			border: none !important;
			padding: 0 !important;
			width: 4.5em;
			color: #333;
			font-weight: bold;
		}
		
		div.sctble_mat dl dd {
			margin: 0 0 1em 4.5em !important;
			border-left: solid #333 2px !important;
			padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptg p {
	border: solid #999 1px;
	border-top: none;
	border-left: none;
	padding: .5em 1em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year p,
div.sctble_mat.sctble.m_month p {
	padding-left: .6em;
}
		
	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_top { width: 190px }


	div.sctble_mat.sBox p {
		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;
	}

/*==================================================================*/

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

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

	a.sctble_display span {
		padding-left: 7px;
		height: 25px;
		background: url(select_left.gif) no-repeat left top;
		line-height: 25px;
	}
	a.sctble_display:hover span { background-position: left -25px }
	a.sctble_focus span { background-position: left -50px !important }

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

div.sctble_mat {
	background: #e1ead6;
}

	div.sctble_mat dl { 
		border-color: #93af72;
	}
	
	div.sctble_mat a {
		color: #262626;
	}
	
	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 #93af72 1px;
	background: #effeff;
}

div.sBox p {
	border: none !important;
}
	
	div.sBox a:hover,
	div.sBox a:focus,
	div.sBox a.selected {
		color: #00f;
		background: #affaff;
	}