/* background color for the content part of the pages */

body
{
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
}

.arrowLeft
{
	background-image:url(images/arrow_button_small.gif);
	background-repeat:no-repeat;
	background-position:0 -25;

}

.BottomLine
{
	border-bottom-style:solid;
	border-bottom-color:#D0D0D0;
	border-bottom-width:1px;
	
}

.RightLine
{
	border-right-style:solid;
	border-right-color:#D0D0D0;
	border-right-width:1px;
	
}

.LeftLine
{
	border-left-style:solid;
	border-left-color:#D0D0D0;
	border-left-width:1px;
	
}

.TopLine
{
	border-top-style:solid;
	border-top-color:#D0D0D0;
	border-top-width:1px;
	
}

.TextBox
{
	background-image: url(images/textbox_bg.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	border-color: #9b9b9b;
	border-width: 1px;
	border-top-color: #9b9b9b;
	border-left-color: #9b9b9b;
	border-style: solid;
	color: black;
	font-family: Arial;
	font-size: 11px;
	padding-top:3px;
	padding-left:3px
		
}

.tasksBorder
{
	border-bottom-style:solid;
	border-bottom-color:#9B9B9B;
	border-bottom-width:1px;
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#8D8D8D;
	text-decoration:none;
}

.OrderItemsHeader
{
	border-bottom-style:solid;
	border-bottom-color:#9B9B9B;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-color:#9B9B9B;
	border-right-width:1px;
	font-weight:bold;
	text-align:center;

	
}
.OrderItemsFooter
{
	border-top-style:solid;
	border-top-color:#9B9B9B;
	border-top-width:1px;
	border-right-style:solid;
	border-right-color:#9B9B9B;
	border-right-width:1px;
	font-weight:bold;
}
.OrderItems
{
	border-right-style:solid;
	border-right-color:#9B9B9B;
	border-right-width:1px;
}

.TaskTable
{
	border:solid 1px #8d8d8d;									
	color:#8d8d8d;
	font-family:Verdana;
	font-size:10px;
	
}
.OrderItemsTable
{
	border:solid 1px #8d8d8d;									
	color:#8d8d8d;
	font-family:Verdana;
	font-size:10px;
	border-right-style:none;
}

.tasksText
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#8D8D8D;
	text-decoration:none;
}

.ClearSquaredButton
{
    background-image: url(images/clearbutton_off.gif);
	font-family:Verdana;
	color:#4d4d4d;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	background-repeat:no-repeat;
	display: block;
}
.ClearSquaredButton a:link
{
    background-image: url(images/clearbutton_off.gif);
	font-family:Verdana;
	color:#4d4d4d;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	background-repeat:no-repeat;
}
.ClearSquaredButton a:visited
{
    background-image: url(images/clearbutton_off.gif);
	font-family:Verdana;
	color:#4d4d4d;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	background-repeat:no-repeat;
}

.BottomGradient
{
	background-image: url(images/bottom_grad.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.LearnMore
{
	background-image: url(images/home_quote_learnmore.gif);
	background-repeat:no-repeat;
	background-position: 0 20;
	
}

/* These were for mouseovers for the clear buttons, but never worked quite right.
I think the buttons are too small--the text keeps making the cell expand above and below beyond
the button.
.BlueOverButton a:link
{
    background-image: url(images/clearbutton_off.gif);
	font-family:Verdana;
	color:#888888;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-top:3px;
	background-repeat:no-repeat;
	
}
.leftMenubutton a:visited
{
	background-image:url(images/clearbutton_off.jpg);
	font-family: Verdana;
	color:#888888;
	height:31px;
	width:122px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-top:9px;
}
.BlueOverButton a:visited
{
    background-image: url(images/clearbutton_off.gif);
	font-family:Verdana;
	color:#888888;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-top:3px;
	background-repeat:no-repeat;
}

	background-position:0 -3;
	bottom:-3;
	background-repeat:no-repeat;
.BlueOverButton a:hover
{
    background-image: url(images/clearbutton_verylightblue.gif);
	color:#646598;
	font-family:Verdana;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-top:3px;
	background-repeat:no-repeat;
}



.BlueOverButton a:visitedhover
{
    background-image: url(images/clearbutton_verylightblue.gif);
	color:#646598;
	font-family:Verdana;
	height:19px;
	width:75px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	padding-top:3px;
	background-repeat:no-repeat;
	
}

*/
.ServicesItemHead
{
	font-family: Arial;
	color: #1316A1;
	font-size: 18px;
}

.Blue14Bold
{
	font-family: Arial;
	color: #1316A1;
	font-size: 14px;
	font-weight: bold;
}

.Blue20Bold
{
	font-family: Arial;
	color: #1316A1;
	font-size: 20px;
	font-weight: bold;
}

.LightBlue14Bold
{
	font-family: Arial;
	color: #888AD0;
	font-size: 14px;
	font-weight: bold;
}

.Blue16
{
	font-family: Tahoma;
	color: #1316A1;
	font-size: 14px;
	font-weight: 600;
}

.LightBlue16
{
	font-family: Arial;
	color: #888AD0;
	font-size: 16px;
	font-weight: 600;
}

.LeftMenu
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	bottom:-2;
	
}
.LeftMenu a:visited
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	bottom:-2;
	
}
.LeftMenu a:link
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	bottom:-2;
	
}
.LeftMenu a:hover
{
	font-family: Verdana;
	color:#606060;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	bottom:-2;
	
}
.LeftMenu a:visitedhover
{
	font-family: Verdana;
	color:#606060;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	vertical-align:middle;
	position: relative;
	bottom:-2;
}

.TopMenu
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	
	
}
.TopMenu a:visited
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	
	
}
.TopMenu a:link
{
	font-family: Verdana;
	color:#909090;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	
	
}
.TopMenu a:hover
{
	font-family: Verdana;
	color:#606060;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	
	
}
.TopMenu a:visitedhover
{
	font-family: Verdana;
	color:#606060;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	vertical-align:middle;
	
}

.Normal 
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:normal;
}


.Normal a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:normal;
}


.Normal a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:normal;
}

.Normal a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#1a1a1a;
	font-weight:normal;
}

.Normal a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#1a1a1a;
	font-weight:normal;
}

.NormalSpaced 
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	line-height:15px;
}


.NormalSpaced a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	letter-spacing:1px;
	line-height:15px;
}


.NormalSpaced a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	letter-spacing:1px;
	line-height:15px;
}

.NormalSpaced a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#1a1a1a;
	letter-spacing:1px;
	line-height:15px;
}

.NormalSpaced a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#1a1a1a;
	letter-spacing:1px;
	line-height:15px;
}

.NormalDoubleBlue
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}


.NormalDoubleBlue a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}

.NormalDoubleBlue a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}


.NormalDoubleBlue a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}
.NormalDoubleBlue a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}


.AccountsBlueNormal
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:normal;
	text-decoration:none;
}
.AccountsBlue
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}


.AccountsBlue a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}

.AccountsBlue a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}


.AccountsBlue a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}
.AccountsBlue a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}

.NormalDoubleLightBlue
{
	font-family:Verdana;
	font-size:10px;
	color:#8D90D3;
	font-weight:bold;
}


.NormalDoubleLightBlue a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#8D90D3;
	font-weight:bold;
}

.NormalDoubleLightBlue a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#8D90D3;
	font-weight:bold;
}


.NormalDoubleLightBlue a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#8D90D3;
	font-weight:bold;
	text-decoration:underline;
}
.NormalDoubleLightBlue a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#8D90D3;
	font-weight:bold;
	text-decoration:underline;
}
.TallBlueTahoma
{
	font-family:Verdana;
	font-size:14px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}
.TallBlue
{
	font-family:Verdana;
	font-size:12px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
}



.TallBlue a:link
{
	font-family:Verdana;
	font-size:12px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:underline;
}

.TallBlue a:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:underline;
}


.TallBlue a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:underline;
}
.TallBlue a:visitedhover
{
	font-family:Verdana;
	font-size:12px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:underline;
}
.TallLightBlueTahoma
{
	font-family:Verdana;
	font-size:14px;
	color:#8D90D3;
	font-weight:bold;
}
.TallLightBlue
{
	font-family:Verdana;
	font-size:12px;
	color:#8D90D3;
	font-weight:bold;
}


.TallLightBlue a:link
{
	font-family:Verdana;
	font-size:12px;
	color:#8D90D3;
	font-weight:bold;
}

.TallLightBlue a:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#8D90D3;
	font-weight:bold;
}


.TallLightBlue a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#8D90D3;
	font-weight:bold;
	text-decoration:underline;
}
.TallLightBlue a:visitedhover
{
	font-family:Verdana;
	font-size:12px;
	color:#8D90D3;
	font-weight:bold;
	text-decoration:underline;
}
.TallGray
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
}


.TallGray a:link
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
}

.TallGray a:visited
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
}


.TallGray a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:underline;
}
.TallGray a:visitedhover
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:underline;
}


.NormalDouble
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
}


.NormalDouble a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
}


.NormalDouble a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
}


.NormalDouble a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
}


.NormalDouble a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
}


.ArrowWords
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
	font-weight:bold;
}

.NormalDoubleTall
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
}

.NormalDoubleTallUp
{
	font-family:Verdana;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
	position:relative;
	top:0px;
	padding-bottom:5px;
}

.NormalBigger
{
	font-family:Arial;
	font-size:15px;
	color:#4d4d4d;
}

.PB 
{
	font-family:Verdana;
	font-size:10px;
	color:#4d4d4d;
} 

.contentbg 
{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;	
	
}     

.DataHeadLeft 
{
	background-image: url(images/dg_head_left.jpg);
	border-right-color: #d9d9d9;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #767676;
	border-left-width: 1px;
	border-left-style: solid;
}

.data2 
{
	background-image: url(images/dg_head_left.jpg);
	
	
}

.TextBox2
{
	border-style: window-inset;
	color: black;
	font-family: Arial;
	font-size: 11px;
	padding-top:3px;
	padding-left:7px
		
}
.Label
{
	
	font-family:Arial;
	font-size:11px;
	color:#6E6E6E;
		
}

.ConHeader
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	
	
}
	
.SubMenu
{
	font-family:Verdana;
	color:#dcdcf1;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.SubMenu a:visited
{
	font-family:Verdana;
	color:#dcdcf1;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.SubMenu a:link
{
	font-family:Verdana;
	color:#dcdcf1;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.SubMenu a:hover
{
	font-family:Verdana;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

.SubMenu a:visitedhover
{
	font-family:Verdana;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

	
.SubMenuSelected
{
	font-family:Verdana;
	color:#707070;
	text-decoration:none;
	font-size:10px;
}
.SubMenuSelected a:visited
{
	font-family:Verdana;
	color:#707070;
	text-decoration:none;
	font-size:10px;
}
.SubMenuSelected a:link
{
	font-family:Verdana;
	color:#707070;
	text-decoration:none;
	font-size:10px;
}
.SubMenuSelected a:hover
{
	font-family:Verdana;
	color:#707070;
	text-decoration:none;
	font-size:10px;
}

.SubMenuSelected a:visitedhover
{
	font-family:Verdana;
	color:#707070;
	text-decoration:none;
	font-size:10px;
}










.TitleControl
{
	font-family:Tahoma;
	color:#A6A6A6;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
}


.EditDouble
{
	font-family:Arial;
	font-size:11px;
	color:#1A1789;
	font-weight:bold;

}
.Edit
{
	font-family:Arial;
	font-size:11px;
	color:#1A1789;
	

}

.Menu
{
	font-family:Verdana;
	font-size:10;
	color:#6a6a6a;
	font-weight:bold;
}

.GridHead
{
    background-image: url(images/grid_head_bg.jpg);
    background-repeat:repeat-x;
	font-family:Verdana;
	color:#888888;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.GridHead2
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    height:16px
}

.windowtext
{
	color:#e8e8e8;
	font-family:Tahoma;
	font-size:14px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=4,OffY=8,Color='green',Positive='True');
	font-weight:bold;
	
}
.windowBG
{
    background-image: url(images/window_bg.jpg);
    background-repeat:repeat-x
}
.fancyTitle
{
	/*background-image: url(images/fancy_title_bg.gif);
	background-position: 20px;
	padding-bottom: 22px;
	background-repeat:no-repeat;
	padding-left: 40px;*/
	font-family: Arial;
	font-size: 22px;
	color:#595959;
	
}


.defaultInquire
{
	background-image:url(images/inquire_bg.gif);
	background-position: 0px;
	background-repeat:no-repeat;
	height:60px;
	width:300px;
	padding-left: 50px;
	padding-bottom: 5px;
	text-align:left;
	letter-spacing:-1;
}
	
	
.gridTextBox
{
	color:#4d4d4d;
	font-family:Verdana;
	font-size:10px;
}
	
.gridDDL
{
	color:#4d4d4d;
	font-family:Verdana;
	font-size:10px;
}

.gridSmall
{
	color:#4d4d4d;
	font-family:Verdana;
	font-size:10px;
}
	
.gridSmall a:link
{
	color:#4d4d4d;
	font-family:Verdana;
	font-size:10px;
}
	
.gridSmall a:visited
{
	color:#4d4d4d;
	font-family:Verdana;
	font-size:10px;
}
	
.gridSmall a:hover
{
	color:#3d3d3d;
	font-family:Verdana;
	font-size:10px;
}
	
/*
.gridSmallClick a:link
{
	color:#000000;
	font-family:Verdana;
	font-size:9px;
	cursor:hand;
	text-decoration:none;
}

.gridSmallClick a:visited
{
	color:#000000;
	font-family:Verdana;
	font-size:9px;
	cursor:hand;
	text-decoration:none;
}
.gridSmallClick a:hover
{
	color:#000000;
	font-family:Verdana;
	font-size:9px;
	cursor:hand;
	text-decoration:none;
	letter-spacing:0;
}
*/



.NormalBlue
{
	font-family:Verdana;
	font-size:10px;
	color:#1216A1;
	font-weight:normal;
}
.NormalBlue a:link
{
	font-family:Verdana;
	font-size:10px;
	color:#1216A1;
	font-weight:normal;
}


.NormalBlue a:visited
{
	font-family:Verdana;
	font-size:10px;
	color:#1216A1;
	font-weight:normal;
}

.NormalBlue a:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#1216A1;
	font-weight:normal;
}

.NormalBlue a:visitedhover
{
	font-family:Verdana;
	font-size:10px;
	color:#1216A1;
	font-weight:normal;
}

.linebottom
{
	border-bottom-style:solid;
	border-bottom-color:9b9b9b;
	border-bottom-width:1px;
}
.NormalDoubleBlueLinebottom
{
	background-image: URL(images/underline.jpg);
	background-repeat:repeat-x;
	background-position:0 20;
	font-family:Verdana;
	font-size:10px;
	color:#9b9b9b;
	font-weight:bold;
	text-decoration:none;
	
}
.NormalDoubleBlueLinebottom2
{
	border-bottom-style:solid;
	border-bottom-color:9b9b9b;
	border-bottom-width:1px;
	font-family:Verdana;
	font-size:10px;
	color:#1316A1;
	font-weight:bold;
	text-decoration:none;
	
}
.EditAcctInfo
{
	background-image: URL(images/clip_edit.gif);
	background-position: -30 0;
	background-repeat:no-repeat;
	font-family: Verdana;
	color: #1316a1;
	font-size: 10px;
	font-weight: bold;
}
