/*
 * style.css: default style sheet
 */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Default Styles
 *
 */

/* Default document settings */
body {
        margin: 0px;
        background: rgb(230,239,246);
        color: black;
        font-size: 10px;
        font-family: verdana, helvetica, sans;
        text-align: center; /* IE center page hack */
}

/* Header formats */
h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: rgb(0,103,159);
	font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
        font-size: 22px; 
        font-weight: bold;
}
h2 {
        margin-top: 15px;
        margin-bottom: 6px;
        color: rgb(0,103,159);
	font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
}
h3 {
        margin-top: 15px;
        margin-bottom: 5px;
	font-family: 'Trebuchet MS', verdana, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

/* Separator style */
hr {
        width: 100%;
        height: 1px;
        margin-top: 30px; 
        border-top: none;
        border-bottom: 1px solid rgb(0,103,159);
        color: rgb(0,103,159);
}

/* Paragraph style */
p {
        margin-top: 0px;
        margin-bottom: 12px;
}

/* Link styles */
a {
        font-weight: bold;
        text-decoration: none;
}
a:link {
        color: rgb(0,103,159);
}
a:visited,
a:active {
        color: rgb(125,160,190);
}
a:hover {
        text-decoration: underline;
}
a img {
        border-style: none;
}

/* Image style */
img {
        vertical-align: middle;
}

/* List styles */
ul,
ol, 
dl {
        margin-top: 0px;
        margin-bottom: 0px;
}
dt {
        margin-top: 9px; 
        margin-bottom: 0px;
        margin-left: 25px;
}
dd {
        font-size: smaller;
        margin-left: 25px; 
        margin-top: 4px; 
        margin-bottom: 12px;
}
li {
        margin-top: 12px;
        margin-bottom: 12px;
}

/* Table style */
table {
        width: auto;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
        border: none;
        border-collapse: collapse;
        padding: 0px;
        font-size: 12px;
        font-family: verdana, helvetica;
}
tr {
        margin: 0px;
        border: none;
        padding: 0px;
}
th {
        margin: 0px;
        border: none;
        padding: 0px; 
        vertical-align: top; 
        text-align: left; 
}
td {
        margin: 0px;
        border: none;
        padding: 0px; 
        vertical-align: top; 
}

/* Form style */
button {
        margin-top: 8px;
        margin-bottom: 8px;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
}
input,
textarea,
select {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: middle;
}
input,
textarea {
        font-size: 12px;
        font-family: monospace;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Layout Styles
 *
 */

/* Main style */
.main {
        width: 770px;
        margin-left: auto; 
        margin-right: auto;
        background: white;
        text-align: left; /* IE center page hack */
}

/* Header style */
.header {
        height: 230px;
        background: url(images/header.jpeg);
        background-repeat: no-repeat;
}
.header h1 {
        height: 55px;
        margin: 0px;
        padding-top: 85px;
        padding-bottom: 66px;
        text-align: center;
        font-size: 44px;
        font-weight: normal;
        color: white;
}

/* Footer style */
.footer {
        height: 28px;
        background: url(images/footer.jpeg);
        background-repeat: no-repeat;
}

/* Copyright style */
.copyright {
        font-size: smaller;
}

/* Languages style */
.languages {
        float: right;
        padding-top: 1px;
        padding-right: 28px;
}
.languages img {
        vertical-align: top;
}

/* Menu style */
.menu {
        padding-left: 25px;
        font-size: 13px;
        letter-spacing: 2px;
}
.menu a {
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 3px;
        padding-right: 3px;
}
.menu a:link,
.menu a:active,
.menu a:visited {
        color: black;
}
.menu a:hover,
.menu a.selected:hover {
        background: rgb(100,150,200);
        color: white;
        text-decoration: none;
}
.menu a.selected {
        background: rgb(0, 50, 100);
}
.menu a.selected:link,
.menu a.selected:active,
.menu a.selected:visited {
        color: white;
}

/* Content style */
.content {
        background: url(images/background.jpeg) repeat-y;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
}
.content img {
        margin: 10px;
}

/* Colum styles */
table.columns {
        margin-bottom: 0px;
}
table.columns td.center {
        padding-right: 30px;
}
table.columns td.end {
        height: 30px;
        padding-right: 30px;
}
table.columns td.right {
        width: 170px;
        padding: 0px;
        font-size: smaller;
}
table.columns td.right h1 {
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 0px;
}
table.columns td.right h2 {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 0px;
        color: rgb(120, 120, 120);
        font-size: 100%;
}
table.columns td.right p {
        margin-bottom: 10px;
}

/* Box style */
.box,
td.box {
        margin: 10px;
        border: 1px solid rgb(0,103,159);
        padding-top: 3px;
        padding-bottom: 6px;
        padding-left: 10px;
        padding-right: 10px;
        background: rgb(245,248,255);
        font-size: smaller;
}
.box h2 {
        margin-top: 10px;
}
.box p {
        margin-top: 0px;
        margin-bottom: 3px;
}
.content .box img {
        margin: 0px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Table Styles
 *
 */

/* Compact table style */
table.compact {
        border: none;
}
table.compact th {
        padding: 2px; 
        padding-left: 5px; 
        padding-right: 5px;
}
table.compact td {
        padding: 2px; 
        padding-left: 5px;
        padding-right: 5px;
}
table.compact p {
        margin-top: 0px;
        margin-bottom: 0px;
}

/* Bordered table style */
table.border {
        border: 1px solid rgb(140,150,200);
        border-collapse: collapse;
        background: white;
}
table.border th {
        border: 1px solid rgb(140,150,200);
        padding: 4px;
        padding-left: 7px;
        padding-right: 7px;
        background: rgb(230,239,246);
        color: rgb(0,103,159);
        font-weight: bold;
}
table.border td {
        border: 1px solid rgb(140,150,200);
        padding: 4px;
        padding-left: 7px;
        padding-right: 7px;
}
table.border td.summary {
        vertical-align: middle;
        font-weight: bold;
}
table.border img {
        margin: 3px;
}

/* Form table style */
table.form {
        border-collapse: collapse;
}
table.form th {
        width: 200px;
        padding-top: 2px;
        padding-right: 2px;
        padding-left: 5px;
        padding-right: 5px;
        background: rgb(230,239,246);
}
table.form td {
        padding-top: 2px;
        padding-right: 2px;
        padding-left: 5px;
        padding-right: 5px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *  Other Styles
 *
 */

/* Admin style */
.admin {
        padding: 3px;
        background: rgb(240,240,240);
        color: rgb(90,90,90);
        font-weight: normal;
        font-size: smaller;
}

/* Location style */
.location {
        margin-top: 0px;
        font-weight: bolder;
        font-size: smaller;
        color: rgb(200,200,200);
}

/* Shaded style */
.shaded,
.shaded td {
        background: rgb(245,248,255);
}

/* Semantic markers */
.draft {
        background: rgb(255, 204, 204);
        color: red;
        padding-left: 3px;
        padding-right: 3px;
}
.error,
.important {
        color: red; 
        font-weight: bolder; 
}
.important a,
.important a:link,
.important a:visited,
.important a:active {
        color: red;
}
.unimportant {
        color: rgb(170, 170, 170);
}
.details {
        font-size: smaller;
}

