/* CSS Document */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.modalPopup
{
	background-color: #DDF2FF;
	border-width: 2px;
	padding: 3px 3px 3px 3px;
	border-style: solid;
	border-color: #1147AD; /*padding:3px; 	width:500;*/
}
.gridpager, .gridpager tr
{    
    text-align:center;
}

input.text
{
	border: 1px solid #000000;
}
input.btn
{
	font-family: Tahoma,Sans-Serif;
	font-size: 11px;
	padding: 2px;
	margin-top: 2px;
	height: 22px;
	text-align: center;
	width: 60px;
}
table.PageHeader
{
	border-collapse: separate; /*background-color: #AEC2F4; globa color*/
}
table.PageHeader td
{
	/*background-color: #AEC2F4; global color*/
	-moz-border-radius: 0px 0px 0px 0px;
}

table.TableWithFrame
{
	border: solid 1px silver;
}

table.PageBody
{
	border-collapse: separate; /*background-color: #6666CC; global color*/
}
table.NoneCss
{
	background-color: #DDF2FF;
}
table.NoneCss td
{
	background-color: #DDF2FF;
}
table.NoneHeaderCss
{
	background-color: #EDF4FF;
}
table.NoneHeaderCss td
{
	background-color: #EDF4FF;
}

table.HiddenTD td
{
	width: 0px;
	display: none;
}
a.HiddenHyberLink
{
	width: 0px;
	display: none;
}
.HideButton
{
	display: none;
}
.Wrap
{
	white-space: normal;
}
.NoWrap
{
	white-space: nowrap;
}

table.TableSearch
{
	border: solid 1px silver;
}
td.PageSearch
{
	/*background-color: #6666CC; global color*/
	-moz-border-radius: 0px 0px 0px 0px; /*border-right:solid 4px black;     border-left:solid 4px black;     border-top:solid 4px black;     border-bottom:solid 4px black;*/
}

body.BodyContainer
{
	/*background-color: #6666CC; global color*/
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
form.PageMainForm
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
}

table.GridViewCss
{
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-collapse: collapse;
	height:20px;
}
.noPrint
{
	display: none;
}
/*This is added by MT for the collapsible panel*/
.PopupControl
{
	background-color: #EFEBEF;
	position: absolute;
	visibility: hidden;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-width: 2px;
}
.PopupControlWhite
{
	background-color: #FFFFFF;
	position:absolute;
	visibility: hidden;
	z-index:1001;	
}
.collapsePanel
{
	width: 280px;
	height: 0px;
	background-color: #6666CC;
	overflow: hidden;
}
.collapsePanelHeader
{
	width: 25px;
	height: 20px;
	color: Yellow;
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
	background-color: Transparent;
}
table.GridViewCss th
{
	border-width: 1px;
	border-width: 0;
	border-spacing: 0;
	border-style: inset;
	border-collapse: collapse;
	text-align:center;
}
table.GridViewCss td
{
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: Gray;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align:center;
}
/*========================================*/
/*========================================*/
/*========================================*/
#dhtmlgoodies_colorPicker
{
	position: absolute;
	width: 250px;
	padding-bottom: 1px;
	background-color: #FFF;
	border: 1px solid #317082;
	width: 252px; /* IE 5.x */
	width: /* */ /**/ 250px; /* Other browsers */
	width: /**/ 250px;
}

#dhtmlgoodies_colorPicker .colorPicker_topRow
{
	padding-bottom: 1px;
	border-bottom: 3px double #317082;
	background-color: #E2EBED;
	padding-left: 2px;
	width: 250px; /* IE 5.x */
	width: /* */ /**/ 248px; /* Other browsers */
	width: /**/ 248px;
	height: 20px; /* IE 5.x */
	height: /* */ /**/ 16px; /* Other browsers */
	height: /**/ 16px;
}

#dhtmlgoodies_colorPicker .colorPicker_statusBar
{
	height: 13px;
	padding-bottom: 2px;
	width: 248px;
	border-top: 3px double #317082;
	background-color: #E2EBED;
	padding-left: 2px;
	clear: both;
	width: 250px; /* IE 5.x */
	width: /* */ /**/ 248px; /* Other browsers */
	width: /**/ 248px;
	height: 18px; /* IE 5.x */
	height: /* */ /**/ 13px; /* Other browsers */
	height: /**/ 13px;
}

#dhtmlgoodies_colorPicker .colorSquare
{
	margin-left: 1px;
	margin-bottom: 1px;
	float: left;
	border: 1px solid #000;
	cursor: pointer;
	width: 12px; /* IE 5.x */
	width: /* */ /**/ 10px; /* Other browsers */
	width: /**/ 10px;
	height: 12px; /* IE 5.x */
	height: /* */ /**/ 10px; /* Other browsers */
	height: /**/ 10px;
}

.colorPickerTab_inactive, .colorPickerTab_active
{
	height: 17px;
	padding-left: 4px;
	cursor: pointer;
}
.colorPickerTab_inactive span
{
	background-image: url('Images/tab_left_inactive.gif');
}

.colorPickerTab_active span
{
	background-image: url('Images/tab_left_active.gif');
}
.colorPickerTab_inactive span, .colorPickerTab_active span
{
	line-height: 16px;
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	padding-top: 1px;
	vertical-align: middle;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding-left: 6px;
	-moz-user-select: no;
}
.colorPickerTab_inactive img, .colorPickerTab_active img
{
	float: left;
}
.colorPickerCloseButton
{
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 10px;
	border: 1px solid #317082;
	position: absolute;
	right: 1px;
	font-size: 12px;
	font-weight: bold;
	top: 1px;
	padding: 1px;
	cursor: pointer;
	width: 15px; /* IE 5.x */
	width: /* */ /**/ 11px; /* Other browsers */
	width: /**/ 11px;
	height: 15px; /* IE 5.x */
	height: /* */ /**/ 11px; /* Other browsers */
	height: /**/ 11px;
}
#colorPicker_statusBarTxt
{
	font-size: 11px;
	font-family: arial;
	vertical-align: top;
	line-height: 13px;
}
form
{
	padding-left: 5px;
}

.form_widget_amount_slider
{
	border-top: 1px solid #9d9c99;
	border-left: 1px solid #9d9c99;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #f0ede0;
	position: absolute;
	bottom: 0px;
	width: 5px; /* IE 5.x */
	width: /* */ /**/ 3px; /* Other browsers */
	width: /**/ 3px;
	height: 5px; /* IE 5.x */
	height: /* */ /**/ 3px; /* Other browsers */
	height: /**/ 3px;
}
.colorSliderLabel
{
	width: 15px;
	height: 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.colorSlider
{
	width: 175px;
	height: 20px;
	float: left;
}
.colorInput
{
	width: 45px;
	height: 20px;
	float: left;
}
.colorPreviewDiv
{
	width: 186px;
	margin-right: 2px;
	margin-top: 1px;
	border: 1px solid #CCC;
	height: 20px;
	float: left;
	cursor: pointer;
	width: 188px; /* IE 5.x */
	width: /* */ /**/ 186px; /* Other browsers */
	width: /**/ 186px;
	height: 22px; /* IE 5.x */
	height: /* */ /**/ 20px; /* Other browsers */
	height: /**/ 20px;
}
.colorCodeDiv
{
	width: 50px;
	height: 20px;
	float: left;
}
/*========================================*/
/*========================================*/
/*========================================*/
#container
{
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#banner
{
	background: #000;
	text-align: right;
	height: 21px;
	line-height: 21px;
}
div#banner .logo
{
	padding-top: 6px;
	padding-right: 15px;
}
#livechat
{
	height: 0px;
	width: 0px;
	float: right;
	overflow: visible;
	position: relative;
	left: -125px;
}
#navbar
{
	background: url(images/nav_bg.jpg) repeat-x;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 30px;
	padding-left: 15px;
}
#navbar a.nav
{
	color: #fff;
	text-decoration: none;
}
#navbar a.nav:hover
{
	color: #fff;
	text-decoration: underline;
}
#logo
{
	padding: 10px;
	float: left;
}
#subnav
{
	margin-top: 50px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}
#subnav a.subnav
{
	color: #123185;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}
.sidenavjammer
{
	width: 125px;
	float: left;
}
#subnav a.subnav:hover
{
	line-height: 40px;
	height: 40px;
	background: url(images/subnav_hover.gif) no-repeat center top;
	overflow: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
#subnav a.subnavsel
{
	color: #123185;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	background: url(images/subnav_bg.gif) no-repeat center top;
	overflow: true;
	padding-bottom: 20px;
	padding-top: 10px;
}


#bannercontent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #BDC3BF;
	text-align: center;
	font-size: 18px;
}
#bannercontent .blue
{
	color: #123185;
}
.divider
{
	height: 15px;
	background-image: url(images/devider.gif);
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	height: 50px;
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}
#footer #botnav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
}
#footer a.botnav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#footer a.botnav:hover
{
	text-decoration: underline;
}
#footer #botlogo
{
}
A.links:visited
{
	color: blue;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.1;
}
.homelayout
{
	float: left;
	width: 33%;
}
h2.homecontainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 2px;
	background-color: #D2DBF0;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
}
h2.blackhomecontainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 2px;
	background-color: #000;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	color: #FFFFFF;
}
.homebody
{
	margin: 2px 5px 0 5px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bluespan
{
	background: #D2DBF0;
	padding: 3px;
}
.blueheading
{
	color: #313B7D;
	font-size: 13px;
}
#subbody
{
	margin-top: 10px;
	float: right;
	width: 710px;
	min-height: 400px;
}
#subbodyfull
{
	margin-top: 10px;
	min-height: 400px;
}
#subnave
{
	margin-top: 10px;
	float: right;
	width: 254px;
	margin-right: 10px;
}
.subnavebody
{
	background: #DFE6F7;
}
a.subnave
{
	font-size: 13px;
	font-weight: bold;
	color: #31397B;
	display: block;
	border-bottom: solid #fff 1px;
	background: url(images/suvnavebullet.gif) 10px no-repeat;
	padding: 7px;
	padding-left: 25px;
	text-decoration: underline;
}
a.subnave:hover
{
	text-decoration: none;
}
.insidecontainer
{
	font-size: 20px;
	color: #123185;
	font-weight: normal;
}
.blueheading
{
	font-size: 16px;
	color: #123185;
	font-weight: normal;
}
