﻿body {
    background: #DEDEDE url(../Images/pattern1.jpg); /* #b6b7bc;*/
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited { color: #C65D30; }

a:hover {
    color: #C65D30;
    text-decoration: none;
}

a:active { color: #C65D30; }

p {
    line-height: 1.6em;
    margin-bottom: 10px;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: 200;
    margin-bottom: 0px;
    text-transform: none;
}

h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5, h6 { font-size: 1em; }

/* this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 { margin-top: 0px; }

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page {
    margin: 20px auto 0px auto;
    width: 455px;
}

.header {
    display: block;
    height: 145px;
    left: 0px;
    margin: 0px;
    padding: 0 0 5px 0;
    position: relative;
    top: 0px;
}

.header h1 {
    border: none;
    color: #f9f9f9;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.main {
    -khtml-border-radius: 10px -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    background: #FFFFFF url(../pics/bx-slice.jpg) repeat-x left top;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 5px 8px 8px 8px; /*min-height: 350px;*/
    padding: 10px 25px;
    width: 388px;
}

.leftCol {
    margin: 12px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0px;
    width: 200px;
}

.footer {
    background: #DEDEDE;
    color: #4e5766;
    line-height: normal;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

/* FORM ELEMENTS
----------------------------------------------------------*/

.login {
    margin: 1em 0px;
    padding: 0px;
}

.login p { margin: 2px 12px 0 0; }

.field { margin: 10px 0; }

input.textEntry, input.passwordEntry {
    background: #fff;
    background-color: #fff;
    border: 0px solid #fff;
    width: 350px;
}

input.textEntry:focus, input.passwordEntry:focus {
    background: #fff;
    background-color: #fff;
    border: 0px solid #fff;
    outline: none;
}

div.accountInfo {
    display: block;
    width: 400px;
}

/* MISC
----------------------------------------------------------*/

.clear { clear: both; }

.title {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    width: auto;
}

.loginDisplay {
    color: #666;
    float: right;
    font-size: 1.1em;
    height: 20px;
    margin: 30px 10px 0 0;
    text-align: right;
    text-decoration: none;
    width: 200px;
}

.loginDisplay a:link {
    color: #333;
    text-decoration: none;
}

.loginDisplay a:visited { color: #333; }

.loginDisplay a:hover { color: #333; }

.failureNotification {
    color: Red;
    font-size: 1.2em;
}

.bold { font-weight: bold; }

.submitButton { padding: 5px 0; }

.submitButton input {
    -khtml-border-radius: 5px -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #898989;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px 20px;
}

.submitButton span { padding-left: 10px; }

#LoginRegister {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding: 10px 0;
}

.boxRound {
    -khtml-border-radius: 5px -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
    width: 360px;
}

#CreateHdr {
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 15px;
}

#StatusBox {
    display: block; /*height: 35px;*/
    margin: 0;
    padding: 0;
}

.success, .warning, .validation, .information {
    -khtml-border-radius: 5px -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: block;
    margin: 0; /* 5px 20px;*/
    padding: 10px 5px 10px 50px;
}

.success {
    background-color: #effeb9;
    background-image: url('../Images/historial/message-success.png');
    border: 1px solid #c1d779;
    color: #333;
}

.warning {
    background-color: #ffe9ad;
    background-image: url('../Images/historial/message-warning.png');
    border: 1px solid #eac572;
    color: #333;
}

.information {
    background-color: #d1e4f3;
    background-image: url('../Images/historial/message-info.png');
    border: 1px solid #99c4ea;
    color: #333;
}

.success a, .warning a, .information a {
    float: right;
    text-decoration: none;
}