@charset "utf-8";
*{margin:0; padding:0; } /* -reset margin and padding on all elements */

/***** Main Layout Styles *****
-including all page elements that make up the basic site layout
*/
body { margin:0; background:#ffffff; }
/*Main Layout Elements */
#shell { background:url(images/shell.jpg) repeat-x; }
#wrapper { position:relative; margin:0 auto; width:882px; background:url(images/wrapper.jpg) repeat-y; min-height:632px; _height:632px; }
#container {width:882px; background:url(images/container.jpg) no-repeat; min-height:800px; _height:800px; }
/*Contentarea */
.content { width:657px; min-height:220px;_height:220px; padding:39px 0px 10px 206px;line-height:180%; color:#000; }
/***** Content Styles *****
-including all page elements that make up the content of the site
-set the font for all elements inside the content div
-note: this may require commenting out the styles for .Normal and .NormalDisabled in the default.css file in /Portals/_default/
*/
.content a:link, .content a:visited  { font:12px  Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration:underline;}
.content a:hover,a:active{color:#660033; text-decoration:underline; }
/*basic page content elements*/
.content hr {height:1px; color:#000000;}
.content p, .content ol, .content ul, .content form {margin-top:3px; margin-bottom:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;line-height:18px;}	
.content ol{margin-left:10px;  }
.content ul{margin-left:15px;list-style:square; }

/*headings*/ 
/* -styles shared by all headings on the site */
.content h2, .content h3, .content h4, .content h5 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;; line-height:110%; margin:10px 0 6px 0; font-weight:bold; padding-left:0px; }
	/* -specific styles for each level */
.content h2{font-size:16px; }
.content h3{font-size:14px;}
.content h4{font-size:12px;}
.content h5{font-size:10px;}

/*flash area */
#logoflash { width:882px; height:119px; }
#pict_ani { width:702px; height:189px; padding:0px 0px 0px 180px; }
.image{ padding-top:36px;}
/*Navigation */
#patientlogin { width:179px; height:30px; position:absolute; left:0px; top:88px; }
#leftpannel { position:absolute; width:179px; left:0px; top:118px; }
#menuarea { width:179px; min-height:220px; _height:220px;} 
/*Footer */
#footer { margin:0 auto; width:882px; background:url(images/footer.jpg) no-repeat; height:68px; text-align:center; padding-top:40px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;color:#000000; }
#footer a { color:#000000;}
#admin a:hover,#footer a:hover{ text-decoration:underline; color:#000000;}




							/***** Menu Styles *****
					-example css for a standard drop down menu using text
					-note: if you insert any padding or attribute in the css on the first level, you MUST override it in the submenu section or it will inherit it
					*/
/*-------------------------Menu Implmentation--------------------------*/
		
					
			
#navigation {margin:0;padding:0;width:179px;}
#navigation li div a img{ padding:0px;width:179px;}
/* Sapce between top and bottom for submenus  (ul li ul)*/
#navigation li .submenu{float:left; padding:5px 0px 10px 0px;width:179px;}
/* Reduce the gap b/w the navigations */
/** Sub menu Font declaration and text align (ul li ul li a) */
#navigation li .submenu span a { left:0px;font-family:"Book Antiqua",Verdana, Arial, Helvetica, sans-serif; font-size:13px;text-decoration:none;padding:2px 20px 2px 0px;display:block;text-align:right;color:#000000;display:block;width:159px;margin:8px 0px 8px 0px;}
#navigation li div span a:hover {text-decoration:none;background-color:#385D63;color:#ffffff; width:159px;}
#navigation li{list-style-type:none;}
/*----------------------------------------------------------------------*/


													
/*SIFR*/
@media screen {
  .sIFR-flash {  visibility: visible !important; margin: 0; padding: 0;   }
  .sIFR-replaced, .sIFR-ignore {   visibility: visible !important;  }
  .sIFR-alternate {  position: absolute; left: 0; top: 0;  width: 0; height: 0; display: block; overflow: hidden;  }
  .sIFR-replaced div.sIFR-fixfocus {   margin: 0pt;  padding: 0pt;  overflow: auto;  letter-spacing: 0px;   float: none;  }
}

@media print {
  .sIFR-flash {    display    : none !important;    height     : 0;    width      : 0;    position   : absolute;
    overflow   : hidden;  }
  
  .sIFR-alternate {    visibility : visible !important;    display    : block   !important;
    position   : static  !important;    left       : auto    !important;    top        : auto    !important;
    width      : auto    !important;    height     : auto    !important;   }
}

@media screen {
  .sIFR-active h1 {
    font:23px "Book Antiqua"; visibility: visible; padding: 0; font-weight:normal;margin-bottom:0px; color:#197060 !important;
  }
}




					/****    	DNN Overrides	    ****/
.formTable{width:auto !important;}										
#shell .content strong, #shell .content strong *{font-weight:bold !important;}

#shell .content em, #shell .content em *{font-style:italic !important;;}

select, option, optgroup, button, textarea, input, fieldset, legend{color:#000000 !important;}
label{color:#000000 !important;}
.Head,.SubHead,.DataGrid_Header,.DataGrid_Item {color: #000000;}
 a.CommandButton, a.CommandButton:link, a.CommandButton:visited {color: #000000 !important;	text-decoration: underline;}
a.CommandButton:hover, a.CommandButton:focus {	text-decoration: underline;}
.ModuleTitle_MenuBar {	margin: 0 10px 0 0; }
.ModuleTitle_MenuItem , .ModuleTitle_MenuItem  *{ color:#000 !important;}
.eipbackimg {	display: none;}
.eipbuttonbackimg {;}
.ControlPanel, .PagingTable {	background: #9BC7D0;	}
#optionsarea {	background: #F0EDE8 !important;}
.ModuleTitle_MenuBar {	position: relative;	margin: 0 10px 0 0; background-color:#FFFFFF;}
.ModuleTitle_SubMenu {	left:0!important;	top:15px!important;	width:150px;}
.ModuleTitle_SubMenu a{background-color:#FFFFFF;}
.ModuleTitle_SubMenu a:hover{background-color:#33FFFF;}
.EventDay a{width:60px !important; display:block; position:static; white-space:normal;}
.EventDay a br{display:none;}
.formlabel, .formLabel{font:12px Verdana, Arial, Helvetica, sans-serif;line-height:180%;color:#000000 !important; margin-right:12px;}
.errMsg,.errmsg { color:red;}
/*MasterForm Control CSS*/
.textBox{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;line-height:2;}
.formTable{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;color:#000000;line-height:2;}
.Normal{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;line-height:2;color:#000000;}
.errMsg,.errmsg{color:red;}





