/* @group General */

html {
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0;
}


body {
    font: small/130% Arial, Verdana, sans-serif;
	height: 100%;
}

body.index {
	padding: 0;
    margin: 0;
    text-align:center;
	background: #3b3b3b url(../../images/layout/header_bg.jpg) repeat-x;
}


* {
  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: #ab142d;
	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 Layout */

#container {
    margin: 0 auto;
	background: url(../../images/layout/content_bg.jpg) top left repeat-y;
	text-align: left;
	width: 1010px;
}

#header {
	background: url(../../images/layout/header.jpg) no-repeat;
}

#header #titlepic {
	height: 226px;
}

#content {
	clear: both;
	min-height: 500px;
	text-align: left;
	padding: 20px 60px;
	background: url(../../images/layout/inner_bg.jpg) repeat-x;
}

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



/* @end */

/* @group Content */

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

/* @end */

/* @group Menu */

#menu {
}

#menu ul {
	background: url(../../images/layout/menu_bg.jpg) repeat-x;
	height: 36px;
	margin-left: 33px;
	margin-right: 35px;
}

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

#menu li {
	list-style-type: none;
	padding: 10px 20px 8px 20px;
	float: left;
	background-color:#000;
	background-image: url(../../images/layout/menu_bg.jpg);
}

#menu li.line {
	width: 1px;
	padding: 0;
	height: 36px;
	background-image: url(../../images/layout/menu_spacer.jpg);
}

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

#menu li.active {
	background-image: url(../../images/layout/menu_bg_a.jpg);
}

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

/* @end */

/* @group List items */

/* @group Detail Mode */

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

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

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

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

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

.attached_files {
	margin-top: 15px;
}

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


/* @end */

.itemspacer {
	border-top: 1px solid #c4bdba;
}

.listitem {
	padding: 10px 20px;
}

.inactive {
	color: #6b6c6c;
}

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

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

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

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

.listitem .imageleft {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	text-align:center;
}     

.listitem .leftcol {
    float:left;
    width:150px;
    text-align:center;
    margin-right:20px;
}

.listitem .rightcol {
    float:left; 
    width:680px;
}

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

div.lead {
}

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

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

/* @end */

/* @group Form */

fieldset {
	/*width: 95%;*/ 
	border: 1px dotted #a0212f; 
	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: #ab142d; 
	padding: 2px 4px;
	margin: 0;
	border-color: #f92523;
}

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;
}

.contact input, 
.contact textarea {
	margin-bottom: 5px;
}

input, textarea {
	width: 450px;
	padding: 3px;
	border: 1px solid #867f81;
}

input:focus {
	background-color: #fcc3bd;
}

.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 a {
	font-weight: normal;
}

#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 */
