/* Page
----------------------------------------------- */
html {
	height:100%;
	width:100%
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:15px;
	line-height:20px;
	color:#fff;
	scroll:auto;
}

body#Pages {background-image:url('../img/background_clean.jpg')}
body#news {background-image:url('../img/background_dotted_grey.jpg')}
body#chapters {background-image:url('../img/background_dotted_grey.jpg')}
body#admin {background-image:url('../img/background_clean.jpg')}

body {
	scrollbar-face-color: #c8db00;
	scrollbar-highlight-color: #c8db00;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #005bc3;
	scrollbar-shadow-color: #666;
	scrollbar-arrow-color: #005bc3;
	scrollbar-track-color: #0056b9;
}

/* Headers
----------------------------------------------- */

h1 {
	font-size:25px;
	font-weight:bold;
	line-height:27px;
}

/* Paragraphs
----------------------------------------------- */
p {
	margin-bottom:20px;
}


/* Lists
----------------------------------------------- */
ul {}
ul li {}
ul li ul {}
ul li ul li {}


/* Tables
----------------------------------------------- */
table {}
th {}
td {}

table.overview {
	width:100%;
}

table.overview th {
	padding:3px; 
	border:1px solid white; 
	font-weight:bold;
	background-image:url('../img/th_back.gif');
}

table.overview td {
	padding:3px; 
	border-bottom:1px dashed #b2b2b2
}

table.overview .thumb {width:45px; text-align:center;}
table.overview .active {width:40px; text-align:center;}
table.overview .action {width:150px; text-align:center;}

table.overview img {display:block} 

table.overview .addItem {text-align:right}
table.overview .addItem a {text-decoration:none}


/* Forms
----------------------------------------------- */
form {margin:0px}

fieldset {}
fieldset br {}
legend {}

label {
	float:left; 
	width:150px;
	margin-bottom:10px;
}

input, select, textarea {border:0px;}
textarea {
	width:260px; 
	height:120px; 
	padding:3px;
	font-family: Arial;
	font-size:15px;
	overflow:auto;
}

input {
	padding:3px;
	width:260px;
	font-family: Arial;
	font-size:15px;
}

input.submit {
	width:99px;
	height:23px;
	padding:5px 0px 0px 0px;
}

.submit {}
.submit:hover {}


/* Links
----------------------------------------------- */
a {
	color:#c8db00;
	text-decoration:underline;
}
a:hover {color:#fff}
a:focus {}


/* Misc
----------------------------------------------- */
img {border:0px}

hr {}

blockquote {}

pre {}

em {
	display:block;
	margin-bottom:15px;
	font-style:italic;
	font-size:11px;
}

acronym, abbr {}

object, embed {
	display:block;
	float:left;
}

.hide {display:none}

img.order {
	display:block;
	float:left;
}

.clear {clear:both}


/* Feedback
----------------------------------------------- */
#flashMessage,
.error_messages {
	border:1px solid green;
	background-color:#d3ffc2;
	margin-bottom:5px;
	padding:5px;
	color:#000;
	font-size:11px;
	line-height:13px;
}

#flashMessage.error_messages {
	border:1px solid red;
	background-color:#ffdbdb;
}

.error_messages li {
	margin-left:15px;
	list-style:square;
}

.mandatory {color:red;}


/* Wrappers
----------------------------------------------- */
#wrapper {
	position:absolute;
	top:50%;
	margin-top:-277px;
	left:50%;
	margin-left:-384px;
	width:768px;
	height:558px;
}


/* Sections
----------------------------------------------- */
#identity-banner {
	position:absolute;
	width:588px;
	height:150px;
	background-color:#c8db00;
	background-image:url('../img/banner.jpg');
	background-repeat:no-repeat;
	background-position:24px 50%;
	text-indent:-5000px;
}

#identity-banner img.logo {
	position:absolute;
}

#identity-logo {
	position:absolute;
	right:0px;
	width:165px;
	height:150px;
	background-color:#c8db00;
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;
	text-indent:-5000px;
}


#main {
	position:absolute;
	top:165px;
	width:588px;
	height:393px;
	background-color:#005bc3;
}

#content {
	position:absolute;
	top:24px;
	left:24px;
	width:530px;
	height:344px;
	padding:0px 20px 0px 0px;
	background-color:#005bc3;
	overflow:auto;
	border:0px solid white;
}

#content ul {
	padding:0px 0px 20px 15px;
	list-style:square;
}

#content ul.second-link-list,
#content ul.first-link-list{
	padding:0px 0px 0px 15px;
}

#content div.error_messages ul {
	padding:0px 0px 0px 15px;
}

#content ul li span.raquo {
	display:none
}

#content .news-item {
	margin-bottom:20px;
	padding:0px 0px 20px 0px;
	background-image:url('../img/ruler.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	border:0px solid white;
}

#content .news-item-detail {
	background-image:none;
}


#content.chapter {}
#content.chapter h1,
#content.casus h1 {
	margin:0px 0px 20px 0px
}


#content .casus-overview {}
#content .casus-overview ul {
	padding:0px 0px 0px 15px;
	list-style:square;
}

#content .casus-overview {}

#content .casus-detail {}

#content .paging-top {
	position:absolute;
	top:1px;
	right:25px !important;
	right:50px;
	z-index:100;
}

#content .paging-top a {text-decoration:none;}
#content .casus-detail .casus-paging-bottom {float:right;}

/* MENU
---------------------------------------*/
#menu {
	position:absolute;
	right:0px;
	top:165px;
	width:165px;
	height:393px;
	background-color:#c8db00;
}

#menu ul {
	margin:28px 0px 0px 13px;
	font-weight:bold;
}
#menu ul li {}
#menu ul li a {color:#005bc3; text-decoration:none;}
#menu ul li a:hover {color:#fff;}
#menu ul li a.active {
	color:#fff;
	/* text-decoration:underline; */
	cursor:default;
}
#menu ul li a.active:hover {
	color:#fff;
}

#menu ul li ul {
	display:none;
	margin:0px 0px 0px 13px;
	font-size:13px;
	font-weight:normal;
	color:#005bc3;
}
#menu ul li.active ul {display:block}
#menu ul li ul li.active a {
	color:#fff;
}
