@charset "utf-8";
/* SCMH Intranet Styles*/
html, body, table, td, {
	min-height:100%;

}
body {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #555555;
	margin-top:0px;
	background-color:#EDEDED;
	
}
input, textarea, select {
	font-family:Arial, sans-serif;
	font-size: 9pt;
	color: #373737;
}
.submit {
	font-size:9px;
	font-family:Tahoma;
	cursor:pointer;
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-weight:bold; 
	padding: 1px; 
	background:url(../images/submitbg.gif) repeat-x left top;
}
.submitbig {
	cursor:pointer;
	border:outset 1px #ccc; 
	background:#999; 
	color:#666; 
	font-weight:bold; 
	padding: 1px;
	padding-left:4px;
	padding-right:4px; 
	background:url(../images/submitbg.gif) repeat-x left top;
}
/*Link Styles*/
a:link, a:visited {
	/*color: #21539B; #549DF7;#1E62DD;*/
	text-decoration:none;
	color:#0066CC;
}
a:hover {
	color:#0066CC;/* 549DF7; #63A563;*/
	text-decoration:underline;
}
a img {
	border: none;
}
/*Content Styles*/
.leftcontent {
	vertical-align:top;
	padding:8px;
	line-height:1.75em;
}
.rightcontent {
	vertical-align:top;
	padding:8px;
	line-height:1.75em;
}
.quicksearch {
	padding:10px;
	margin-left:auto;
	margin-right:auto;
/*	background-color:#FFCE8F;
	border:1px solid #21539b;*/
	color:#333333;
	width:85%;
}
.headertop {
	/*border-top:3px solid #FFCE8F;*/
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../images/SCMHLogo4.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:138px;
}
.headerbottom {
	/*background-color:#E7EEFA;
	border-bottom:4px solid #21539b;*/
}
.seperator {
	width:100%;
	background-image:url(../images/separator.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:14px;
}
.hseperator {
	min-height:100%;
	background-image:url(../images/hseparator.gif);
	background-repeat:repeat-y;
	width:14px;
}
.updated {
	font-size:7pt;
	padding-top:6px;
	padding-bottom:6px;
}
.footer {
	/*border-top: 3px solid #21539B;*/
	font-size:8pt;
	padding-top:6px;
	padding-bottom:25px;
	text-align:center;
}
.footer a {
	/*color:#666666;*/
}
.missionquote {
	color: #7d7d7d;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 8pt;
	float:right;
}
.imgfloatright {
	float:right;
	padding:4px;
	border:1px solid #B9B9B9;
	margin-left:4px;
	margin-bottom:4px;
}
.imgpartners{
	float:right;
	padding:4px;
	margin-left:4px;
	margin-bottom:4px;
	margin-top:-10px;
}
.imgfloatleft {
	float:left;
	padding:4px;
	border:1px solid #B9B9B9;
	margin-right:10px;
	margin-top:4px;
}
.imgpad {
	padding:4px;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	float:right;
}
.srchinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8E8E8C;
}
.heading {
	font-family: arial, sans-serif;
	font-size: 20px;
	color: #555555;
}
.subheading, h2 {
	font-family: arial, geneva, verdana, arial, sans-serif;
	font-size: 18px;
	color: #21539B
}
.vertline {
	border-right:1px dashed #333333;
}


/*Navigation Styles*/
.menutabs {
	 float:left;
      width:100%;
	  background:#fafafa;
      font-size:93%;
      line-height:normal;
	  border-bottom:3px solid #21539B;
}


.menutabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.menutabs li {
	 display:inline;
      margin:0;
      padding:0;
}
.menutabs li a, .menutabs li a:visited {
	float:left;
      background:url("../images/tabsleft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 8px;
      text-decoration:none;
	  font-weight:bold;
}
.menutabs li a span {
      float:left;
      display:block;
      background:url("../images/tabsright.gif") no-repeat right top;
      padding:5px 15px 4px 8px;
      color:#E3E3E3;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menutabs a span {float:none;}
    /* End IE5-Mac hack */
.menutabs a:hover span {
      color:#FFF;
      }
.menutabs li a:hover {
	background-position:0% -24px;
}
.menutabs li a:hover span {
	background-position:100% -24px;
}

.menutabs li.selected a {
	background-position:0% -24px;
	color:#FFF;
}

.menutabs li.selected a span {
	background-position:100% -24px;
	color:#FFF;
}


/*Department List Styles*/
#departmentlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:2px;
}
#departmentlist li {
	/*padding:4px;*/
	padding-bottom:2px;
}
#departmentlist a {
	/*font-weight:bold;*/
	text-decoration:none;
}



/*Calendar Specfic Styles*/
.CalendarTable {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
	width: 630px;
    /*width: 420px;
	float:right;*/
    }
.CalendarTableAdmin {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    width: 840px;
    }
.CalendarTableAdmin td {
	height:116px;
}
.CalendarTable td {
    height:87px;
	/*height:58px;*/
    }
/*Month and Year Row*/
.monthYearRow {
    padding:3px;
    background-color:#E8EEF7;/*E7EEFA;*/
    text-align: center;
    color:#4B6176;
    vertical-align: middle;
    }
/*Month and Year Headding*/
.MonthYear {
    width:60%;
    text-align:center;
    font-size:18px;
    padding:8px;
	color:#21539B;
    }
.Months {
    font-size:12px;
    font-weight:normal;
    }
.CurrMonth {
    font-size:12px;
    font-weight:bold;
    }
/*Previous and Next Month Links*/
.Previous {
    text-align:left;
    vertical-align:bottom;
    width:15%;
    padding-left:2px;
	font-size:12px;
    }
.Next {
    text-align:right;
    vertical-align:bottom;
    width:15%;
    padding-right:2px;
	font-size:12px;
    }
   
/*Sun,Mon,Tues,Wed,Thur,Fri,Sat*/
.dayNames {
    background-color: #F5F4D3;
    text-align: center;
    vertical-align: middle;
    padding:4px;
    font-size: 11px;
    font-weight: Bold;
    color: #433D27;
    }
.dayRows {
   
    }
/*Calendar Cells*/
/*Common to all Cells With Dates*/
.currDay, .weekend, .weekday, .EventType1,
.currEventType1, .EventType2, .currEventType2,
.EventType3, .currEventType3 {
    cursor: pointer;
    font-size:12px;
    text-decoration:none;
    vertical-align:top;
    text-align:right;
    }
/*Leading/Trailing no Dates*/
.empty {
    background-color: #EEEEEE;
    }
/*Current Day/No Event*/
.currDay {
    background-color: #D8E2EC;
    font-weight:bold;
    color: #CF0000;
    /*border:2px solid blue;*/
    }
/*Weekend Day/no Event*/
.weekend {
    background-color: #D0D0D0;
    color:#999999;
    }
/*Week Day/no Event*/
.weekday {
    background-color: #E0E0E0;
    }
.Events {
	margin-left:auto;
	margin-right:3px;
    font-size:10px;
    font-weight:bold;
	background-color: #cdf39f;
	border:1px solid #B9B9B9;
	padding:2px;
    }
/*EventType1*/
.EventType1 {
    background-color: #A4CAE6;
    }
/*EventType1 Current Day*/
.currEventType1 {
    background-color: #A4CAE6;
    font-weight:bold;
    color: #CF0000;
    }
/*EventType1*/
.EventType2 {
    background-color: #FFC18A;
    }
/*EventType1*/
.currEventType2 {
    background-color: #FFC18A;
    font-weight:bold;
    color: #CF0000;
    }
/*EventType1*/
.EventType3 {
    background-color: #FBF484;
    }
/*EventType1*/
.currEventType3 {
    background-color: #FBF484;
    font-weight:bold;
    color: #CF0000;
    }
/*Event.php styles*/
.eventTable {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border: 1px solid #003366;
    width: 800px;
}
.eventHeader {
    padding:3px;
    background-color:#D8E2EC;
    text-align: center;
    color:#4B6176;
    vertical-align: middle;
    text-align:center;
    font-size:18px;
    padding:8px;
}
.eventHeaddings {
    font-weight:bold;
    color:#333333;
    width:130px;
    }    
