html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

body {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 35px;
    margin-bottom: 0px;
    background-color: #F5EDDC;
    /*background-image: url("../images/noiseBknd.gif");*/
    /*background-repeat: repeat;*/
    color: #333;
    font: 12px verdana, arial, helvetica, sans-serif;
}

.bodyTextBrown {
    text-align: center;
    font:14px arial;
	line-height:17px;
	color:#8F570A;
}

.footerTextBrown {
    text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height:17px;
	color: #8F570A;
}

.sidebarText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #8F570A;
	line-height:21px;
}

.sidebarTextSmall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #8F570A;
	line-height:18px;
	letter-spacing:0.02em;
}

.sidebarTextDark {
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #222222;
	line-height:21px;
	letter-spacing:0.02em;
}

p.footer1 {
    margin-top: 6px;
    padding: 0;
}

p.footer2 {
    position: relative;
    top: -5px;
}

p {
    line-height: 225%;
    padding-right: 2px;
}

p.first {
    margin-top: 23px;
    padding: 0;
}

p.padDown {
    padding-bottom: 1px;
}

p.last {
    /*margin-top: 1px;*/
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

div#leftNav {
    float: left;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    background-image: url("../images/noiseBknd.gif");
    color: #460F00;
    line-height: 19px;
    padding: 0;
    border: 0;
    margin: 0;
    height: 800px;
    width: 274px;
    overflow: hidden;
}

div#leftNav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

div#leftNav a {
	color: #a66600;
    font-size: 14px;
    font-weight: normal;
	text-decoration:underline;
    line-height: 17px;
}

div#leftNav a:hover {
	color: #4d3c26;
    font-size: 14px;
    font-weight: normal;
	text-decoration:none;
    line-height: 17px;
}

div#leftNav select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #E8E8E8;
    border: 2px groove darkgray;
    margin: 0;
    padding: 0;
}

div#leftNav table {
    border: 0;
}

div#leftNav table.raisedBorder {
    padding: 2px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 3px;
    border-left-color: #FCF7DF;
    border-top-color: #FFFBF0;
    border-right-color: #CBBB99;
    border-bottom-color: #BDB093;
}

div#leftNav td, th {
    font-size: 15px;
    color: #460F00;
    line-height: 19px;
    padding: 0;
    text-align: center;
    /*vertical-align: top;*/
}

div#leftNav table.footer {
    padding: 5px;
}

h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #460F00;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #80571a;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
   padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #80571a;
}

.body {
    float: left;
    margin: 0 15px 10px 5px;
    width: 60%;
    overflow: auto;
    display: inline;
}

.signupBody {
    float: left;
    margin: 0 15px 10px 5px;
    width: 100%;
    overflow: auto;
}

.logo {
    background-color: #1A3C80;
    height: 108px;
    width: 100%;
    padding-left: 3px;
}

/* NAVIGATION MENU */

.nav {
    /*background-color: #f2E6CB;*/
    /*border-bottom-color: #e0cca4;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 2px;*/
	margin: 0 0 0 -15px;
    height: 20px;
    width: 700px;
    overflow: hidden;
    display: inline;
    /*padding-left: 3px;*/
}

.menuButton {
	color:#80571a;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-left: 16px;
    padding-right: 7px;
	font-weight: bold;
}
.menuButton a {
	color:#80571a;
	text-decoration: none;
}

.menuButton a:link {
    color: #80571a;
}

.menuButton a:hover {
    color: chocolate;
}

.menuButton a.home {
    background: url(../images/skin/house.png) 0 0 no-repeat;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f2ecdf url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #80571a;
    color: #80571a;
    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;
}
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;
}

/* Boxes */

#left {
    float: left;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    color: #460F00;
    line-height: 19px;
    padding: 0;
    border: 0;
    width: 250px;
    height: 700px;
    overflow: hidden;
    display: inline;
}

#left a {
	color: #AA5F00;
    font-weight: normal;
    text-decoration:none;
	}

#left a:hover {
	color: #460F00;
    font-weight: normal;
	text-decoration:underline;
	}

#left a:active {
	text-decoration: none;
    font-weight: normal;
	color: #D40000;
}

#right {
    float: left;
    width: 400px;
    /*width: 60%;*/
    margin-left: 28px;
    margin-top: 20px;
    /*padding: 10px;*/
    border: 0;
    overflow: visible;
}

.spacer {
    position: relative;
    top: 102px;
    width: auto;
}

/* TABLES */

table {
    border: 1px solid #ccb98d;
    width: 100%
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    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;
    font-size: 10px;
    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;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #ccb98d;
    color: white;
}

ul.categorySubscribeList {
    list-style: none;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    line-height: 200%;
}

li.categorySubscribeList {
    /*margin: 0;*/
    display: inline;
    padding: 0;
    margin-bottom: 10px;
}

div.categorySubscribeColumn {
    float: left;
    display: inline;
    width: 160px;
    text-align: right;
}

ul.genreSubscribeList {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 200%;
    padding: 0;
}

li.genreSubscribeList {
    padding: 0;
    margin-right: 0;
}

ul.majorActions {
    font-size: 14px;
    line-height: 200%;
}

ul.properties {
    list-style-type: circle;
    line-height: 130%;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccb98d;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccb98d;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

div.dialog {
    /*padding: 5px 0;*/
    overflow: hidden;
    display: inline;
    width: 400px;
}

.dialog table {
    /*padding: 5px 0;*/
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    font-size: 13px;
    width: 15%;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 85%;
}

.listPropertiesFormat {
    text-align: left;
    font-size: 13px;
    width: 100px;
    white-space: nowrap;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccb98d;
    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;
}

.buttons input.return {
    background: transparent url(../images/skin/house.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.login {
    background: transparent url(../images/skin/login.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.logout {
    background: transparent url(../images/skin/logout.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.footerText {
	font-size: 11px;
	line-height: 15px;
}
