html, body {
    font: 13px Arial, Helvetica;
    margin: 0;
    top: 0;
    color: #2c2c2c
}

/* reset */
h1, h2, h3, h4, h5, h6, ol, ul, p {
    margin: 0;
    padding: 0;
}

a {

}

a:hover {

}

img, a {
    outline: none;
}

/* layout */
#wrapper {
    width: 100%;
    background-color: #FFF;
    float: left;
}

#top-wrapper {
    width: 100%;
    height: 97px;
    background: #e4e4e4 url('http://www.rnc-rayc.co.uk/images_admin/shadowed-edge-fullwidth.png') repeat-x bottom left;
}

#top-inner {
    width: 1024px;
    margin: 0 auto;
    height: 97px;
}

#advert {
    float: left;
    width: 468px;
    margin-left: 80px;
    height: 97px;
    background-color: #efefef;
}

#content-wrapper {
    width: 100%;
    float: left;
    margin-bottom:20px;
}

#content-inner-wrapper {
    width: 1024px;
    margin: 0 auto;
}

#content-inner-wrapper-spacer {
    padding: 10px 0;
}

#left-sidebar {
    float: left;
    width: 200px;
}

#content {
    float: left;
    width: 800px;
    margin-left: 24px;
}

#footer-wrapper {
    width: 100%;
    min-height: 100px;
    float: left;
        background: url("http://www.rnc-rayc.co.uk/images/foot-bg.png") no-repeat scroll center top #FFFFFF;
    padding-bottom: 20px;
}

#footer-inner {
    width: 1024px;
    margin: 0 auto;
    height: 50px;
    padding: 10px 0px;
    padding-top: 50px
}

#copyright {
    float: right;
    font-size:10px;
    color: #2c2c2c;
    text-align: right;
}

#copyright a {
    font-size: 10px;
    color: #2c2c2c;
}

#copyright strong {
    font-size:11px;
}

h1.logo {
    float: left;
    width: 70px;
    height: 59px;
    margin-top: 17px;
}

h1.logo a {
    width: 70px;
    height: 59px;
    display:block;
    background: url('../images_admin/logo-small.png') no-repeat;
}

h1.logo a span {
    display: none;
}

div.sidebar-box {
    margin-bottom:15px;
    padding-bottom: 10px;
    background: url('../images_admin/shadowed-edge-singlecol.png') no-repeat bottom center;

}


#left-sidebar div.sidebar-box h3 {
    font-size: 18px;
    color: #2c2c2c;
    padding: 10px 0px;

}



/* menus */
#left-sidebar ul {
    list-style-type: none;
    padding-bottom: 10px;
}

#left-sidebar ul li {
    margin-bottom: 4px;
}

#left-sidebar ul li a {
    text-decoration: none;
    color: #999;
    font-weight: bold;
}

#left-sidebar ul li a:hover, .active {
    color: #333 !important;
    text-decoration: underline;

}

ul#top-menu {
    float: right;
    list-style-type: none;
    margin-top:10px;
}

ul#top-menu li {
    float: left;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left:3px;
    color: #2c2c2c;
    font-weight: bold;
    padding: 4px 15px;
}

ul#top-menu li a {
    color: #999;
    text-decoration: none;
    font-size:12px;
}

ul#top-menu li a:hover {
    color: #333;
}

ul#footer-menu {
    float: left;
    list-style-type: none;

}

ul#footer-menu li {
    float: left;
    font-size: 10px;
    padding-right: 7px;
    margin-right: 7px;
    font-size:8px;
    border-right: 1px solid #fff;
}

ul#footer-menu li a {
    font-size:12px;
    color: #fff;
    text-decoration: underline;
}

/*** tabela poczatek ***********************/
.table {
    background-color: #999;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #B5BAB8;
    border-bottom-color: #B5BAB8;
    width: 98%;
}
.table td {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #eae6ea;
}

.table tr.highlight {
    background-color: #999;
}
.table tr.odd {
    background-color: #eae6ea;
}

.table tr td.status {
    width: 90px;
}

.table thead tr th {
    color: #FFFFFF;
    background-color: #1C1C1C;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #E3D0EE;
    border-left-color: #E3D0EE;
}
.tree-table {
    margin: 20px 0;
}
.tree-table tr td a {
    text-decoration: none;
    display: block;
    background-color: #999;
    padding: 2px 5px;
    font-weight: normal !important;
    font-size:11px;
    color: #FFF;
    -webkit-border-radius: 5px; /* Safari, Chrome */
   	-khtml-border-radius: 5px;    /* Konqueror */
   	-moz-border-radius: 5px; /* Firefox */
   	border-radius: 5px;
}

.tree-table tr td a:hover {
    background-color: #333 !important
}

.left {
    text-align: left !important;
}

.center {
    text-align:center !important;
}

.right {
    text-align: right !important;
}

.status {
    width:70px !important;
}

.picture {
    width: 96px;
}

div.list-title {
    font-weight: bold;
    margin-top:5px;
}

div.list-subtitle {
    margin: 5px 0;
    font-size:12px;
}

div.list-small-subtitle {
    margin-bottom:5px;
    font-size:10px;
}

.table td ul {
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
}

.table td ul li {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
}

.table td ul li a {
    font-size:11px;
    color:#999;
    text-decoration: underline;
}

.table td ul li a:hover {
    color: #333;
}

/*** tabela koniec ***********************/

/*** pager poczatek ***********************/
#pager {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pager a {
    color: #666C6A;
    text-decoration: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eef1f2;
    border: 1px solid #8C9391;
    padding-right: 6px;
    padding-left: 6px;
}
#pager a:hover {
    color: #000000;
    background-color: #999;
}

#pager a.selected {
    background-color: #999;
}

/*** pager koniec ***********************/

.table {
   /* box-shadow: 5px 5px 10px #666666;
   -moz-box-shadow: 5px 5px 10px #666666;
    -webkit-box-shadow: 5px 5px 10px #666666;*/
}
div#tabs {
    /*box-shadow: 5px 5px 10px #666666;
    -moz-box-shadow: 5px 5px 10px #666666;
    -webkit-box-shadow: 5px 5px 10px #666666;*/
    margin-top:10px;
    float: left;
    width: 790px;
}

#sortable-list  { }
#sortable-list tr td { cursor:move }



div.status_0, div.status_1 {
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    font-size:10px;
    letter-spacing:0.025em;
    margin-top:3px;
    padding:3px 1px;
    text-align:center;
    text-transform:uppercase;
}

div.status_0 {
    background-color:#F00;
    color:#FFF;
}

div.status_1 {
    background-color:#0C0;
    color:#000;
}

ul.context-menu {
    list-style-type: none;
    float: left;
    margin-bottom:10px;
    margin-top: 10px;
    display: block;
    clear:both;
}

ul.context-menu li {
    float: left;
    margin-right: 8px;
    padding-right: 8px;
}
 
ul.context-menu li a {
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    font-size:11px;
    letter-spacing:0.025em;
    padding:4px 15px;
    text-align:center;
    text-transform:uppercase;
    background-color: #999;
    text-decoration: none;
    color: #fff;
}

ul.context-menu li a:hover {
    background-color: #333;
}

#module-info {
    font-size:11px;
    margin:10px 0;
    line-height: 1.3;
    padding: 10px;
    border:1px solid #B5BAB8;
    background-color: #efefef;
    display: none;
    float: left;
}

table.tree-listing {
    font-size:12px;
}

table.tree-listing tr td {
    padding: 4px;
    border: 1px solid #efefef;
}

.list-title {
    font-weight: bold;
}

.list-subtitle {
    margin-top: 3px;
}


ul.list-menu {
    float: left;
    margin-top: 8px;
    list-style-type: none;
}

ul.list-menu li {
    float: left;
    padding-right:5px;
    margin-right: 5px;
}


/**
    FORMS STYLES
*/

#tabs div.pane {
    float: left;
    width:778px;
}

#tabs div.pane form {
    width: 100%;
    float: left;
    font-size:12px;
}

#tabs div.pane p {
    margin-bottom: 20px;
    font-size: 12px;
}

#tabs div.pane form div.field {
    clear: left;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0 0 10px;
    width: 100%;
    background: url("../images_admin/signin-label.png") no-repeat scroll 45% 0 transparent;
    margin-bottom: 5px;
}

#tabs div.pane form div.field label {
    float: left;
    width:160px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    background-color: #1c1c1c ;
    color: #fff;
    border-right: 1px solid #CBCBCB;
    padding: 0 0 0 9px;
    font-size:12px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:0px;
}

#tabs div.pane form div.field div  {
    float: left;
    width: 350px;
    margin-left: 5px;
}

#tabs div.pane form div.field div input[type=password],
#tabs div.pane form div.field div input[type=date],
#tabs div.pane form div.field div input[type=text] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 12px;
    margin: 0px 5px 0 0;
    width: 100%;
}

#tabs div.pane h4 {
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
}

#tabs div.pane ul {
    margin-bottom: 10px !important;
}

.headline-field {
    margin-bottom: 0 !important;
    background: none !important;
}

.headline-field label {
    width: 740px !important;
    -moz-border-radius-bottomleft:0 !important;
    -moz-border-radius-topright:5px !important;
}

.field-textarea {
    margin-bottom: 5px;
    float: left;
}

.field-picture {
    margin-bottom: 5px;
    float: left;
    padding: 10px 0;
    display: block;
    clear: both;
    width: 100%;
}

.field-picture div.img {
    border:1px dashed #666;
    width: 60px;
    height: 60px;
    float: left;
}

.field-picture div.field-input {
    float: left;
    margin-left: 10px;
}

.cms-list-img {
    margin:0 auto;
    border:1px dashed #666;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.field-textarea textarea {
    border: 0px;
    padding: 5px;
    font-size: 12px;
    width: 740px;
    height: 150px;
    font-family: Arial;
}

#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6, #sortable7, #sortable8, #sortable-files-assigned, #sortable-files-available {
    min-height: 150px;
    border: 1px dashed #666;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    float: left;
    background: #eee;
    padding: 5px;
    width: 300px;
    display: block;
}
#sortable1 li, #sortable2 li, #sortable3 li, #sortable4 li, #sortable5 li, #sortable6 li, #sortable7 li, #sortable8 li,
#sortable-files-assigned li, #sortable-files-available li{
    margin: 5px;
    padding: 5px;
    font-size: 1em;
    width: 280px;
    cursor:move;
}

#sortable1 {
    min-height: 350px;
}

.nie {
    background-color: #f00 !important;
    color: #fff !important;
}


#validation_output {
    font-size:10px;
    background:#FF7D7D;
    color:#FFF;
    border:2px solid red;
    padding:10px;
    width:742px;
    margin-left:10px;
    list-style:none;
    margin-top:20px;
}

.validator_authorize {
    width:224px !important;
    margin-left:0px !important;
}


#board {
    float:left;
    width:100%;
}

#board-title {
    float:left;
    width:100%;
    margin-bottom:5px;
}

#board-title h2 {
    font-weight:bold;
    color:#000;
    font-size:18px;
    float:left;
    margin: 0px;
    padding:0px;
}

#board-menu {
    float:right;
    text-align:right;
}

ul#board-submenu {
    width:100%;
    list-style-type:none;
    margin:0px;
    padding:0px;
    float:left;
}
ul#board-submenu li {
    float:left;
    margin-right:10px;
    padding-right:10px;
    border-right: 1px solid #696D70;
}

ul#board-submenu li.last,
ul.article-inner-menu li.last
{
    border-right:0px;
    margin-right:0px;
    padding-right:0px;
}

ul#board-submenu li a {
    color: #696D70 !important;
    text-decoration:none;
}
#articles-board {
    margin-top:20px;
    float:left;
    width:100%;
}


#articles-board h3 {
    color:#128EC1;
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
    cursor:pointer;
    width:100%;
    float:left;
    padding-left:0px;
    width:100%;
    float:left;
    margin-left:15px;

}
#articles-board h2, #articles-board h3.main {
    font-weight:bold !important;
    color:#015998 !important;
    /*    color:red !important;    */
    font-size:16px !important;
    margin:0px !important;
    padding:0px !important;
    display:block !important;
    cursor:pointer !important;
    clear:both !important;
    margin-bottom:10px !important;
    padding-left:0px !important;
    width:100% !important;
    float:left !important;
}



#articles-board .a-pane {
    width:100%;
    margin-bottom:20px;
    float:left;
    display:none;
}

.activated {
    /* background:url('http://www.rnc-rayc.co.uk/images_admin/arrow-down.jpg') no-repeat center left !important;*/
}



#articles-board .a-pane .article {
    min-height:54px;
    padding:6px;
    background-color:#FFF;
    margin-bottom:6px;
    float:left;
}

#articles-board .a-pane .article:hover {
    background-color:#333;
}


.article-inner {
    width:100%;
}

.article-inner-img {
    width:55px;
    height:55px;
    float:left;
    margin-right:8px;
}

.article-inner-img img {
}

.article-inner-info {
    float:left;
    width:460px;
}

.article-inner-title {
    font-weight:bold;
    color:#000;
    font-size:12px;
    margin-bottom:5px;
}

.article-inner-slug,
.article-author,
.article-data {
    color:#676767;
    font-style:italic;
}


ul.article-inner-menu {
    display:block;
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-top:5px;
    float:left;
    width:100%;
}

ul.article-inner-menu li {
    float: left;
    margin-right:5px;
    border-right:1px solid #676767;
    padding-right:5px;
}

ul.article-inner-menu li a {
    color:#676767;
    font-size:11px;
    text-decoration:none;
}

.article-author {
    float:left;
    width:103px;
    margin-right:0px;
    margin-top:40px;
}

.article-status-wrapper {
    float:right;
    width:52px;
    text-align:right;
}

.article-status {
    margin-top:0px;
    width:9px;
    float:right;
    height:9px;
    display:block;
}

.article-status-active1 {
    background:url('http://www.rnc-rayc.co.uk/images/green-dot.jpg') no-repeat;
}

.article-status-active0 {
    background:url('http://www.rnc-rayc.co.uk/images/orange-dot.jpg') no-repeat;
}


.article-data {
    margin-top:38px;
    text-align:right;
}

#articles-board {
    margin-top:20px;
    float:left;
    width:100%;
}


#articles-board h3 {
    color:#128EC1;
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
    cursor:pointer;
    width:100%;
    float:left;
    padding-left:0px;
    width:100%;
    float:left;
    margin-left:15px;

}
#articles-board h2, #articles-board h3.main {
    font-weight:bold !important;
    color:#015998 !important;
    /*    color:red !important;    */
    font-size:16px !important;
    margin:0px !important;
    padding:0px !important;
    display:block !important;
    cursor:pointer !important;
    clear:both !important;
    margin-bottom:10px !important;
    padding-left:0px !important;
    width:100% !important;
    float:left !important;
}



#articles-board .a-pane {
    width:100%;
    margin-bottom:20px;
    float:left;
    display:none;
}

.activated {
    /* background:url('http://www.rnc-rayc.co.uk/images_admin/arrow-down.jpg') no-repeat center left !important;*/
}



#articles-board .a-pane .article {
    min-height:54px;
    padding:6px;
    background-color:#EFEFEF;
    margin-bottom:6px;
    float:left;
}

#articles-board .a-pane .article:hover {
    background-color:#333;
}

.article-inner {
    width:100%;
}

.article-inner-img {
    width:60px;
    height:60px;
    float:left;
    margin-right:8px;
    text-align: center;
    background-color: #FFF;
}

.article-inner-img img {
}

.article-inner-info {
    float:left;
    width:460px;
}

.article-inner-title {
    font-weight:bold;
    color:#000;
    font-size:12px;
    margin-bottom:5px;
}

.article-inner-slug,
.article-author,
.article-data {
    color:#676767;
    font-style:italic;
}


ul.article-inner-menu {
    display:block;
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-top:5px;
    float:left;
    width:100%;
}

ul.article-inner-menu li {
    float: left;
    margin-right:5px;
    border-right:1px solid #676767;
    padding-right:5px;
}

ul.article-inner-menu li a {
    color:#676767;
    font-size:11px;
    text-decoration:none;
}

.article-author {
    float:left;
    width:143px;
    margin-right:0px;
    margin-top:40px;
}

.article-status-wrapper {
    float:right;
    width:52px;
    text-align:right;
}

.article-status {
    margin-top:0px;
    width:9px;
    float:right;
    height:9px;
    display:block;
}


.article-data {
    margin-top:40px;
    font-size: 10px;
    text-align:right;
}

textarea.description {
    height: 500px;
}

#validation_output {
    font-size:10px;
    color:#FFF;
    padding:10px;
    list-style:none;
}

.validator_authorize {
    margin-left:0px !important;
}

#footer-address {
    float: left;
    color: #2c2c2c;
    font-size:10px;
}

#footer-address strong {
    font-size: 11px;
}

#footer-address a {
    font-size:10px;
    color: #2c2c2c;
    text-decoration: none;
}

#footer-address a:hover {
    text-decoration: underline;
}

ul.social {
    height: 32px;
    text-align: right;
    float: left;
    width: 694px;
    margin-top:10px
}

ul.social li {
    display: block;
    width: 26px;
    height: 26px;
    float: left;
    margin-right:5px;
}

ul.social li a {
    display: block;
    width: 26px;
    height: 26px;
}

ul.social li a span {
    display: none;
}

/* Tag cloud */

ul.Zend_Tag_Cloud {
    margin:1em 0;
    padding:.5em 10px;
    text-align:center;
    width:300px;
    background:#71b5e9 url(http://www.rnc-rayc.co.uk/images_admin/bg_tags.gif) repeat-x;
}
ul.Zend_Tag_Cloud li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
ul.Zend_Tag_Cloud li a{
    text-decoration:none;
    color:#fff;
    padding:0 2px;
}
ul.Zend_Tag_Cloud li a:hover{
    color:#cff400;
}


/**** 	Listing	  ****/

table.listing {
    font-size:11px;
    background-color:#999;
}

table.listing th {
    color:#FFF;
    padding:4px;
    background-color:#000;
    font-size:12px;
}

table.listing td {
    padding:4px;
    background-color:#FFF;
}

table.listing td div.status_0,
table.listing td div.status_1	{
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    font-size:10px;
    letter-spacing:0.025em;
    margin-top:3px;
    padding:3px 1px;
    text-align:center;
    text-transform:uppercase;
}

table.listing td div.status_0 {
    background-color:#F00;
    color:#FFF;
}

table.listing td div.status_1 {
    background-color:#0C0;
    color:#000;
}

table td div.list-title {
    font-weight:bold;
    font-size:13px;
    color:#000;
    margin-bottom:5px;
}

table td ul.list-menu {
    float:left;
    list-style-type:none;
    padding-left:0px !important;
}

table td ul.list-menu li {
    padding-right:5px;
    margin-right:5px;
    float:left;
    border-right:1px solid #000;
}