﻿* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Arial;
	font-size: 11px;
}

body {
	background: #f5f5f5 url(images/body.jpg) repeat center top;
}

a img {
	border: none;
}

/* Positioning */

#head, #nav, #featured, #guides, #page, #foot {
	position: relative;
	float: left;
	width: 100%;
}

#head
{
    background: url(images/vblsebg.png) no-repeat 46% top;
}

/* Wraps */

#wrapper {
	width: 100%;
}

.wrap {
	width: 920px;
	padding-left: 100px;
	left: -60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

/* Nav */

#nav {
	height: 33px;
	background: url(images/nav.gif) repeat-x;
	z-index: 0;	
}

#nav .wrap {
	height: 33px;
	position: relative;
}

/* @group nav */

#nav ul 
{
    vertical-align: middle;
}

#nav ul.left {
	position: absolute;
	top: 0;
	left: 90px;
	margin-left: 12px;
}

#nav ul.right {
	position: absolute;
	top: 0;
	right: 14px;
	margin-right: 8px;
}

#nav ul li {
	float: left;
	display: block;	
	line-height: 33px;
	vertical-align: middle;
}

#nav ul.left li {
    	
}

#nav ul.right li {
	    
}

#nav ul li a
{
    display: block;
    overflow: hidden;
    color: #CCCCCC;
    text-decoration: none;
    font-size: small;
    padding-left: 1px;
    padding-right: 1px;
    width: 75px;
    text-align: center;
    white-space: nowrap;    
}

#nav ul li a.wide
{
    width: 120px;
}

#nav ul li a:hover
{
    background: url(images/nav-hov.gif) repeat-x !important;
    border-width: 1px;
    border-color: #313131;
    border-left-style: solid;
    border-right-style: solid;
    padding-left: 0px;
    padding-right: 0px;   
    color: #EFEFEF; 
}

/* Page */

#page {
	color: #444;
	line-height: 18px;
	/*background: url(images/page.jpg) repeat-x center top;*/
	
	z-index: 0;
}

#page .wrap {
	position: relative;
	padding-left: 100px;
	z-index: 0;
}

#page p 
{
    padding-top: 3px;
	padding-bottom: 2px;
}

#page a {
	color: #444;
	text-decoration: none;
}

#page a:hover {
	text-decoration: underline;
}

/* Layout */

.box 
{
    _height:0;
    display: block;    
	margin-top: 55px;	
	overflow: visible;
	border: 1px solid #e8e8e8;	
	padding: 7px;
	background-color: #fff;
}

.box.inline 
{
    margin-top: 15px;
}

.box h3
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}

.box .document h3, .box .document h3 strong
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
}

.box .document ul
{
	padding-left: 50px;
	margin-bottom: 10px;
}

.box .document ul li
{
}

.box .document p
{
	margin-bottom: 5px;
}


.box hr
{
    /*border-style: dotted none dotted none;*/
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;	
    /*border-top-color: #C0C0C0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #F4F4F4; */
    background: url('images/hr.png') repeat-x;
    background-position: center center;    
    font-size:1px;     
    height: 1px;   
    line-height: 1px;    
    overflow: hidden;   
    _height:0;    
}

.box .hr 
{
    height: 2px;    
    overflow: hidden;
    background-image: url('images/hr.png');
    background-repeat: repeat-x;
    background-position: center center;    
}

.box a 
{
    font-weight: bold;
}

.box h2 {
	font-size: 20px;	
	position: relative;
	top: -30px;
	margin-bottom: -20px;	    
    z-index: 9999;           
}

/* problematic multiline h3 bottom aligned

.box .title 
{    
    height: 40px;
    position: relative;
    top: -50px;  
    margin-bottom: -40px; 
    vertical-align: text-bottom;    
    line-height: 40px;    
}

.box .title h3
{
    font-size: 20px;	
    line-height: 20px;    
    bottom: 3px;     
    display: block;    
    position: absolute;    
} */

.bluebox 
{
    background: blue;
}

.shadow 
{
    margin-top: 0px;
    height: 7px;
    line-height: 1px;
    margin-bottom: 5px;    	
    background:none;
}

.noshadow 
{
    height: 7px;
    line-height: 1px;
    margin-bottom: 55px;	
}

.layout 
{
    position: relative;
	float: left;
}

.layout.l34
{
	width: 676px;	
}

.layout.l34 .shadow
{
    background: transparent url(images/shadows/content2.jpg) no-repeat center top;
}

.layout.l24 
{
	width: 450px;	
}

.layout.l24 .shadow
{
    background: transparent url(images/shadows/latest2.jpg) no-repeat center top;
    height: 8px;
    line-height: 1px;
}

.layout.l14
{   
    width: 210px;    
}

.layout.l14 .shadow
{    
    background: transparent url(images/shadows/sidebar2.jpg) no-repeat center top;        
}

.layout-separate-left
{
    margin-left:16px;
}

.layout-separate-right
{
    margin-right:16px;
}

/* Foot */

#foot 
{    
	padding-bottom: 20px;
}

#foot .wrap {
}

/* @group links */

#foot p {
	color: #888;
	font-size: 11px;
	padding-bottom: 12px;
	background: url(images/foot.gif) repeat-x 0 bottom;
	width: 900px;
}

#foot ul {
	position: absolute;
	top: 0;
	right: 20px;
}

#foot ul li {
	color: #888;
	font-size: 11px;
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

#foot a {
	color: #888;
	text-decoration: none;
}

#foot a:hover {
	color: #888;
	text-decoration: underline;
}

/* Featured */

#featured {
	height: 181px;
	background: url(images/featured/background.jpg) repeat-x right;
	overflow: hidden;
}

#featured .wrap {
	padding-top: 20px;
	position: relative;
}

#featured em {
	background: url(images/featured/tag.gif) no-repeat;
	height: 107px;
	width: 27px;
	text-indent: -9999px;
	top: 36px;
	position: absolute;
	right: -24px;
	overflow: hidden;
}

/* @group featured */

#featured a 
{
    text-decoration: none;
    color: #000;
}

#featured a:hover
{
    text-decoration: underline;
}

#featured .post {
	padding-bottom: 0;
	float: left;
	margin-bottom: 0;
	background: url(images/featured/post.gif) no-repeat 0 bottom;
	width: 210px;
	height: 139px;
	display: inline;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

#featured .post.light, #featured .post.light a
{
    color: #fff;
}

#featured .post h1 {
	position: absolute;
	z-index: 99;
	font-size: 12px;
	font-weight: bold;
	top: 102px;
	left: 12px;
}

#featured .post h4 {
	position: absolute;
	z-index: 99;
	font-size: 9px;
	font-weight: normal;
	top: 118px;
	left: 12px;
	font-style: normal;
}

#featured .post img {
	position: absolute;
	top: 4px;
	left: 5px;
	width: 200px;
	height: 129px;
}

#featured .post embed {
	position: absolute;
	top: 4px;
	left: 5px;	
}

/* @end */

.unknown
{
    color: #CCCCCC;
    height: 100px;
    font-size: 80px;
    text-align: center;
}

.logininfo
{
	position: absolute;
	bottom: 5px;
	right: 32px;	
	padding-left: 20px;
	/* background: url(../images/personal16.png) no-repeat; */
	color: #444444;
}

.logininfo a
{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

.blse
{
	position: absolute;
	top: 5px;
	right: 32px;	
	padding-left: 20px;
	color: #444444;
	font-size: 16px;
	text-align: right;
}

.blse a
{
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
 
.field-mandatory {
	color: Red;
}

.status-error {
	color: Red;
}

/* Box colors */

.box.yellow
{
	background-color: #ffffd0;
}


.box.green 
{
	background-color: #f0ffd0;
}

/*.box.blue
{
    background-color: #EDF3F8;
}*/

.box.red
{
    background-color: #FFF4DD;
}

.textnum
{
	text-align: left;
}

.textnum:focus
{
	text-align: left;
}
