/*
* This sile contains  entry system styles. 
* (c) Sami Ekblad, 2005
*/

body, td {
    font-family: Arial, Helvetica;
    font-size: 12px; 
}

body {
    margin: 15px;
    margin-left: 25px;
}

h1 {
    font-size: 18px;
    font-variant: small-caps;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #638BBF;
    color: #ffffff;
    padding: 5px;
    border-top: 1px solid #a0a0f0;
    border-left: 1px solid #a0a0f0;
    border-right: 1px solid #3030a0;
    border-bottom: 1px solid #3030a0;
}

h2 {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #000000;
}

a {
    text-decoration: none;
    color: #638BBF;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

td {
   vertical-align: top;
}

td.header {
   font-size: 10px;	
   padding: 4px;
   font-weight: bold;
   color: #ffffff;
   background-color: #507099;
   border-bottom: 1px solid black;
}

/* ----------------------- 
*
* Event list
*
* ------------------------ */
table.eventlist {
   border: 1px solid black;
   margin-top: 20px;
}

table.eventlist td hr {
  border: none;
  border-top: 1px dotted #000000;
}

table.eventlist td {
   padding: 4px;
   padding-right: 6px;
}

table.eventlist a {
   color: #638BBF;
   font-weight: normal;
}

div.searchbox {
   position: absolute;
   right: 20px;
   top: 20px;
   font-size: 10px;
   line-height: 20px;
   font-weight: bold;
   color: #ffffff;
}

div.searchbox input {
  height: 22px;
}

/* ----------------------- 
*
* Inline table
*
* ------------------------ */
table.inline {
   border: none;
}

table.inline td {
   padding: 0px;
}


/* ----------------------- 
*
* Entrylist
*
* ------------------------ */
table.entrylist {
   border: 1px solid black;
}

table.entrylist td {
   padding: 4px;
}

table.entrylist-full {
   border: 1px solid black;
}

table.entrylist-full td {
   padding: 4px;
   font-size: 10px;
}

table.entrylist-full td.even {
   background-color: #c0c0c0;
}

/* ----------------------- 
*
* Event/organization info on entry form
*
* ------------------------ */
div.eventinfo {
    width: 600px;
}

table.eventinfo {
    margin-top: 20px;
    width: 600px;
}

table.eventinfo td.event {
   border: 1px solid #999250;
   background-color: #E6C877;
   margin: 5px;
   padding: 5px;
}

table.eventinfo td.organizer {
   border: 1px solid #999250;
   background-color: #E6C877;
   margin: 5px;
   padding: 5px;
}


/* ----------------------- 
*
* Form styles 
*
* ------------------------ */

div.description {
   margin: 0px;
}

table.form {
   width: 600px;
   padding: 0px;
}

table.form td.form-field-caption {
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    background-color: #f0f0f0;
    width: 35%;
}

table.form td.form-label {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

td.form-field-caption b {
   color: red;
}

td.form-field-desc {
   font-style: italic;
    font-size: 12px; 
}

div.buttons {
   padding-top: 5px;
   margin-top: 5px;
   border-top: 1px dotted #c0c0c0;
   width: 500px;
}

div.error {
   color: red;
}

div.message {
   font-weight: bold;
}

/* ----------------------- 
*
* Login/logout page 
*
* ------------------------ */
div.login,div.loggedout {
    width: 400px;
    border: 2px solid #999250;
    background-color: #ffffff;
    padding: 10px;
    margin: 40px;
    padding-bottom: 20px;
}

table.login {
   margin: 40px;
   width: 300px;
   padding: 10px;  
}

table.login td.caption {
    width: 100px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    background-color: #E6C877;
    color: #ffffff;
}

table.login td.buttons {
    text-align: right;
}

/* ----------------------- 
*
* Logged-in box
*
* ------------------------ */
div.loggedin {
   text-align: right;
   position: absolute;
   padding: 5px;
   right: 5px;
   top: 5px;
   height: 40px;
   border: 1px solid #999250;
   background-color: #BFA763;
   color: #ffffff;
   font-weight: bold;
}

div.loggedin input {
   margin-top: 5px;
}



/* ----------------------- 
*
* Admin 
*
* ------------------------ */

table.properties {
   width: 500px;
}

table.properties td.caption {
    width: 100px;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
    background-color: #f0f0f0;
}

table.list {
   border: 1px solid black;
}

table.list td {
   padding: 4px;
}

table.list a {
   color: #638BBF;
   font-weight: normal;
}

div.table-buttons {
   padding: 0px;
   margin-top: 5px;
}

/* 
* SELECTION 
*/

tr.selected {
   background-color: #77A7E6;   
}
td.selected {
   background-color: #77A7E6;   
   font-weight: bold;
   color: white;
}

td.selected a {
   font-weight: bold;
   color: white;
}


/* 
* COLOR CONDING FOR FIELD TYPES
*/
td.type_label {
   background-color: #f0f0f0;
   text-decoration: underline;
}


body.admin-entryform div.buttons-fields {
   width: 400px;
}

body.admin-entryform div.buttons {
   width: 800px;
}

body.admin-entryform table.properties {
   width: 800px;
}

iframe.selected-field {
   border: 1px solid #c0c0c0;
   width: 400px;
   height: 370px;
}

body.admin-field div.loggedin {
   display: none;
}

body.admin-field div.buttons {
   width: 300px;
}

body.admin-field table.properties {
   width: 300px;
}
/* ----------------------- 
*
* Admin / ENtrylist
*
* ------------------------ */
