@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/SCMHLogo.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 {
	color:#333333; 
	font-size:13px;
	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;
}
.imgnofloat {
	padding:4px;
	border:1px solid #B9B9B9;
}

.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;
}


/************************************************************************************************
********************************* Begin Calendar Styles *****************************************
************************************************************************************************/

.CalendarTable {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #B9B9B9;
	width: 98%;
}
.CalendarTable td {
	height:110px;
}
/*Month and Year Row*/
.monthYearRow {
	padding:3px;
	text-align: center;
	vertical-align: middle;
	height:20px;
}
/*Month and Year Headding*/
.MonthYear {
	text-align:left;
	padding:8px;
	font-weight:bold;
	font-size:18px;
}
.CalendarControls {
	text-align:right;
	padding-right:8px;
}
/*Sun,Mon,Tues,Wed,Thur,Fri,Sat*/
.dayNames {
	background-color: #455678;
	text-align: center;
	vertical-align: middle;
	padding:4px;
	font-size: 11px;
	font-weight: Bold;
	color: #FFFFFF;
}
/*Calendar Cells*/
/*Common to all Cells With Dates*/
.currDay, .weekend, .weekday, .EventType1, .currEventType1, .EventType2, .currEventType2, .EventType3, .currEventType3 {
	cursor: pointer;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	vertical-align:top;
	text-align:left;
	line-height:1.35em;
	padding-left:1.5px;
	overflow:hidden;
}
.dayNums {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #FBFCEF;
	background-color: #A2A3AE;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	margin: 0px;
}
/*Current Day/No Event*/
.currDay {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	background-color: #31528E; /*D8E2EC;*/
	font-weight:bold;
	color: #FFFF00;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	margin: 0px;
}
/*Leading/Trailing no Dates*/
.empty {
	background-color: #EEEEEE;
}
/*Weekend Day/no Event*/
.weekend {
	background-color: #E6E6E6; /* #D0D0D0;*/
	color:#999999;
}
/*Week Day/no Event*/
.weekday {
	background-color: #E0E0E0;
}
.events {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color:#555555;
}
.publicTab {
	background-color: #A4CAE6; /* #A4CAE6;  c1fa70*/
}
.clinicTab {
	background-color: #FBF484;
}
.holidayTab {
	background-color: #FFC18A;
}
option.selectCat {
	padding-top:1px;
	padding-bottom:1px;
}
/*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;
}

/************************************************************************************************
********************************** End Calendar Styles ******************************************
************************************************************************************************/








body, html {
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
	margin:0px;
	padding:0px;
	height:100%;
}

/*Navigation Styles*/
.menutabs {
	 /*float:left;*/
      width:100%;
	  background-image:url(../images/menu_bkgnd.png);
	  background-repeat:repeat-x;
	  height:33px;
      font-size:93%;
      line-height:normal;
	  color:#CCC;
}


.menutabs ul {
	margin:0;
	padding:5px 5px 0 5px;
	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/tabsleft1.gif") no-repeat left top;
      margin:0;
     /* padding:0 0 0 8px;*/
	 border-right:1px solid #4D72AB;
      text-decoration:none;
	  font-weight:bold;
}
.menutabs li a span {
      float:left;
      display:block;
      background:url("../images/tabsright1.gif") no-repeat right top;
      
      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;
}
.leftcontent {
	padding:20px;
}
.footer {
	width:100%; 
	background-color:#363636; 
	color:#868686; 
	font-size:10px;
	vertical-align:middle;
	padding:37px 0 37px 0;
}
