/* General elements */
body {
	background: #E6E6E6;
	color: #707070;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;	
}

a {
	color: #166EB8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 2.1em;
	margin: 0 0 15px;
}

h2,
legend{
	font-weight: normal;
	font-size: 1.6em;
	padding: 0px 0px 8px;
}

h3 {
	font-weight: bold;
	color: #707070;
	margin: 4px 0;
}

h1 a,
h2 a,
h3 a {
	color: #707070;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: none;
}

ul, 
ol { 
	margin: 0.5em 0 1.5em 0em; 
	padding-left: 3em;
}

ul { 
	list-style-type: square; 
}

ol { 
	list-style-type: decimal; 
}

p { 
	margin: 0 0 1em;
}

pre {
	margin: 12px 0px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
}

input,
textarea,
button,
select {
	color: #707070;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #D7D7D7;
	padding: 0;
	margin: 0;
}

input[disabled],
select[disabled]{
	background: #E0DFE3;
}

input[type="text"],
input[type="password"],
textarea{
	padding: 3px;
}

input[type="submit"],
input[type="button"],
button {
	height: 0px;
	width: 0px;
	border: 0px;
}

input[type="radio"] {
	border: 0px;
	width: 13px;
	height: 13px;
}

input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin-bottom: 10px;
}

input[type="hidden"] {
	display: none;
}

fieldset{
	padding: 0;
	margin: 0 0 16px;	
	border: none;
	width: 100%;
	float: left;
	clear: left;
}

legend {
	margin: 0px;	
	*margin-left: -7px;
}

hr {
	border: 0px;
	color: #D7D7D7;
	background-color: #E5E5E5;
	height: 1px;
	margin: 7px 0px;
	*margin: 0px;
}

td,
th {
	padding: 3px;
}

pre {
	margin: 0px;
}


/* Elements by id */
#container {
	width: 937px;
	margin: 0px auto;
	padding: 0 1px 1px;
	border: 5px solid #E1E1E1;
	border-top: 0px;	
	background: #CCC;
}

#header {
	height: 103px;
	position: relative;
	border-bottom: 3px solid #99BCDA;
	background: #99BCDA url('../images/header_background.gif') repeat-x top left;
}

#logo {
	position: absolute;
	top: 24px;
	left: 24px;
}

#account_bar {
	background: #4A4A4C url('../images/account_bar_background.gif');
	color: #FFF;
	font-size: 1.1em;
	padding: 4px 24px;
	text-align: right;
}

#account_bar a {
	color: #FFF;
	text-decoration: underline;
}


/* Menu styles */
#menu, #menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 937px;
	list-style: none;
	background: #EFEEEF;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;	
	color: #999999;
	line-height: 2.3em;
	z-index: 999;
}

#menu a {
	display: block;
	color: #999999;
	cursor: pointer;
}
/*
#menu a:hover,
#menu li:hover, 
#menu li.sfhover {
*/
#menu a:hover {
	text-decoration: none;
	color: #707070;
}

#menu li {
	float: left;
	width: 186px;
	text-align: center;
	cursor: default;
	position: relative;
	z-index: 999;
}

#menu li ul {
	position: absolute;
	left: -999em;
	top: 101%;
	margin-top: -1px\9; /* IE hack */
	background: #EFEEEF;
	border: 1px solid #D7D7D7;
	border-top: 0px;
	width: auto;
}

#menu li ul li {
	min-width: 156px;
	width: auto;
	text-align: left;
	padding: 7px 10px;
	font-size: 0.85em;
	line-height: 1.2em;
	clear: left;
	white-space: nowrap;
}

#menu li:hover ul, 
#menu li.sfhover ul {
	left: 0;
}

#menu ul.grandchild { 
	float: none;
	position: relative;
	left: auto;
	top: auto;
	/*margin-top: -1px\9;  IE hack */
	background: #EFEEEF;
	border: 0px;
	width: 60px;
	clear: left;
}


#menu ul.grandchild li { 
	display: block;
	min-width: 0px;
	width: auto;
	text-align: left;
	padding: 2px 2px 2px 10px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.0em;
	clear: left;
	background: url('../images/grandchild.png') center left no-repeat;
}
	
#menu ul.grandchild li li { 
	line-height: 1.2em;
	display: block;
	} 

#breadcrumbs {
	width: 889px;
	padding: 4px 24px;
	border-top: 3px solid #EEE;
	border-bottom: 1px solid #D7D7D7;	
	background: #F5F5F5;
	font-size: 1.2em;
	clear: left;
}

#content {
	width: 889px;
	padding: 16px 24px 24px;
	border-top: 3px solid #EEE;		
	background: #FAFAFA;
	font-size: 1.2em;
	clear: left;
}

#footer {
	position: relative;
	width: 922px;
	height: 48px;
	margin: 0px auto;
	font-size: 1.1em;
}

#vstep_logo {
	position: absolute;
	top: 15px;
}

#footer_links {
	position: absolute;
	top: 12px;
	right: 0px;
	color: #AFAFAF;
}

#footer_links a {
	color: #707070;
}

#search_results_bar {
	margin: 0px 0px 12px;
	padding: 2px 8px 2px 6px;
	background: #7BADD4;
	color: #FFFFFF;
}

#search_results_bar a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* The sortable list */
#sortable_list_header {
	width: 100%; 
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
}

.sortable_list {
	width: 100%; 
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.sortable_list_header,
.sortable_list li {
	padding: 2px;
	margin: 0px;
	float: left;
}

.sortable_list li div {
	margin: 0px;
	padding: 0px;
}

.sortable_list .draggable {
	cursor: move;
}

.thumbnail {
	width: 135px; 
	height: 108px;
	border: 1px solid #E5E5E5;
	text-align: center;
	cursor: move;
}

.thumbnail .image {
	line-height: 106px; 
}

.thumbnail .image img {
	vertical-align: middle;
}

.thumbnail .actions {
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
}


/* Elements by class */
.clear {
	clear: both;
	height: 0px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 16px;
}

.message {
	color: #0EA407;
	font-weight: bold;
	margin-bottom: 16px;
}

.pages {
	text-align: center; 
	margin-bottom: 16px;
}

.row1 {
	background: #FAFAFA;
}

.row2 {
	background: #EEE;
}

.row3 {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 5px;
	margin-bottom: 4px;
}

.alternative_header,
.alternative_header a {
	color: #166EB8;
}

.squashed_content {
	width: 700px;
	margin: 0 auto;
}

.news_date {
	font-size: 0.9em;
	color: #A8A8A8
}

.info_table_header th {
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

.tab {
	float: left;
	background: #F3F3F3;
	padding: 5px 25px;
	margin-right: 8px;
	font-weight: bold;
	color: #999;
}

.tab a {
	color: #999;
}

.tab_selected {
	color: #707070;
	background: #EEE;
}


/* page grid */
.left_one_third {
	float: left;
	width: 280px;
	margin-right: 24px;
}

.left_two_thirds {
	float: left;
	width: 585px;
	margin-right: 24px;
}

.left_one_half {
	float: left;
	width: 433px;
	margin-right: 24px;
}

.center_one_third {
	float: left;
	width: 281px;
	margin-right: 24px;
}

.right_one_third {
	float: left;
	width: 280px;
}

.right_two_thirds {
	float: left;
	width: 585px;
}

.right_one_half {
	float: left;
	width: 432px;
}


/* The info block */
.info_block {
	border: 3px solid #EEE;
}

.info_block .inner {
	border: 1px solid #D7D7D7;
	background: #F7F7F7;
	padding: 16px;
}

.info_block #scroller {
	border: 1px solid #D7D7D7;
	background: #F7F7F7;
	height: 280px;
	padding: 8px 8px 8px 0;
}

.info_block #scroller .scroller_items {
	width: 288px;
	height: 278px;
	margin: 1px 0;
	float: left;
}

.info_block #scroller .scroller_items .scroller_item {
	padding: 10px 16px;
	height: 119px;
	cursor: pointer;
}

.info_block #scroller .scroller_items .selected_scroller_item {
	background: #7BADD4;
	color: #FFFFFF;
}

.info_block #scroller #scroller_image {
	border: 1px solid #D7D7D7;
	float: left;
	width: 583px;
	height: 278px;
	position: relative;
}

.info_block #scroller #scroller_image img {
	position: absolute;
	top: 0px;
}


/* Form styles */
/* The form field */
.form_field {
	margin-bottom: 8px;
	float: left;
	clear: left;
	width: 100%;
}

.form_field label {
	float: left;
	width: 180px;  
	margin-right: 8px;
}

.alternative_form_field .required,
.form_field .required {
	background-image: url('../images/required_field.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.form_field input[type="text"],
.form_field input[type="password"],
.form_field textarea {
	width: 400px;
	float: left;
}

.form_field input[type="file"] {
	width: 408px;
	float: left;
}

.form_field input[type="checkbox"],
.form_field input[type="radio"] {
	border: 0px;
	float: left;
	margin: 1px 8px 0px 0px;
}

.form_field textarea {
	height: 130px;
}

.form_field span {
	float: left;
}

.form_field select {
	float: left;
}


/* Alternative form fields */
.alternative_form_field {
	float: left;
	margin-bottom: 12px;
	width: 99%;
}

.alternative_form_field label {
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 4px; 
}

.alternative_form_field input[type="text"],
.alternative_form_field input[type="password"],
.alternative_form_field input[type="file"],
.alternative_form_field textarea {
	float: left;
	width: 100%;
}

.alternative_form_field textarea {
	height: 175px;
}

.alternative_form_button {
	float: right;
	padding-top: 4px;
}


/* Form errors */
.alternative_form_field .errors {
	float: left;
	list-style: none outside none;
	margin: 0px;
}

.alternative_form_field .errors {
	padding-left: 0px;
}

.alternative_form_field .errors li {
	border: 0px;
	border-left: 2px solid #FF0000;
	font-weight: bold;
	color: #FF0000;
	padding: 4px 0px 4px 5px;
	background-image: none;
}


/* Button styles */
.button {
	background: url("../images/button_background.gif") no-repeat top right;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;		
	padding: 3px 15px 0 0;
	margin-top: 4px;
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
}

.button span {
	background: url("../images/button_background.gif") no-repeat top left;
	float: left;
	display: block;
	height: 21px;
	margin-top: -3px;
	padding-right: 15px;
	width: 0px;
}

.form_button {
	height: 0px;
	width: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.form_button_surrogate {
	margin-left: 527px;
}
