.link_nav {
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}

a.link_nav:link {
 color: #FFFFFF;
text-decoration: none;
}
	
a.link_nav:hover {
text-decoration: underline;
color: #FFFFFF;
}

.Blink_nav {
font-size: 11px;
color: #000000;
text-decoration: none;
}

a.Blink_nav:link {
 color: #000000;
text-decoration: none;
}
	
a.Blink_nav:hover {
text-decoration: underline;
color: #000000;
}


td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
 
.infobox {
	color: #FFFFFF;

	font-size: 16px;
	font-weight: bold; 
	font-style: italic;
	}

.Biginfobox {
	color: #FFFFFF;

	font-size: 18px;
	font-weight: bold; 
	}
	
.FeatureGreyHead {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
	}	
.TitleRED {
		font-size: 18px;
		font-weight: bold;
		color:#CC0033;
	}		
	
.HeadGreyItalic {
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		color: #333333;
	}	
	
.DocGreyBold {
		font-size: 11px;
		font-weight: bold;
		color: #333333;
	}	
.DocBlackBold {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
}	
.DocRedBold {
		font-size: 11px;
		font-weight: bold;
		color: #CC0033;
	}	
.DocBigRedBold {
		font-size: 14px;
		font-weight: bold;
		color: #CC0033;
	}				
.DocBlackBold {
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}	
.DocGrey {
		font-size: 11px;
		color: #333333;
	}			
.DocBlack {
		font-size: 11px;
		color: #000000;
	}					
	
	
	
	
	
	.CartMenuBG{background-color:#EFEFEF;}
DIV.CartMenuBox {border: 2px solid #5A5ACD;}

a.FadedLinkOption:link{color:#A20F0F;;text-decoration:none;}
a.FadedLinkOption:visited{color:#A20F0F;text-decoration:none;}
a.FadedLinkOption:active{text-decoration:none;}
a.FadedLinkOption:hover{color:#000000;text-decoration:none;}

.FadedTextOption {color: #999999;}
.SelectedTextOption {color: #FF0000; font-weight: bold;}

/* Settings For Middle Page Info Box */
.CartPageInfoBG{background-color:#EFEFEF;}
DIV.CartPageInfoBox {border: 2px solid #5A5ACD;}
.LoudTextColor{color: #FF0000;}

/* Settings For Main Page Content Box */
.CartContentsBG{background-color:#EFEFEF;}
DIV.CartContentsBox {border: 2px solid #5A5ACD;}
.TitleTextColor{color: #FF0000;}

/* Repeating Rows Settings */
.RepeatRowColor1{background-color:#CCCCCC;}
.FieldTitleColor1{color: #000000;  font-size: 14px; font-weight: bold;}
.DataTextColor1{color: #2a72a9; font-size: 14px; font-weight: bold;	}
.DataTextColorSmall1{color: #2a72a9; font-size: 12px;  	}

.RepeatRowColor2{background-color:#EBEBEB;}
.FieldTitleColor2{color: #000000; font-size: 14px; font-weight: bold;}
.DataTextColor2{color: #2a59a9; font-size: 14px; font-weight: bold;	}
.DataTextColorSmall2{color: #2a59a9; font-size: 12px;  	}

/* General Settings */
.Bold {font-weight: bold;}
.XLarge {font-size: x-large}
.Large {font-size: large}
.Small {font-size: x-small}

a.InSiteLink:link {color:#FF0000;text-decoration:none;font-weight:bold;}
a.InSiteLink:visited {color:#FF0000;text-decoration:none;font-weight:bold;}
a.InSiteLink:active{color:#FF0000;text-decoration:underline;font-weight:bold;}
a.InSiteLink:hover{color:#FFFF00;text-decoration:underline;font-weight:bold;}

a.OutSiteLink:link {color:#CCCCCC;text-decoration:none;font-weight:bold;}
a.OutSiteLink:visited {color:#CCCCCC;text-decoration:none;font-weight:bold;}
a.OutSiteLink:active{color:#CCCCCC;text-decoration:underline;font-weight:bold;}
a.OutSiteLink:hover{color:#FF0000;text-decoration:underline;font-weight:bold;}

.highslide {
	cursor: url(../../../scangauge/assets/css/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}