
h1{
 font-size: 150%;
 border-bottom: 1px solid #AAAAAA;
 margin-bottom: 0.6em;
 margin-top: 1em;
}

h2{
 font-size: 130%;
 margin-bottom: 0.4em;
 margin-top: 1em;
}

/** P MENU **/
.pmenu, .pmenu ul {padding:0; margin:0; list-style-type: none;}
.pmenu {margin:0; clear:both;}
.pmenu li {float:left;position:relative;}
.pmenu a, .pmenu a:visited {display:block; width:100px; font-size:10px; color:#000; height:23px; line-height:22px; text-decoration:none; text-indent:5px; background:#b2ab9b; border:1px solid #fff; border-width:0 1px 1px 0;}
.pmenu li:hover > a{background:#dfd7ca; color:#c00;}
.pmenu a.disabled, .pmenu a.disabled:visited, .pmenu a.disabled:hover{background:lightgray; color: darkgray;}
.pmenu li:hover > a.disabled{
background:#eee;
color: darkgray;
}
.pmenu li.highlighted > a, .pmenu li.highlighted > a:visited, .pmenu li.highlighted > a:hover{
background:green;
}
.pmenu li.highlighted:hover > a{
background: lightgreen;
}
.pmenu li ul {display: none;}
.pmenu li:hover > ul {display:block; position:absolute; top:0; left:101px;}
.pmenu > li:hover > ul {left:0; top:24px;}


/** CASCADES **/
dl.collapse{
border: 1px solid gray;
}
dl.collapse dd{
margin:0;
padding:0.5em;
border-top: 1px solid gray;
}
dl.collapse dt{
padding:0.5em;
cursor: pointer;

}


/** TABLES **/
table.table{
 /*border: 1px solid #aaa;*/
 margin: 0.5em;
}
table.table thead tr th, table.table thead, table.table thead tr{
 border-bottom: 1px solid #aaa;
 background-color: #EEE;
 margin: 0;
 padding: 0 1em 0 1em;
 text-align: center;
}
table.table tbody tr td{
 padding-left:0.5em;
 padding-right:0.5em;
 padding-top: 0.2 em;
 padding-bottom:0.2 em;
}
table.table tfoot tr td{
 border-top: 1px solid black;
 font-size:80%;
 text-align: center;
}
table.table tr.roweven{
 background-color: #F5F5F5
 
}


table.table.highlight tbody tr:hover{
 background-color: #ffffe1 !important;
}


table.overview tr th{
	border-left: 2px solid #962b2b;
	border-bottom: 2px solid #962b2b;
	font-weight:normal;
	font-style: italic;
	text-align: right;
}
table.overview tr td{
	padding-left: 1em;
	border-bottom: 1px solid #888888;
}

table.table td.empty{
color: #666;
font-weight: bold;
padding: 1em;

}
/** From Tablekit **/
table.table {
	border-collapse: collapse;
}

table.table td, table.table th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

table.table thead, table.table tfoot {
	background-color: #DDD;
}

table.table tr.rowodd {
	background-color: #FFF;
}

table.table tr.roweven {
	background-color: #F2F2F2;
}

table.table .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
table.table .sortasc {
	background-color: #DDFFAC;
	background-image: url(../images/tablekit/up.gif);
}
table.table .sortdesc {
	background-color: #B9DDFF;
	background-image: url(../images/tablekit/down.gif);
}
table.table .nosort {
	cursor: default;
}

table.table th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

/* Errors And Warnings */
.SL_AP_Errors_Fatal{
	border: 3px double red;
	background-color: #FFDADA;
	padding: 1em;
}
.SL_AP_Errors_Fatal dt{
	font-weight: bold;
}
.SL_AP_Error_Warning{
	background-color: #FFDADA;
	margin-bottom: 1em;
}
.SL_AP_Error_Notice{
	background-color: #e1ffda;
	margin-bottom: 1em;
}

/* X MENU */
.menuTable .menuButton.highlight .defaultMenuText,
.menuButtonSecond.highlight .defaultMenuText
{
	color: blue;
	}

/* General */
.important{
	margin-top: 1em;
	border: 1px solid #AC7A04;
	background-color: #C29E10;/*#DEB412*/
	color: white;
	font-weight: bold;
	padding: 1em;
}
.left{
	float: left;
	}
.right{
	float: right;
}
.clear{
	clear:both;
}
