/* standard font */
p,ul,ol,div,td,span,layer,table,body,textarea { font-family: Arial, helvetica, sans-serif; font-size: 9pt; color: #000000; }

/* error and info messages */
.errortable 		{ background-color: #FFEDE7; border: 1px solid #FF0000; width: 100%; z-index:500;}
.infotable 			{ background-color: #EAF5F8; border: 1px solid #007F9F; width: 100%; z-index:500;}

a.menu:link {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#0A50A1;
		text-decoration:none;}
		
a.menu:visited {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#0A50A1;
		text-decoration:none;}
		
a.menu:active {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#0A50A1;
		text-decoration:none;}
		
a.menusub:link {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#000000;
		text-decoration:none;}
		
a.menusub:visited {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#000000;
		text-decoration:none;}
		
a.menusub:active {	font-family:Arial,Helvetica;
		font-size:9pt;
		font-weight:bold;
		color:#000000;
		text-decoration:none;}

		

.BlaueUeberschrift {
		height: 18px;
		font-family: Arial;
		font-size: 10pt;
		color: #00319C;
		font-weight: bold;
		padding-left: 2px;
		background-image: url('grauerverlauf.jpg');
}

ul
{
 	padding: 0px;
 	padding-left: 10px;
 	margin: 10px;
}

li {
	padding-bottom: 10px;
}

/*ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #00CC33;
text-decoration: none;
background-color: #CCCCCC;
padding: 6px;
margin: 2px;
}*/

table.listview {
	border: 1px solid #E2E3E5;
	border-bottom: none;
}

tr.listviewHeader {
	background-color: #E2E3E5;
}
td.listviewHeader {
	font-weight: bold;
	height: 18px;
	font-family: Arial;
	font-size: 10pt;
	color: #00319C;
	padding-right: 5px;
}

tr.listviewRow {

}
td.listviewRow {
	/* border-right: 1px solid #C0C0C0; */
	border-bottom: 1px solid #E2E3E5;
	padding-right: 5px;
	padding-bottom: 5px;
}

.input { width: 90%; }
textarea { width: 90%; }

/* PageControl, Tabs (used for tabbed browsing) */
table.pagectrl		{ text-align: center; border-collapse: separate; border-spacing: 0px; }
tr.tabbg			{
	background-color: #999999;
	font-weight: bold;
}
td.tab 				{
	background-color: #CCCCCC;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #008CB3;
	border-left: 1px solid #008CB3;
	border-right: 1px solid #008CB3;
	border-bottom: 1px solid #00577A;
	-moz-border-radius: 5px 5px 0 0; 
	font-weight: bold;
	color: #0000CC;
	cursor: pointer;
}
td.tab_noitem				{
	background-color: #EEEEEE;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #008CB3;
	border-left: 1px solid #008CB3;
	border-right: 1px solid #008CB3;
	border-bottom: 1px solid #00577A;
	-moz-border-radius: 5px 5px 0 0; 	
	font-weight: bold;
	color: #CCCCCC;
}
td.tabOver			{
	background-color: #CCCCCC;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #008CB3;
	border-left: 1px solid #008CB3;
	border-right: 1px solid #008CB3;
-moz-border-radius: 5px 5px 0 0; 	font-weight: bold;
	color: #0000CC;
}
td.tabSelected		{
	background-color: #FFCC66;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
	border: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-bottom: 0px solid;
-moz-border-radius: 5px 5px 0 0; 	color: #0000CC;
}
td.tabDisabled 		{ background-color: #666666; color: #999999; padding:1px; padding-left:5px; padding-right:5px; border: 1px solid #999999; border-bottom: 1px solid  #008CB3; -moz-border-radius: 5px 5px 0 0; }
td.emptyTab			{ border-bottom: 1px solid #008CB3; }

.selected {
	background-color: #FFCC66;
}

/* EINGABEMASKE FÜR ATTRIBUTE*/
#global{
}

#values{
	width: 260px;
	border: 1px solid #999;
}

#filters{
	width: 260px;
	border: 1px solid #999;
	margin-top: 20px;
}

#sidebar{
	position: absolute;
	top: 520px;
	left: 780px;
}

#sidebar_head{
	color: #FFF;
	background-color:#00319C;
	font-weight: bold;
	padding: 5px;
}

#sidebar_body{
	padding: 5px;
}


#error 
{
	color: #F00;
	font-weight: bold;
}

#message{
	position: absolute;
	top:450px;
	left: 800px;
	width: 200px;
	border: 1px solid #999;
	background-color: #FFF;
	visibility: hidden;
	z-index: 2;
	color:#090;
	padding:0px;
	margin: 0px;
}

#message_body{
	padding: 10px;
}

#message_head{
	margin:0px;
	padding:2px;
	background-color:#00319C;
	
	text-align: right;
	font-size: 9px;
}
#message_head a{
	color: #FFF;
	cursor:pointer;
}

#annotation 
{
	color: #999;
	font-size:10px;
}

#annotation li
{
	list-style-type: none;
}

#scenario_button{
	width:300px;
}
#type_button{
	width:300px;
}
#delete_type_button{
	width:300px;
}
#delete_scenario_button{
	width:300px;
}

.button2{
	width:300px;
}


#control_panel{
	margin-top: 20px;
	background-color: #E2E3E5;
	padding: 4px;
	width: 398px;
	text-align: right;
}

#selects {
	z-index:0;
}

.BlaueUeberschrift a{
	font-family: Arial;
	font-size: 10pt;
	color: #00319C;
	font-weight: bold;
	padding-left: 2px;
	background-image: url('grauerverlauf.jpg');
	text-decoration:none;
}

#container_scenario{
	display: inline;
}
#container_type{
	display:inline;
}
#container_scenario{
}

.scenario_head{
	font-weight:bold;
	color: #00319C;
}
.scenario{
	margin-bottom: 2px;
}

.type_text{
	float: left;
	width: 200px;
	margin-top: 2px;
}

input:disabled{
	background-color:#FFF;
}


/*LISTENELEMENTE DER ROUTING_MASKE*/
.clickitem{
	cursor:pointer ;
}

.filter_item{
	display: inline;
	cursor: pointer;
	font-weight:bold;
	margin-right: 10px;
}

#enum_list{
	padding: 0px;
	margin:0px;
	margin-left: 25px;
}

.inline_container{
	display: inline;
}

.point_item{
	font-size: 12px;
	padding: 3px;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:1px;
	border: 1px solid #999;
	background-color:#FFCC66;
	height: 14px;
}
.point_button{
	font-size: 12px;
	padding: 3px;
	padding-bottom:5px;
	margin-bottom:1px;
	border-right: 1px solid #848284;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #848284;
	background-color:#D4D0C8;
	height: 14px;
}
.point_button a{
	cursor: pointer;
}

.point_item a{
	font-weight:bold;
	cursor: pointer;
}

td.secondRow{
	background-color: #E8E8E8;
}

div.suggestions{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid black;
	position: absolute;
	z-index: 50;
}

div.suggestions div{
	cursor: default;
	padding: 0px 3px;
}

div.suggestions div.current{
	background-color: #3366cc;
	color: white;
}

/**************************************
         Parameter Inputs
**************************************/
.parameter_input_double{
	width: 120px;
}

.parameter_input_int{
	width: 120px;
}

.parameter_input_percent{
	/*width: 120px;*/
}

.parameter_input_text{
	overflow:auto;
}