html,body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	
}
body, td, th
{
	font-family:Arial,serif;
	font-size:9pt;
	color:#666666;
}


body
	{
		min-width:550px;
		/* overflow: auto;*/
		
	}

th
	{
		color:#2c566d;
		margin-top:10px;
		margin-bottom:10px;
	}

div	
	{
		border-style:none;
		margin:0px;
		padding:0px;
	}
form
	{
		display:inline;
	}
img
	{
	border-style:none;
	}

.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* (en) essential for Safari browser !! */
/* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/* common text styles */
h1
	{
		color:#2c566d;
	}
b
	{
		color:#2c566d;
	}
a   
	{
		color: #2C566D;
	}
button 
	{
		background-color:transparent;
		border:medium none;
		color:#FF3300;
		cursor:pointer;
		text-decoration:underline;
	}
textarea
	{
		font-family:Arial,serif;
		font-size:9pt;
	}
	
span.error
	{
		color:#FF0000;
		font-weight:bold;
	}

span.greyed
	{
		color:#666666;
	}
	
div.tab
{
	width: 100%;
	height: 40px;
}

div.profile_tab_u
{
	width: 100%;
	height: 31px;
}
div.profile_tab_p
{
	margin:auto;
	margin-top:5px;
	height: 31px;
	width:650px;
}

div.tab_spacer
{
	width: 25px;
	float: left;
	height: 31px;
}

div.tab_tab
{
	width: 222px;
	height: 40px;
	float: left;
	text-align: left;
	background-image:url(../grafix/tab.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

span.heading
{
	color: #2C566D;
	font-size: 17pt;
	font-weight: bold;
	line-height: 1.5;
}

span.profile_heading
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}

div.separator
{
	width: 100%;
	background-image: url(../grafix/separator.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
}

/* GENERAL */

.button
{
	border: 1px solid #666666;
	padding: 7px;   
	text-align: center;
    font-family: Arial,serif;
    font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	background-color: #E6E6E6;
	color: #EF7F01;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.button:hover
{
	background-color: #333333;
	color: #EF7F01;
	cursor:pointer;
}

.roundedbox
{
	border: 2px solid #C5C5C5;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.dummy
{
}

 .pg-normal { 
 	cursor: pointer;    
 }

 .pg-selected {
	 font-weight: bold;        
	 text-decoration: underline;
	cursor: pointer;
}

/* COLORS */
.colBLtx /* black colored text */
{
	color: #000000;
}
.colWTbg /* white colored bg */
{
	background-color: #FFFFFF;
}
.colDEFtx /* default */
{
	color: #666666;
}
.col0tx /* text color; default: dark grey */
{
	color: #333333;
}
.col1tx /* title color; default: dark blue */
{
	color:#2C566D;
}
.col2tx /* header color; default: orange */
{
	color: #EF7F01;
}
.col2bg /* header color; default: orange */
{
	background-color: #EF7F01;
}
.col3bg /* header color; default: light orange */
{
	background-color: #F0E6DC;
}
.col4tx /* text colour; default light grey */
{
	color: #666666;
}
.col5bg /* highlighted row; default: rose */
{
	background-color: #FFCC99;
}
.colWARNtx
{
	color: #FF3333;
}

/* POSITIONING / DESIGN */
.centeredparent /* if child needs no be centered: IE solution */
{
	text-align:center;
}
.centeredchild /* if element need to be centered: FF solution, needs fixed width */
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* TAB Design */
div.tab_h40
{
	height: 40px;
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	background-image:url(../grafix/structure/tab/h40_center.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-left: 7px;
	padding-right: 7px;
}
div.tab_h40_left
{
	width: 7px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:url(../grafix/structure/tab/h40_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
div.tab_h40_right
{
	width: 7px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image:url(../grafix/structure/tab/h40_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
}