/******************
* Yahoo! UI Reset *
******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/********************
* GENERAL HTML TAGS *
*********************/

body
{
	width: 968px;
	margin: 0px auto;
	font-family: verdana, geneva;
	font-size: 12px;
	line-height: 1.5;
}

h1.page-title
{
	font-size: 1.3em;
	font-weight: bold;
	color: #336;
}

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

a:hover
{
	color: #55B;
	text-decoration: underline;
}

p
{
	margin-bottom: 1.5em;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

input.text,
input.password
{
	border: solid 1px #79C;
	margin: 1px 0px;
	width: 140px;
	font-family: verdana, geneva;
	font-size: 12px;
}

textarea
{
	border: solid 1px #79C;
	margin: 1px 0px;
	overflow: auto;
	font-family: verdana, geneva;
	font-size: 12px;
}

select
{
	font-family: verdana, geneva;
	font-size: 12px;
}

/* See also: ie.css */
button
{
	background-color: #669;
	color: white;
	font-family: verdana, geneva;
	font-weight: normal;
	font-size: 12px;
	border: solid 2px;
	border-color: #99B #447 #447 #99B;
	line-height: 1.5;
}

button:hover
{
	cursor: pointer;
}

ol.horizontal li,
ul.horizontal li
{
	float: left;
}

ol.horizontal li li,
ul.horizontal li li
{
	float: none;
}

ol.alpha
{
	list-style: lower-alpha outside;
	margin-left: 4ex;
}

ul.bullet
{
	list-style: disc outside;
	margin-left: 4ex;
}

ol.spaced li,
ul.spaced li
{
	margin-bottom: 1.5em;
}

ol.decimal
{
	list-style: decimal outside;
	margin-left: 4ex;
}

li
{
	line-height: 1.5;
}

dt
{
	font-weight: bold;
}

dd
{
	margin-bottom: 1.5em;
}

th
{
	font-weight: bold;
}

.error
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px red;
	background-color: pink;
}

.notification
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px #FC3;
	background-color: #FFC;
}

.success
{
	padding: 5px;
	margin: 0px 0px 1em 0px;
	border: solid 1px green;
	background-color: #99FF99;
}

.message
{
	padding: 15px;
	margin: 1.5em 50px;
	border: solid 1px #CDCDCD;
	background-color: #E3E3ED;
	text-align: center;
}

/********
* FORMS *
*********/

span.required
{
	color: #F60;
	font-weight: bold;
}

form.fullpage li,
form.halfpage li
{
	margin-bottom: 0.2em;
}

form.fullpage li.no-label
{
	padding-left: 16em;
}

form.fullpage label.leftSide,
form.halfpage label.leftSide
{
	float: left;
	display: block;
	width: 15em;
	text-align: right;
	margin-right: 1em;
}

form.halfpage label.leftSide
{
	width: 7em;
	clear: left;
}

form.fullpage div.rightSide,
form.halfpage div.rightSide
{
	margin-bottom: 1.5em;
	width: 530px;
	float: left;
}

form.fullpage div.rightSide2
{
	margin-left: 195px;
}

.outerbox .innerbox form.fullpage div.rightSide
{
	width: 521px;
}

form.fullpage ul.rightSide,
form.halfpage ul.rightSide
{
	margin-bottom: 1.5em;
	width: 520px;
	float: left;
}

form.halfpage div.rightSide
{
	width: 265px;
}

form.fullpage input.text,
form.fullpage input.password
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
}

form.fullpage textarea
{
	font-family: Verdana;
	font-size: 12px;
	width: 33em;
	height: 15em;
}

form.halfpage input.text,
form.halfpage input.password
{
	width: 14em;
}

form.fullpage .medium input.text,
form.fullpage .medium input.password
{
	width: 15em;
}

form.fullpage .bold label.rightSide,
form.halfpage .bold label.rightSide
{
	font-weight: bold;
}

form.fullpage div.submit,
form.halfpage div.submit
{
	margin-top: 1.5em;
	text-align: center;
}

form.fullpage div.submit button,
form.halfpage div.submit button
{
	font-size: 2em;
	line-height: 1.2;
	width: 140px;
	height: 40px;
}

form.fullpage p.example
{
	margin-left: 195px;
	color: gray;
	font-size: 0.9em;
}

/* see common.ie.css */
form.fullpage li.scrolling div.multiselect-wrapper,
form.fullpage li p.example
{
}

form.fullpage li.scrolling div.multiselect-wrapper
{
	width: 396px;
	height: 12em;
	border: 1px solid #DDD;
	overflow: auto;
}

form.fullpage li.scrolling ul.multiselect
{
	width: auto;
	padding: 5px;
}

/****************
* COLUMN LAYOUT *
****************/
/* Firefox's float:right bug forces us to use tables. -Geofflee */

table.expanded
{
	width: 100%;
}

table.columns td
{
	vertical-align: top;
}

/**********
* CONTENT *
**********/

div.outerbox h1, div.outerbox h2, div.outerbox h3, div.innerbox h1, div.innerbox h2, div.innerbox h3
{
	font-size: 100%;
	font-weight: inherit;
	border-bottom: none;
	margin-bottom: 0px;
	line-height: inherit;
}

div.outerbox
{
	margin-top: 9px;
}

div.innerbox
{
	padding: 15px;
	margin-bottom: 11px;
	border: solid 1px #CDCDCD;
	background-color: white;
}

a.button
{
	float: left;
	display: block;
	height: 19px;
	width: 5em;
	line-height: 19px;
	font-size: 10px;
	text-align: center;
	color: black;
	margin-right: 1em;
	font-weight: normal;
}

a.button:hover
{
	color: black;
	text-decoration: none;
}

a.button .button_left
{
	display: block;
	background: url(../images/vcf/button_left.gif) no-repeat top left;
	padding-left: 6px;
}

a.button:hover .button_left
{
	background-image: url(../images/vcf/button_left_glow.gif);
}

a.button .button_right
{
	display: block;
	background: url(../images/vcf/button_right.gif) no-repeat top right;
	padding-right: 6px;
}

a.button:hover .button_right
{
	background-image: url(../images/vcf/button_right_glow.gif);
}

a.button .button_center
{
	display: block;
	background: url(../images/vcf/button_center.gif) repeat-x top left;
}

a.button:hover .button_center
{
	background-image: url(../images/vcf/button_center_glow.gif);
}

ul.context_menu
{
	display: none;
	position: absolute;
	z-index: 2;
	border: solid 1px #659934;
	background-color: white;
}

ul.context_menu.restricted_height
{
	overflow: auto;
	height: 6em;
}

a.context_menu_item
{
	display: block;
	font-weight: normal;
	color: black;
	padding: 0px 5px;
}

a.context_menu_item:hover
{
	color: black;
	text-decoration: none;
	background-color: #ABD581;
}

a.context_menu_item.divider
{
	height: 1.3em;
}

a.context_menu_item.divider:hover
{
	background-color: transparent;
}

.purple_header
{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	color: white;
	font-weight: bold;
	overflow: hidden;
	word-break: break-all;
}

.purple_header .purple_header_left
{
	background: url(../images/vcf/header_left.gif) no-repeat top left;
	padding-left: 5px;
}

.purple_header .purple_header_right
{
	background: url(../images/vcf/header_right.gif) no-repeat top right;
	padding-right: 5px;
}

.purple_header .purple_header_center
{
	background: url(../images/vcf/header_center.gif) repeat-x top left;
	padding: 0px 3px;
}

.purple_header .purple_header_text_left
{
	float: left;
}

.purple_header .purple_header_text_right
{
	text-align: right;
}

.purple_header a,
.purple_header a:hover
{
	color: white;
	font-weight: normal;
}

/**********
* BUTTONS *
**********/

a.green_button
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_button:hover
{
	color: white;
	text-decoration: none;
}

button.green_button
{
	line-height: 26px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_button .green_button_left,
button.green_button .green_button_left
{
	display: block;
	background: url('../images/vcf/green_button_left.gif') no-repeat top left;
	padding-left: 4px;
}

a.green_button .green_button_right,
button.green_button .green_button_right
{
	display: block;
	background: url('../images/vcf/green_button_right.gif') no-repeat top right;
	padding-right: 4px;
}

a.green_button .green_button_center,
button.green_button .green_button_center
{
	display: block;
	background: url('../images/vcf/green_button_center.gif') repeat-x top left;
	line-height: 26px;
	padding: 0px 7px;
}

a.green_button_small
{
	float: left;
	display: block;
	height: 20px;
	width: 5em;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_button_small:hover
{
	color: white;
	text-decoration: none;
}

button.green_button_small
{
	line-height: 20px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_button_small .green_button_small_left,
button.green_button_small .green_button_small_left
{
	display: block;
	background: url('../images/vcf/green_button_small_left.gif') no-repeat top left;
	padding-left: 2px;
}

a.green_button_small .green_button_small_right,
button.green_button_small .green_button_small_right
{
	display: block;
	background: url('../images/vcf/green_button_small_right.gif') no-repeat top right;
	padding-right: 2px;
}

a.green_button_small .green_button_small_center,
button.green_button_small .green_button_small_center
{
	display: block;
	background: url('../images/vcf/green_button_small_center.gif') repeat-x top left;
	line-height: 20px;
	padding: 0px 7px;
}

a.green_button_tiny
{
	float: left;
	display: block;
	height: 14px;
	width: 4em;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_button_tiny:hover
{
	color: white;
	text-decoration: none;
}

a.green_button_tiny .green_button_tiny_left
{
	display: block;
	background: url('../images/vcf/green_button_tiny_left.gif') no-repeat top left;
	padding-left: 2px;
}

a.green_button_tiny .green_button_tiny_right
{
	display: block;
	background: url('../images/vcf/green_button_tiny_right.gif') no-repeat top right;
	padding-right: 2px;
}

a.green_button_tiny .green_button_tiny_center
{
	display: block;
	background: url('../images/vcf/green_button_tiny_center.gif') repeat-x top left;
	line-height: 14px;
	padding: 0px 4px;
}

a.header_button
{
	float: left;
	display: block;
	height: 22px;
	width: 5em;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: #336;
	font-weight: bold;
}

a.header_button:hover
{
	color: #336;
	text-decoration: none;
}

a.header_button .button_left
{
	display: block;
	background: url('../images/template/header_button_left.gif') no-repeat top left;
	padding-left: 10px;
}

a.header_button .button_right
{
	display: block;
	background: url('../images/template/header_button_right.gif') no-repeat top right;
	padding-right: 10px;
}

a.header_button .button_center
{
	display: block;
	background: url('../images/template/header_button_center.gif');
}

a.blue_button
{
	float: left;
	display: block;
	height: 22px;
	width: 5em;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.blue_button:hover
{
	color: white;
	text-decoration: none;
}

a.blue_button .button_left
{
	display: block;
	background: url('../images/template/blue_button_left.gif') no-repeat top left;
	padding-left: 10px;
}

a.blue_button .button_right
{
	display: block;
	background: url('../images/template/blue_button_right.gif') no-repeat top right;
	padding-right: 10px;
}

a.blue_button .button_center
{
	display: block;
	background: url('../images/template/blue_button_center.gif');
}

a.green_square_button
{
	float: left;
	display: block;
	height: 26px;
	width: 5em;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	color: white;
	font-weight: bold;
}

a.green_square_button:hover
{
	color: white;
	text-decoration: none;
}

button.green_square_button
{
	line-height: 26px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0px;
}

a.green_square_button .green_button_center,
button.green_square_button .green_button_center
{
	display: block;
	background: url('../images/template/green_square_button_small.gif') repeat-x top left;
	line-height: 25px;
	padding: 0px 20px;
	border: solid 1px #284E02;
}

/**************
* ROUNDED BOX *
**************/

div.rounded_box_top_left
{
	padding-left: 5px;
	background: url('../images/template/rounded_box_top_left.gif') no-repeat top left;
}

div.rounded_box_top_right
{
	padding-right: 5px;
	background: url('../images/template/rounded_box_top_right.gif') no-repeat top right;
}

div.rounded_box_top_center
{
	height: 4px;
	border-top: solid 1px #CCC;
	overflow: hidden;
}

div.rounded_box_content
{
	padding: 5px 10px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

div.rounded_box_bottom_left
{
	padding-left: 5px;
	background: url('../images/template/rounded_box_bottom_left.gif') no-repeat bottom left;
}

div.rounded_box_bottom_right
{
	padding-right: 5px;
	background: url('../images/template/rounded_box_bottom_right.gif') no-repeat bottom right;
}

div.rounded_box_bottom_center
{
	height: 4px;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
}

/*********
* FOOTER *
**********/

#footer
{
	clear: both;
	text-align: center;
	margin-top: 15px;
}

#footer ul.press
{
	padding-top: 6px;
	padding-bottom: 2px;
	border-top: solid 1px #CCF;
	border-bottom: solid 1px #CCF;
	margin-bottom: 13px;
}

#footer ul.press li
{
	display: inline;
	margin: 0px 18px;
}

#footer ul.press li.item1
{
	font-weight: bold;
	vertical-align: 13px;
}

#footer ul.press li.item2 img
{
	vertical-align: 5px;
}

#footer ul.press li.item3 img
{
	vertical-align: 7px;
}

#footer ul.press li.item4 img
{
	vertical-align: 4px;
}

#footer ul.press li.item5 img
{
	vertical-align: 0px;
}

#footer ul.press li.item6 img
{
	vertical-align: 4px;
}

#footer_navigation li
{
	display: inline;
	margin: 0px 0.5em;
}

#copyright
{
	margin: 0px;
}

/*******
* TABS *
*******/

/* See common.ie.css */
ul.tabs
{
	float: left;
	width: 140px;
	margin-top: 22px;
}

/* See common.ie.css */
ul.tabs li.tab
{
	margin-bottom: 4px;
}

ul.tabs li.tab.active
{
	position: relative;
	margin-right: -1px;
}

ul.tabs li.tab a.tab
{
	display: block;
	padding-left: 7px;
	background: url('../images/template/tab_corner.gif') no-repeat top left;
}

ul.tabs li.tab.active a.tab
{
	color: black;
	background: url('../images/template/tab_corner_active.gif') no-repeat top left;
}

ul.tabs li.tab a.tab:hover
{
	cursor: pointer;
	text-decoration: none;
}

ul.tabs li.tab a.tab span
{
	display: block;
	height: 30px;
	line-height: 30px;
	background: url('../images/template/tab_background.gif') repeat-x top left;
}

ul.tabs li.tab.active a.tab span
{
	background: url('../images/template/tab_background_active.gif') repeat-x top left;
}

div.tabWrapper
{
	margin-left: 140px;
}

/********
* PAGER *
********/

div.pager
{
	overflow: hidden;
}

div.pager .prev
{
	float: left;
}

div.pager .pages
{
	text-align: center;
	margin: 0px 3em;
}

div.pager .pages ol
{
	display: inline-block;
}

div.pager .pages li
{
	display: inline-block;
	margin: 0px .4em;
}

div.pager .inline_pages ol
{
	display: inline;
}

div.pager .inline_pages li
{
	display: inline;
}

div.pager .pages li.current_page
{
	font-weight: bold;
}

div.pager .next
{
	float: right;
}