/* CSS Document */

body {
background-image:none;
}

#header-wrapper {
width:880px;
margin:0 auto;
padding:0;
font-size:1.1em;
}

#Admin-area-title {
margin-top:97px;
width:500px;
height:90px;
background-image:url(../images/admin-title.gif);
background-repeat:no-repeat;
float:left;
text-indent:-3000px;
}

#container {
clear:both;
background-color:#8db0df;
border-top:#d6d6d6 3px solid;
border-bottom:#828384 3px solid;
font-size:1.1em;
min-width:880px;
}

#container #holder{
background-color:#383e99;
width:880px;
margin:auto;
}

#inner-contain {
width:814px;
margin:auto;
/*background-image:url(../images/admin-inner-contain-bg.gif);*/
background-repeat:repeat-y;
color:#4e4e4e;
overflow:auto;
}

#inner-contain-end {
/*background-image:url(../images/admin-inner-contain-end.gif);*/
width:814px;
height:25px;
text-indent:-3000px;
clear:both;
}

#login-panel {
width:380px;
margin:auto;
background-color:#d6d6d6;
background-image:url(../images/login-panel-middle.gif);
}

#login-panel-end {
background-color:#d6d6d6;
background-image:url(../images/login-panel-bottom.gif);
height:15px;
}

#login-panel-top {
background-color:#d6d6d6;
background-image:url(../images/login-panel-top.png);
height:15px;
}

#header {
margin-bottom:5px;
padding-top:0;
}

#admin-login-heading {
background-image:url(../images/admin-login-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-home-heading {
background-image:url(../images/admin-home-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-user-heading {
background-image:url(../images/admin-user-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-config-heading {
background-image:url(../images/admin-config-heading.gif);
width:814px;
height:53px;
padding-top:10px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-homepage-heading {
background-image:url(../images/admin-homepage-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-cats-heading {
background-image:url(../images/admin-cats-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-news-heading {
background-image:url(../images/admin-news-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-item-heading {
background-image:url(../images/admin-item-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-panel-heading {
background-image:url(../images/admin-panel-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-contact-heading {
background-image:url(../images/admin-contact-heading.gif);
width:814px;
height:53px;
text-indent:-3000px;
clear:both;
margin-bottom:10px;
margin-top:0;
}

#admin-navigation {
float:left;
display:inline;
padding:0;
font-size:1em;
width:177px;
margin-left:6px;
background-image:url(../images/admin-nav-middle.gif);
background-repeat:repeat-y;
}

#admin-nav-top {
width:177px;
height:11px;
/*background-image:url(../images/admin-nav-top.gif);*/
line-height:0.1;
}

#admin-nav-bottom {
width:177px;
height:13px;
/*background-image:url(../images/admin-nav-bottom.gif);*/
line-height:0.1;
font-size:1px;
margin-top:3px;
margin-bottom:0;
padding-bottom:0;
}

#admin-navigation li {
margin-bottom:3px;
padding:0;
margin-left:6px;
margin-right:9px;
}

#admin-navigation a {
color:#FFFFFF;
text-decoration:none;
display:block;
/*background:url("../images/admin-nav-icon.gif") no-repeat 145px center;*/
background-color:#8db0df;
padding:0.5em;
padding-left:0.4em;
text-transform:uppercase;
}

#admin-navigation a:hover {
/*background:url("../images/admin-nav-icon-over.gif") no-repeat 145px center;*/
background-color: #828384;
color:#FFFFFF;
}

#admin-navigation #admin-current {
font-weight:bold;
color:#000000;
}
  
#admin-navigation #admin-current a {
/*background:url("../images/admin-nav-icon-on.gif") no-repeat 145px center;*/
background-color: #828384;
font-weight:bold;
color:#444444;
}

#admin-content {
float:right;
display:inline;
background-color:#d6d6d6;
/*background-image:url(../images/admin-content-middle.gif);*/
background-repeat:repeat-y;
width:587px;
padding:0 10px 0 16px;
margin-right:8px;
color:#4e4e4e;
}

#admin-content .message {
border: #828384 2px solid;
background-color: #bbbbbb;
color:#4e4e4e;
font-weight:bold;
}

#admin-content-top {
float:right;
display:inline;
background-image:url(../images/admin-content-top.gif);
width:613px;
height:15px;
margin-right:8px;
}

#admin-content-bottom {
float:right;
display:inline;
background-image:url(../images/admin-content-bottom.gif);
width:613px;
height:17px;
margin-right:8px;
}

#admin-content h3{
font-size:1.2em;
font-weight:bold;
margin-bottom:1em;
}

#admin-content p{
margin-bottom:0.5em;
}

#admin-content form{
/*text-align:center;*/
}

#admin-content form fieldset{
text-align:center;
}

#admin-content form div{
/*text-align:center;*/
padding-top:7px;
}

#admin-content form fieldset .formdatadisplay-label {
padding:0em 1em 0em 1em;
border: #828384 2px solid;
border-bottom-width:0;
background-color: #828384;
color: #ffffff;
display:inline;
margin: 0 auto;
}

#userdelete_form{
padding-top:0.5em;
}

#admin-content .paging {
text-align:left;
overflow:auto;
padding-bottom:1px;
margin-bottom:3px;
}

#admin-content .paging a{
color:#333333;
font-weight:bold;
}

#admin-content .paging *{
text-align:left;
}

#admin-content .paging span {
font-weight:bold;
}

.pagingcounts {
float:left;
margin-left:0;
}

.pagingpages {
float:right;
margin-right:0;
}

#admin-content div.submitholder{
/*padding-top:0;*/
}

.crumb {
font-weight:bold;
color:#444444;
}

.blocklink {
padding:0.4em;
color:#FFFFFF;
background-color:#828384;
font-size:1em;
display:block;
text-decoration:none;
margin-bottom: 0.5em;
text-align:center;
}

.blocklink:hover {
color:#FFFFFF;
background-color:#8db0df;
}

.blockholder {
padding:0;
color:#FFFFFF;
background-color:#383e99;
font-size:1em;
display:block;
text-decoration:none;
margin-bottom: 0.5em;
text-align:center;
}

.blockholder a{
color:#FFFFFF;
}

.blockholderinner {
padding:8px;
}

.blockholderinnerform {
padding:2px;
}

.zerobottom {
margin-bottom:0;
}

.backlink {
margin-top:1.5em;
}

fieldset {
border:#828384 2px solid;
background-color:#bbbbbb;
padding-bottom:1em;
margin-bottom:1em;
margin-left:0;
margin-right:0;
}

fieldset:hover {
background-color: #aaaaaa;
}

legend {
padding:0em 1em 0.2em 1em;
border: #828384 2px solid;
background-color: #828384;
color: #ffffff;
font-weight:bold;
margin-left:0.2em;
}

label.inputlabel {
padding:0em 1em 0.2em 1em;
border: #828384 2px solid;
border-bottom-width:0;
background-color: #828384;
color: #FFFFFF;
margin-top:2px;
}

span.inputlabel {
padding:0em 1em 0.2em 1em;
border: #828384 2px solid;
border-bottom-width:0;
background-color: #828384;
color: #ffffff;
}

.innercontent {
background-color:#fff5ba;
border: #ac9452 2px solid;
width:710px;
padding:5px;
margin:7px auto;
color:#4e4e4e;
}

.innercontent a{
color:#7b5a00;
font-weight:bold;
}


.innercontent a:hover{
color:#ac9452;
}

.innercontent p {
font-weight:bold;
}

.draghandle {
padding:0.4em;
color:#000000;
background-color:#ABCBF7;
font-size:1em;
display:block;
text-decoration:none;
margin-bottom: 0.5em;
text-align:center;
width:75%;
margin-left:auto;
margin-right:auto;
}

.draghandle a {
display:block;
cursor:n-resize;
}

.inputeditcontact, .editor_field {
border: #828384 2px solid;
padding:0.2em;
background-color: #ffffff;
width:50%;
font-size:1em;
text-align:center;
}

.inplaceeditor-form {
display:inline;
}

.contact-editlinks{
margin-left:5px;
}

.editor_cancel {
margin-left:5px;
margin-right:-5px;
}

.mceNoEditor {
font-size:1em;
border:2px solid #828384;
font-family:Arial, Helvetica, sans-serif;
color:#4e4e4e;
padding:0.5em;
}

#footer {
width:880px;
margin:auto;
margin-top:1em;
font-size:1.1em;
margin-bottom:1em;
text-align:center;
}