




/*
     FILE ARCHIVED ON 5:26:57 Feb 18, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:06:09 Mar 9, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*HTML SELECTORS///////////////////////////////////////////////////////////////*/

/*
PNG FIX FOR LATER DEVELOPMENT
Need only be applied to specific images

	.FixPNG{filter: progid : DXImageTransform.Microsoft.AlphaImageLoader(src='overlay.png', sizingMethod='scale');}
	(or some such)
*/

body{font-family:Verdana, Arial, Helvetica, sans-serif;color:#333;margin:0;padding:0;background-color:#fff;font-size:70%;}
p{margin:10px 0 10px 0;}

a{color:#233e63;}
a:visited{color:#333;}
a:hover{color:#63ac1f;}

img{border:none;margin:0;padding:0;}
a img{border:none;text-decoration:none;}

h1{font-size:130%;font-weight:bold;} 
h2{font-size:120%;border-bottom:solid 2px #9bafd5;font-weight:bold;color:#0f2c92;padding:3px 0 3px 0;margin:20px 0 10px 0;}
h2 a{text-decoration:none;}
h3{font-size:95%;margin:20px 0 10px 0;padding:0;}
h4{font-size:100%;}

sup {color:#777;}
form{margin:0;padding:0;}
/*TEMP*/
	#contentPublications h1 span{display:none;}

/*Bulleted List*/
ul{margin:0 0 8px 30px;padding:0;}
ul li{margin-bottom:4px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/bulletSquare.gif');}
ul li ul{margin-top:10px;}
ul li ul li{list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/bulletCircle.gif');}
ul li ul li ul li{list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/bulletDisk.gif');}
/*Alternative Bullets*/
	.folder{padding:0 0 0 3px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/folder.png');}
	.imageFile{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/image.png');}
	.powerpoint{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/page_white_powerpoint.png');}
	.excel{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/page_white_excel.png');}
	.word{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/page_white_word.png');}
	.pdf{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/page_white_acrobat.png');}
	.movie{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/film.png');}
	.check{padding:0 0 0 7px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/tick.png');}
	.information{padding:0 0 0 3px;list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/internal_app_resources/template/images/information.png');}

/*Tables*/
table{margin:0 0 20px 0;padding:0;border-collapse:collapse;border-spacing:0;width:100%;color:#999;}
caption{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/TableCaption.gif') no-repeat left;text-align:left; font-weight:bold;color:#5a7a9e;padding:5px;}
td, th{padding:10px 4px;border-bottom:1px solid #EEE;}
td{vertical-align:top;}
td + td{border-left:1px solid #eee;}
td + td + td{color:#666;border-left:none;}
tfoot th{text-align:right;}
th{color:#0e2b8d; text-align:left; vertical-align:bottom; padding:6px 6px 6px 12px;background:#CAE8EA url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/bg_header_table.jpg');}
th a{color:#0e2b8d;text-decoration:none;font-size:1.1em;}
th a:visited{color:#0e2b8d;}
th a:hover{color:#63ac1f;text-decoration:underline;}
thead tr, tfoot tr{color:#555;font-size:0.8em;}
tr{background:#F8F8F8;color:#666;}
tr:hover{background:#ecf2ff;}
.twoCol{width:50%;}
.threeCol{width:33%;}
.fourCol{width:25%;}
.fiveCol{width:20%;}
.sixCol{width:16%;}

/*REUSABLE CLASSES///////////////////////////////////////////////////////////////*/
.Hidden, .hidden{display:none;visibility:hidden;}

.Clear, .clear{clear:both;}
.ClearLeft, .clearLeft{clear:left;}
.ClearRight, .clearRight{clear:right;}
.InvisibleP{clear:both;margin:0;padding:0;}

.AlignLeft, .alignLeft{float:left;}
.AlignRight, .alignRight{float:right;}

.CenterText, .centerText{text-align:center;}
.RightText, .rightText{text-align:right;}
.LeftText, .leftText{text-align:left;}

.RightImage, .rightImage{float:right;margin:0 0 10px 10px;padding:0;border:1px solid #d6d3d3;} 
.RightImageNoBorder, .rightImageNoBorder{float:right;margin:0 0 10px 10px;padding:0;border:none;}
.LeftImage, .leftImage{float:left;margin:0 10px 10px 0;border:1px solid #d6d3d3;padding:0;}
.LeftImageNoBorder, .leftImageNoBorder{float:left;margin:0 10px 10px 0;padding:0;border:none;}

.SideNote, .sideNote{color:#666;}
.SideNote a, .sideNote a{color:#7890b3;} 
.SideNote a:visited, .sideNote a:visited{color:#999999;}
.SideNote a:hover, .sideNote a:hover{color:#a9d67e;} 
.SideNote .Important  { color:#F55; }
.TextIndent, .textIndent{margin-left:15px; text-indent:-15px;}  /* creates a hanging indent */

.GrayBox, .grayBox{clear:both;background:#F0F0F0;margin-top:20px;margin-bottom:20px;padding:15px;min-height:15px;border:2px solid #606975;}
* html .GrayBox{height:50px;}
* html .grayBox{height:50px;}
.GrayBox h2, .grayBox h2{margin:0px 0 10px 0;}
.LightGrayBox, .lightGrayBox{clear:both;background:url('/web/20100218052657/http://www.vita.virginia.gov/images/box_bg_light_gray.gif') repeat-x 0 0;margin-top:20px;margin-bottom:20px; padding:5px; min-height:15px;border:1px solid #d6d3d3;}

.FloatingMessage{width:400px;margin:0;padding:5px;color:#0d2a8c;background:#efecdd;border-style:solid;border-width:1px;border-color:#fefbeb #b6a964 #b6a964 #fefbeb;top:125px;left:300px;z-index:1100;position:absolute;}

.announcement{border:1px solid #FFCC00;margin-bottom:10px;}
* html .announcement{height:15px;}
.announcement h1{color:#000000;margin:0;padding:0;}
.announcement .annHeader{padding:8px;color:#fff;background:#FFFF99;border:none;}
.announcement .annContent{padding:5px;background:#FFFFCC;border:none;}
.fixed{width:185px;}

.AltTextHover{cursor:pointer;position:absolute;border:#ccc 1px solid;background:#ffffaa;padding:3px;width:250px;white-space:normal;}

/*
.PreLoader{text-align:center;color:#777;z-index:3000;position:absolute;left:0;top:0;background-color:#ccc;height:100%;width:100%;}
.PreLoader .Center{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/Preloader.gif') no-repeat;height:300px;width:350px;margin:100px auto 0 auto;}
* html .PreLoader{height:1080px;}
*/


/* For <h2>s with links (<h2> links don't look clickable with the thick full-screen bottom border) */
h2.ClickableHeader { border: none; margin-bottom: 3px; padding: 0px; color: #000000; }
h2.ClickableHeader a { color:#233e63; text-decoration: underline; }
h2.ClickableHeader a:visited{ color:#333; text-decoration: underline; }
h2.ClickableHeader a:hover{ color:#63ac1f;  text-decoration: underline; }

ul.TightList li p { margin: 0px 0px 3px 20px; text-indent:-20px; }
ul.LooseList li p { margin: 0px 0px 5px 20px; text-indent:-20px; }

ol.TightList li p { margin: 0px 0px 3px 20px; text-indent:-20px; }
ol.LooseList li p { margin: 0px 0px 5px 20px; text-indent:-20px; }

.ScreenReaderOnly { position:absolute; left:-999em; width:1em; overflow:hidden; }

.TightP { margin-top:0px; margin-bottom:3px; }

/*TEMPLATE///////////////////////////////////////////////////////////////*/
	.Page{background:#ccc;padding:3px;}

	.HeaderFold{border:1px solid #4e7cb3;}* html .Content{height:1px;}
	.Banner{height:100px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/header_bg.jpg') no-repeat #000;}
	.Banner a{font-weight:bold;text-decoration:none;color:#fff;}
	.Banner a:visited{color:#fff;}
	.Banner a:hover{color:#63ac1f;}
		.Banner .QuickLinks{width:70%;margin:0 0 0 250px;}
		.Banner .QuickLinksOuterL, .quickLinkWrapperLeft{float:left;width:48%}
		.Banner .QuickLinksOuterR, .quickLinkWrapperRight{float:right;width:48%}
		.Banner .QuickLinksInnerL, .quickLinkItemLeft{float:left;width:48%;text-align:center}
		.Banner .QuickLinksInnerR, .quickLinkItemRight{float: right;width:48%;text-align:center}

	.UtilityBar{font-weight:bold;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/h1BG.gif') bottom left repeat-x;margin:0;padding:0 4px 0 15px;color:#fff;height:25px;}
	.UtilityBar p{margin:0;padding:5px 0 0 0;}
	.UtilityBar a{text-decoration:none;color:#fff;}
	.UtilityBar a:visited{color:#fff;}
	.UtilityBar a:hover{text-decoration:underline;color:#777;}

	.SiteSearch{width:310px; text-align:right;}
	.SiteSearch #siteSearchForm{margin:0;position:absolute;top:147px;right:9px;}
	.SiteSearch #siteSearchForm fieldset{border:none;padding:0;margin:0;}
	.SiteSearch #siteSearchForm legend{display:none;visibility:hidden;}
	.SiteSearch #siteSearchForm p{margin:0;padding:0;}
	.SiteSearch #siteSearchForm #searchBoxSite{background:url('/web/20100218052657/http://www.virginia.gov/images/virginia_seach_txt-bg.jpg') no-repeat;background-color:transparent;border:0;font-weight:bold;height:14px;width:172px;padding:3px;}
	.SiteSearch #siteSearchForm #siteSearchBtn{background:url('/web/20100218052657/http://www.virginia.gov/images/virginia_seach_button-bg.jpg') no-repeat transparent;border:none;height:20px;width:28px;height:20px;margin-left:2px;}

	.HomePageFocal{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/SlideShowBG.jpg') no-repeat;margin:0 200px 3px 205px;padding:15px 0 15px 0;border:#4e7cb3 1px solid;text-align:center;}

	.HowDoI{margin:3px 0 0 3px;padding:5px;background:#efecdd; border:#4e7cb3 1px solid;}
	.HowDoI img{margin:0 15px 0 0;}
	.HowDoI select{margin:2px 5px 0 0;}
	.HowDoI .btnHowDoI{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/btnHowDoI.png') no-repeat;width:70px;height:29px;border:none;}

	.ContentFold{margin-top:3px;}

	.LeftMenu{float:left;left:3px;margin-bottom:1px;padding:0;width:200px;background:#efecdd;border:1px solid #4e7cb3;}
	.LeftMenu h1{width:187px;font-size:115%;padding:3px 3px 7px 10px;margin:0;color:#fff;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/h1BG.gif') bottom left repeat-x;}
	.LeftMenu ul{padding:0;margin:0;}
	.LeftMenu li{padding:0;margin:0;list-style-type:none;display:inline;}
	.LeftMenu ul li a{margin:0;padding:3px 3px 5px 3px;color:#fff;font-weight:bold;display:block;background:#163291;text-decoration:none;
					border-style:solid;border-width:1px;border-color:#0d44be #00235a #00235a #0d44be;}
	.LeftMenu ul li a:visited{color:#fff;}
	.LeftMenu ul li a:hover{background:#3d539f;color:#fff;
					border-style:solid;border-width:1px;border-color:#00235a #0d44be #0d44be #00235a;}

	.LeftSubMenu{}
	.LeftSubMenu ul{padding:0;margin:0 0 0 10px;}
	.LeftSubMenu li{padding:0;margin:0;list-style-type:none;display:inline;}
	.LeftSubMenu ul li a{margin:0;padding:3px 3px 5px 3px;color:#fff;font-weight:bold;display:block;background:#63aa1c;text-decoration:none;
					border-style:solid;border-width:1px;border-color:#a9e370 #278900 #278900 #a9e370;}
	.LeftSubMenu ul li a:visited{color:#fff;}
	.LeftSubMenu ul li a:hover{background:#92c461;color:#fff;
					border-style:solid;border-width:1px;border-color:#278900 #a9e370 #a9e370 #278900;}
	.ExpandIcon{background:url('/web/20100218052657/http://www.vita.virginia.gov/App_Resources/images/ArrowExpand.gif') no-repeat;margin:3px 2px 0 0;float:left;width:16px;height:16px;}
	.RetractIcon{background:url('/web/20100218052657/http://www.vita.virginia.gov/App_Resources/images/ArrowContract.gif') no-repeat;margin:3px 2px 0 0;float:left;width:16px;height:16px;}

	.RightMenu{clear:right;float:right;right:3px;width:195px;margin:0 0 3px 0;padding:0;background:#efecdd;border:1px solid #4e7cb3;}
	.RightMenu h1{width:182px;font-size:115%;padding:3px 3px 7px 10px;margin:0;color:#fff;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/h1BG.gif') bottom left repeat-x;}
	.RightMenuItems ul{padding:0;margin:0;}
	.RightMenuItems li{padding:0;margin:0;list-style-type:none;display:inline;}
	.RightMenuItems a{margin:0;padding:3px 3px 5px 3px;color:#0d2a8c;font-weight:bold;display:block;background:#efecdd;text-decoration:none;
					border-style:solid;border-width:1px;border-color:#fefbeb #b6a964 #b6a964 #fefbeb;}
	.RightMenuItems a:hover{background:#e7e3cc;color:#63ac1f;
					border-style:solid;border-width:1px;border-color:#b6a964 #fefbeb #fefbeb #b6a964;}
	.RightMenuImages{text-align:center;}
	.RightMenuImages ul{padding:0;margin:0;}
	.RightMenuImages li{padding:0;margin:0;list-style-type:none;display:inline;}

	.ContentBody{min-height:700px;margin:0 0 0 205px;padding:0;border:1px solid #4e7cb3;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/XBG.png') repeat #fff;}
	* html .ContentBody{margin:0 0 0 202px;height:700px;padding:5px 0 0 0;}
	.ContentBodyRightColumn{min-height:700px;margin:0 200px 0 205px;padding:0;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/XBG.gif') repeat #fff;border:1px solid #4e7cb3;}
	* html .ContentBodyRightColumn{margin:0 197px 0 202px;height:700px;padding:5px 0 0 0;}
	.Content{float:left;width:99%;}
	.Content h1{font-size:110%;margin:5px 5px 0 5px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/green_tab.gif') top right no-repeat;width:80%;font-weight:bold;color:#fff;padding:4px;}
	.ContentBlock{margin:0 5px 15px 5px;padding:10px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/cbBG.png') #fff repeat-x;border-top:1px solid #62ac1e;border-bottom:2px solid #62ac1e;}
	.ContentBlock h1{background:none;color:#000;}
	* html .ContentBlock{height:1px;}

	.Footer{margin-top:3px;clear:both;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedimages/_Template/FooterBG.png') repeat-x #fff;border:1px solid #4e7cb3;text-align:center;}

/*CONTENT ELEMENTS///////////////////////////////////////////////////////////////*/
/*Collapsible Menu*/
	.MenuBarDefault{}

/*JS Tab Menu*/
.Tabs{position:relative;left:15px;top:2px;margin:5px 0 0 0;
/*IE 7 ONLY*/*top:7px;}
.Tabs ul{margin:0;padding:0;}
/*IE 6 ONLY*/* html .Tabs{float:left;margin:0;left:50px;top:3px;}

/*STATIC Tabs*/
.StaticTab{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/TabBase.gif') no-repeat;}
.StaticTab a{color:#fff;text-decoration:none;}
.StaticTab a:visited{color:#fff;text-decoration:none;}
.OnStaticTab{background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/TabHighlight.gif') no-repeat;}
.OnStaticTab a{color:#0f2c92;}
.OnStaticTab a:visited{color:#0f2c92;text-decoration:none;}

.Tab{cursor:pointer;font-weight:bold;list-style:none;width:138px;padding:5px 0 5px 0;margin:0 0 0 0;text-align:center;float:left;}
.TabContent{padding:10px;margin:0 10px 30px 5px;background:#fff;
		border-top:2px solid #b9b9b9;
		border-right:1px solid #b9b9b9;
		border-bottom:1px solid #b9b9b9;
		border-left:1px solid #b9b9b9;}
/*IE 6 ONLY*/* html .TabContent{margin:24px auto 30px auto; width:90%;}
.TabContent h1{font-size:120%;width:100%;background:none;color:#64ab1f;margin:0 0 20px 0;padding:4px;border-bottom:2px solid #64ab1f;}
.TabContent h2{margin:0;}

/*News Items*/
.NewsItems{width:95%;}
.NewsItems h2{clear:both;font-size:100%;height:15px;padding:0 0 5px 0;}
.NewsItems .Story{padding:8px;}
.NewsItems .Story a{display:block;}

.sectionHeading{border-bottom:solid 2px #9bafd5;font-weight:bold;color:#0f2c92;padding:3px;margin:5px 0 5px 0;height:15px;}
.sectionHeadingMis{font-weight:bold;font-size:1.2em;color:#0f2c92;padding:3px;text-align:center;border-bottom:solid 2px #9bafd5;}
.sectionHeadingGreen{background-color:#c8e2b0;border:solid 1px #92be6a;font-weight:bold;color:#6e9f41;padding:3px;margin-bottom:5px;}
.story{padding:8px;}
.storyLink{font-weight:100;}
.storyDate{font-weight:bold;color:#0c4f97;}

.PublicationMenu {margin:25px 0 0 0;}
.PublicationMenu ul li a{border:none;background:none;padding:0;margin:8px 0 0 0;}
.PublicationMenu ul li a:hover{border:none;background:none;}

.PublicationsHeader{}
.PublicationsHeader a{display:block;height:89px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/Communications/Publications/newsletterHeadingsBG.jpg') repeat-x;}
.PublicationsHeader .tab a{margin-left:25px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/Communications/Publications/newsletterTab.gif') no-repeat;padding-left:5px;padding-top:2px;width:251px;height:20px;text-decoration:none;font-weight:bold;}
.PublicationsContent{padding:10px;background:#fff;}

.QuickLinks{}
.QuickLinksOuterL, .quickLinkWrapperLeft{float:left;width:48%}
.QuickLinksOuterR, .quickLinkWrapperRight{float:right;width:48%}
.QuickLinksInnerL, .quickLinkItemLeft{float:left;width:48%;text-align:center}
.QuickLinksInnerR, .quickLinkItemRight{float: right;width:48%;text-align:center}

.PageIcons{background:#efecdd;height:24px;padding:2px 2px 0 0;}
.PageIcons ul{padding:0;margin:0;}
.PageIcons li{padding:0;margin:0;list-style-type:none;display:inline;}
.PageIcons a{background:#efecdd;color:#0033CC;padding:0 3px 0 0;text-decoration:none;text-align:center;display:block;float:right;width:20px;height:20px;
			border-style:solid;border-width:1px;border-color:#fefbeb #b6a964 #b6a964 #fefbeb;}
.PageIcons a:hover{background:#e7e3cc;
			border-style:solid;border-width:1px;border-color:#b6a964 #fefbeb #fefbeb #b6a964;}
.PageIcons img{margin:2px 0 0 0;}
.PageIcons noscript img{margin:4px 4px 0 0;float:right;}
.PageIcons noscript ul{padding:0;margin:0;}
.PageIcons noscript li{padding:0;margin:0;list-style-type:none;display:inline;}

/*SCM Contract Search Box*/
.plugIns{text-align:center;background:#f2f5ff;clear:both;padding:5px;}
.noWrap{white-space:nowrap;}
.NoWrap{white-space:nowrap;}
#contractSearch{padding:0;margin:0;color:#0f2c92;}
#contractSearchBox{background-color:#e0e7f6;width:600px;border:2px solid #9bafd5;text-align:center;margin:0 auto;}
#bySupplierName{background-color:#91C561;width:190px;height:50px;padding-left:10px;padding-top:10px;float:left;}
#byKeyword{background-color:#C5E0AB;width:190px;height:50px;padding-left:10px;padding-top:10px;float:left;}
#byContractNumber{background-color:#91C561;width:190px;height:50px;padding-left:10px;padding-top:10px;float:right;}
#optionWrapper{padding:10px;clear:both;}
.contractSearchBtn{border:2px solid #000099;background-color:#758fc1;color:#fff;font-weight:bold;}
.contractSearchInput{border:1px solid #000;margin-top:5px;} 

/* SERVICES CATALOG */
.itemDescription {margin:0;}
.itemDescription dt {font-size:120%;border-bottom:solid 2px #9bafd5;font-weight:bold;color:#0f2c92;margin:0; padding:3px 0 3px 0;}

/*Service Items*/
	.itemBox{min-height:1px;border:1px solid #1b5099;}
	.itemBox .itemBoxHeader{min-height:1px;padding:7px 10px 0 10px;height:30px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/Services/Bundled_Products/serviceItemHeader.jpg') repeat-x;}
	.itemBox .itemBoxHeader h2{border-bottom:2px solid #b5c6de;color:#fff;margin:0;padding:0 0 3px 0;}
	.itemBox .itemBoxContent{min-height:1px;padding:10px;}
	.itemBox .itemBoxContent img{border:1px solid #777;float:right;}

.SiteMap ul{}

/*FORMS*/
	.Denote{padding:35px 0 0 0;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/DenotesRequired.png') no-repeat;}
	.Form{clear:both;}
		* html .Form{height:1px;}
/*FORM HTML SELECTORS*/
	.Form label{padding-left:10px;}
	.Form h3{padding-left:10px;}
	.Form fieldset{padding:0 10px 10px 10px;border:1px solid #ccc;margin:0 0 10px 0;}
		* html .Form fieldset{width:85%;}
	.Form legend{padding-left:10px;margin:0 0 10px 0;color:#5a7a9e;font-weight:bold;}
	.Form select{background:#f3f3f3;border:1px solid #999;margin-top:3px;}
		.Form select:focus{background:#FFFFC6;}
/*FORM CLASSES*/
	.Form .Label{padding-left:10px;padding-bottom:6px;border-bottom:1px dotted #ccc;width:200px;display:block;float:left;margin-top:3px;text-align:left;}
	.Form .TextBox{background:#f3f3f3;border:1px solid #999;width:130px;margin-top:3px;}
		.Form .TextBox:focus{background:#FFFFC6;}
	.Form .Button{padding:0 0 5px 0;font-weight:bold;color:#fff;border:none;width:101px;height:29px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/glassButton.png') no-repeat;}
	.Form .ButtonDisabled{padding:0 0 5px 0;font-weight:bold;color:#fff;border:none;width:101px;height:29px;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/glassButtonDisabled.png') no-repeat;}

		.CommandButton{margin:0 0 5px 0;height:28px;width:199px;color:#fff;font-weight:bold;border:none;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/GreenJellyBtn.png') no-repeat;}
		.CommandButtonRed{height:33px;width:207px;color:#fff;font-weight:bold;border:none;background:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/RedJellyBtn.png') no-repeat;}

	.Form TextArea{background:#f3f3f3;border:1px solid #999;width:485px;height:100px;margin:15px 0 10px 0;}
		.Form TextArea:focus{background:#FFFFC6;}

		.X_Out{width:20px;height:20px;margin:0 5px 0 0;float:right;background:url('/web/20100218052657/http://www.vita.virginia.gov/App_Resources/images/X_OutRed.png') no-repeat;border:none;}
		.Required{background-position:left top;background-repeat:no-repeat;background-image:url('/web/20100218052657/http://www.vita.virginia.gov/App_Resources/images/requiredArrow.jpg');}
/*VALIDATION MESSAGES*/
		.ValidationMessage{margin:0 auto 25px auto;}
		/*width:290px;right:10px;top:100px;position:absolute;margin:0 0 15px 0;background:#fff;*/
		* html ValidationMessage{height:1px;}
		.ValidationMessage h2{font-size:140%;height:30px;margin:0;padding:10px 0 5px 90px;color:#fff;background-repeat:no-repeat;border:none;}
		.ValidationMessage .Description{margin:0;padding:10px;}
		.ValidationMessage .Description ul li{list-style-image:url('/web/20100218052657/http://www.vita.virginia.gov/App_Resources/images/requiredArrow.png');}
		* html .ValidationMessage .Description{height:1px;}

			.Error{border:1px solid #990000;color:#990000;background:#fff;}
			.Error h2{background-color:#990000;background-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/H2_Error.png');}

			.Warning{border:1px solid #ffcc00;color:#000;background:#ffffcc;}
			.Warning h2{background-color:#ffff99;background-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/H2_Warning.png');}

			.Valid{border:1px solid #006600;color:#006600;background:#fff;}
			.Valid h2{background-color:#006600;background-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/H2_Valid.png');}

			.Information{border:1px solid #0000AA;color:#0000AA;background:#fff;}
			.Information h2{background-color:#0000AA;background-image:url('/web/20100218052657/http://www.vita.virginia.gov/uploadedImages/_Template/H2_Information.png');}

		.InputSummary{margin:15px 0 0 0;}
		* html .InputSummary{height:1px;}
		.InputSummary h2{background:none;font-size:120%;border-bottom:solid 2px #9bafd5;font-weight:bold;color:#0f2c92;padding:3px 0 3px 0;margin:0 0 10px 0;}

		.InputSummary .ResultLabel{clear:both;width:300px;text-align:left;float:left;margin-right:10px;font-weight:bold;}
		.InputSummary .DataItem{margin:0 0 3px 0;clear:both;padding:5px;border:1px solid #ccc;background:#eee; line-height:1.1;} /* line-height stops pee-a-boo bug in IE6 */
		.InputSummary .CheckBoxGroup{margin:0 0 3px 0;clear:both;padding:5px;border:1px solid #ccc;background:#eee;}
		.InputSummary .DataItem p, .InputSummary .CheckBoxGroup p{margin:0;padding:0;}
		.InputSummary .CheckBoxGroup h3{padding:0;margin:0;}


