@charset "utf-8";
*{margin:0; padding:0; }
/***** Main Layout Styles *****
-including all page elements that make up the basic site layout
*/
body {background-color:#374d5d;}
#shell{background:url(images/bg.jpg) top repeat-x;} 
#wrapper{margin:0 auto;width:900px;background:url(images/contentbg_new.jpg) repeat-y;}
#container{margin:0 auto; width:900px;min-height:565px; _height:565px;position:relative;background:url(images/content.jpg) 0 0 no-repeat; }
/***** 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{width:530px;text-align:left;padding:365px 0px 0px 66px;_height:230px;min-height:230px;}
/*Admin content*/
.contentadmin{width:600px;text-align:left;padding:400px 0px 0px 50px;_height:230px;min-height:230px;}
/*links*/
.content a:link, .content a:visited, .content a:active{ color:#ffffff; text-decoration:underline;}
 .content a:hover{color:#F3CE80;}

/*basic page content elements*/
	.content hr {height:1px;color:#ffffff;}
	.content p, .content ol, .content ul, .content form {font:14px Georgia, "Times New Roman", Times, serif;margin-top:3px; margin-bottom:22px;line-height:24px;color:#ffffff;}
	.content ol{margin-left:35px;}
	 .content ul{margin-left:20px;list-style:square; }
/*headings*/ 

	/* -specific styles for each level */
	.content h2, .content h3, .content h4{font-family:Georgia, "Times New Roman", Times, serif;color:#ffffff;  line-height:120%; margin:10px 0 6px 0; font-weight:bold;font-style:italic; }
	/*To set the font size for different headers*/
	.content h2{font-size:18px;}
	.content h3{font-size:16px;}
	.content h4{font-size:14px;}

.patientlogin{width:177px;height:24px;}
#page_title{position:absolute;top:290px;left:45px;width:560px;}
/*flashheader*/
#flashheader {width:900px;height:206px;position:absolute;}

/***** 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
*/
/* first level */
#menu {	width:150px;height:357px;position: absolute;top:215px;left:626px;}

.add{width:119px;height:46px;margin-left:616px;text-align:left;}
/* footer */
#footer { width:900px; margin:0 auto; background:url(images/contentbtm.jpg) 0 0 no-repeat;font-family:Verdana, Helvetica, sans-serif;font-size:10px;padding-top:32px;padding-bottom:10px;color:#a0b9cf;text-align:center;}
#footer a{color:#a0b9cf;}
#footer a:hover{text-decoration:underline;}
#footer_text{padding-top:15px;}
#admin a{font-weight:bold;}
/*-------------------------Menu Implmentation--------------------------*/
#Navigation {margin-top:13px;padding:0;width:177px;}
#Navigation li div a img{ padding:6px 0px 6px 0px;width:177px;}
#Navigation a{cursor:pointer;}
/* Sapce between top and bottom for submenus  (ul li ul)*/
#Navigation li .submenu{float:left; padding-bottom:4px;width:177px;}
/* Reduce the gap b/w the mainmenus */
/** Sub menu Font declaration and text align (ul li ul li a) */
#Navigation li .submenu span a {font:11px Verdana, Arial, Helvetica, sans-serif; text-decoration:none;padding:4px 0px 4px 35px;text-align:left;color:#000000;display:block;width:142px;height:auto;}
#Navigation li div span a:hover {text-decoration:none;color:#4d6c84;}
#Navigation li{list-style-type:none;}
/*----------------------------------------------------------------------*/
/*sifr3-436 Implementation*/
@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-family: Verdana; font-family: Verdana, Verdana, Helvetica, sans-serif; font-size: 28px;  visibility: visible;border:1px;}}

/****    	DNN Overrides	    ****/

#shell .content strong, #shell .content strong *{font-weight:bold !important;}
#shell .content em, #shell .content em *{font-style:italic !important;;}
.formTable{width:auto !important;font:normal 12px Verdana,Arial;line-height:2;color:#ffffff;}
select, textarea, input, option, optgroup, button, fieldset, legend{color:#000000 !important;}
a.CommandButton, a.CommandButton:link, a.CommandButton:visited {	color: #ffffff !important;	text-decoration: underline;}
a.CommandButton:hover, a.CommandButton:focus {	text-decoration: underline;}
.DataGrid_Header,.DataGrid_Item,label,.Head,.SubHead {	color: #ffffff;}
.ModuleTitle_MenuItem , .ModuleTitle_MenuItem  *{ color:#000000 !important;}
.eipbackimg {	display: none;}
.eipbuttonbackimg {;}
.ControlPanel, .PagingTable {	background: #507087;	border:1px solid #000000;}
#optionsarea {	background: #F0EDE8 !important;}
.ModuleTitle_MenuBar {	position: relative;	margin: 0 10px 0 0;}
.ModuleTitle_SubMenu {	left:0!important;	top:15px!important;	width:150px;}
.EventDay a{width:60px !important; display:block; position:static; white-space:normal;}
.EventDay a br{display:none;}
.formlabel, .formLabel{color:#ffffff !important; margin-right:12px;font:normal 12px Verdana,Arial;font-weight:normal;line-height:2;}



