@charset "UTF-8";


body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/page_bg.png);
	background-attachment:scroll 0 0;
	background-repeat:repeat-x;
	background-color: #e3e9f6;
}



.twoColFixRtHdr #logo {
	position: absolute;
	top: 20px;
	left: 15px;
}

#logo a.logo-icon {
	display: block;
	width: 275px;
	height: 55px;
	background: url(/images/logo_vbn.png) 0 0 no-repeat;
}




fieldset, img { border: 0; }
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}
legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}


h1 {
	font-weight: normal;
	font-size:14px;
}



h2 {
	font-size:14px;
}

h3 {
	font-size:13px;
}



h1,
h2,
h3,
h5
{ color: #FF7900; }

h4 { color: #323232; }
h6 { color: #323232; }

a { color: #417CAB;
text-decoration:none;}

a:hover { color: #9D1C1F; }

a:hover,
ul.links li:hover a,
{ color: #FF7900; }





ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/icons/arrow_right_24.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/icons/check_box_24.png) 0 0 no-repeat; }
ul.check li { background: url(../images/icons/check_24.png) 0 0 no-repeat; }
ul.star li { background: url(../images/icons/001_15.gif) 0 0 no-repeat; }




.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c1c2c9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
	padding-top:5px;
	margin-bottom:20px;
} 

#header_css {
background:none repeat scroll 0 0 #FFFFFF;
overflow:hidden;
padding:5px 10px 10px;
height:70px;
}



.twoColFixRtHdr #header1 { 
	background: #ffffff;
	overflow:hidden;
	height:35px;
	padding: 0 10px 10px 0px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #headerbar {
	min-height: 45px;
	padding: 10px 0px 0px 350px;
	overflow: hidden;
}




.twoColFixRtHdr #header { 
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
	clear: both;
}






.twoColFixRtHdr #toolbar {
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 11px;
}




.left {
	margin-right: 15px;
	float: left;
}

.right {
	margin-left: 15px;
	float: right;
}





.twoColFixRtHdr #top_line { 
	background: #ffffff;
	height:10px;
	padding-top:10px;
} 

.twoColFixRtHdr #menu_top { 

	background: #ffffff; 
	padding: 10px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.twoColFixRtHdr #banners { 

	background: #ffffff;
	
	padding: 8px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.banners_rand { 
    border-top-style:solid;
	border-top-width:30px;
	border-top-color:#eee;
}


.rand {
	background:#eee;
	padding:10px;
	
}

.rand_1 {
	background:#eee;
	margin-top:10px;
	
}

.rand_2 {
padding:7px;
	background:#eee;
	margin-bottom:10px;
}



.rand_3 {
    padding:7px;
	background:#FFFFFF;
	margin-bottom:10px;
	border: 1px solid #c8c8c8;
}

.rand_30 {
    padding:15px;
	background:#FFFFFF;
	border: 1px solid #c8c8c8;
}

.top {
	background:#FF7900;
	color:#FFF;
	padding:2px;
	padding-left:5px;
	font-weight:bold;
	font-size:110%;
	letter-spacing: 0.1em;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 336px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
}


.twoColFixRtHdr #mainContent { 
	margin: 0 336px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	padding-top:15px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.twoColFixRtHdr #mainContent_wide { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #footer { 


}

#footer_vacbn { 

width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eee;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c1c2c9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
	height:175px;
	
	} 


#footer_copyright { 

width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding:0px;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	
	}




.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 */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.row {

	padding:10px;
	margin:10px;
}


span.info,
span.alert,
span.alert_1,

span.tip, span.tip_1 { display: block; }



div.info, span.info,
div.alert, span.alert,

span.alert_1,
div.tip, span.tip, span.tip_1 {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 40px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}


div.info, span.info {
	background: #E4EBF1 url(../images/icons/info_button_24.png) 8px 5px no-repeat;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
}

div.alert, span.alert {
	background: #FFE6DF url(../images/icons/warning_24.png) 8px 5px no-repeat;
	border-top: 1px solid #FFD9CF;
	border-bottom: 1px solid #FFD9CF;
}

div.alert_1, span.alert_1 {
	background: #FFFFFF url(../images/icons/warning_24.png) 8px 5px no-repeat;
	
}

div.tip_1, span.tip_1 {
	background: #FFFFFF url(../images/icons/light_bulb_24.png) 8px 5px no-repeat;
	
}

div.tip_on, span.tip_on {
	background: #FFFFFF url(../images/icons/light_bulb_24.png) 8px 5px no-repeat;
		height:32px;
			width:32px;


}


div.tip_off, span.tip_off {
	background: #FFFFFF url(../images/icons/light_bulb_off_24.png) 8px 5px no-repeat;
	height:32px;
		width:32px;

	
}



div.tip_refresh, span.tip_refresh {
	background: #FFFFFF url(../images/icons/interaction_24.png) 8px 5px no-repeat;
	height:32px;
		width:32px;

}

div.tip_smiley, span.tip_smiley {
	background: #FFFFFF url(../images/icons/smiley_24.png) 8px 5px no-repeat;
	height:32px;
		width:32px;

}

div.tip_male, span.tip_male {
	background: #FFFFFF url(../images/icons/user_male_24.png) 8px 5px no-repeat;
	height:32px;
		width:32px;

}

div.tip_female, span.tip_female {
	background: #FFFFFF url(../images/icons/user_female_24.png) 8px 5px no-repeat;
	height:32px;
		width:32px;

}


div.tip_chat, span.tip_chat {
	background: #FFFFFF url(../images/icons/chat_24.png) 8px 5px no-repeat;
	height:32px;
	width:32px;
	
}



textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 4px;
	line-height: 100%;
	border: 1px solid #c8c8c8;
	background: #eee;
}

.colomn {
	float:left;
}

.breadcrumb {
	color:#FF7900;
}


