@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana;
	margin: 0px;
}

.bodyText
{
	font-size: 75%;
}

.footerText
{
	font-size: 70%;
}

.headerText
{
	font-size: 70%;
}

.specTitle
{
	font-size: 70%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

.specText
{
	font-size: 65%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.boxMainTop
{
	background: #E8F3F3 url(../images/boxMainTop_565x5.png) no-repeat left top;
}

.boxMainBg
{
	background: #E8F3F3 url(../images/boxMainBg_565x450.png) repeat-y left top;
}

.boxMainBottom
{
	background: #E8F3F3 url(../images/boxMainBottom_565x5.png) no-repeat left bottom;
}

.boxBlueTitle
{
	font-size: 80%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.boxBlueTop
{
	background: #CED7F1 url(../images/boxBlueTop_220x5.png) no-repeat left top;
}

.boxBlueBg
{
	background: #CED7F1 url(../images/boxBlueBg_220x400.png) no-repeat left top;
}

.boxBlueBgRepeat
{
	background: #CED7F1 url(../images/boxBlueBgRepeat_220x1.png) repeat-y left top;
}

.boxBlueBottom
{
	background: #CED7F1 url(../images/boxBlueBottom_220x5.png) no-repeat left bottom;
}

.boxGreyTitle
{
	font-size: 80%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.boxGreyTop
{
	background: #F2F2F2 url(../images/boxGreyTop_260x5.png) no-repeat left top;
}

.boxGreyBg
{
	background: #F2F2F2 url(../images/boxGreyBg_260x400.png) repeat-y left top;
}

.boxGreyBottom
{
	background: #F2F2F2 url(../images/boxGreyBottom_260x5.png) no-repeat left bottom;
}

.boxGreyMenuTitle
{
	font-size: 75%;
	padding: 2px;
}

.boxGreyMenuTitleSelected
{ 
	font-size: 75%;
	padding: 5px;
	background: #F6F7FC url(../images/boxGreyMenuSelectedBg_1x60.png) repeat-x left top;
	border: 1px solid #CED7F1;
}

.boxGreyMenuTop
{
	background: #F2F2F2 url(../images/boxGreyMenuTop_790x5.png) no-repeat left top;
}

.boxGreyMenuBg
{
	background: #F2F2F2 url(../images/boxGreyMenuBg_790x70.png) no-repeat left top;
}

.boxGreyMenuBottom
{
	background: #F2F2F2 url(../images/boxGreyMenuBottom_790x5.png) no-repeat left bottom;
}

.boxGreyContentMenu
{
	font-size: 75%;
	padding: 5px;
}

.boxGreyContentMenuSelected
{
	font-size: 75%;
	padding: 4px;
	border: 1px solid #CED7F1;
	background: #F6F7FC url(../images/boxGreyMenuSelectedBg_1x60.png) repeat-x left top;
}

.boxGreyContentMenuTop
{
	background: #F2F2F2 url(../images/boxGreyContentMenuTop_790x5.png) no-repeat left top;
}

.boxGreyContentMenuBg
{
	background: #F2F2F2 url(../images/boxGreyContentMenuBg_790x200.png) no-repeat left top;
}

.boxGreyContentTop
{
	background: #F8F8F8 url(../images/boxGreyContentTop_790x15.png) no-repeat left top;
}

.boxGreyContentBg
{
	background: #F8F8F8 url(../images/boxGreyContentBg_790x1.png) repeat-y left top;
}

.boxGreyContentBottom
{
	background: #F8F8F8 url(../images/boxGreyContentBottom_790x5.png) no-repeat left bottom;
}

.boxPricingBg
{ 
	font-size: 75%;
	padding: 5px;
	background: #F6F7FC url(../images/boxGreyMenuSelectedBg_1x60.png) repeat-x left top;
}

.boxSpecificationTitle
{ 
	font-size: 75%;
	padding: 5px;
	background: #F6F7FC url(../images/boxGreyMenuSelectedBg_1x60.png) repeat-x left top;
}

.boxLoginBg
{
	background: #CED7F1 url(../images/boxLoginBg_420x100.png) repeat-y left top;
}

.boxLoginBottom
{
	background: #CED7F1 url(../images/boxLoginBottom_420x5.png) no-repeat left bottom;
}

.loginUsernameBg
{
	background: #FFFFFF url(../images/loginUsername.gif) no-repeat left center;
}

.loginUsernameNoBg
{
	background: #FFFFFF;
}

.loginPasswordBg
{
	background: #FFFFFF url(../images/loginPassword.gif) no-repeat left center;
}

.loginPasswordNoBg
{
	background: #FFFFFF;
}

.textboxLogin
{
	font-family:Verdana; 
	font-size:75%; 
	width:100px; 
	background:none; 
	border:1px solid #CCCCCC;
	padding:2px;
}

.textboxNormal
{
	font-family:Verdana; 
	font-size:75%; 
	width:100px;
	padding:2px;
}

.textboxItalic
{
	font-family:Verdana;
	font-style:italic;
	font-size:75%; 
	width:100px;
	padding:2px;
}

.dropdownlistNormal
{
	font-family:Verdana; 
	font-size:75%;
	padding:2px;
}

.imageContentMenuLink
{
	vertical-align:middle;
	margin-left: 5px;
	margin-right: 10px;
}

a:link.LinkUnderline {color: #000000;
	text-decoration: none;}
a:visited.LinkUnderline {color: #000000;
	text-decoration: none;}
a:active.LinkUnderline {color: #000000;
	text-decoration: none;}
a:hover.LinkUnderline {color: #3366CC;
	text-decoration: underline;}