/* --- ViaContext stylesheet --- */

.forms_big, .forms_big_fields_contents, .help, .small_text, .small_text_grey, .text_black_white, .text_black_grey, .text_black_light {
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	padding: 0;
}

.forms_big, .forms_big_fields_contents, H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

.help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

.help a {
	color: #2b7da7;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
.small_text, .small_text_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

/*---------------------------------------------------------------*/
.small_text_grey {
	background-color: #f4f4f4;
}

/*---------------------------------------------------------------*/
.text_black_white, .text_black_grey, .text_black_light, .text_red_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
}

/*---------------------------------------------------------------*/
.text_black_grey {
	background-color: #e4e4e4;
}

/*---------------------------------------------------------------*/
.text_black_light {
	background-color: #f4f4f4;
}

/*---------------------------------------------------------------*/
.text_red_white {
	color: red;
	height: 30px;
}

/*---------------------------------------------------------------*/
.body, .body_fields, .body_red, .privtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: middle;
}
.body a:link, .body a:visited {
	color: #2b7da7;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
.body_red {
	color: red;
}

/*---------------------------------------------------------------*/
.big_arrows {
	border-style: none;
}

/*---------------------------------------------------------------*/
.button {
	width: 150px;
}
.var_button {
	width: auto;
	overflow: visible;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
}

/*---------------------------------------------------------------*/
.titleblock {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	width: 100%;
	padding: 0px;
}

.titleblock td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
/*---------------------------------------------------------------*/
H1 {
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-weight: bold;
}
/*---------------------------------------------------------------*/
.buttontable {
	margin: 10px 0px 0px 0px;
	background-color: #f1f1f1;
}
.buttontable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
}
/*---------------------------------------------------------------*/
.formblock {
	margin-bottom: 0;
}
/*---------------------------------------------------------------*/
.tabs {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 11px;
}

.tabs a:link, .tabs a:visited {
	color: #333333;
	text-decoration: none;
}
.tabs a:hover, .tabs a:active {
	color: #333333;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
}

