/* This is the EmpireMedicare.com default screen stylesheet. */

/* Begin HTML ELEMENTS here */ 
 /* Sets attributes for the BODY of the document */
.skip
{
display:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
}
 /* Sets attributes for anchors */
a {
	font-family : Arial, Helvetica, sans-serif;
	color : #001873;
	text-decoration: underline;
	font-size: 14px;
}
 /* Sets attributes for the LINK pseudoclass for an unvisted link */
a:link {
	color : #001873;
	text-decoration: underline;
}
 /* Sets attributes for the VISITED pseudoclass for visited links*/
a:visited {
	color : #cc6666;
	text-decoration: underline;
}
 /* Sets attributes for the HOVER pseudoclass for when the cursor hovers over a link */
a:hover {
	color : #FF0000;
	text-decoration: none;
	background: #F0F0F0;
}
 /* Sets attributes for the HOVER pseudoclass for when the cursor hovers over a link within the menu*/
.menua:hover {
	color : #FFFFFF;
	font-weight:bold;
	background: #104A84;
}
 /* Sets attributes for the ACTIVE pseudoclass for active links */
a:active {
	color : #FF0000;
	text-decoration: none;
}

 /* Sets attributes for a FORM for user input */
form {
	display: inline;
}
 /* Sets attributes for the start of a LIST item 
li {
	padding: 2px;
} */
 /* Sets attributes for the OPTION element which defines an option in a drop-down list */
option {
	color:#000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF;
	border: none;
} 
 /* Sets attributes for the SELECT element which creates a drop-down list. */
select {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
} 
 /* Sets attributes for the TEXTAREA element which defines a text-area for multi-line text input.  */
textarea {
	color:#CC0000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #FFFFFF;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
} 
/* Text deoration replaces the HTML tags for Strike, and Underline */
.text-strike {text-decoration: line-through}
.text-underline {text-decoration: underline}
/* Begin CUSTOM CLASSES here */ 
 /* Normal sized text(14)*/
.normaltext {
	font-size: 14px;
}
 /* Bold text*/
.boldtext {
	font-weight: bold;
}
 /* HEAD Bold text*/
.headboldtext {
    color: #FFFFFF;
	font-weight: bold;
}
 /* one size bigger than normal(14)*/
.bigger {
	font-size: 18px;
}
 /* Black Text */
.black {
	color: #000000;
}
 /* QuickLinks table header background color */
.QuickLinks {
	background: #001873;
} 
/* QuickLinks2 table header background color */
.QuickLinks2 {
	background: #FFE78C;
	border: 1px solid #001873;
}
 /* Blue Background only */
.BackgroundBlue {
	background: #001873;
}
 /* Yellow Background only */
.BackgroundYellow {
	background: #FFE78C;
}
.BackgroundGreen {
	background: #00CC33;
}

 /* NGSred Background only */
.Backgroundngs_red {
	background: #BF0103;
}
 /* NGSwhitebold titles only */
.ngstitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
/* NGSred titles only */
.borderngsred {
	border: 2px solid #BF0103;
}
/* CEDI BACKGOUND BORDER */
.bordercedicyan {
	border: 2px solid #104A84;
}
.borderngsred {
	border: 2px solid #BF0103;
}
/* CEDI DK Grey Border */
.BorderCEDIDkGrey {
	border: 2px solid #424242;
}
/* CEDI LT Grey Border */
.bordercediLTgrey {
	border: 2px solid #ADADAD;
}
 /* White Background only */
.BackgroundWhite {
	background: #FFFFFF;
}
 /* Light Blue Background only */
.BackgroundLtBlue {
	background: #D0EDEE;
}
/* Light orange/yellow Background only */
.BackgroundLtoyellow {
	background: #FFCC99;
}
 /* Light Yellow Background only */
.BackgroundLtYellow {
	background: #FFFFC1;
}
 /* Light Grey Background only */
.BackgroundLtGrey {
	background: #F0F0F0;
}
 /* Grey Background only */
.BackgroundGrey {
	background: #E4E4E4;
}
 /* Grey CEDI Background only */
.BackgroundCEDIDKGrey {
	background: #424242;
}
 /* Grey CEDI Background only */
.BackgroundCEDIlkGrey {
	background: #ADADAD;
}
 /* Cyan CEDI Background only */
.Backgroundcyan {
	background: #104A84;
}
 /* Blue 1 pixel border */
.borderBlue {
	border: 1px solid #333399;
}
 /* Background gradient for Breadcrumb Table */
.BREADCRUMBtable {
}
 /* Breadcrumb Style */
.breadcrumbs {
	font-family : Arial, Helvetica, sans-serif;
	color : #001873;
	font-weight: normal;
}
 /* Blue 1 pixel border with gradient background for tables */
.CATtable2 {
	border: 1px solid #333399;
	background: url(cedi_website/images/buttongrad.gif);
}
 /* Main left navigation table with gradient background */
.NAVtable {
	background: url(cedi_website/images/navgrad.gif);
}
 /* Section at the bottom that contains the file or External Link Notes */
.notes {
	margin: 15px;
}
.smaller {
	font-size: 12px;
}
.smaller-yet {
	font-size: 10px;
}
/* Navigation menu li */
.nav {
	list-style: url(cedi_website/images/bullet.gif);
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: 3px;
}
/* Navigation menu ul */
.navul {
	margin-left: -7pt;
}
/* Gives table the bottom a solid red edge for PDF and External Link Notice */
.tableedgered {
	border-bottom: 1px double #BF0103;
}
 /* Gives table a solid edge on just the bottom */
.tableedgeJustBottom {
	border-top: 1px none #BF0103;
	border-right: 1px none #BF0103;
	border-bottom: 1px double #BF0103;
	border-left: 1px none #BF0103;
}
 /* Gives table a solid edge on just right side */
.tableedgeJustRight {
	border-top: 1px none #BF0103;
	border-right: 1px solid #B50839;
	border-bottom: 1px none #BF0103;
	border-left: 1px none #BF0103;
}
 /* Used on home page, solid blue border around tables */
.tableedgeSolid {
	border: 1px solid #BF0103;
	background-color: #FFFFFF;
}
.whitetext {
	color: #FFFFFF;
}
.bluetext {
	color: #001873;
}
.darkRedText {
	color: #660000;
}
.yellowText {
	color: #FFE78C;
}
.red {
	color: #FF0000;
}

/* News related styles */
.NEWSmaintitle {
	color: #027AB5;
	font-family: "Times New Roman";
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.NEWStitle {
	font-family: "Times New Roman";
	font-weight: bold;
}
.NEWStext {
	font-family: "Times New Roman";
}
.NEWSposted {
	font-family: "Times New Roman";
	font-style: italic;
}

/* Attributes for Breadcrumb links */
a.breadcrumbs {
	font-family : Arial, Helvetica, sans-serif;
	color : #001873;
	font-weight: normal;
}
a.breadcrumbs:link {
	color : #001873;
	text-decoration: underline;
	font-weight: normal;
}
a.breadcrumbs:visited {
	color : #001873;
	text-decoration : underline;
	font-weight: normal;
}
a.breadcrumbs:hover {
	color : #FF0000;
	text-decoration : none;
	font-weight: normal;
}
a.breadcrumbs:active {
	color : #FF0000;
	text-decoration : none;
	font-weight: normal;
}

/* Attributes for Pop-menu links */
a.menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFE78C;
	text-decoration: none;
	font-size: 14px;
}
a.menu:link {
	color : #FFE78C;
	text-decoration: none;
}
a.menu:visited {
	color : #FFE78C;
	text-decoration: none;
}
a.menu:hover {
	color : #000066;
	text-decoration: underline;
	background: #FFFFFF;
	/*background: #FFFFFF;*/
}
a.menu:active {
	color : #FF0000;
	text-decoration: none;
}


/* Attributes for Category links */
a.menucat {
	font-family : Arial, Helvetica, sans-serif;
	color : #0066FF;
	text-decoration: underline;
	font-size: 14px;
}
a.menucat:link {
	color : #0066FF;
	text-decoration: underline;
}
a.menucat:visited {
	color : #0066FF;
	text-decoration: underline;
}
a.menucat:hover {
	color : #FF0000;
	text-decoration: none;
	background: #FFFF99;
}
a.menucat:active {
	color : #FF0000;
	text-decoration: none;
}

/* Attributes for Main Menu(top of pages) links */
a.menuLight {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.menuLight:link {
	color : #FFFFFF;
	text-decoration: underline;
}
a.menuLight:visited {
	color : #FFFFFF;
	text-decoration: underline;
}
a.menuLight:hover {
	color : #FFFF00;
	text-decoration: underline;
	background-color: #000000;
}
a.menuLight:active {
	color : #FFFF00;
	text-decoration: underline;
}


/* Attributes for tiny links in Categories Tables*/
a.menusmall {
	font-family : Arial, Helvetica, sans-serif;
	color : #993333;
	text-decoration: none;
	font-size: 10px;
}
a.menusmall:link {
	color : #993333;
	text-decoration: underline;
}
a.menusmall:visited {
	color : #993333;
	text-decoration: underline;
}
a.menusmall:hover {
	color : #000066;
	text-decoration: underline;
	background: #FFFF00;
}
a.menusmall:active {
	color : #FF0000;
	text-decoration: none;
}


#breadcrumbTable {
	background-image: url(/images/bargrad.gif);
}
#leftNavContainer {
	width: 201px;
}
#footer2Container {
	background: #FFE78C;
}

