/* @group General */

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


body {
    font: small/130% Arial, Verdana, sans-serif;
	height: 100%;
    background-color: #1c1c1c;
}

body.index {
	padding: 0;
    margin: 0;
    text-align:center;
	background: #1c1c1c url(../../images/layout/bg_left.jpg) top center no-repeat;
}


* {
  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: #FB2023;             
	outline: none;
}

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

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);
	text-align: left;
	width: 942px;
}


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

#content {
	min-height: 409px;
	text-align: left;
	background: url(../../images/layout/background.jpg) no-repeat;
}    

#data {
    float:left;
    width:574px;
    padding:0 15px;
}

#footer {
    clear:both;
	height: 141px;
	background-image: url(../../images/layout/footer_bg.jpg);
}

#footer p {
    padding-top:105px;
    padding-right:20px;
    text-align:right;      
}                 

#footer p, #footer a {
    color: #9D9D9D;
}



/* @end */

/* @group Content */

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

/* @end */

/* @group Menu */

#menu {   
    float:left;   
    width:322px;          
    border:0px solid white;
    height:409px;
}

#menu ul {
    padding-top:70px;
    padding-left:150px;
    text-align:center;
}

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

#menu li {
	list-style-type: none;
	padding: 5px 0;
}

#menu li.line {
	width: 1px;
	padding: 0;
	height: 36px;
}

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

/*
#menu li.active {
	border-right:10px solid white;
	padding-left:10px;
}

#menu li:hover {
	border-right:10px solid red;
	padding-left:10px;
}   
*/

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

/* @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: #CECECE;
}

.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:350px;
}

.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: 100px; 
	padding: 5px 15px 0 5px;
	text-align: right; 
}

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

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

input, textarea {
	width: 350px;
	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 {        
	margin-bottom: 10px;
	text-align:right;
}

.modoptions a:hover {
    text-decoration:none;
    background-color: #000;
    color:#fff;
}

.modoptions a {
	padding: 7px;
    width:200px;
    background-color: #fff;
    border:1px solid #ccc;
    color:#000;
    margin-left:5px;
}

.modoptions img {
    vertical-align:-3px;
}

/* @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: 300px;
}

.exteditor .autowidth {
	width: auto;
}

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

.exteditor {
	text-align: left;
}

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

.fm_status {
	width: 300px;
	margin-bottom:10px;
}


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

.player_label {
    vertical-align:-4px;
    margin-left:10px;
}


