/*--------------------------------------------------------------*/
/* Replacements for HTML Tags */
/*--------------------------------------------------------------*/
/* Main Body */
body {
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    margin: 0px;
    text-align: left;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

/* Anchor Tags <A> */
A:Link, A:Visited, A:Active {
    color: #0000CC;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
A:Hover {
    color: #0000CC;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used as titles */
A.title, A.title:Visited, A.title:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
}
A.title:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionA */
A.navA:Link, A.navA:Visited, A.navA:Active {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
}
A.navA:Hover {
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionB */
A.navB, .navB:Visited, .navB:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
A.navB:Hover {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

/* Anchors used in the CategoryNavigation Controls */
A.categoryNav, .categoryNav:Visited, .categoryNav:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
A.categoryNav:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

/* Anchors used in a DataGrid's Header when a title can be sorted by */
A.sortHeader, .sortHeader:Visited, .sortHeader:Active {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.sortHeader:Hover {
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used in a DataGrid's Footer for page links */
A.pagination, .pagination:Visited, .pagination:Active {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pagination:Hover {
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}


/* Links from Lead-In content title */
A.contentLink, .contentLink:Visited, .contentLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.contentLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In category title */
A.categoryLink, .categoryLink:Visited, .categoryLink:Active {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.categoryLink:Hover {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In product title */
A.productLink, .productLink:Visited, .productLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.productLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Style from edit links */
A.editLink, .editLink:Visited, .editLink:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}
A.editLink:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-decoration: underline;
}

/* Anchors used as breadcrumbs */
A.breadcrumbs, .breadcrumbs:Visited, .breadcrumbs:Active {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
    text-decoration: underline;
}
A.breadcrumbs:Hover {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
    text-decoration: underline;
}




/*--------------------------------------------------------------*/
/* Class Tags */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Navigation Sections */
.navigationSectionA {
    background-color: #102A6F; 
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorA {
    background-color: #DCDCDC;
}

.navigationSectionB {
    background-color: #F1F1E1;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorB {
    background-color: #666666;
}


/*--------------------------------------------------------------*/
/* Common Text Settings */
.textRegular {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall {
    color : #222222;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9px;
}
.textTiny {
    color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8px;
}
.textLarge {
    color : #444444;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}
.textExtraLarge {
    color : #666666;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9px;
}
.textTiny_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8px;
}
.textLarge_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
}
.textExtraLarge_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

.textTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.textSubTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}



.textPageTitle {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textTitle {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.textSubTitle {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.textFooter {
    color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8px;
}

.textHighlight_Light {
    color: #B0C4DE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textHighlight_Dark {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textCaption {
    color : #999999;
	font-family : Verdana, Arial, sans-serif;
	font-size : 9px;
}

.textError {
    color: #FF4500;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textHidden {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textNew {
    color: #FF4500;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------*/
/* Pricing Text Settings
   Used by ProductItemCollection (_coreModules/eShopping/controls) for formatting Pricing Text 
*/
.textPriceRetail {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: line-through;
}
.textPriceSale {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}
.textPriceSavings {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}


/*--------------------------------------------------------------*/
/* Grid Settings
   For use in any HTML tables and by the BaseGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain {
    border: solid 1px #000000;
    border-collapse: collapse;
}
.gridHeader {
    background-color: #4682B4;
    border: solid 1px #999999;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridSubHeader {
    background-color: #F1F1E1;
    border: solid 1px #999999;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridRow1 {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridRow2 {
    background-color: #F4F8FB;
    border: solid 1px #999999;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineError {
    background-color: #B22222;
    border: solid 1px #999999;
    color: #999999;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineWarning {
    background-color: #FFFEAA;
    border: solid 1px #000000;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
.gridFooter {
    background-color: #4682B4;
    border: solid 1px #999999;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Order Table Settings
   Used by Order Display Control (WGA.CoreModules.DataRules.Order_Basic) for formatting order display tables
*/
.orderDetail {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.orderHighlight {
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #F4F8FB;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}


/*--------------------------------------------------------------*/
/* Product Table Settings
   Used by ProductDisplay and Child Controls (_coreModules/eShopping/controls) for formatting stock item display tables
*/
.productTable {
    border: solid 1px #999999;
    border-collapse: collapse;
    width: 100%
}
.productTablePriceHeader1 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.productTablePriceHeader2 {
    background-color: #ffffff;
    border: solid 1px #999999;
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.productTablePriceDetail1 {
    border: solid 1px #999999;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}
.productTablePriceDetail2 {
    border: solid 1px #999999;
    color: #FF4500;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Data Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder {
    border: solid 1px #cccccc;
    padding: 4px;
}
.dataBoxBody {
    background-color: Transparent;
}
.dataBoxHeader {
    color : #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color : #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
    text-align: right;
}
.dataBoxRowValue {
    color : #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.dataBoxFooter {
    color : #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/* Box Display for general content on the site */
.contentBoxTable {
    width: 160px;
}

.contentBoxHeader {
    background-image: url('/siteSpecific/images/boxHeader.gif');
    color: #D2691E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 40px;
    vertical-align: top;
    width: 160px;
    height: 23px;
}

.contentBoxBody {
    background-color: #f8f8f8;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------*/
/* Control Formatting
   
   formButton
   To be used by all Button objects - currently used by WebButton (in WGA.ClassLibrary.Controls)
   and by CommonCode.WebButton()
*/
.formButton_float {
    background-color: #7D2A00;
    background-image: url('/siteSpecific/images/buttonBG.gif');
    border: 1px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
}
.formButton_small {
    background-color: Transparent;
    background-image: url('/siteSpecific/images/buttonBG_Small.gif');
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url('/siteSpecific/images/buttonBG_Medium.gif');
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url('/siteSpecific/images/buttonBG_Large.gif');
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand; cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

/* Used for formatting text box and list controls */
.formControl {
    border: solid 1px #7f9db9;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    height: 18px;
    padding-top: 2px;
}

/*--------------------------------------------------------------*/
/* Calendar Formatting Control
   Used by WGA.ClassLibrary.Controls.BaseCalendar 
*/
.calendar {
    border: solid 1px #666666;
}
.calendarTitle, .calendarNextPrev {
    background-color: #cccccc;
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDayHeader {
    background-color: #F4F8FB;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDay {
    background-color: #ffffff;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.calendarDayWeekend {
	background-color: #ffffff;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.calendarDayOtherMonth {
	background-color: #F4F8FB;
	color: #aaaaaa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.calendarDayToday {
    background-color: #ffffff;
	color: #D2691E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.calendarDaySelected {
    background-color: #D2691E;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	font-weight: bold;
}
.calendarSelector {
    background-color: #ffcc66;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* DHTML Display Class */
.dhtmlDisplay {
    border: #000000 1px solid;
}


/*--------------------------------------------------------------*/
/* used by breadcrumb classes */
.breadcrumbs {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

/*--------------------------------------------------------------*/
/* Step Text Settings
   Used by ProcessSteps User controls (/_coreModules/common/controls) 
*/
.stepActive {
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepInactive {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepComplete {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Site-Specific Styles to be placed here */
/*--------------------------------------------------------------*/
.footerLinks {
    text-align: center;
    background-color: #00227D;
    color: White;
}

.footerLinks:Link, .footerLinks:Visited, .footerLinks:Active {
    color: White;
    text-decoration: none;
}

.footerLinks a:Hover {
    color: White;
    text-decoration: underline;
}

/**************************************************************************************/
/* Custom from regency                                                                */

.verdB10blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #66CCFF;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}
.verd10wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.text_fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.verd10blk 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.verd10blk a:link, .verd10blk a:hover, .verd10blk a:active, .verd10blk a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000CC;
	text-decoration:underline;
}
.verd11blk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.div2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.verd11redBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D90000;
}
.main-titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.under10blk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.PGI-redlinkSM {
	font-size: 9px;
	color: #D90000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.PGI-redlinkSM a:hover, .PGI-redlinkSM a:link, .PGI-redlinkSM a:active, .PGI-redlinkSM a:visited {
	font-size: 9px;
	color: #D90000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.PGI-redlinkMED {
	font-size: 10px;
	color: #D90000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.PGI-redlinkMED a:link, .PGI-redlinkMED a:active, .PGI-redlinkMED a:hover, .PGI-redlinkMED a:visited {
	font-size: 10px;
	color: #D90000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.style2 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*--------------------------------------------------------------*/

.matchedArgument {
    padding: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D90000;
}

a img {border: none;}

.PGI-leftbordergray {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #888888;
}

/*---------------------------------------------------------------*/

.verd16redB {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.verd10wht, .verd10wht a:link, .verd10wht a:visited, .verd10wht a:active{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.verd10wht a:hover {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}

.verd14BLUEb {

	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #00237D;
}
.verd12BlkB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
}
.single {
	border: 1px solid #000099;
}
.verd12Blk {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
}

.panel {
    border: none;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    height: 18px;
    padding-top: 2px;
}

.NoBorder {
    border: none;
    margin-top: -1;
}

.detailsLink:Link, .detailsLink:Visited, .detailsLink:Active {
    color: red;
    text-decoration: none;
}
.detailsLink:Hover {
    color: red;
    text-decoration: underline;
}

.titleLink:Link, .titleLink:Visited, .titleLink:Active {
    color: #102A6F;
    text-decoration: none;
}
.titleLink:Hover {
    color: #102A6F;
    text-decoration: underline;
}



.MenuGroup_Vertical {    background-color: #EFF1F7;    color: #062881;    cursor: hand; cursor: pointer;}.MenuItem_Vertical {    background-color: #EFF1F7;    background-image: url(/siteSpecific/images/leftNavBottom.gif);    background-position: left bottom;    background-repeat: no-repeat;    color: #062881;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 8px 3px 8px 0px;
}.MenuItemOver_Vertical {    background-color: #7F93BA;    background-image: url(/siteSpecific/images/leftNavBottom.gif);    background-position: left bottom;    background-repeat: no-repeat;    color: #ffffff;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 8px 3px 8px 0px;
}.MenuChildGroup_Vertical {
    background-color: #EFF1F7;    border-top: solid 1px #00237E;
    border-left: solid 1px #00237E;
    border-right: solid 1px #00237E;
    cursor: hand; cursor: pointer;    margin: 0px;
    padding: 0px;
}.MenuChildItem_Vertical {    background-color: #EFF1F7;    border-bottom: solid 1px #00237E;
    color: #43237E;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 3px;
}.MenuChildItemOver_Vertical {    background-color: #7F93BA;    border-bottom: solid 1px #00237E;
    color: #ffffff;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 3px;
}
.MenuGroupHorizontal {    background-color: #801B21;    color: #ffffff;    cursor: hand; cursor: pointer;    height: 22px;}.MenuItem_Horizontal {    background-color: #801B21;    background-image: url(/siteSpecific/images/topNavSplit.gif);    background-position: left bottom;    background-repeat: no-repeat;    color: #ffffff;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    height: 22px;    margin: 0px;
    padding: 3px;
}.MenuItemOver_Horizontal {    background-color: #801B21;    background-image: url(/siteSpecific/images/topNavSplit.gif);    background-position: left bottom;    background-repeat: no-repeat;    color: #ffffff;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    height: 22px;    margin: 0px;
    padding: 3px;
}.MenuChildGroup_Horizontal {
    background-color: #EFF1F7;    border-top: solid 1px #801B21;
    border-left: solid 1px #801B21;
    border-right: solid 1px #801B21;
    cursor: hand; cursor: pointer;    margin: 0px;
    padding: 0px;
}.MenuChildItem_Horizontal {    background-color: #EFF1F7;    border-bottom: solid 1px #801B21;
    color: #43237E;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 3px;
}.MenuChildItemOver_Horizontal {    background-color: #801B21;    border-bottom: solid 1px #801B21;
    color: #ffffff;    cursor: hand; cursor: pointer;    font-family: Verdana, Arial, sans-serif;	font-size: 10px;	font-weight: bold;    margin: 0px;
    padding: 3px;
}