/*******************************************************************************
 *
 * GENERAL STYLES
 *
 ******************************************************************************/
body {
	background: #372F2C url('../images/layout/body_bg.jpg') no-repeat left top;
	color: #202020;
	/*overflow-y: scroll;*/
	/*overflow: hidden;*/
}

/*@media (max-width=900px){*/
/* main outer wrapper */
#content_list {
	/*
	margin-top: 2em;
	*/
	width: 100%;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling:auto;
}
/*}*/



li {
	display: list-item;
}

a, a:visited {
    color: #0055bf;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

/*******************************************************************************
 *
 * MISC
 *
 ******************************************************************************/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*******************************************************************************
 *
 * HEADER
 *
 ******************************************************************************/
#login-area {
	text-align: right;
	font-size: 87%;
	height: 2em;
	color: #b6b6b6;
}

#login-area a {
	color: #efefef;
}

#login-area a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	background: transparent url('../images/layout/redline.png') repeat-x left 80px;
}

#header a.logo {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 397px;
	height: 76px;
	background: transparent url('../images/layout/mittpopsenter.png') no-repeat left top;
}

#header h1 {
	text-indent: -9999px;
}

#header ul.menu {
	height: 36px;
	background: #2b2b2b url('../images/layout/menu_bg.png') repeat-x left top;
	color: #fff;

	margin: 15px 0px 0px 0px;
	padding: 0;

	list-style: none;
}

#header ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#header ul.menu li a {
	display: block;
	height: 14px;
	font-size: 11px;
	color: #efefef;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 11px 12px 10px 12px;
	margin: 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #2b2b2b;
}

#header ul.menu li a:hover {
	background: transparent url(../images/layout/menu_bg_hover.png) repeat-x left top;
}

#header ul.menu li.active a {
	color: #fff;
	border-bottom: 1px dotted #efefef;
}

/*******************************************************************************
 *
 * CONTENT AREA
 *
 ******************************************************************************/
#content {
	background-color: #8e8580;
	padding: 5px;
}

#page {
	background-color: #fff;
	padding: 5px;
	min-height: 400px;
}

/****************************
 * LOGIN PAGE
 ***************************/
body.login .container_12 {
    width: 396px;
    margin-top: 15em;
}

body.login #page {
    min-height: 100px;
}

body.login #page h2 {
    padding-left: 3.2em;
}

/*******************************************************************************
 *
 * TREE STUFF
 *
 ******************************************************************************/
div.tree {
    float: left;
    width: 25%;
    position: relative;
}

div.tree-content {
    float: left;
    width: 75%;
}

/*******************************************************************************
 *
 * FOOTER
 *
 ******************************************************************************/
#footer {
	font-size: 77%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 2em;
	color: #b6b6b6;
}

#footer a {
	color: #efefef;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div.left {
	float: left;
}

#footer div.right {
	float: right;
}

/*******************************
 * DL Form
 ******************************/
form.dl {

	margin-left:20px;
}

form.dl span.required {
    color: #c00;
    font-weight: bold;
    cursor: help;
}

form.dl span.required:before {
    content: " ";
}

form.dl dl {
    margin: 0.5em 0em 0em 0em;
}

form.dl dt {
    float: left;
    clear: left;
    color: #333;
    text-align: right;
    font-weight: bold;
    position: relative;
    margin-right: 0.5em;
}

form.dl dt label {
    cursor: pointer;
    line-height: 21px;
}

form.dl dd {
    clear: right;
    margin: 0em 0em 0.8em 0em;
    padding: 0em 0em 0em 1.5em;
}

form.dl dd var {
    font-style: normal;
    padding-left: 0.2em;
}

form.dl dd span.hint {
    display: block;
    font-size: 87%;
    font-style: italic;
    color: #a9a9a9;
}

form.dl dl ul.errors {
    color: #c00;
    margin: 0em;
    padding: 0em;
    list-style-position: inside;
}

form.dl dl ul.errors li {
    margin: 0em;
}

form.dl > ul.errors {
    background-color: #ffdddd;
    border: 1px solid #c00;
    color: #c00;
    margin: 1em 1em;
    list-style-position: inside;
}

form.dl > ul.errors li {
    margin: 0.4em 1em;
}

form.dl input {
    margin: 0em 0.2em 0em 0em;
}

form.dl select,
form.dl textarea,
form.dl input[type='text'],
form.dl input[type='password'],
form.dl input[type='search'] {
    border: 1px solid #7F9DB9;
    padding: .1em .1em .1em .2em;
}
form.dl input[type='readonly'] {
    border: 0px;
    padding: .1em .1em .1em .2em;
}


form.dl input.button {
    border-radius: 3px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    font-weight: bold;
    color: #333333;
}

form.dl input.button:hover {
    background-color: #f0f0f0;
    color: #000000;
    border-color: #a9a9a9;
}

form.dl input[type='text']:hover,
form.dl input[type='password']:hover {
    background-color: #fff;
}

form.dl input[disabled='disabled'],
form.dl input[disabled='disabled']:hover {
    background-color: #ebebe4;
}

form.dl textarea:focus,
form.dl input[type='text']:focus,
form.dl input[type='password']:focus {
    background-color: #FAFFBD;
    color:#000000;
    border-color: #7F9DB9;
}

/****************************
 * Various widths
 ***************************/
form.dl dl.w1 dt { width: 1em; }
form.dl dl.w2 dt { width: 2em; }
form.dl dl.w3 dt { width: 3em; }
form.dl dl.w4 dt { width: 4em; }
form.dl dl.w5 dt { width: 5em; }
form.dl dl.w6 dt { width: 6em; }
form.dl dl.w7 dt { width: 7em; }
form.dl dl.w8 dt { width: 8em; }
form.dl dl.w9 dt { width: 9em; }
form.dl dl.w10 dt { width: 10em; }
form.dl dl.w11 dt { width: 11em; }

form.dl dl.w1 dd.submit { margin-left: 1em; }
form.dl dl.w2 dd.submit { margin-left: 1em; }
form.dl dl.w3 dd.submit { margin-left: 2em; }
form.dl dl.w4 dd.submit { margin-left: 3em; }
form.dl dl.w5 dd.submit { margin-left: 4em; }
form.dl dl.w6 dd.submit { margin-left: 5em; }
form.dl dl.w7 dd.submit { margin-left: 6em; }
form.dl dl.w8 dd.submit { margin-left: 7em; }
form.dl dl.w9 dd.submit { margin-left: 8em; }
form.dl dl.w10 dd.submit { margin-left: 9em; }
form.dl dl.w11 dd.submit { margin-left: 10em; }

/****************************
 * Enity / children listing
 ***************************/
h3.entities {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 113%;
}

table.entities {
    width: 99%;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #a9a9a9;
}

table.entities td,
table.entities th {
    text-align: left;
    padding: 2px;
}

table.entities tr.odd {
    background-color: #efefef;
}

table.entities th {
    border-bottom: 1px solid #ccc;
}

table.entities td form fieldset {
    margin-bottom: 0;
}

table.entities th.num,
table.entities th.show,
table.entities th.delete,
table.entities th.active {
    width: 24px;
}

table.entities td.clickable {
    cursor: pointer;
}

table.entities tr.preview td {
    text-align: center;
}

a.add {
    background: url(../images/silkicons/add.png) no-repeat left top;
    padding-left: 20px;
    color: #000;
}

a.show {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/silkicons/application_form_edit.png) no-repeat left top;
}

input.delete {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/silkicons/cross.png) no-repeat left top;
}

input.active {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/silkicons/bullet_green.png) no-repeat left top;
}

input.inactive {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/silkicons/bullet_red.png) no-repeat left top;
}

@media (max-width:900px) 
{
}
