﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    color: #696969;
    font-family: arial, Helvetica, Sans-Serif;
    /*background-color: #5c87b2;*/
    font-size: .75em;
    margin: 0;
    padding: 0;
}

a:link {
    color: #8F0207;
    text-decoration: none;
}

a:visited {
    color: #8F0207;
    text-decoration: none;
}

a:hover {
    color: #8F0207;
    text-decoration: underline;
}

a:active {
    background: #EFEFEF;
    color: #8F0207;
}

p,
ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}
h3 {
    color: #666;
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 0;
}
h4 {
    font-size: 11px;
}
h5,
h6 {
    font-size: 10px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    margin-left: 30px;
    margin-right: 30px;
}

#header {
    color: #000;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

#main {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 0 15px 0;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer {
    color: #999;
    font-size: .9em;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer {
    clear: both;
    margin-top: 10px;
}

ul#menu {
    border-bottom: 1px #EFEFEF solid;
    /*text-align: right;*/
    font-family: arial;
    font-size: 11px;
    margin: 0;
    padding: 0 0 2px;
    position: relative;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    color: #fff;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}

ul#menu li a {
    font-weight: bold;
    line-height: 2.8em;
    padding: 5px 5px;
    text-decoration: none;
    /*background-color: #e8eef4;*/
    /*color: #034af3;*/
}

ul#menu li a:hover {
    background-color: #EFEFEF;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #EFEFEF;
    color: Black;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

ul#menu ul {
    display: none;
    position: absolute;
    top: 100%;
}

ul#menu li:hover > ul {
    display: block;
}


/* PAGING
---------------------------------------------------------*/

.paging {
    padding: 0 0 20px 0;
}

.paging a,
.paging span {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
}

.paging span {
    color: #aaa;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #CCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    border: 1px solid #CCC;
    width: 200px;
}

input[type="password"] {
    border: 1px solid #CCC;
    width: 200px;
}

/* DEFINITION LISTS 
----------------------------------------------------------*/

dl {
    padding: 0.5em;
    clear: both;
}

dt {
    clear: left;
    color: #666;
    float: left;
    font-weight: bold;
    text-align: left;
    width: 19em;
    padding-right: 1em;
    padding-top: 0.5em;
    border-top: 1px solid #EFEFEF;
}

dt:after {
    content: ":";
}

dd {
    border-top: 1px solid #EFEFEF;
    margin: 0 0 0 20em;
    padding: 0.5em 0 0.5em 0;
    min-height: 1.3em;
}

.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}

dl dl dt {
    width: 10em;
}
dl dl dd {
    margin-left: 10em;
}


/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #EFEFEF;
    border-collapse: collapse;
}

table td {
    border: solid 1px #EFEFEF;
    padding: 5px 20px 5px 5px;
}

table th {
    background-color: #EFEFEF;
    border: solid 1px #EFEFEF;
    color: Black;
    padding: 6px 20px 6px 5px;
    text-align: left;
}


/* SUBNAV
----------------------------------------------------------*/

.subnavigation {
}

.subnavigation h3 {
}

.subnavigation ul {
    margin-bottom: 20px;
    margin-top: 0;
}

/* FILTERS / HELP TABLES
----------------------------------------------------------*/

.information {
}

.information table {
    border: none;
    border-collapse: collapse;
    margin: 0 0 20px 0;
}

.information th {
    vertical-align: top;
    background: none;
    border: none;
    color: #666;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    padding: 2px 15px 6px 0;
    text-align: left;
}

.information td {
    vertical-align: top;
    border: none;
    font-size: 12px;
    padding: 2px 15px 6px 0;
}

.information span {
    background-color: #efefef;
    border-bottom: 1px dotted #666;
    color: #999;
    cursor: default;
}

.information .name {
    min-width: 150px;
    white-space: nowrap;
}

.information .syntax {
    min-width: 250px;
    white-space: nowrap;
}

.information td.syntax {
    font-family: monospace;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    margin: 10px;
    text-align: right;
}

#logindisplay span,
#logindisplay a,
#logindisplay a:link {
    font-size: 11px;
    display: inline-block;
    padding: 2px 2px;
    color: #8F0207;
    text-decoration: none;
}

#logindisplay a:visited {
    color: #8F0207;
    text-decoration: none;
}

#logindisplay a:hover {
    color: #8F0207;
    text-decoration: underline;
}

#logindisplay span {
    color: black;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.lang-active {
    font-weight: bold;
}

.format-links {
    border-left: 1px solid #999;
    display: inline;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
}

#logindisplay a.format-link,
#logindisplay a.format-link:link {
    color: #999;
    text-transform: uppercase;
}