@charset "utf-8";
/* CSS Document */

/*table {
	width: 100%!important;
}*/

#content .mini-module img, .\@map-module-mini img {
    background-color: transparent !important;
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mini-module.internal-page-form dd a{
	position: relative;
    overflow: auto;
    width: auto!important;
}
.mini-module.internal-page-form h3 {
	font-weight: bold !important;
}
 
dl.mini-module.internal-page-form dd > a{
	/*margin: 0 2px 0 12px;*/
}

.mini-module.internal-page-form p > a {
	font-size: 100%;
}

.mini-module.internal-page-form td > a {
	font-size: 100%;
}
.sysNovaOnlineSchedules font{
	font-size:1em;
}
.sysNovaOnlineSchedules .mini-module dd{
	font-size:0.8em;
}

.schedtable, .schedtable td{
	border:none;
}	
.scheduleheader{
	color: #000000 !important;
	/*background: #CCCCCC !important;*/
    padding-right: 230px;
	padding-left: 230px; 
}

.schedulerow {
	background: #F0CB00;
}

.schedulealternatecell {
	background: #E2EBE8;
}
.schedtablebg {
  background:#CCCCCC;	
}

.schedHeaderBck {
	background: #FFFFFF !important;
}

.schedule p {
	font-size: 0.825em;
}

div#content .\@frwk-contents {
	min-height: 720px !important;
}

.internal-page-form {
	clear: both;
	margin-top: 0 !important;
}



/*-------------------------------------------/

	Start of schedules CSS
	
--------------------------------------------*/

.schedVerticalText { 
     font-family:Arial, Helvetica, sans-serif;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	transform:rotate(-90deg);
	display: inline-block;
	
	font-weight:bold;
	text-align:left;
	/*IE
	writing-mode: tb-rl;*/
    filter: flipv fliph;

}

/*mozilla specific*/
@-moz-document url-prefix() { 
    .schedVerticalText {
		margin-top:150px;
		margin-bottom:5px !important;	
        width: 20px;
    }
}


.schedVerticalText img {
	-moz-transform:rotate(90deg);
	-webkit-transform: rotate(90deg);
	filter: flipv fliph;
}

tr td.schedHeaderBck {
	background-color: #CCCCCC !important;
}
.scheduleheader { 
	background-color: #CCCCCC !important;
}

.internal-page-form {
    background-repeat: repeat-x !important;
    margin-top: 2em;
}

.internal-page-form dd {
	width: auto!important;
	overflow-x: scroll !important;
	
}

.internal-page-form td {
	vertical-align:bottom !important; 
	
}

span.schedVerticalText {
		/*firefox, opera, chrome, safari*/	 
	  margin-top:150px;
	  margin-bottom:5px;	
      width: 20px;
}
 
table.schedTable td {
	
}

/*--------------------------------------------/
	End of schedules CSS
---------------------------------------------*/


/*====== START SELECTOR LIST STYLES ======*/

.selector_list {
	display: inline-table;
	padding: 0px !important;
	float: left;
}

div.selector_list h3 {
	padding: 2px !important;
	margin: 0px !important;
	color: #000000 !important;
	background-image: url(images/ctrl_down_arrow.png);
	background-repeat: no-repeat;
	background-position: 225px 14px;
}

div.selector_list h3 a {
	color: #000000 !important;
	font-size: 14px;
	text-decoration: none !important;
}

div.selector_list {      
    position: relative;
	display: block;
	margin-bottom: 12px;
	width: 250px !important;
	border: 1px solid #000000;
	background-color: #ffffff;
}

div.selector_list:hover {
	width: 250px !important;
	background-color: #ffffff;
}

div.selector_list:hover ul {  
	display: block;
	left: -1px;
	background-color: #ffffff;
	clear: both;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px;
	width: 250px !important;
	margin: 0px !important;
}


div.selector_list:hover ul li:hover {
	background-color: #0a246a;
	color: #ffffff !important;
}

div.selector_list:hover ul li:hover a,
div.selector_list:hover ul li:hover a:visited,
div.selector_list:hover ul li:hover a:hover,
div.selector_list:hover ul li:hover a:active {
	font-size: 14px;
	color: #ffffff !important;	
}

div.selector_list:hover ul li a,
div.selector_list:hover ul li a:visited,
div.selector_list:hover ul li a:active {
	font-size: 14px;
	color: #000000 !important;
	text-decoration: none !important;
	padding-left: 4px;
}

div.selector_list:hover ul li a:hover {
	font-size: 14px;
	color: #ffffff !important;
	text-decoration: none !important;
}

div.selector_list ul li{
	list-style: none;
	padding: 0px 0px 3px 0px !important;
	margin: 0px !important;
	width: 250px !important;
}
 
div.selector_list ul { 
	 position: absolute;
     display: none;
     z-index: 9999;
}
div.selector_list#schedule_selector_ops{
	float: left;
	margin-right: 16px;
}


/*====== END SELECTOR LIST STYLES ======*/









