/******
this css is for all sites
******/


/******
distance
******/

#distance {
	width: 1px;
	height: 1px;
	margin-top: -1px;
	float: left;
}

/******
loading
******/

div#loading {
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 30%;
	background-color: White;
	text-align: center;
	vertical-align: middle;
	/* -moz-user-select: none; */
	/* cursor: progress; */
}

table#loading {
	width: 100%;
	height: 100%;
}

/******
popupDiv
******/

div#popupDiv {
	background-color: Transparent;
	visibility: hidden;
}

/******
site
******/

td.cell {
    vertical-align: top;
}

.textHead {
    color: rgb(51, 102, 102);
    font-size: 105%;
    font-weight: bold;
} 

.headline {
    color: rgb(51, 102, 102);
    font-size: 105%;
    font-weight: bold;
    margin-top: 0px;
    clear: both;
}

div.content {
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

div.content p {
    margin-bottom: 0px;
}

.text {
    padding: 0 9px 0 9px;
}

.note {
    font-size: 85%;
    padding: 0 9px 0 9px;
}

.img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.groupTab_content img {
	margin: 0px;
	padding: 6px 6px 6px 6px;
	border: 0px;
}

.box_desc img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/******
elements
******/

hr {
	width: 95%;
	margin: 10px 0px 10px 0px;	padding: 0px;
	text-align: center;
	border: none;	border-bottom: 1px solid #CC0000;
}

a {
	text-decoration: none;
}

iframe {
	border: 0px solid white;
}

/******
column separators
******/

.columnSeparator, .columnSeparator_active {
	width: 20px;
}