﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}

.lookupbody
{
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #ece9d8;
}

/* --- Collapse table borders --- */
table
{
	border-collapse: collapse;
}

/* --- Styles for headings --- */

h1, h2, h3
{
	color: #000000;
}

h4, h5
{
	color: #666666;
}

h6
{
	color: #000000;
}

h1
{
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6
{
	/*margin: 0.5em 0;*/
	font-size: 0.9em;
	font-weight: bold;
}

/* --- Default Style for Paragraph --- */
p
{
	margin: 5px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

/* --- Default Style for Anchor --- */
a
{
	text-decoration: underline;
}

/* --- Default Style for Anchor:hover --- */
a:hover
{
	text-decoration: none;
}

/* --- Clear Floats --- */
.clear
{
	clear: both;
}
/* --- Float Left --- */
.left
{
	float: left;
}
/* --- Float Right --- */
.right
{
	float: right;
}

/* --- Align Left --- */
.aleft
{
	text-align: left;
}
/* --- Align Right --- */
.aright
{
	text-align: right;
}
/* --- Align Center --- */

.acenter
{
	margin-left: auto !important;
	margin-right: auto !important;
}
/* --- Page Wrapper containing everything --- */

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}
/* --- Wrapper for main content area --- */
#contentwrapper
{
	background-color: #ffffff;
	min-height: 450px;
	margin-left: 20px;
	margin-right: 20px;
}

/* --- Page Head --- */
#header
{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

#header2
{
	background-image: url(images/onlinepayment.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

#header3 {
    background-image: url(images/payment_banner.png);
    background-repeat: no-repeat;
    height: 80px;
}



/* --- Breadcrumbs area --- */
#breadcrumbsarea
{
	background-image: url(images/breadcrumbs_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
}

.breadcrumbs
{
	display: block;
	width: 700px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}
/* --- Logo --- */
#logo
{
	background-image: url(images/vbk_logo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 250px;
	height: 59px;
	width: 256px;
	float: right;
	cursor: hand;
}

/*--- Page Footer ---*/
#footer
{
	margin-top: 2px;
	height: 40px;
	border-top: 2px solid #9A0000;
}


#footer h6
{
	color: #000000;
	margin-left: 20px;
	padding-top: 10px;
}

/* --- link --- */
.link
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3e5e6e;
}

/* --- Caption --- */
.caption
{
	padding: 0;
}

/* --- Caption --- */
.caption span
{
	padding-top: 3px;
	padding-left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

/* --- Caption --- */
.minicaption
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003466;
}

/* --- Note --- */
.note
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
/* --- List --- */

.list1
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}


/* --- Error Caption --- */

.errorcaption
{
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-align: left;
}

/*--- Box style 1 ---*/
.box1
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #fbdea6;
}

/*--- Box style 2 ---*/

.box2
{
	margin: 5px;
	padding: 5px;
}

/*--- Box style with a background ---*/
.boxbg
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #fbdea6;
	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

/*--- Generic Widths for boxes ---*/
.width50
{
	margin-bottom: 2px;
	width: 50px;
}
.width100
{
	margin-bottom: 2px;
	width: 100px;
}
.width150
{
	margin-bottom: 2px;
	width: 150px;
}
.width200
{
	margin-bottom: 2px;
	width: 200px;
}
.width300
{
	margin-bottom: 2px;
	width: 300px;
}
.width400
{
	margin-bottom: 2px;
	width: 400px;
}
.width500
{
	margin-bottom: 2px;
	width: 500px;
}
.width600
{
	margin-bottom: 2px;
	width: 600px;
}
.width700
{
	margin: 10px auto;
	width: 700px;
}
.width800
{
	margin: 10px auto;
	width: 800px;
}
.width850
{
	margin: 10px auto;
	width: 850px;
}
.width900
{
	margin: 10px auto;
	width: 900px;
}

/*--- Style for Fieldsets ---*/
fieldset
{
	/*border-top: 1px solid #82a5d1;   border-right: 3px solid #82a5d1;   border-bottom: 3px solid #82a5d1;   border-left: 1px solid #82a5d1;*/
	margin: 5px;
	padding: 10px;
}

/*--- Style for legends ---*/
legend
{
	/*padding: 3px 5px;   font-family: verdana, arial, sans-serif;   font-weight: bold;   font-size: 12px;   color: #000000;   background-color: #eaf2fb;   border: 1px solid #82a5d1;*/
	display: none;
}

/*--- Style for Labels in a Form ---*/
.formlabel
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	width: 150px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: #000000;
	float: left;
}


.formlabelmid
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	width: 250px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: #000000;
	float: left;
}

/*--- Style for Labels in a Form long length---*/
.formlabellong
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px; /*width: 150px;*/
	line-height: 15px;
	width: 350px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: #000000;
	float: left;
}

/*--- Style for Data-Labels in a Form ---*/
.formlabel1
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 5px 2px 0;
	color: #000000;
	float: left;
}
/*--- Style for Labels - No fixed width, No float ---*/
.formlabel2
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 5px 2px 0;
	color: #19568f;
}

.formlabel2 a, .formlabel2 a:visited
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #19568f;
}

/*--- Widths for textboxes ---*/
.fld25
{
	margin-bottom: 2px;
	width: 25px;
}

.fld30
{
	margin-bottom: 2px;
	width: 30px;
}

.fld50
{
	margin-bottom: 2px;
	width: 60px;
}
.fld75
{
	margin-bottom: 2px;
	width: 75px;
}
.fld100
{
	margin-bottom: 2px;
	width: 100px;
}
.fld150
{
	margin-bottom: 2px;
	width: 150px;
}
.fld200
{
	margin-bottom: 2px;
	width: 200px;
}
.fld250
{
	margin-bottom: 2px;
	width: 250px;
}
.fld275
{
	margin-bottom: 2px;
	width: 275px;
}
.fld300
{
	margin-bottom: 2px;
	width: 300px;
}
.fld400
{
	margin-bottom: 2px;
	width: 400px;
}
.fld500
{
	margin-bottom: 2px;
	width: 500px;
}

/*--- Style for Required field marker---*/
.reqfld
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/*--- Style for Buttons ---*/
input.btn
{
	color: #163b72;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

/*--- Style 1 for Button panel ---*/
.btnpnl
{
	text-align: center;
	padding: 10px;
}

/*--- Style 2 for Button panel ---*/
.btnpnltop
{
	text-align: right;
	padding: 10px 0px 10px 20px;
}

/*--- Style for Buttons ---*/
.pnlbtns
{
	margin-left: 10px;
	padding: 3px;
}

/*--- Style for Pop-Up Panel ---*/
.pnlpopup
{
	background-color: #f2a31b;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #82a5d1;
}

/*--- Style for Help Link ---*/
.lblhelp
{
	padding: 2px;
}

/*--- Style for Add New Link ---*/
.lblmesg
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: green;
}

/*--- Style for Add New Link ---*/
.lblerror
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	color: red;
}

/* --- Top Menu area--- */

.menuarea
{
	width: 1003px;
	border-bottom: 1px solid #d2d2d2;
	background-color: #990000;
}

.formlabelError
{
	border: none;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 180px;
	text-align: right;
	margin: 4px 5px 2px 0;
	color: red;
}

/*--- C O N T R O L   S T Y L E S ---*/
/*--- Style for Textbox ---*/
input[type="text"]
{
	border: 1px solid #7ca0d0;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

/*--- Style for Textarea ---*/
textarea
{
	border: 1px solid #7ca0d0;
	padding: 2px !important;
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
	line-height: 1.2em !important;
}

/*--- Style for Dropdown ---*/
select
{
	border: 1px solid #7ca0d0 !important;
	padding: 1px !important;
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

/*--- Style for Checkbox ---*/
input[type="checkbox"]
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

/*--- Style for Radiobutton ---*/
input[type="radio"]
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px !important;
}

.tabcontainer
{
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
}

.multiLine
{
	margin-bottom: 2px;
	width: 150px;
	height: 50px;
}
.PageView
{
	overflow: scroll;
}

/*Edit Suite*/
.fld550
{
	margin-bottom: 2px;
	width: 500px;
}

/* --- Welcome Username area --- */
.welcomearea
{
	float: left;
	width: 280px;
	height: 24px;
	padding: 5px 10px 0 0;
}

.welcomearea span
{
	display: block;
	float: right;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003466;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Black;        
/*    filter: alpha(opacity=70);      */
/*    opacity: 0.70;                  */
}

.modalPopup
{
	background-color: #595959;
	border-width: 3px;
	border-style: solid;
	border-color: #8b8b8b;
}

/* --- FAQ Question --- */

.question
{
	margin: 10px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003466;
}

/* --- FAQ Answer --- */

.answer
{
	margin: 10px 20px 20px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.ResAdminDisplay{
POSITION : relative;
OVERFLOW : auto;
WIDTH : 100%;
height: 400px;
}

