/* 
Main stylesheet for iCopyright applications
Copyright 2005-2009 iCopyright, Inc. All rights reserved.

Four basic colors:
  000000
  003366
  336699
  6699CC
*/

/* 
General
*/
body {
    font-size: 12px;
    margin: 25px 10px 10px 10px;
    font-family: Geneva, Arial, sans-serif, Verdana, Helvetica;
    color: #333;
    background-color: #333;
}

a {
    text-decoration: none;
    color: #336699;
}

a:hover {
    color: #333;
}

img {
    border: 0;
}

h1 {
    font-size: 150%;
    font-style: normal;
    color: #333;
    margin-top: 0px;
}

h2 {
    font-size: 130%;
    color: #333;
    font-weight: normal;
    padding: 0;

}

h3 {
    font-size: 110%;
    color: #333;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    margin: 0;
}

table td {
    padding: 0;
    border-width: 0;
    vertical-align: top;
}

table tr.even {
    background-color: #F1F1F1;
}

table tr.odd {
    background-color: #E4E4E4;
}

table tr.prominent td {
    font-weight: bold;
}

table tr.inconspicuous td {
    font-weight: lighter;
    font-style: italic;
}

/*
Container
*/
div#container {
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 20px;
    background: #FFFFFF url(../images/img-page.gif) top right no-repeat;
}

div#container table {
    width: 100%;
}

/* 
Title
*/
td#title {
    color: #6699CC;
    margin: 0 auto 0 auto;
    text-align: left;
}

td#title h1 {
    margin: 0px;
    border-bottom: none;
    text-align: right;
}

td#title h2 {
    margin: 0;
    padding: 0 0 10px 5px;
    float: right;
}

td#title div#account-links {
    margin-top: 5px;
}

td#title img {
    float: left;
    text-align: right;
    margin: 0 0 5px 0;
    padding: 0;
}

/*
Nav
*/
#nav {
    width: 150px;
    padding: 10px 10px 43px 10px;
    border: 1px solid #BFBFBF;
    background-color: #F1F1F1;
    margin: 0;
    line-height: 10px;
}

#nav h1 {
    margin-top: 0;
    text-align: left;
    font-size: 100%;
}

#nav div.menu {
    text-align: left;
}

#nav div.menu a {
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    display: block;
}

#nav div.menu a.selected {
    color: #000000;
    border: none;
    padding: 0px 0px 0px 10px;
}

/*
Top nav
*/
td#topnav {
    text-align: left;
    background: #333;
    font-size: 120%;
    height: 52px;
    padding: 16px 0 0 10px;
    border-top: 0px;
    border-bottom: 10px solid #fff;
}

td#topnav a {
    font-weight: normal;
    font-style: normal;
    padding: 7px;
    color: #999;
    margin: 0;
}

td#topnav a:hover {
    color: #fff;
}

td#topnav a.selected {
    color: #fff;
}

/*
Content
*/
td#content {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
}

div.appendedphotos {
    float: left;
    margin: 1em 0 1em 0;
}

div.appendedphotos img {
    margin: 0;
    border: 0;
}

p.caption {
    font-size: 80%;
    font-style: italic;
    margin: 0.75em 0 0 0;
}

/*
Footer
*/
td#footer {
    clear: both;
    margin-top: 1em;
    color: #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 70%;
    text-align: right;
}

/* 
Data Table
*/
table.data th {
    text-align: left;
}

table.data td {
    padding-right: 0.5em;
}

table.data td.numeric {
    text-align: right;
}

table.data th.numeric {
    text-align: right;
}

table.data td.text {
    text-align: left;
}

table.data th.text {
    text-align: left;
}

/* 
Field Table
*/
table.field td.attribute {
    text-align: right;
    padding-right: 1em;
    border-right: 1px solid #AAAAAA;
    width: 33%;
}

table.field td.value {
    padding-left: 1em;
}

table.field tr.even td.attribute input {
    text-align: right;
    border: 0;
    width: 100%;
    background-color: #F1F1F1;
    color: #FF5000;
}

table.field tr.even td.value input {
    border: 0;
    width: 100%;
    background-color: #F1F1F1;
    color: #FF5000;
}

table.field tr.odd td.attribute input {
    text-align: right;
    border: 0;
    width: 100%;
    background-color: #E4E4E4;
    color: #FF5000;
}

table.field tr.odd td.value input {
    border: 0;
    width: 100%;
    background-color: #E4E4E4;
    color: #FF5000;
}

table.field th.attribute {
    text-align: right;
    padding-right: 1em;
}

table.field th.value {
    text-align: left;
    padding-left: 1em;
}

/* begin hacks for IE6 only */
* html table.field tr.even td.value input,
    * html table.field tr.odd td.value input {
    padding-left: 1em;
}

/* end hacks for IE6 only */

table.field th.attribute span.editdescrip {
    color: #FF5000;
}

table.field th.value span.editdescrip {
    color: #FF5000;
}

table.field td.keyword {
    padding-left: 1em;
    font-family: monospace;
    font-size: large;
}

/* 
Help Table
*/
table.help td {
    font-size: 120%;
}

table.help td.attribute {
    text-align: right;
    padding-right: 1em;
    font-weight: bold;
    border-right: 1px solid #AAAAAA;
    width: 33%;
}

table.help td.value {
    padding-left: 1em;
}

/* 
Form Table
*/
table.form td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 1px;
}

table.form td.label {
    width: 40%;
    text-align: right;
    font-weight: bold;
}

table.form tr.info td p {
    background: #E8E8E8;
    padding: .5em 2em;
}

table.form tr.required td.label {
}

table.form p.error {
    margin: 0;
}

table.form td.annot {
    font-size: smaller;
}

span.required {
    color: #FF0000;
    font-size: 125%;
}

/* 
Error div
*/
div.error h1 {
    color: #FF0000;
}

div.error h2 {
    color: #CC0000;
}

div.error p {
    color: #000000;
}

/*
Message div
*/
div#response-info {
    border: 2px solid #669900;
}

div#response-info p, div#response-info ul {
    margin: 0.5em 0 1em 0;
    color: #669900;
    font-weight: bold;
}

/*
Error div
*/
div#response-error {
    border: 2px solid #CC0033;
}

div#response-error p, div#response-error ul {
    margin: 0.5em 0 1em 0;
    color: #CC0033;
    font-weight: bold;
}

/*
Command div
*/
.command {
    font-weight: bold;
    padding-top: 5px;
}

.command a {
    background-image: url(../images/commandlink.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
}

.command a:hover {
    background-image: url(../images/commandlink_hover.gif);
}

/*
Pagination
*/
#paging-bar {
    margin-top: 1em;
    text-align: center;
}

#page-cursor, .page-number {
    display: inline;
}

.page-number {
    font: bold 10pt Arial;
    border: 1px solid #ccc;
    padding: 4px 5px;
    margin: 1px;
    text-decoration: none;
    color: #003366;
}

.page-number:hover, .page-number a:hover {
    background-color: #003366;
    color: #FFFFFF;
}

#page-cursor {
    margin: .25em 1em;
}

#page-current {
    background-color: #003366;
    color: #FFFFFF;
}

/*
Wait div
*/
div#wait {
    text-align: center;
}

div#wait h1 {
    padding-top: 3em;
}

/* 
Generic styles
*/
p.instructions {
    font-size: 1.2em;
    padding: .5em 1em 0 .5em;
}

p.aside {
    font-size: 0.8em;
}

p.furtherdescription {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.8em;
}

input.sample {
    color: #CCC;
    font-style: italic;
}

.error {
    color: #FF0000;
}

.mceContentBody {
    background-image: none;
    background-color: #FFFFFF;
}

/*
* Input errors
*/
input.radio {
    border: none;
}

input.radio.error {
    outline: 2px solid #FF0000;
}

input.checkbox {
    border: none;
}

input.checkbox.error {
    outline: 2px solid #FF0000;
}

input.error {
    border: 2px solid #FF0000;
}

select.error {
    border: 2px solid #FF0000;
}

textarea.error {
    border: 2px solid #FF0000;
}

