/* Div - box definitions for the admin-area
*/ /*
textarea.big
{
    width:1000px;
    height:600px;
    background: #A6A6A6;
}

textarea.medium
{
    width:700px;
    height:600px;
    background: #A6A6A6;
}
*/
div.do_content_center {
	margin-right: auto;
	margin-left: auto;
	top: 70px;
	width: 850px;
	text-align: left;
	/*border: 1px solid #A6A6A6; */
	background: white; /* #FFFFCC */
}

div.content_admin {
	overflow: hidden;
	top: 70px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/* border: 1px solid #A6A6A6; */
	text-align: left;
}

div.content_nav {
	overflow: hidden;
	/*position: relative;  
	top:0px; */
	width: 350px;
	text-align: left;
	/* border: 1px solid #A6A6A6; */
	white-space: nowrap;
}

div.content_nav_full {
	overflow: auto;
	/*position: relative;  
	top:0px; */
	width: 99%;
	text-align: left;
	/* border: 1px solid #A6A6A6; */
}

div.content_body { /*	
	position:relative; 
	top:0px;
	height: 500px;
	width:842px; 
*/
	overflow: auto;
	text-align: left;
}

/*
div.content
{
	position:absolute; 
	left:60px; 
	top:70px;
	width:1100px;
	text-align: left;
	border: 1px solid #A6A6A6;
	background: #FFFFCC; 
}
*/
div.menue_admin {
	top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	/* border: 1px solid #A6A6A6; */
	text-align: left;
	border-bottom: 1px solid #A6A6A6;
}

div.error_wrap_inv {
	overflow: hidden;
	display: none;
	margin-right: auto;
	margin-left: auto;
	/* width:744px;
	border: 1px solid #A6A6A6;  */
	text-align: left;
}

div.error_wrap {
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* width:744px; */ /* border: 1px solid #A6A6A6; */
	text-align: left;
}

div.errors { /*margin-right:auto;
	margin-left:auto; */
	text-align: left;
	/* width:744px; */
}

/*
div.messages
{
	border: 1px solid #A6A6A6;
	position:absolute; 
	left:60px; 
	top:45px;
	width:1100px;
	text-align: left;
	background: #FFFFCC;
}
*/ /*
	what background should be displayed within the navigation bar when selected or not
*/
.selected {
	background: #e1e1e1;
}

.not_selected {
	background: #FFFFFF;
}

.action_icon, .action_icon_disabled {
	padding:0;
	padding-left: 1em;
}

.qId {
	color: black;
	padding-left: 15px;
	padding-right: 15px;
}

.personalMenu {
	float: right;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}

.spacer {
	background-color: black;
}

div.menue td {
	text-align: right;
}

table#menue_table td {
	text-align: center;
}

textarea.interviewee {
	width: 140px;
	height: 400px;
}