html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

body {
    background: #fff;
    color: #333;
    font: 12.5px verdana, arial, helvetica, sans-serif;
    width: 950px;
    padding:0;
    margin:10px 1em;
}

.resizeblock {
    width:950px;
    margin:0 auto;
    padding:0;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    color: #006dba;
    font-weight: bold;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
    color: #006dba;
    font-weight: bold;
    font-size: 14px;
    margin: .8em 0 .3em 0;
}

h3 {
    color: #006dba;
    font-weight: bold;
    font-size: 12px;
    margin: .8em 0 .3em 0;
}

h4 {
    color: #006dba;
    font-weight: normal;
    font-size: 12px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

p {
    margin-top: 0.6em;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */


table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

div.codeblock {
    margin: 4px;
    padding: 8px;
    border: solid 1px black;
}
pre, code {
    font-size: 13px;
}



/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}
/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.menuContainer {
    margin: 20px 0 0 0;
    padding: 0;
    bottom: 1px;
}

.googlesearch {
    height: 34px;
    padding: 5px;
    margin: 4px 4px;
}

.bodyArea {
    margin-left: 248px;
    *margin:10px;
    width: 690px;
    position: absolute;
}

.leftInfobar {
    float: left;
    visibility: visible;
    width: 240px;
    padding: 10px 0 0 0;
    margin: 0;
}

.leftblock h2 {
    background-color: #3333ff;
    color: white;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 6px 4px 4px 4px;
    overflow: hidden;
    white-space: nowrap;
}

.leftblock h2 a {
    color: #fff;
}

.leftblock div {
    background: top repeat-y url("../images/front/skyside.jpg");
    margin: 0 0 15px 0;
    padding: 4px 0 4px 4px;
}

.leftblock div ul {
    margin: 3px 0 3px 3px;
    font-size: 0.8em;
    padding: 0;
    list-style: none;
}

.leftblock div ul li {
    margin: 0;
    padding: 2px 0 2px 2px;
    list-style: none;
    overflow: hidden;
    width: 233px;
}

.leftblock div ul li a {
    display: inline-block;
    color: #555;
    white-space: nowrap;
}

.leftblock div ul li.selected {
    position: relative; left: 3px;
    background: right top no-repeat url("../images/front/selected-left-menu.png") #f90;
    height: 12px;
}

.leftblock div ul li.selected a, div ul li.selected a:visited {
    color: white;
}

.rssfeed {
    float: right;
    margin: 0;
    position: relative;
    top: 4px; right: -6px;
}

.tccheader {
    background-image: url(../images/front/headerbg.jpg);
    margin:0;
    padding:0;
    height: 161px;
    width: 950px;
}

.menuheader {
    position: relative;
    top: 130px; left: 5px;
}

.menuheader a {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 3px 10px;
    color: white;
}
.menuheader a:hover {
    background-color: #00cc66;
}
.copyright {
    margin: 10px 4px 0px 4px;
    text-align: center;
    font-size: 0.8em;
    border-top: 1px solid #009999
}


.navigationbar {
    font-size: 0.95em;
    color: #444;
    padding: 2px 0;
    margin: 10px 3px 10px 3px;
}

.navigationbar ul {
    display: inline-block;
    margin:0;
    padding: 0;
}

.navigationbar ul li a {
    color: #555;
}

.navigationbar ul li {
    display: inline;
    list-style: none;
    list-style-position:inside;
    margin: 5px 0 0 0;
    padding: 0;
}

img {
    border: 0;
}


table.blogCalendar {
    padding: 2px;
    margin: auto;
    width: auto;
}

table.blogCalendar th {
    background: none;
    font-weight: bold;
    padding:2px;
    color: black;

}

table.blogCalendar td {
    padding: 3px 4px;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

table.blogCalendar td a {
    display: inline-block;
    color: white;
    background-color: #881;
}


div.contentHeader ul li {
    display: inline;
    padding: 2px 5px;
    margin: 0;
}
div.contentHeader ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

div.contentPages {
    text-align: center;
    margin: 10px 0 5px 0;
}

.leftblock div.navigationblock {
    margin:0;
    padding:0;
}
