
.userSessionBarFloater
{
	font-family:Trebuchet MS;
	font-size:9px;
	text-align:center;
	cursor:pointer;
	position:fixed;
	top:0px;
	width:100%;
	color:black;
	z-index:255;
	line-height:10px;
}
.userSessionBarSmall
{
	background-image:url(images/sessionbar_small.png);
	width:240px;
	height:12px;
	margin:0px auto 0;
	
}
.userSessionBarLarge
{
	margin:0px auto 0;
}
.userSessionBar
{	
	font-family:Trebuchet MS;
	height:25px;
	background-image:url(images/sessionbar_full_bg.jpg);
	width:100%;
	font-size:14px;
	text-align:center;
	
	position:fixed;
	top:0px;
	color:black;
	z-index:255;
	line-height:10px;	
}
.userSessionBar ul 
{
	direction:ltr;
	list-style:none outside none;
	text-align:left;
	margin:0px;
	height:20px;
	width:auto;
	margin:0px auto 0;
	margin-left:50px;
	margin-right:50px;
	line-height:20px;

	left:auto;	
}
.userSessionBar ul li
{
	float:right;
	margin:0px;
	margin-right:3px;
	/*margin-left:3px;*/
	padding-left:5px;
	padding-right:7px;
	border-right:1px dotted gray;
	height:20px;
	
	line-height:20px;
}
.userSessionBar ul li .hasImage
{
	line-height:25px;
}
.userSessionBar ul li a
{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}
.userSessionBar ul li a:hover
{
	color:#2F78E5;

}
.base_mini_avatar
{
	margin-top:2px;
}



/**
 * Translationbar
 */

.translationBar
{	
	font-family:Trebuchet MS;
	height:25px;
	background-image:url(images/translationbar_full_bg.jpg);
	width:100%;
	font-size:14px;
	text-align:center;
	
	position:fixed;
	bottom:0px;
	left:0px;
	color:black;
	z-index:255;
	line-height:25px;	
	
}
.translationBar a,.translationBarFull a
{
	color:black;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
.translationBar a:hover,.translationBarFull a:hover
{

	color:#2F78E5;
}
.translationBarFull
{	
	font-family:Trebuchet MS;
	height:200px;
	background-image:url(images/translationbar_scaledout_bg.jpg);
	width:100%;
	font-size:14px;
	text-align:center;
	
	position:fixed;
	bottom:0px;
	left:0px;
	color:black;
	z-index:255;
	line-height:25px;
	overflow:auto;	
}
.translationBarFull textarea
{
	width:80%;
} 
.languageoutputbox
{
	height:180px;
	width:100%;
	margin-top:5px;
	margin-left:5px;
	border:1px dotted gray;
	overflow:auto;
}
.dialogboxoutput
{
	color:black;
}
.dialogboxoutput .filelist
{
	width:400px;
	margin-bottom:10px;
}
.dialogboxoutput .filelist .list
{
	width:100%;
}
.dialogboxoutput .progressBarComplete
{
	background-color:#00ff00;
}
.dialogboxoutput .progressBarInProgress
{
	height:2px;
	background-color:#ff0000;
}
.dialogboxoutput .divFileProgressContainer
{
	width:400px;
	
}
.dialogboxoutput .uploadbutton
{
	background-image:url(http://cerart.eu/Layout/Puntbasic/images/uploadbutton.png);
	width:180px;
	height:29px;
	background-repeat:no-repeat;
}
.dialogboxoutput .Form_Table 
{
	margin-left:20px;
}
.dialogboxoutput .Form_Table .formerror
{
	width:90%;
	background-image:url(http://cerart.eu/Layout/Puntbasic/images/error.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	/*background-color:#ffdddd;*/
	padding-left:20px;
	padding-right:20px;
	/*border-top:1px solid #cc8888;
	border-left:1px solid #cc8888;
	border-right:1px solid #cc8888;*/
	font-size:12px;
	font-weight:bold;
	color:red;
}
.dialogboxoutput .Form_Table .Form_Table_Cell_title
{
color:#464646;
font-size:13px;
font-weight:bold;
}
.dialogboxoutput .Form_Table .Form_Table_Cell_Left
{
padding-bottom:5px;
font-size:13px;
}

.dialogboxoutput .simpletext
	{
		margin-bottom:10px;
	}
.dialogboxoutput .simpletext .title
	{
		font-size:14px;
		color:#222222;
		font-weight:bold;
		margin-bottom:10px;
		color:black;
	}
.dialogboxoutput .simpletext .text
	{
		font-size:12px;
		color:#222222;
		color:black;
	}
.dialogboxoutput .simpletext .title_mdred
	{
		font-size:14px;
		color:#ed2024;
		font-weight:bold;
		margin-bottom:20px;
		
	}
.dialogboxoutput .simpletext .text_mdred
	{
		font-size:12px;
		color:#ed2024;
	}
.dialogboxoutput .subtitle
	{
		font-size:12px;
		font-weight:bold;
		color:black;
	}
.dialogboxoutput .detailtext
	{
		font-size:12px;
		font-style:italic; 
		color:black;
		
	}
button.buttonlink
{
background:none;
border:none;
float:right;
padding:2px;
}
button.buttonlink:hover
{
background:none;
border:none;	
}
.agreementframe
{
	border:0px;
	background-color:transperant;
	color:Green;
	display:none;
	width:99%;
	height:200px;
	
}
.actionlink
{
	cursor:pointer;
}
