﻿
.searchoptions div { display:inline-block; }
.header { font-weight:bold; width:120px; text-align:center; }
.search { margin-left: 10px; }

/*
		RADIO BUTTON
*/
.radiobutton { display:inline-block; background-color:#DCE4EA; padding:3px; border:1px solid #014782; border-radius:15px; }
.radiobutton span { display:inline-block; padding-right:10px; padding-left:10px; color: #999999; height:18px; border:2px solid transparent; white-space:nowrap; }
.radiobutton span.sel, .radiobutton span:hover { background-color:#307FBF; border-radius:15px; color:white !important; border-color:gold; }
.radiobutton span:hover { cursor:pointer; }


/*
		TOGGLE BUTTONS
*/
.togglebutton { display:inline-block; margin-left:10px; margin-right:10px; cursor:pointer; }
.togglebutton span { display:inline-block; padding:0px 5px; min-width:85px; white-space:nowrap; height:18px; color:#999999; background-color:#DCE4EA; border:2px solid transparent; border-radius:15px 15px 15px 15px; text-align:center; }
.sel span, .togglebutton span:hover { background-color:#307FBF !important; color:White !important; border:2px solid gold !important; white-space:nowrap; }
.sel span a, .togglebutton span:hover a { color:White !important; }