/*<group=classes>*/
/*@import url(reset.css);*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* SET */

p{
display: block;
margin: 1em 0px;
}

body {
display: block;
margin: 8px;
line-height: 1.1;
}
h1{display: block;
font-size: 2em;
font-weight: bold;
margin: 0.67em 0px 0.67em 0px;}

h2{display: block;
font-size: 1.5em;
font-weight: bold;
margin: 0.83em 0px 0.83em 0px;}

h3{display: block;
font-size: 1.17em;
font-weight: bold;
margin: 1em 0px 1em 0px;}

h4{display: block;
font-weight: bold;
margin: 1.33em 0px 1.33em 0px;}

h5{display: block;
font-size: 0.83em;
font-weight: bold;
margin: 1.67em 0px 1.67em 0px;}

h6{display: block;
font-size: 0.67em;
font-weight: bold;
margin: 2.33em 0px 2.33em 0px;}

sub{
font-size: smaller;
vertical-align: sub;
}

sup{
font-size: smaller;
vertical-align: super;
}

div{
display: block;
}

pre{
display: block;
font-family: monospace;
margin: 1em 0px;
white-space: pre;
}

address{
font-style: italic;
}

blockquote{
display: block;
margin: 1em 40px 1em 40px;
}

/*************** END RESET/SET *****************/

#outer_table {

}

#outer_content_td {
}

#inner_table {
		
}

#content_provider {
	display: none;
}

.price {
	border: 1px dotted black;
	background-color: blanchedalmond;
}

.center  {
	text-align: center;
}

.right  {
	float: right;
}

.left  {
	float: left;
}

.img_float_right  {
	float: right;
	margin: 5px 0 10px 10px;
}

.img_float_left  {
	float: left;
	margin: 5px 10px 10px 0;
}

.caption_float_right {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
}

.caption_float_left {
	float: left;
	margin: 0 10px 10px 0;
	background-color: #fff;
	padding: 10px;
}

.caption_no_float {
	margin: 0 10px 10px 0;
	background-color: #fff;
	padding: 10px;
}

/*.horizontal a {
	text-decoration: none;
}

.horizontal a:hover {
	text-decoration: underline;
	color: gray;
}

.horizontal ul {
	display:inline;
	margin-left: -17px;
	padding-left: 0px;
}

.horizontal ul li {
    	display:inline;
	padding-left: 17px;
	padding-right:4px;
	padding-bottom: 5px;
    	margin:0;
}

.horizontal ul li ul {
    	display:inline;
	margin-left: 0px;
	padding-left: 0px;
}

.horizontal ul li ul li {
    	margin:0;
	margin-left: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.vertical a {
	text-decoration: none;
}

.vertical a:hover {
	text-decoration: underline;
	color: gray;
}

.vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical ul ul {
	margin-left: 0.7em;
}

.vertical {
	font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.horizontal {
	font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.current {
	border-bottom: 1px solid black;
}

.current_group {
	border-bottom: 1px solid goldenrod;
}*/

.has_changes_string {
	color: red;
	font-size: 0.7em;
}

.label {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 0.9em;
}

.search_result .abstract_text {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;	
	font-size: 0.9em;
}
.search_result h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}


/* Defaults for contact form */
#contactDivForm {
	overflow: auto;
	padding: 0.4em;
}

#contactDivForm #invoiceAddressButton {
	float: none;
	clear: both;
	padding: 0.4em 0;
}

#contactDivForm fieldset .labelField {
	float: left;
}

#contactDivForm fieldset .mandatory label {
	background-image: url(star.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#contactDivForm fieldset .labelField .validation_string {
	color: red;
	font-size: 0.7em;
}

#contactDivForm fieldset {
	float: left;
	background-color: #f5f5f5;
	width: 22em;
}

#contactDivForm fieldset legend {
	font-weight: bold;
}

#contactDivForm fieldset label {
	float: left;
	width: 7em;
	padding-top: 0.3em;
	margin-right: 1em;
}

#contactDivForm fieldset input {
	float: left;
}

/* Defaults for login form */
#TOLoginDiv fieldset {
	font-size: 1em;
	width: 30em;
	margin: 1em auto;
}

#TOLoginDiv fieldset div.instruction {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

#TOLoginDiv fieldset span.email, #TOLoginDiv fieldset span.password {
	display: block;
	margin-bottom: 0.5em;
}

#TOLoginDiv fieldset span label {
	float: left;
	width: 10em;
}

#TOLoginDiv .denied {
	font-size: 0.8em;
	color: red;
}

#TOLoginDiv .denied div {
	margin: 1em 0;
}

body span.obfusc {
	display: none; /*hides all obfusc-elements for people without js */
}

/*body.js-enabled span.obfusc {
	display: inline; /* shows all obfusc if js is enabled */
}
*/
