﻿
/* DEFAULTS ----------------------------------------------------------*/
body 
{
    margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #E9E9E9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	width:100%;
    height:100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
    top: 0px;
    left: 0px;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container 
{
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}




/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

/* ~~ The MenuBar Block ~~ */

.menubar
{
    height: 40px;
	width: 100%;
	background-color: #272727;
}

.menubar1000
{
    height: 40px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/VBT/MenuBarBg_1000x40.png');
}

.menubarColImg 
{
	
	height: 40px;
	text-align: left;
	line-height: normal;
	
	
}
.menubar #menubarCol1  
{
	width: 100px;
	clear: both;
	float: left;
	
}

.menubar #menubarCol2 
{
	width: 300px;
	float: left;
	margin-left: 2px;
	
}

.menubar #menubarCol3 
{
	width: 150px;
	float: left;
	margin-left: -2px;
	
}

.menubar #menubarCol4
{
	width: 150px;
	float: left;
	margin-left: 1px;
	
}

.menubar #menubarCol5
{
	width: 150px;
	float: left;
	margin-left: -2px;
	
}

.menubar #menubarCol6 
{
	width: 150px;
	float: left;
	margin-left: -1px;
	
}
 

/* ~~ The Header Block ~~ */

.header 
{
	height: 100px;
	width: 100%;
	background-color: #DEDEDE;	
}

.header1000
{
    height: 100px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    
}

.headerImg
{
    height: 100px;
    width: 1000px;
    background-image: url('images/VBT/HeaderImg_1000x100.png');
}

.loginheaderImg
{
    height: 100px;
    width: 1000px;
    background-image: url('images/VBT/LoginHeaderImg_1000x100.png');
}


/* ~~ The Banner Block ~~ */
.banner 
{
	background-color: #EAEAEA;
	width: 100%;
    height: 400px;
    
	
} 

.banner1000 
{
	width: 1000px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* ~~ The Content Block ~~ */
.contentHeader
{
    font-size: 28px;
    font-weight: bold;
    color: #606060;
    font-style: normal;
    text-align: left;
}

.contentHeaderNoBanner
{
    font-size: 28px;
    font-weight: bold;
    color: #9c0806;
    font-style: normal;
    text-align: center;
    margin-left: 150px;
    margin-right: 150px;
}


.contentHeaderSmall
{
    font-size: 22px;
    font-weight: bold;
    color: #606060;
    font-style: normal;
    text-align: left;
   
}

.contentHeaderSmallNoBanner
{
    font-size: 22px;
    font-weight: bold;
    color: #606060;
    font-style: normal;
    text-align: left;
    margin-left: 150px;
    margin-right: 150px;
   
}

.contentHeaderSmallColor
{
    font-size: 22px;
    font-weight: bold;
    color: #9c0806;
    font-style: normal;
    text-align: left;
   
}

.contentHeaderCenter
{
    font-size: 28px;
    font-weight: bold;
    color: #606060;
    font-style: normal;
    text-align: center;
}

.contentColText
{
    
    font-size: 18px;
    color: #808080;
    line-height: normal;
    text-align: left;
}

.contentColTextNoBanner
{
    
    font-size: 18px;
    color: #808080;
    line-height: normal;
    text-align: left;
    margin-left: 150px;
    margin-right: 150px;
}


.contentColTextLeft
{
    
    font-size: 17px;
    color: #828282;
    line-height: normal;
    text-align: left;
}


.contentColTextImg
{
    margin-left: 100px;
    margin-right: 100px;
    line-height: normal;
    text-align: left;
}

.contentColTextImgLeft
{
    margin-left: 150px;
    margin-right: 150px;
    line-height: normal;
    text-align: left;
}

.contentColRefLib
{
    margin-left: 150px;
    margin-right: 150px;
    line-height: normal;
    text-align: left;

}


/* ~~ The BelowContent Block ~~ */
.belowcontent 
{
	width: 100%;
    height: 250px;
    background-color: #DEDEDE; 
	
}

.belowcontent1000
{
    height: 250px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
     

	
.belowcontentColImg 
{
	width: 180px;
	height: 200px;
	text-align: left;
	line-height: normal;
	
}
.belowcontent #belowcontentCol1  
{
	width: 180px;
	clear: both;
	float: left;
	margin-top: 25px;
	
	
}
.belowcontent #belowcontentCol2  
{
	width: 180px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	
	
}
.belowcontent #belowcontentCol3  
{
	width: 180px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
		
}

.belowcontent #belowcontentCol4 
{
	width: 180px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
		
}

.belowcontent #belowcontentCol5 
{
	width: 180px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
		
}

/* ~~ The ColorStrip Block ~~ */
.colorstrip
{
   height: 10px;
   width: 100%;    
}

.colorstrip1000
{
    height: 10px;
    background-image: url(images/VBT/ColorStrip_200x10.jpg);
    background-repeat: repeat-x;
}
    

/* ~~ The Footer Block ~~ */
.footer
{
    width: 100%;
    height: 80px;
    background-color: #D6D6D6; 
}

.footer1000
{
    height: 80px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  
}

.poweredbyImg
{
    height: 80px;
    float: right;
  
}

/* Agency Info  Sheet */
.agencyInfoSheet
{
    margin: 1em auto 2em auto;
    background-image: url('images/VBT/AgencyInfoBG_700x1100.png');
    width: 700px;
    height: 1100px;
}

.agencyInfoSheetTable
{
    margin-left: 1em;
    padding-top: 7em;
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 15px;
    font-weight: bolder;
    line-height: 2em;
}

.agencyInfoSheetLabel
{
    text-align: right;
}

.agencyInfoSheetButton
{
    margin: -1.9em auto 1em auto;
    text-align: center;
    width: 700px;
}

.agencyInfoSheetTextBox
{
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 15px;
    font-weight: bolder;
    width: 600px;
    line-height: .5em;
    height: 1000px;
}

/* Data Entry Date Selection */
.selectDatePS
{
    background-image: url('images/VBT/SelectDate_1000x500.png');
    width: 1000px;
    height: 500px;
}

.selectDatePSTable
{
    padding-top: 9em;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.selectDatePSTableDDL
{
    padding-top: 1em;
    width: 555px;
    margin-right: auto;
    margin-left: 5.5em;
}





/* virtuosoLoginImage */

.vbizLogin
{
    background-image: url('images/VBT/Loginbg_1000x550.png');
    width: 1000px;
    height: 550px;
}
 
.loginContainer
{
    width: 1000px;
    margin-top: -4em;
    margin-bottom: 0;
    padding-top: 10.5em;
    margin-left: 7em;
}


/* Contact Us Form */
.formBack
{
    background-image: url('images/VBT/ContactFormBgNew_700x450.png');
    width: 700px;
    height: 450px;
}

.formValid
{
    font-size: 18px;
    color: #FF0000;
    line-height: normal;
    text-align: center;
    margin-right: 150px;
    margin-bottom: 15px;
    width: 500px;
    list-style-image: none;
    padding-left: 250px;
}

.formName
{
    padding-top: 2.95em;
    padding-left: 2.05em;
    width: 355px;
    float: left;
}

.formPhone
{
    padding-top: 2.95em;
    padding-right: 1.85em;
    float: right;
}

.formEmail
{
    padding-top: 7.15em;
    padding-left: 2.05em;
    width: 355px;
}

.formSubject
{
    padding-top: 2.6em;
    padding-left: 2.05em;
    width: 632px;
}

.formMessage
{
    padding-top: 2.95em;
    padding-left: 2.05em;
}


/* ---- Report Tabs ----- */

.tRptTabs
{
    margin-left: 15px;
    /* border: 1px solid; */
    width: 930px;
}

.tRptTabsPage
{
    /* margin-left: 15px; */
    border: 1px solid #9A9A9A;
    width: 950px;
}


div.content
{
    /* border: 1px solid #2e8088; 
    clear: left;
    padding: 1em;
    margin-top: -13px;
    width: 922px;
    margin-left: 15px;
    font-size: small;*/
}




ol#toc
{
    height: 2em;
    list-style: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

ol#toc a {
	background: url(tabs1.gif) 100% 0;
	color: #008;
	float: left;
	line-height: 2em;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -60px;
}

ol#toc li.current a {
	background-position: 100% -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li {
	background: #bdf url(tabs1.gif);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
}


  /* Reporting */
  #rpthdr
{
    padding-top: 10px;
    padding-bottom: 15px;
    background-image: url('../Layout/images/Reporting/rptHdrbg1.gif');
    padding-left: 20px;
    font-size: 22px;
    font-weight: bold;
    
}

.rpttree
{
    margin-top: 15px;
    margin-left: 10px;
    width: 980px;
    padding-left: 35px;
}


/* Reporting */
#rptddlpanel
{
    width: 1335px;
    height: 1000px;
    background-repeat: no-repeat;
} 

.rptcontainer 
{
    width: 1300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

.rptfieldset
{
  padding: 10px; 
  width: 1250px;
}

.rptfieldset legend
{
   font-size: small; 
   color: #0000FF
}

.rptBtn
{
 float: right; 
 margin-top: -60px; 
 margin-right: 30px;
}

