* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #444;
}

p {
   margin-bottom: 20px;
}

ul {
   list-style: none;
}

ol li {
   margin-left: 20px;
   margin-bottom: 10px;
   list-style-type: disc;
}

body {
   background: #0b3a70 url(/images/body-bg.png) repeat-x;
}

a {
   color: #0f4dc4;
   text-decoration: underline;
}

a:hover {
}

.block {
   display: block;
   overflow: hidden;
   text-indent: -9999px;
}

.fl-left {
   float: left;
}

.fl-right {
   float: right;
}

.clear {
   clear: both;
}

.wrapper-a {
   width: 986px;
   margin: 0 auto;
}

.head {
   margin:10px 0;
}

.logo {
   width: 258px;
   height: 49px;
   background: url(/images/cottage-md.png) no-repeat;
   cursor: pointer;
}

.menu-a {
   display: block;
   height: 25px;
}

.menu-a li {
   margin-right: 8px;
}

.menu-a a {
   width: 153px;
   height: 25px;
   background: url(/images/menu-main.png) no-repeat;
}

.menu-a #menu-a-a a {
   background-position: 0  -25px;
}

.menu-a #menu-a-b a {
   background-position: -161px  -25px;
}

.menu-a #menu-a-c a {
   background-position: -322px  -25px;
}

.menu-a #menu-a-a a:hover, .menu-a #menu-a-a.active a {
   background-position: 0  0;
}

.menu-a #menu-a-b a:hover, .menu-a #menu-a-b.active a {
   background-position: -161px  0;
}

.menu-a #menu-a-c a:hover, .menu-a #menu-a-c.active a {
   background-position: -322px  0;
}

.menu-b {
   height: 29px;
   padding-left: 10px;
   background: #fff url(/images/menu-b-bg.gif) no-repeat top right;
   overflow:hidden;
   white-space:nowrap;
}

.menu-b li {
   height: 29px;
   margin-right: 8px;
   line-height: 29px;
}

.menu-b .fl-left {
   margin-right: 0;
}

.menu-b .fl-left a {
   display: block;
   height: 29px;
   padding: 0 8px;
   color: #0f4dc4;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

.menu-b .fl-left a.active {
}

.menu-b .fl-right {
   margin-right: 14px;
   color: #999;
   cursor: default;
   font-weight: bold;
   font-size: 9px;
   text-transform: uppercase;
}

.menu-b .fl-right a {
   padding: 0 5px;
   color: #000;
   font-weight: bold;
   font-size: 9px;
   text-transform: uppercase;
}

.menu-b a:hover {
   background:#efefef url(/images/menu-b-hover.png);
}

.menu-b a.active {
   background:#ebebeb url(/images/menu-b-active.png);
   cursor: default;
   color:#0a305c;
}



.menu-c {
	height: 29px;
	padding-left: 10px;
	background: #e6ebf0;
	overflow:hidden;
	white-space:nowrap;
}

.menu-c li {
   height: 29px;
   margin-right: 8px;
   line-height: 29px;
}

.menu-c .fl-left a {
   padding: 0 7px;
   font-weight: bold;
   text-decoration: none;
   color:#0a305c;
}

.menu-c a.active {
	cursor: default;
	text-decoration:underline;
}

.content {
   padding: 15px 12px;
   background: url(/images/content-wrapper.png) repeat-x;
}

.wrapper-b {
   padding: 8px;
   background: #e5ecf9;
   border: solid 1px #a2bbdd;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.wrapper-b iframe {
   border: solid 1px #ccc;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

iframe {
   background: #fff url(/images/indicator-a.gif) no-repeat center 100px;
}

.widget { margin-bottom:10px; }
.widget-body { width: 100%; background: #fff; }
.widget-m { height: 9px; background: #fff; }
.w-corner { width: 9px; height: 9px; }
.widget-tl { background: url(/images/box-a-tl.png) no-repeat; }
.widget-tr { background: url(/images/box-a-tr.png) no-repeat; }
.widget-bl { background: url(/images/box-a-bl.png) no-repeat; }
.widget-br { background: url(/images/box-a-br.png) no-repeat; }

.bump {margin-left: 20px }

/*
LOGIN WIDGET
*/
.widget.login { margin-bottom: 100px; }
.widget.login .widget-m { width: 944px; }

/*
INTRO WIDGET
*/
.widget.intro .widget-m { width: 944px; }
.widget.intro-b { width: 670px; }
.widget.intro-b .widget-m { width: 652px; }
.intro .broadcast-title { line-height: 30px; }

/*
MEDAFFAIRS WIDGET
*/
.widget.medaffairs-broadcast { width: 490px; }
.widget.medaffairs-broadcast .widget-m { width: 472px; }

/*
CALENDAR WIDGET
*/
.widget.goog-calendar { width: 962px; }
.widget.goog-calendar .widget-m { width: 944px; }
.widget.goog-calendar iframe { width:930px; height:694px; }
.body_right .widget.goog-calendar { margin-left:10px; width:452px; }
.body_right .widget.goog-calendar .widget-m { width: 434px; }
.body_right .widget.goog-calendar iframe { width:422px; height:500px; }

/*
DEFAULT WIDGET
*/
.widget.ebos { width: 236px; }
.widget.ebos .widget-m { width:218px; }
.widget.reeves { width: 234px; }
.widget.reeves .widget-m { width: 216px; }

/*
MEDICAL STAFF WIDGET
*/
.widget.medical-staff-announcements { width: 500px;}
.widget.medical-staff-announcements .widget-m { width: 482px;}
.widget.medical-staff-featured { width: 443px; }
.widget.medical-staff-featured .widget-m { width:425px; }

/*
KNOWLEDGE WIDGET
*/
.widget.knowledge-featured { width: 670px;}
.widget.knowledge-featured .widget-m { width: 652px;}

/*
RSS FEED WIDGET
*/
.widget.rss-feed { width: 210px; }
.widget.rss-feed .widget-m { width: 192px; }
.body-bottom .widget.rss-feed { width: 307px; }
.body-bottom .widget.rss-feed .widget-m { width: 289px; }

/*
RESEARCH WIDGET
*/
.widget.research-left { width: 670px;}
.widget.research-left .widget-m { width: 652px;}
.widget.research-right { width: 272px; }
.widget.research-right .widget-m {width: 254px; }


.ribbon {
   height: 42px;
   z-index: 999;
   margin-left: -9px;
   padding-left: 14px;
   background: url(/images/ribbon.png) no-repeat;
   cursor: default;
}

.ribbon label {
   display: block;
   height: 42px;
   background: url(/images/ribbon-right.png) no-repeat top right;
   line-height: 36px;
   font-size: 22px;
   color: #fff;
}

.ribbon label.small {
   font-size: 14px;
   
}
.w-content {
   padding: 5px 15px 15px 15px;
   line-height: 18px;
}

.widget-b-m { height: 9px; background: #e5ecf9; }
.widget-b-body { width: 100%; background: #e5ecf9; }
.widget-b-tl { background: url(/images/box-b-tl.png) no-repeat; }
.widget-b-tr { background: url(/images/box-b-tr.png) no-repeat; }
.widget-b-bl { background: url(/images/box-b-bl.png) no-repeat; }
.widget-b-br { background: url(/images/box-b-br.png) no-repeat; }
.widget-b a, .news-title { color: #072240; }

.widget-b.news { width:550px; margin:5px 15px 5px 0; }
.widget-b.news .widget-b-m { width:532px; }
.widget-b.news div.news-title { float:left; }

.widget-c {
   margin-top: 10px;
   padding: 8px;
   background: #f0f0f0;
   border: solid 1px #bbb;
   font-size: 10px;
   text-transform: uppercase;
   cursor: default;
   -moz-border-radius: 6px;
}

.link-list li {
   margin-top: 10px;
   z-index: 999;
}

.ebos.link-list {
   padding-right: 20px
}
ul.ebos .active {
   background: #e5ecf9;
   margin-right: -22px;
   border: solid 1px #a2bbdd;
   border-right: none;
}

.news-title {
   padding-right: 5px;
}

.news-date {
   padding-left: 5px;
   font-size: 9px;
   text-transform: uppercase;
   cursor: default;
}

.broadcast-title { font-size: 18px; line-height:24px; }
.broadcast-date { font-size: 14px; line-height:24px; }

.header-blue { font-size: 12px; color:#039; text-transform:uppercase }

.icon { padding:4px 0px 4px 20px; background-repeat: no-repeat; background-position: left center; }
.icon.pdf { background: url(/images/icon-pdf.png) no-repeat; }
.icon.url { background-image: url(/images/icon-url.gif); }
.icon.print { background-image: url(/faction/app_themes/physicianportal/images/printer.png); }
.icon.calendar { background-image: url(/images/icon-calendar.png); }
.icon.date { background-image: url(/images/icon-date.png); }
.icon.help { background-image: url(/images/icon-help.png); }
.icon.user { background-image: url(/images/icon-user.png); }
.icon.close { background-image: url(/images/icon-close.png); }

.foot {
   margin-top: 20px;
   padding: 20px 0;
   border-top: solid 1px #507199;
   color: #fff;
}

.foot .fl-right {
   margin-left: 10px;
}

.foot li {
   margin: 0 0 5px 0;
}

.foot li, .foot li a {
   text-align: right;
   color: #fff;
   font-size: 9px;
   text-transform: uppercase;
}


.good {
   color: #103d28;
   color: #479527;
}
.bad {
   color: #952323;
   color: #B74D4D;
}
.neutral {
   color: #1a6091;
   color: #0d3858;
   color: #94821e;
   color: #777;
}

.white-label {
   margin-top: -10px;
   margin-bottom: 10px;
   font-size: 20px;
   font-style: normal;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #fff;
   cursor: default;
   letter-spacing: 2px;
} 
