/* Mega Selector - David Drace */

a.button {
	display:inline-block;
	background:#3fb7c5 url(images/btn-overlay.png) repeat-x center;
	height:22px;
	border-radius:3px;
	box-shadow:0 0 9px #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 9px #aaa;
	-webkit-box-shadow:0 0 9px #aaa;
	padding:3px 25px 0;
	margin:8px 10px 6px 0;
	color:#fff;
	text-decoration:none;
	font-size:13px;
}

a.button:hover {
	background-color:#39a4b1;
	border-top-color:#5bb1bc;
	cursor:pointer;
}

a.button-green {
	display:inline-block;
	background:#C5DB42 url(images/btn-overlay.png) repeat-x center;
	height:22px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 9px #aaa;
	-webkit-box-shadow:0 0 9px #aaa;
	padding:3px 25px 0;
	margin:8px 10px 6px 0;
	color:#333;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

a.button-green:hover {
	background-color:#CEE36B;
	border-top-color:#CEE36B;
	cursor:pointer;
}

a.button.inactive,a.button.inactive:hover {
	background-color:#606060;
	border-top-color:#808080;
	cursor:default;
}

.select-department a.button {
	-moz-box-shadow:0 0 9px #666;
	-webkit-box-shadow:0 0 9px #666;
}

/* End Buttons */

#megaselector {
	width:714px;
	font-size:12px;
	background:transparent url(images/megaselect-bg.gif) -1428px bottom no-repeat;
	padding-bottom:10px;
	color:#606163;
}

div.megaselector
{
	margin-top:10px;
}

div.megaselector-with-courses 
{
    margin-top: 0;
    position: relative;
    top: -10px;
}

#megaselector div {
	background:transparent url(images/megaselect-bg.gif) 0 0 no-repeat;
	padding:13px 20px 6px;
	position:relative;
}

#megaselector div#loaded-terms { padding: 0; margin: 0; background-image: none; position: inherit; }

#megaselector .select-term {
	color:#fff;
	padding-top:15px;
}

#megaselector .select-term h4 {
	color:#fff;
}

#megaselector .select-term .button {
	-moz-box-shadow:0 0 9px #333;
	-webkit-box-shadow:0 0 9px #333;
}

#megaselector .select-department {
	background-position:-714px 0;
	padding-top:7px;
	padding-bottom:4px;
}

#megaselector .select-course {
	background-position:-1428px 0;
	padding-top:12px;
	padding-bottom:5px;
}

#megaselector .select-control {
	display:block;
	position:absolute;
	right:20px;
	top:13px;
}

#megaselector .select-control a {
	color:#fff;
	text-decoration:none;
	padding-right:13px;
	background:transparent url(images/megaselect-arrows.gif) right 5px no-repeat;
}

#megaselector .select-control a:hover {
	color:#c9c9c9;
	text-decoration:underline;
	padding-right:13px;
	background-position:right -12px;
}

#megaselector .select-department .select-control {
	top:8px;
}

#megaselector .select-department .select-control a {
	color:#606060;
	background-position:right -29px;
}

#megaselector .select-department .select-control a:hover {
	color:#333;
	background-position:right -46px;
}

#megaselector .loading {
	display:inline-block;
	position:absolute;
	right:20px;
	top:7px;
	height:16px;
	width:16px;
	background:transparent url(images/spinner-c9.gif) 0 0 no-repeat;
}

#megaselector div.select-course .loading {
	top:12px;
}

#megaselector form {
	margin-top:6px;
}

#megaselector input[type=text] {
	background:transparent url(images/megaselect-searchbox.gif) top left no-repeat;
	border:none 0;
	width:340px;
	height:18px;
	color:#606060;
	font-size:11px;
	margin:0 0 2px 1px;
	padding:0 8px;
}

#megaselector div.select-list {
	background:transparent url(images/megaselect-selectbox.gif) 0 0 no-repeat;
	margin:4px 0;
	padding:5px 0 0;
}

#megaselector div.select-list .inner-frame {
	background:transparent url(images/megaselect-selectbox-tall.gif) bottom left no-repeat;
	overflow-y:scroll;
	overflow-x:hidden;
	height:200px;
	margin:0;
	padding:0;
}

#megaselector div.select-list ul {
	margin:2px 0 8px 3px;
}

#megaselector div.select-list ul span {
	display:none;
}

#megaselector .select-course div.select-list ul {
	padding-left:10px;
}

#megaselector div.select-list a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#606060;
}

#megaselector div.select-list a.selected {
	background-color:#e0f3f6;
}

#megaselector div.select-list a strong {
	display:inline-block;
	width:80px;
	text-align:right;
	margin-right:8px;
}

/* End Mega Selector */

/* ! MegaSelector */
#megaselector
{
    width: 714px;
    font-size: 12px;
    background: transparent url(images/megaselect-bg.gif) -1428px bottom no-repeat;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #606163;
}
#megaselector div
{
    background: transparent url(images/megaselect-bg.gif) 0 0 no-repeat;
    padding: 13px 20px 6px;
    position: relative;
}
#megaselector .select-term
{
    color: #fff;
    padding-top: 15px;
}
#megaselector .select-term h4
{
    color: #fff;
}
#megaselector .select-term .button
{
    -moz-box-shadow: 0 0 9px #333;
    -webkit-box-shadow: 0 0 9px #333;
}
#megaselector .select-department
{
    position: relative;
    background-position: -714px 0;
    padding-top: 7px;
    padding-bottom: 4px;
}
#megaselector .select-course
{
    background-position: -1428px 0;
    padding-top: 12px;
    padding-bottom: 5px;
}
#megaselector .select-control
{
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
}
#megaselector .select-control a
{
    color: #fff;
    text-decoration: none;
    padding-right: 13px;
    background: transparent url(images/megaselect-arrows.gif) right 5px no-repeat;
}
#megaselector .select-control a:hover
{
    color: #c9c9c9;
    text-decoration: underline;
    padding-right: 13px;
    background-position: right -12px;
}
#megaselector .select-department .select-control
{
    top: 8px;
}
#megaselector .select-department .select-control a
{
    color: #606060;
    background-position: right -29px;
}
#megaselector .select-department .select-control a:hover
{
    color: #333;
    background-position: right -46px;
}
#megaselector .loading
{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 7px;
    height: 16px;
    width: 16px;
    background: transparent url(images/spinner-c9.gif) 0 0 no-repeat;
}
#megaselector div.select-course .loading
{
    top: 12px;
}
#megaselector form
{
    margin-top: 6px;
}
#megaselector input[type=text]
{
    background: transparent url(images/megaselect-searchbox.gif) top left no-repeat;
    border: none 0;
    width: 340px;
    height: 18px;
    color: #606060;
    font-size: 11px;
    margin: 0 0 2px 1px;
    padding: 0 8px;
}
#megaselector div.select-list
{
    background: transparent url(images/megaselect-selectbox.gif) 0 0 no-repeat;
    margin: 4px 0;
    padding: 5px 0 0;
}
#megaselector div.select-list .inner-frame
{
    background: transparent url(images/megaselect-selectbox-tall.gif) bottom left no-repeat;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    margin: 0;
    padding: 0;
}
#megaselector div.select-list ul
{
    margin: 2px 0 8px 3px;
}
#megaselector div.select-list ul span
{
    display: none;
}
#megaselector .select-course div.select-list ul
{
    padding-left: 10px;
}
#megaselector div.select-list a
{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #606060;
}
#megaselector div.select-list a.selected
{
    background-color: #e0f3f6;
}
#megaselector div.select-list a strong
{
    display: inline-block;
    width: 40px;
    text-align: right;
    margin-right: 8px;
}
