﻿body 
{
    padding: 0px;
    margin:0px;
    background: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height:138%;*/
	line-height:128%;
	color: #030913;
}
a
{
    color: #341CA8; /*#333399;*//*#341CA8;*/
	text-decoration:none;
}
a:hover
{
    color: #CC2313;
}
.tblMainContainer
{
    width: 100%;
    height: 100%;
    border: 0px;
}
.tdMainContainer
{
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 0px 8px;
}
.tdHeader 
{
    text-align:left;
    vertical-align: top
    }
.tdMiddle {
    padding: 8px 0px 12px 0px;
    vertical-align: top;
    height:300px;
}
.tdFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E426B;
    padding: 8px 0px 12px 0px;
    vertical-align: top
}
.tdTopBanner 
{
    padding: 6px 12px 1px 12px;
    }
.tdTopMenu {
	padding-bottom: 1px;
	/*text-align:center;*/
}
.lstTopMenu 
{
	margin:0px;
	padding:0px;
    }      
.lstTopMenu ul 
{
	list-style:none;
	margin:0px;
	padding:0px;
    }
.lstTopMenu li
{
	float: left;
}
.lstTopMenu a, .lstTopMenu a:visited {
	font: 16px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #245ED4;
	color: #FFFFFF;
	display: block;
	margin-right: 4px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	text-decoration:none;
}
.lstTopMenu a:hover {
	background-color: #E32715;/*#CA8A15;*/
	color: #FFFFFF;
}
a.lstTopMenuCurrent:link, a.lstTopMenuCurrent:visited{
	background-color: #E32715;
}
.tdTopTag {
	background-image: url(app_images/grad1Blue.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	padding: 8px;
	text-align: center;
}
.tdTopSearch 
{
    background-color: #000000;
    text-align: center;
    padding: 8px;
    color:#FFFFFF;
}
.formInput
{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #A2A2A2;
    margin: 1px;
    padding: 1px;
}
.forminputDisabled
{
    background: #E8E8E8;
    color: #000000;
    border: 1px solid #A2A2A2;
    margin: 0px 0px 0px 0px;
    padding: 1px;
}
.formBtn
{
    margin: 0px 0px 0px 0px;
    padding: 1px 2px;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    color: #000000;
    background-color: #DBE315;
    border-right: #9FA50F 2px solid;
    border-top: #E5EB55 2px solid;
    border-left: #E5EB55 2px solid;
    border-bottom: #9FA50F 2px solid;
}
.tdLeftCol 
{
    width:22%;
    vertical-align:top
    }
.tdRightCol 
{
    width:22%;
    vertical-align:top
    }
.tdRightCol2
{
    width:25%;
    vertical-align:top
    }
.tdMidCol
{
    padding: 0px 10px;
    vertical-align:top
}
.tdMidCol2
{
    padding: 4px 16px 10px 6px;
    vertical-align:top
}
.tdInside1
{
    /*padding: 6px 12px 10px 10px;*/
    padding: 4px 8px 4px 8px;
    vertical-align:top
}
.tdInside2
{
    /*padding: 6px 12px 10px 10px;*/
    padding: 4px 8px 4px 8px;
    vertical-align:top
}
.tdCapBlue1
{
    margin: 1px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #4224D4;
	padding: 6px 8px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
    font-size: 12px;
}
.tdColBlue1
{
	border: 1px solid #B4D1F1;
	vertical-align:top;
	background-color: #EFF8FC;
	padding: 6px 6px 8px 6px;
}
.tdCapBlue2
{
	color: #FFFFFF;
	background-color: #1E80B3;
	padding: 6px 8px;
	text-align: left;
	vertical-align: top;
    font-weight:bold;
    font-size: 12px;
}
.tdColBlue2
{
	border: 1px solid #B4D1F1;
	vertical-align:top;
	background-color: #F7FBFE;
    padding: 6px 6px 8px 6px;
}
.tdColBlue2Expand
{
	border: 1px solid #B4D1F1;
	vertical-align:top;
	background-color: #F7FBFE;
    padding: 2px 4px 8px 5px;
}
.tdPadIndent
{
	vertical-align:top;
    padding: 0px 0px 0px 9px;
}
.tdPadded1
{
    padding: 4px 8px 8px 4px;
    }
.tdColBlue3
{
	border: 1px solid #B4D1F1;
	vertical-align:top;
	background-color: #FBFDFE;
    padding: 6px 6px 6px 6px;
}
.tdSeparator
{
    background-image: url(app_images/bgDash1.gif);
    background-repeat: repeat-x;
    background-position: center center;
    height: 2px;
}
.tblPadTop 
{
    margin: 8px 0px 0px 0px;
}
.tblPadBottom
{
    margin: 0px 0px 8px 0px;
}
.formBtnSearch
{
    width: 68px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url(App_Images/imgBtnSearch.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.formBtnLogin
{
    width: 64px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url(App_Images/imgBtnLogin.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
.tdH1
{
    color: #9D1C10; /*321CA0*/
    font-size: 14px;
    font-weight: bold;
    /*display:block;    */
    background: #EFF8FC;
    border-bottom: #7CA5E6 1px solid;
    padding: 5px 6px 3px 6px;
    margin-bottom: 2px;
}
.tdH2
{
    border-bottom: #7CA5E6 1px solid;
}
.tdH2Span
{
    color: #9D1C10;
    font-size: 14px;
    font-weight: bold;
    background: #EFF8FC;
    padding: 4px 6px 3px 6px;
    border-top: #B8CEF1 1px solid;
    border-left: #B8CEF1 1px solid;
    border-right: #B8CEF1 1px solid;
    display: inline-block;
}
.tdBodyText1
{
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 24px; 
    padding-top: 2px;
    }
.tdH1Nobg
{
    color: #9D1C10; /*321CA0*/
    font-size: 14px;
    font-weight: bold;
    /*background: #EBF6FB;*/
    border-bottom: #7CA5E6 1px solid;
    padding: 5px 6px 3px 6px;
    margin-bottom: 2px;
}
p 
{
    padding: 6px 0px;
    margin:0px;
}
a.highlighted:link,  a.highlighted:visited
{
    /*background-color: #FFFFA2;*/
    padding: 0px 0px 1px 0px;
    text-decoration: underline;
    color: #CC0000;
}
a.highlighted:hover
{
    color: #CC2313;
}
a.cap:link,  a.cap:visited
{
    /*background-color: #FFFF5D;*/
    /*text-decoration: underline;*/
    color: #FFFFFF;
}
a.cap:hover
{
    color: #CC2313;
}
.tdInline 
{
    display:inline;
    position: relative;
    top: 3px;
    color: #747474;
    font-size:11px;
    }
.tdSmalled2
{
    color: #747474;
    font-size:11px;
    vertical-align: top;
    font-weight: normal;
    }
.imgProductDetails
{
    padding-right: 14px;
    float: left;
    padding-bottom: 6px;
    text-align:center;
    border: none;
}
a img { border:none; }

.tdPadTopBottom2
{
    padding: 10px 0px;
    }
.tdPadTopBottom3
{
    padding: 12px 0px;
    }
.tdAlert
{
    padding: 4px 8px 8px 8px;
    background-color: #F4F4F4;
    border: solid 1px #CC0000;
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
}
.tdAlert ul
{
    position: relative;
    margin: 0px 8px 0px 22px;
    padding: 0px;
}
.tdAlert li
{
    
}
.tdAlertGreen
{
    padding: 4px 8px 8px 8px;
    background-color: #F4F4F4;
    border: solid 1px #00CC00;
    color:#003300;
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
}
.td-CaptchaCode
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    background-color: #000000;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-family: Arial, Tahoma, Verdana;
}
