/* page-wide stuff */


body {
	background:#ffff; 
	color:#0000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
}

a
{
	color: #4c50a9;
	text-decoration: none;
	font-weight: bold;
}

a:hover{text-decoration: underline; color: none}

.preview { border: 1px solid #999; }

.action
{
	color: #4c50a9;
	font-size: 130%;
	font-weight: bold;
}

.action img
{
	border: 0;
}

.error { color: red; }

.info { color: green; font-weight: bold; }

.right { float: right; }
.clear { clear: both; }

#vw_page
{
	width:800px;
	padding: 0px;
	margin:10px auto;
	text-align:left;
}

.vw_pagecentre
{
	text-align:center;
	padding: 0;
	margin: 0;
}

/* header */

.vw_tab_section
{
	padding: 0 0 24px 0;
	margin: 0px 0 20px 0;
	background-image: url("/images/header.png");
}


/* basic tabs */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #2d2b2b;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 20px;
margin-right: 3px;
border: 1px solid #2d2b2b;
border-bottom: none;
background-color: white;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #d4daf7;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #d4daf7;
color: black;
}

/* left column */

#vw_leftcol
{
	float: left;
	width: 480px;
	margin: 0;
	padding:0 0 0 0px;
}

#vw_leftcol h1
{
	color: #f5a50f;
	font-size: 200%;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}

.vw_leftcol_section
{
	background: #d4daf7;
	padding: 0 0 8px 0;
	margin: 0px 0 10px 0;
}

.vw_leftcol_section p
{
	margin: 4px 4px 4px 4px;
	padding: 0;
}

.vw_leftcol_section h2
{
	background: #f5a50f;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 4px;
	margin: 0;
}

.vw_leftcol_subsection
{
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin: 10px 16px 8px 16px;
	padding: 0px;
	height: 164px;
	clear: both;
}

.vw_leftcol_subsection h3
{
	margin: 0px;
	padding: 4px;
	background: #4c50a9;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}

.vw_leftcol_category_link
{
	float: right;
	color: #f5a50f;
	padding: 4px;
}


.vw_leftcol_subsection2
{
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin: 10px 16px 8px 16px;
	padding: 0px;
	height: 140px;
	clear: both;
}

.vw_leftcol_subsection3
{
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin: 10px 16px 8px 16px;
	padding: 0px;
	height: 150px;
	clear: both;
}

.vw_leftcol_subsection3 h3
{
	margin: 0px;
	padding: 4px;
	background: #4c50a9;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}

.vw_leftcol_help_section
{
	background: #ffffff;
	border: 1px solid #e2e2e2;
	margin: 10px 16px 8px 16px;
	padding: 0px;
	clear: both;
}

.vw_leftcol_help_section h3
{
	margin: 0px;
	padding: 4px;
	background: #4c50a9;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
}

.vw_thumbnail
{
	float:left;
	padding: 4px 0px 4px 5px;
	background: white;
}

.vw_thumbnail img
{
	border: none;
}

#vw_rightcol
{
	margin: 0 0 0 496px;
	width: 300px;
	padding: 0;
}

.vw_rightcol_section
{
	margin: 0 0 4px 0;
	padding: 0;
}

.vw_rightcol_section h1
{
	background: #f5a50f;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 4px;
	margin: 0 0 4px 0;
}

.vw_rightcol_sectionbody
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.vw_rightcol_sectionbody p
{
	padding: 4px;
	text-align: left;
	margin: 0;
}

.vw_rightcol_sectionbody img
{
	margin: 0 auto;
}

#vw_footer
{
	clear: both;
	padding: 4px;
	text-align:center;
	background-color: #f0f0f0;
	border-top: 1px solid #909090;
	font-size:90%;
}


