BODY { margin-top: 0px; margin-left: 0px;  margin-right: 0px;  margin-bottom: 0px; font-family: Verdana, sans-serif, Arial, Helvetica ; font-size: 10px; }

/* CSS Menu Styles - Don't F with these. */ 
ul.makeMenu {
	width: 100%;                 /* sets the size of the menu blocks */
	border: 1px solid #413380;      /* puts a black border around the menu blocks */
	background-color: #413380;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	LIST-STYLE-POSITION: outside; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
	margin-right: 0px; 
	text-align:right; 
}
 ul.makeMenu ul.makeMenuSub {
	width: 160px;                 /* sets the size of the menu blocks */
	border: 1px solid #999999;      /* puts a black border around the menu blocks */
	background-color: #413380;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: -1px;           /* Opera 7 final's margin and margin-box model cause problems */
	LIST-STYLE-POSITION: outside; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
	margin-right: auto; 
}
ul.makeMenu li.makeMenu {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
	color: #fff;                 /* sets the default font colour to white */

	height:15px;
	overflow:hidden;
}
ul.makeMenu li.makeMenu > ul.makeMenu {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	top: 14px;                   /* position under parent menu item */
	left: 0px;                   /* Line up directly under the parent */
}
ul.makeMenu li.makeMenu:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #999999;      /* gives the active menu items a yellow background */
	color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
	display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li.makeMenu:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
	display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li.makeMenu a { color: #fff; display: block;  text-decoration:none; }
/*ul.makeMenu li.makeMenu a:visited { color: #fff; display: block;  text-decoration:none; }*/
ul.makeMenu li.makeMenu a:hover, ul.makeMenu li.makeMenu a.CSStoHighLink { color: #000; }
ul.makeMenu li.makeMenu:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li.makeMenu {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior: url(/css/IEmen.htc);
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
	display: none; 
	position: absolute; 
	top: 15px; 
	left: 0px;
}

H1 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: bold; margin: 8px; margin-top: 16px; margin-left:12px; margin-bottom: 
-8px; line-height: 14pt;}

H2 { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: normal; margin: 8px; margin-top: 16px; margin-left:12px; 
margin-bottom: -6px; line-height: 14pt;}

H3 {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; margin: 8px; margin-top: 12px; margin-left:12px; margin-bottom: 
-10px; line-height: 15pt;}

H4 {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; margin: 8px; margin-top: 12px; margin-left:18px; margin-bottom: 
-8px; line-height: 12pt; }

H5 {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: bold; margin: 8px; margin-top: 12px; margin-left:18px; margin-bottom: 
-8px; line-height: 12pt; }

H6 {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; font-weight: normal; margin: 8px; margin-top: 12px; margin-left:18px; 
margin-bottom: -8px; line-height: 12pt; }


TEXTAREA.admin { font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11px; font-weight:normal; OVERFLOW: hidden; BORDER-TOP-STYLE: none; 
BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; }

/*BODY TEXT STYLES*/
.DefaultFont { font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11pt; font-weight:normal; }
.DefaultFont A { color: #3E24B3; text-decoration: underline;}
.DefaultFont A:hover { color: #3E24B3; text-decoration: none;}

.DefaultFont2 { font-family: Verdana, Arial, sans-serif, Helvetica; font-size: 9px; font-weight:normal; }
.DefaultFont2 A { color: #4B4870; text-decoration: underline;}
.DefaultFont2 A:hover { color: #D93000; text-decoration: underline;}

.NavText { font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11px; font-weight:normal; }
.NavText A:link { color: #4B4870; text-decoration: underline;}
.NavText A:hover { color: #828282; text-decoration: none;}

.HomeNav { font-family: Verdana, sans-serif, Arial, Helvetica; font-size: 11px; font-weight:normal; }
.HomeNav A { color: #000000; text-decoration: underline;}
.HomeNav A:hover { color: #D93000; text-decoration: none;}

.ChartFont { font-family: Verdana, sans-serif, Arial, Helvetica; font-size: 16px; font-weight:normal; }
.ChartFont A { color: #000000; text-decoration: underline;}
.ChartFont A:hover { color: #D93000; text-decoration: none;}

.RevDefaultFont { font-family: Verdana, sans-serif, Arial, Helvetica; font-size: 10px; font-weight:normal; }
.RevDefaultFont A { color: #D93000; text-decoration: underline;}
.RevDefaultFont A:hover { color: #666699; text-decoration: underline;}

.SpotlightText { font-family: Verdana, sans-serif, Arial, Helvetica; font-size: 12px;  font-weight: normal; }

.BodyContent { font-family: Verdana, sans-serif, Arial, Helvetica; font-size: 12px; font-weight: normal; }
.PriceFont { font-family: Arial, Verdana, sans-serif, Arial, Helvetica; font-size: 13px; font-weight: normal; }

.RedHeaderTxt { font-family: Arial Black, Verdana, sans-serif, Arial, Helvetica; color:#000000; font-size: 24px; line-height: 28px;font-weight: normal; }
.RedHeaderProductTxt { font-family: Arial Black, Verdana, sans-serif, Arial, Helvetica; color:#E3352A; font-size: 24px; line-height: 22px;font-weight: 
normal; }

.SideNav { font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11pt; font-weight: bold; }
.SideNav A { color: #3E24B3; text-decoration: underline; font-weight: normal;}
.SideNav A:hover { color: #666699; text-decoration: none; font-weight: normal;}

.instruction {  color:#D93000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; margin: 8px; margin-left: 6px; margin-bottom: -4px; 
line-height: 10pt;}



/* HYPERLINK FORMATTING */ 
a:link { FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; text-decoration: underline; color: #3E24B3; }
a:visited { text-decoration: underline; color: #3E24B3; }
a:hover { text-decoration: none; color: #666699; }

a.gnav-assmnt { color: #3E24B3; font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11px; font-weight: bold; }
a.gnav-assmnt:link { color: #3E24B3; text-decoration: underline; font-weight:bold;}
a.gnav-assmnt:visited { color: #3E24B3; text-decoration: underline; font-weight:bold;}
a.gnav-assmnt:hover { color: #FF3D01; text-decoration: none; font-weight:bold;}

a.sidenav-myaccount:link { FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight:normal; text-decoration: underline; color: 
#3E24B3; }
a.sidenav-myaccount:visited { text-decoration: underline; color: #3E24B3; }
a.sidenav-myaccount:hover { text-decoration: none; color: #666699; }

a.sidenav-myaccount-on {
	border: 0px outset Silver;
	background-color: #DFDFEB;
	background-position: left;
	width: 158px;
	height: 20px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 1px;
	color: #3E24B3;
	margin-left: -6px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: .5px;
	text-decoration: underline;
}


a.info {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight:normal; }
a.info:link { color: #527B00; text-decoration: underline;}
a.info:visited { color: #527B00; text-decoration: underline; font-weight:normal;}
a.info:hover { color: #666699; text-decoration: none; font-weight:normal;}

.cat-list {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight:normal; margin-left: 32px; line-height: 13pt;}
a.cat-list:link { color: #3E24B3; text-decoration: underline;}
a.cat-list:visited { color: #3E24B3; text-decoration: underline; font-weight:normal;}
a.cat-list:hover { color: #666699; text-decoration: none; font-weight:normal;}

a.sort-wht { color:#FFFFFF; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight:normal; }
a.sort-wht:link { color: #FFFFFF; text-decoration: underline;}
a.sort-wht:visited { color: #FFFFFF; text-decoration: underline; font-weight:normal;}
a.sort-wht:hover { color: #D2D2D2; text-decoration: none; font-weight:normal;}

a.status {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight:normal; }
a.status:link { color: #527B00; text-decoration: underline;}
a.status:visited { color: #527B00; text-decoration: underline; font-weight:normal;}
a.status:hover { color: #666699; text-decoration: none; font-weight:normal;}


a.admin { font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11px; font-weight:normal; OVERFLOW: hidden; BORDER-TOP-STYLE: none; 
BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; }


.FooterLinks { color: #FFFFFF; font-family: Arial, Verdana, sans-serif, Helvetica; font-size: 11px; font-weight:bold; }
a.FooterLinks:link { color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.FooterLinks:visited { color: #FFFFFF; text-decoration: none; font-weight:bold;}
a.FooterLinks:hover { color: #FFCC00; text-decoration: underline; font-weight:bold;}




.SmallDropDown { FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND: #ffffff; COLOR: #000000 }

.BtnFormRed {color: #ffffff; border-style: outset; border-color: #F8FCFD; background-color: #DF3027; text-decoration: none; font: bold 10pt arial;}
.BtnFormDefault {color: #000000; border-style: outset; border-color: #CDCDCD; background-color: #CDCDCD; font-weight: bold; text-decoration: none; font: bold 
10pt arial;}
.BtnFormDefaultSmall {color: #000000; border-style: outset; border-color: #CDCDCD; background-color: #CDCDCD; font-weight: bold; text-decoration: none; font: 
bold 10pt arial;}

.iform  {font-weight: normal; font-size: 14px; background: #FBFEEB; color: #000000}
.iform2  {font-weight: normal; font-size: 11px; background: #ffffff; color: #000000}
.iform_small  {font-weight: normal; font-size: 12px; background: #E3E3E3; color: #000000}

body, td {font:75% arial,helvetica,sans-serif; color:#333}
.bgdrk {background:#2e3436}
.bgmed {background:#babdb6}
.bglt {background:#EEE}
.bodyCopy b {font-family:trebuchet ms,arial,helvetica,sans-serif; font-weight:bold}
.bodyCopy a {color:#333}
.bodyCopy a:visited {color:#999}
.bodyCopy a:hover {color:#C00}
.bodyCopyRed {color:#C00}
.bodyCopyRed b {font-family:trebuchet ms; font-weight:bold; color:#C00}
.bodyCopyRed a {color:#C00}
.bodyCopyRed a:hover {color:#999}
.bodyHead {font-family:verdana,arial,helvetica,sans-serif; font-weight:bold}
.bodyHead a {color:#333}
.bodyHead a:hover {color: #999}
.console-subnav {font-family:arial,san-serif,verdana; font-size:11px;}
.dotlinehoriz {background-image: url(/common/img/dotlinebg_horiz.gif); height:1px; line-height:1px; overflow:hidden;}
.dotlinevert {background-image: url(/common/img/dotlinebg_vert.gif); width:1px;}
.footerText {font:10px/14px arial,helvetica,sans-serif; color:#CCC; text-decoration:none; background:#6b6c69}
.footerText a {text-decoration:none; font-size:11px; color:#FFF}
.footerText a:hover {color:#CCC}
.headingBlock {font:12px/20px trebuchet ms,arial,helvetica,sans-serif; color:#FFF}
.headingBlock a {color:#FFF; text-decoration:none}
.headingBlock a:hover {color:#FFF}
.hdrNav {font:12px arial,helvetica,sans-serif; color:#FFF}
.hdrNav a {text-decoration:none; color:#FFF}
.hdrLinks {font:bold 10px trebuchet ms,arial,helvetica,sans-serif; color:#535958}
.hdrLinks a {text-decoration:none; color:#535958}
.hdrLinksOn {font:bold 10px trebuchet ms,arial,helvetica,sans-serif; color:#FFF; background-color:#2e3436}
.hdrLinksOn a {text-decoration:none; color:#FFF}
.hdr-forms {font:10px arial,helvetica,sans-serif; margin:0px}
.searchEntry {font:10px arial,helvetica,sans-serif; width:170px}
.hdrSearchTitle {font:12px arial,helvetica,sans-serif; color:#FFF}
.hdrSearchText {font:10px arial,helvetica,sans-serif; color:#FFF}
.hdrSearchText a {color:#FFF; text-decoration:none; line-height:16px}
.hdrSearchText a:hover {font-weight:bold}
.head1 {font:bold 14px verdana,arial,helvetica,sans-serif; color:#C00}
.head1 a {text-decoration:none; color:#C00}
.head1 a:hover {color:#999}
.head2 {font:bold 13px verdana,arial,helvetica,sans-serif; color:#000}
.head2 a {text-decoration:none; color:#000}
.head2 a:hover {color:#999}
.head3 {font:bold 14px/18px trebuchet ms,arial,helvetica,sans-serif; color:#C00}
.head3 a {text-decoration:none; color:#C00}
.head3 a:hover {color:#999}
.leadCopy b {font-family:trebuchet ms,arial,helvetica,sans-serif; font-weight:bold}
.leadCopy a {text-decoration:none; color:#333}
.leadCopy a:hover {color:#999}
.leadCopyRed {color:#C00}
.leadCopyRed b {font-family:trebuchet ms,sans-serif; font-weight:bold; color:#C00}
.leadCopyRed a {text-decoration:none; color:#C00}
.leadCopyRed a:hover {color:#999}
.leftNav {font:11px arial,sans-serif; color:#333; background-color:#EDEEEC}
.leftNav a {text-decoration:none; color:#333}
.newsIntro1 {font-family:trebuchet ms,arial,helvetica,sans-serif; font-weight:bold}
.newsIntro1 a {text-decoration:none; color:#333}
.newsIntro1 a:hover {color:#999}
.newsIntro2 {font-family:trebuchet ms,arial,helvetica,sans-serif; font-weight:bold; color:#C00}
.newsIntro2 a {text-decoration:none; color:#C00}
.newsIntro2 a:hover {color:#999}
.newsText {font-size:68%}
.newsText a {text-decoration:none; color:#333}
.newsText a:hover {color:#999}
.subTitle {font:13px trebuchet ms,arial,helvetica,sans-serif; color:#000}
.title {font:22px/26px trebuchet ms,arial,helvetica,sans-serif; color:#C00}
.title2 {font:20px/26px trebuchet ms,arial,helvetica,sans-serif; color:#FFF}
.upNav {font:11px trebuchet ms,arial,helvetica,sans-serif; color:#999}
.upNav A {color:#999; text-decoration:none}
.upNav A:hover {color:#333}
.ProductGroupRadio { font-family: Arial, Verdana, sans-serif, Arial, Helvetica; font-size: 12pt; font-weight: bold; }

/* TABLE FORMATTING */


td.td-cell1border {
	border-color: #bbbbbb;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

td.td-cell2border {
	border-color: #bbbbbb;
	border-width: 0 1px 1px 0px;
	border-style: solid;
}

td.td-row-bottomborder {
	border-color: #bbbbbb;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

td.td-sub1border {
	border-color: #909090;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

td.td-sub2border {
	border-color: #909090;
	border-width: 0 1px 1px 0px;
	border-style: solid;
}

/* TEXT FORMATTING */ 


/*  Assessment Content    */

.page-title {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: bold; }

.page-subtitle {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; }

.section-header {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; margin: 8px; margin-top: 12px; margin-left:12px; 
margin-bottom: -12px; line-height: 15pt;}

.section-subheader {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; margin: 8px; margin-top: 12px; 
margin-left:18px; margin-bottom: -9px; line-height: 12pt; }

.section-content {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin: 8px; margin-top: 16px; margin-left:24px; margin-bottom: 0px; 
line-height: 12pt; }


.cat-list-title {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin: 8px; margin-top: 16px; margin-left:28px; margin-bottom: 
-12px; line-height: 13pt; }

.nonsort-wht {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color:#FFFFFF; }

.admin-hide { font-family: Arial, Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 12px; COLOR: #D93000; BORDER-TOP-STYLE: none; 
BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: transparent; TEXT-ALIGN: center; BORDER-BOTTOM-STYLE: none; }

.tabletxt {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin:6px; margin-left:6px; margin-bottom: 1px; line-height: 11pt;}

.tabletxtsm {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; margin:6px; margin-left:6px; margin-bottom: 1px; line-height: 10pt; 
word-spacing:1px}


p {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin: 8px; margin-top: 16px; margin-left:12px; margin-bottom: -6px; line-height: 
12pt; }

p.el-console { font-family: Arial, Helvetica, Verdana, sans-serif; margin-left:48px; line-height:12px; margin-top:-3px; font-size:10px; margin-bottom: 6px; }

p.el-mos-console { font-family: Arial, Helvetica, Verdana, sans-serif; margin-left:48px; line-height:12px; margin-top:16px; font-size:10px; margin-bottom: 3px; }

p.sidenavtxt {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin: 6px; margin-left:12px; margin-bottom: 12px; line-height: 12pt;}

p.hometxt {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; margin: 8px; margin-left:12px; margin-bottom: 0px; line-height: 12pt; }

p.hometxtsm {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; margin: 8px; margin-left:12px; margin-bottom: 0px; line-height: 11pt;}

p.inline-nav-alignr {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; margin: 8px; margin-left: 6px; margin-top:4px; margin-bottom: 
-4px; line-height: 11pt; text-align: right;}

p.copyright {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 9px; margin: 8px; margin-left:12px; margin-top: 6px; line-height: 10pt;}



b {  font-family: Arial, Helvetica, Verdana, sans-serif; }

b.big {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; }

b.bigger {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 15px; }

b.biggest {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; }

b.console-title { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: bold; color: #2A0D82; margin-left:8px;} 
OL { LIST-STYLE-POSITION: inside; FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; LIST-STYLE-TYPE: decimal; margin-left: 32px; 
margin-right: 32px; }

LI { MARGIN-TOP: 2px; FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; LIST-STYLE-TYPE: square; text-indent: -17px; margin-left: 17px; }


UL { LIST-STYLE-POSITION: inside; FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; margin-left: 32px; margin-right: 32px; }

LI { MARGIN-TOP: 2px; FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; LIST-STYLE-TYPE: disc; text-indent: -17px; margin-left: 17px; }

	LI.promo { MARGIN-TOP: 2px; color: #D93000; FONT-FAMILY: "Arial Black, Arial, sans-serif"; LIST-STYLE-TYPE: disc; text-indent: -17px; margin-left: 
17px; }

LI LI { MARGIN-TOP: 2px; MARGIN-BOTTOM: 3px; margin-left: -17px;  text-indent: -17px; LIST-STYLE-TYPE: circle; }



/* ACCENT COLORS */ 

.red { color: #D93000; }

.redorange { color: #FF3D01; } 

.blue { color: #0E5C9A; }     /* Kaplan Blue (old)  */ 

.purple { color: #2A0D82; }    /* Kaplan Purple  */ 

.ltpurple { color: #3E24B3; }   /* Kaplan Purple - Bright  */

.kp-red { color: #AA113F; }    /* Kaplan Pro Red  */ 

.kp-drkred { color: #801A38; }    /* Kaplan Pro Dark Red  */ 

.green { color:#527B00; }

.ltgreen { color:#CCFF00; }

.white { color: #FFFFFF; }

.gray { color: #333333; }

.ltgray { color: #DDDDDD; }


/*	tooltip styles */
a.tt
{
	text-align:right;
	position:relative;
	display:block;
	z-index:24;
	text-decoration:none;
	color:#333333;
}
a.tt span{ display: none; }
a.tt:hover{ z-index:25;}
a.tt:hover span.tooltip
{
	display:block;
	position:absolute;
	top:-42px; left:15px;
	width: 187px;
	height:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-image:url(/images/cross_sell/tooltipbg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:transparent;
	filter: alpha(opacity:100);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
}

/* Strike Through Classes for the product Page*/

a.tt_product_page
{
	cursor:pointer;
	padding-left:8px;		
	position:relative;
	z-index:24;
	text-decoration:none;
	color:#333333;
}
a.tt_product_page span{ display: none; }
a.tt_product_page:hover{ z-index:25;}
a.tt_product_page:hover span.tooltip
{
	display:block;
	position:absolute;
	top:-42px; left:15px;
	width: 187px;
	height:226px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-image:url(/images/cross_sell/tooltipbg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:transparent;
	filter: alpha(opacity:100);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
}


a.crosslink:active,
a.crosslink:link,
a.crosslink:visited {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	}
a.crosslink:hover {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}