/* @group General */

html {
  color: #000000;
  float: left;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  
}


body {
  font: small/130% Arial, Verdana, sans-serif;
  text-align: center;
}


* {
  list-style: none;
  /*margin: 0;
  outline: none;
  padding: 0;*/
  text-decoration: none;
}

img {
  border: none;
}

ul {
	margin: 0;
	outline: none;
	padding: 0 0 0 30px;
}

li {
	list-style-type: square;
	padding-left: 5px;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

a {
	color: #345caf;
	outline: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 150%;
	margin-top: 15px;
	border-bottom: 1px solid #416897;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

h2 {
	font-size: 130%;
	padding-top: 1 5px;
	padding-bottom: 5px;
}

h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}


/* @end */

/* @group Content */

img.lib {
	border: 2px solid #cccccc;
}

/* @end */

/* @group Layout */

#main {
	background: url(../../images/layout/bg_repeat.jpg) top left repeat-y;
	text-align: left;
	width: 988px;
	margin: auto;
}

#main td {
	vertical-align: top;
}

#content {
	min-height: 400px;
	text-align: left;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#right {
	width: 160px;
	padding-right: 30px;
}

#footer {
	height: 89px;
	background-image: url(../../images/layout/footer.jpg);
	text-align: center;
}

#footer #copyright {
	margin-top: 50px;;
}

/* @end */

/* @group Menu */

#menu {
	width: 210px;
}

#menu ul {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}

#menu ul ul {
	margin: 5px;
	padding: 0px;
}

#menu ul ul li {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu li.activeSub a {
	font-weight: bold;
}

#menu li {
	list-style-type: none;
	padding: 6px 20px;
}

#menu li.line {
	border-bottom: 1px solid #97bbe8;	
}

#menu a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#menu li.active {
	/*background-image: url(../../images/layout/menu_bg.jpg);*/
	padding: 12px 20px 6px;
	border-left: 3px solid #416897;
	padding-left: 15px;
	background-color: #faf4fe;
	-moz-border-radius: 0 15px 15px 0;
}

#menu li.active a.main {
	font-weight: bold;
	color: #416897;
	font-size: 150%;
	text-decoration: none;
}

#menu h1 {
	font-size: 100%;
	border: none;
	margin: 20px 0px 0px 40px;
	padding: 0;
}

/* @end */

/* @group Header */

#header {
	background-image: url(../../images/layout/header.jpg);
	height: 196px;
	width: 988px;;
}

#header #language {
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
}

#header #language a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#header #language a.active {
	color: white;
	font-weight: bold;
}

#header #slogan {
	
}

/* @end */

/* @group List items */

/* @group Detail Mode */

#content h1 {
	border:none;
	font-size: 130%;
	margin: 15px 0 5px;
	padding: 0;
}

#content h2 {
	border:none;
	font-size: 115%;
	margin: 15px 0 5px;
	padding: 0;
}

.imagestripe {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
/*	-moz-border-radius: 15px;
	background-color: #faf4fe; */
}

.imagestripe td {
	text-align: left;
	vertical-align: middle;	
}

.attached_files {
	margin-top: 15px;
}

.attached_files a.iconlink {
	margin-left: 10px;
	
}


/* @end */

.listitem {
	border-bottom: 1px solid #97bbe8;	
	padding: 10px 20px;
}

.inactive {
	color: #6b6c6c;
}

.listitem .title {
	font-size: 130%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.listitem .info {
	margin: 0;
	padding: 0;
	color: #5c5c5c;
}

.listitem .info span {
	padding-right: 10px;
}

.listitem .image {
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
}

.options {
	float: right;
	margin: 0;
	padding: 0;
	font-style: italic;	
}

div.lead {
	font-style: italic;
	text-align: justify;
}

div.full {
	margin-top: 20px;
	margin-bottom: 30px;
}

div.files {
	margin-top: 20px;
}

/* @end */

/* @group Form */
fieldset {
	/*width: 95%;*/ 
	border: 1px dotted #2d73cb; 
	padding: 5px 10px 10px 15px; 
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

fieldset.error {
	border-color: red;
}

fieldset.error legend {
	color: red;
}

legend {
	font-size: 130%; 
	font-weight: bold; 
	color: #2d73cb; 
	padding: 2px 4px;
	margin: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	float: left; 
	clear: left; 
	width: 120px; 
	padding: 5px 15px 0 5px;
	text-align: right; 
}

dd {
	text-align: left; 
	padding: 5px;
}

input, textarea, .fieldwidth {
	width: 300px;
}

.norightnav {
	padding-right: 50px;	
}

.norightnav input, .norightnav textarea {
	width: 500px;
}

textarea {
	height: 150px;
}

textarea.long {
	height: 250px;
}

/* @end */

/* @group Admin */

.modoptions {
	/*float: right;
	background-color: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px;*/
}

/* @end */

/* @group Other */

.notop {
	margin-top: 0;
	padding-top: 0;
}

.image {
	
}

.clear {
	clear: both;
}

/* Needs to be decalred after global input settings */
input.autowidth {
	width: auto;
}

.cursor {
	cursor: pointer;
}


/* @end */

/* @group Nav */
#paging-navigation {
	margin-top: 20px;
	text-align: center;
}

#paging-navigation .navigation
{
	margin: auto;
	width: 230px;
}

#paging-navigation .pagenav_button
{
	padding-top:-5px;
	float:left;
	margin-top:2px;
}

#paging-navigation .txt_pagenav
{
	width:190px;
	text-align:center;
	padding-top:-5px;
	float:left;	
	margin-top:3px;
}

#paging-navigation .txt
{
	padding-top:-5px;
	float:right;
	margin-top:3px;	
	width:190px;
	text-align:right;

}

#paging-navigation .pagenav_dropdown label
{
	vertical-align:4px;
}

#paging-navigation .pagenav_dropdown
{
	float:right;
	margin-right:10px;
}

#paging-navigation .active
{
	font-weight:bold;
	padding: 4px;
	background-color: white;;
}
/* @end */

/* @group Links */

.iconlink, a.category {
	background: no-repeat 0 -2px;
	padding-left: 20px;
}

li.iconlink {
	list-style-type: none;
}

a.category {
	font-weight: normal;
	color: #000000;
	background-image: url(../../../../inc/img/icons/folder.gif);
}

a.pdf {
	background: url(../../../../inc/img/icons/pdf.gif) no-repeat 0 2px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* @end */

/* @group Exteditor */

.exteditor input, .exteditor textarea {
	width: 350px;
}

.exteditor .autowidth {
	width: auto;
}

.exteditor a.item {
	width: 85%;
	float: left;
}

.exteditor {
	text-align: left;
}

.tageditor input, .tageditor textarea {
	width: 150px;
}

.fm_status {
	float:right;
	width: 300px;
	border: 1px solid #cccccc;
	padding: 5px;
}


/* @end */

/* @group Sortable List */

ul.sortableList {
	list-style: none;
	margin: 0;
	outline: none;
	text-decoration: none;
	list-style-type: disc;
}

ul.sortableList li {
	cursor:move;
	width: 300px;
}

.sorthelper {
	margin: 0;
	padding: 0;
}

.sortablehover {

}

/* @end */