﻿body {
    background-color: #2254A9;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}
form 
{
    margin: 0;
    padding: 0;
}
a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

a img 
{
    border: none;
}

p, ul {
    /*margin-bottom: 20px;*/
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 1.7em;
    padding: 0px;
    margin: 0px;
    
    /* positioned based on logo */
    margin-top: 15px;
    width: 835px;
    float: left;
    text-align: center;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    background-color: transparent;
}

.nav_wrapper 
{
    margin: 0px auto;
    width: 960px;
}
.header_wrapper 
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.main_wrapper { }
.main 
{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
.main_inner
{
    background-color: #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    
    text-align: left;
    font-size: 12px;
    padding: 20px;
    
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #2254A9 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 1em 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: normal;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/
/*
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
*/
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div.title {
    display: block;
    float: left;
    text-align: left;
}

.logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #fff;
}

.logindisplay a:link {
    color: #fff;
    text-decoration: underline;
}

.logindisplay a:visited {
    color: #fff;
    text-decoration: underline;
}

.logindisplay a:hover {
    color: #fff;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    position: absolute;
    margin-top: 7px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffa500;
}

input[type=radio].input-validation-error, input[type=checkbox].input-validation-error {
    border: none;
    background-color: transparent;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.message
{
    background-color: #eaf3ce;
    color: #ff0000;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.message_inner 
{
    margin: 20px;
    /*float: left;*/
}
.main_login
{
    width: 420px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.login_msg 
{
    width: 460px;
    margin: 10px auto 0px auto;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-item, .display-item 
{
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.editor-item-0, .display-item-0
{
    margin-top: 0px;
}
.display-label, .editor-label,
.editor-label-150, .display-label-150,
.editor-label-200, .display-label-200,
.editor-label-250, .display-label-250 {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 100px;
    
}
.editor-label-150, .display-label-150
{
    width: 150px;
}
.editor-label-200, .display-label-200 
{
    width: 200px;
}
.editor-label-250, .display-label-250
{
    width: 250px;
}
.display-field, .editor-field {
    float: left;
}
.editor-text 
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.editor-text div 
{
    margin-top: 10px;
}

input[type="text"].grid_filter { width: 150px; }
input[type="text"].textbox_200 { width: 200px; }
input[type="text"].textbox_250 { width: 250px; }
input[type="text"].txt_260 { width: 260px; }
input[type="text"].txt_350 { width: 300px; }

.button_div 
{
    width: 100%;
    margin-top: 20px;
    float: left;
}

.submit_button
{
    background-color: #b2702a;
    background-color: #006633;
    width: 130px;
    height: 30px;
    border: 0px;
    color: #ffffff;
    text-shadow: #515151 1px 1px;
    font: 14px Trebuchet MS,Helvetica,Arial,sans-serif;
    text-decoration: none;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-right: 10px;
    cursor:pointer;
}
.submit_button:hover
{
    background-color: #d1a778;
    background-color: #999999;
}
a.link_button 
{
    float: left;
    background-color: #b2702a;
    background-color: #006633;
    width: 130px;
    height: 30px;
    border: 0px;
    color: #ffffff;
    text-shadow: #515151 1px 1px;
    font: 14px Trebuchet MS,Helvetica,Arial,sans-serif;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-right: 10px;
    line-height: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
}
a:hover.link_button 
{
    background-color: #939598;
    background-color: #999999;
}
input[type="submit"].submit_link {
    background-color: transparent;
    border: none;
    color: #004961;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    
}
.submit_link:hover {
    text-decoration: underline;
}
.login_box 
{
    width: 420px;
    margin: 0px auto;
    text-align: center;
    background-color: #f6f6f6;
}
.login_box h1 
{
    /*text-align: center;
    margin-top: 30px;*/
    width: 325px;
}
.login_box .submit_button
{
   float: none;
}
.login_box .editor-item 
{
    margin-right: 0px;
}
.login_center 
{
    width: 350px;
    float: left;
    margin-left: 35px;
}
.table_list 
{
    margin-top: 10px;
    width: 100%;
}
.top_link_div 
{
    float: right;
    margin-top: -20px;
}

.top_link_div a 
{
    text-decoration: none;
    color: #004961;
}

.top_link_div a:hover 
{
    text-decoration: underline;
}

.logo_small 
{
    background-image: url(images/CanFaxLogo-Small.png);
    width: 83px;
    height: 83px;
    float: left;
}

.feed_fieldset 
{
    float: left; 
    width: 410px;
}

.basis input[type="text"] 
{
    width: 50px;
}
.basis .editor-item 
{
    width: 130px;
}
.basis .editor-label 
{
    width: 60px;
}
.noval 
{
    background-color: #ffff00;
}
.feed_err .field-validation-error, .feed_err .validation-summary-errors
{
    float: left;
    margin: 0px;
    margin-top: 10px;
    position: relative;
}