﻿/* Selectbox Styles
=================================*/
a.sctble_display { display: inline-block; color: #262626; text-decoration: none; cursor: default; }
a.sctble_display span { display: block; cursor: default; }

/* Pulldown Mat (Basis)
=================================*/
div.sctble_mat { border: solid #CCC 1px; background: #FFF; width: 230px; font-size: 12px; padding-left: 3px; }
div.sctble_mat dl { margin: 0; padding: 1em 1em; }
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: 0.5em 0; line-height: 1.25em; color: #1972ea; font-weight: bold; display:inline-block; width:33%; text-align: center; }
div.sctble_mat a.selected { color: #333; text-decoration: none; cursor: default; }

div.simple_cont {background-color: #FFF; border: 1px solid #CCC; padding: 3.5px;}
	

/* Selectbox Styles
=================================*/

a.sctble_display { border: solid #999 1px; }
a.sctble_display span { padding: 0 25px 0 7px; height: 25px; background: #fff url(icon_select.gif) no-repeat right 0; line-height: 25px; }
a.sctble_display:hover span { background-position: right -25px }
a.sctble_focus span { background-position: right -50px !important }
	
/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat { }
div.sctble_mat dl {}
div.sctble_mat a { color: #022758; font-weight: bold; }
div.sctble_mat a.selected { color: #900; text-decoration: none; cursor: default; }

/* Simple Select Box
=================================*/
a.sBox { margin-bottom: 6px; white-space:nowrap;}
div.sBox {  width:auto; }
div.sBox p { border: none !important; }
div.sBox a { width:auto; display:block; float:none;}

.nooptg { overflow:auto;}