﻿@import url("Modules.css");
@import url("Login.css");
@import url("QuickLinks.css");
@import url("Table.css");
@import url("Listing.css");
@import url("Modal.css");

/* Generic */
html
{
    background-color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

body
{
    margin: 0;
}

a
{
    text-decoration: none;
    color: #006245;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

.layout
{
    vertical-align: top;
}

.layout.inline
{
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.layout.standardPad
{
    padding: 11px;
}

.layout.wrapper
{
    margin: 0px auto;
    width: 960px;
    padding: 0px 20px;
}

.wrapperBg
{
    background: White url("/Assets/Images/wrapperBg.png") repeat-y top right;
}

.layout.page
{
    margin: 0px;
    padding: 0px;
}

.layout.header
{
	background: #179872 url("/Assets/Images/headerBg.png") repeat-x;
	height: 218px;	
	margin-bottom: 10px;
}

.layout.header a
{
    color: White;
}

.layout.header .top
{
    vertical-align: bottom;
}

.layout.header .siteLogo
{
    float: left;
    padding-top: 15px;
}

.layout.header .simpleSearch
{
    float: right;
    margin-top: 5px;
    text-align: right;
    color: White;
}

.layout.header .simpleSearch .textBox
{
    margin-bottom: 5px;
    width: 200px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}

.layout.header .simpleSearch .submit
{
    margin-left: -25px;
    border: none;
    width: 25px;
    height: 23px;
    background: url("../../Images/Buttons/searchMagnify.png") no-repeat center;
    cursor: pointer;
    outline: none;
}

.layout.header .simpleSearch, .layout.header .simpleSearch a
{
    color: #FFFFFF;
    font-size: 11px;
}

.layout.fullColumn {
    padding: 0px;
    margin: 0 !important;
    overflow: hidden;
    width: inherit;
}

.layout.mainColumn
{
    float: left;
    width: 640px;
    padding: 0px;
    padding-right: 15px;
    border-right: 1px solid #c0c0c0;
}

.layout.rightColumn
{
    float: right;
    width: 290px;
}

.layout.rightColumn .standardMargin
{
    margin: 19px;
}

.layout.footerWrapper
{
    background: #0e6148 url("/Assets/Images/footerWrapperBg.png") repeat-x left top;
}

.layout.footer
{
    background: transparent url("/Assets/Images/footerBg.png") no-repeat left top;    
    color: #bcedde;
    padding-top: 90px;
}

.layout.footer a
{
	color: #bcedde;
}

.layout.footer > .siteMap
{
    overflow: hidden;
    padding: 0 0 20px 0;
}

.layout.footer > .siteMap > .column
{
    float: left;
    width: 230px;
}

.layout.footer > .siteMap > .otherProducts
{
    float: right;
}

.layout.footer > .siteMap > .otherProducts > div
{
    padding-bottom: 20px;
}

.layout.footer > .siteMap > .column > .header
{
    padding: 5px 0 0 0;
    font-weight: bold;
}

.layout.footer > .siteMap > .column > ul
{
    list-style-type: disc;
    padding: 0 10px 0 20px;
    margin-top: 5px;
}

.layout.footer > .siteMap > .column > ul ul
{
    padding-left: 0px;
    list-style-type: none;
}

.layout.footer > .siteMap > .column > ul ul > li
{
    background: url("../../Images/Icons/dashBullet.png") no-repeat left center;
    padding-left: 10px;
}

.layout.footer > .siteMap > .column > .supplement
{
    margin-top: 3em;
}

.layout.footer > .siteMap > .column.social > .body > div
{
    overflow: hidden;
    margin: 10px 0;
}

.layout.footer > .siteMap > .column.social > .body img
{
    margin-right: 10px;
    float: left;
}

.layout.footer > .medicareSites
{
    overflow: hidden;
    background: #00243E url("../../Images/medicareSitesBg.png") repeat-x;
    padding: 20px;
    font-size: 14px;
    color: #9ABEDA;
}

.layout.footer > .medicareSites > .text
{
    float: left;
}

.layout.footer > .medicareSites > .buttons
{
    float: right;
    padding-top: 5px;
}

.layout.footer > .medicareSites > .buttons a
{
    margin-left: 15px;
}

.layout.footer .copyright
{
    float: left;
    margin-top: 30px;
    color: White;
    font-size: 10px;
    font-weight: bold;
}

.layout.footer .copyright a
{
    color: White;
    text-decoration: underline;
}

.layout.mainContent.home
{
    padding: 0px;
}

.layout.mainContent .leftColumn
{
    float: left;
    width: 300px;
    overflow: hidden;
}

.layout.mainContent .rightColumn
{
    float: right;
    width: 310px;
    overflow: hidden;
}

/* Menus */
.menu > ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu > ul > li:first-child
{
    border-left: none !important;
}

.menu > ul > li .menuArrow
{
	position: relative;
	bottom: 2px;
	line-height: 1em;
	font-size: 6px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.menu.top
{
    float: right;
    margin-top: 0px;
    text-align: right;
    line-height:60px;
    font-weight: bold;
    color: White;
}

.menu.top.ie7
{
    margin-top: 25px;
}

.menu.top a
{
    color: White;
    font-size: 11px;
}

.menu.top > ul
{
    display: inline;
    text-align: right;
}

.menu.top > ul > li
{
    border-left: solid 1px #DDDDFF;
    padding: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.menu.top img
{
    vertical-align: middle;
    padding-left: 3px;
}

/* Main menu */
.menu.main
{
    margin-bottom: 0px !important;
    margin-top: 34px;
}

.menu.main.chrome
{
    margin-top: 37px;
}

.menu.main.ie7
{
    margin-top: 40px;
}

.menu.main a
{
    color: White;
    text-decoration: none;
    font-weight:bold;
}

.menu.main > ul > li
{
    float: left;
    background: #e8c660 url("/Assets/Images/menuItemBg.png") repeat-x;    
    margin-right: 5px;
    display: block;
    line-height: 30px;    
    /* rounded-corner with css3 */
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.menu.main > ul > li:hover
{
    background-image: url("/Assets/Images/menuItemHoverBg.png");
}

/* rounded-corner workaround with background images */
.menu.main > ul.roundedCorner > li
{
    background: #e8c660 url("/Assets/Images/menuItemLeftBg.png") no-repeat top left;
}

.menu.main > ul.roundedCorner > li:hover
{
    background-image: url("/Assets/Images/menuItemLeftHoverBg.png");
}

.menu.main > ul.roundedCorner > li > a
{
    background: transparent url("/Assets/Images/menuItemRightBg.png") no-repeat top right;
}

.menu.main > ul.roundedCorner > li > a:hover
{
    background-image: url("/Assets/Images/menuItemRightHoverBg.png");
}

.menu.main > ul.roundedCorner > li.smallBg
{
    background-image: url("/Assets/Images/menuItemLeftSmallBg.png");
}

.menu.main > ul.roundedCorner > li.smallBg:hover
{
    background-image: url("/Assets/Images/menuItemLeftSmallHoverBg.png");
}

.menu.main > ul.roundedCorner > li.smallBg > a
{
    background-image: url("/Assets/Images/menuItemRightSmallBg.png");
}

.menu.main > ul.roundedCorner > li.smallBg > a:hover
{
    background-image: url("/Assets/Images/menuItemRightSmallHoverBg.png");
}

.menu.main > ul > li > a
{
    display: block;
    line-height: 30px;
    padding: 0 5px;
}

.menu.main > ul > li > a > img
{
    margin-left: 5px;
}

/* Sub-menu items */
.menu.main > ul ul
{
    display: none;    
    background-color: #cb9f1a;
    list-style: none;
    padding: 0;
    z-index: 10;
}

.menu.main > ul ul > li > a
{
    display: block;
    width: 155px;
    padding: 0 10px;
    line-height: 30px;
}

.menu.main > ul ul > li > a.hover
{
    background-color: #f9d771;    
}

/* Breadcrumbs */
.breadcrumbs
{
    display: block;    
    color: #7BA6C7;    
}

.breadcrumbsWrapper
{
    padding-bottom: 10px;
    background-color: White;
}

/* Image hover effect */
a.hover > img.hover
{
    display: none;
}

a.hover:hover > img.hover
{
    display: inline;
}

a.hover:hover > img.default
{
    display: none;
}

/* Miscellaneous */
.watermark
{
    color: Gray;
}

.bookmark
{
    cursor: pointer;
}

.ad
{
    overflow: hidden;
    margin: 19px;
}

.topAd
{   
   margin-bottom: 10px;
}

p,
ol,
ul > li,
.abstract,
.text > .body
{
    line-height: 1.4em;
}


.userEditorBox .message
{
    color:Red;
    padding:5px;
}
.licenses
{
    margin-bottom:5px;
    color:Black;
    font-weight:bold;
    display:inline-block;
}

.logo25
{
    position:relative;
    top:-10px;
    left:-20px;
}

.clearBoth
{
	clear: both;
}
