﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #dedede;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    overflow-x: hidden;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 2em;
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
	font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 200;
}

h3
{
    font-size: 1.2em;
	margin-top: 0px;
}

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 {width: 959px; background-color: #fff; margin: -1px auto 0px auto; border: 1px solid #8b9aa9; border-top: 1px solid #fff; -moz-box-shadow: 0 0 12px -6px #666; -webkit-box-shadow: 0 0 12px -6px #666; box-shadow: 0 0 12px -6px #666;}

.header {position: relative; z-index: 2; width: 100%; margin: 0px; padding: 15px 5px 0px 0px; background: url(../images/bg_header_big.jpg); background-position: 0px -100px; -moz-box-shadow: 0 0 5px 2px #b4b4b4; -webkit-box-shadow: 0 0 5px 2px #b4b4b4; box-shadow: 0 0 5px 2px #b4b4b4;}
.header_content {width: 960px; margin: 0px auto;}
.header_title {position: absolute; color: #fb8a1a; font-size: 22px; margin: -29px 0px 0px 120px; }

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto 20px auto;
    text-align: center;
    line-height: normal;
    width: 939px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    border-radius: 4px;
}

div.menu
{
    padding: 4px 0px 4px 4px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
    
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Custom styling */
.loginbox {margin-top: 80px!important; margin-bottom: -100px!important;}
.field_text {width: 120px; display: inline-block;}
.field_text_extended {width: 200px; display: inline-block;}
.row {display:block}
.login {width: 500px; margin: 0 auto;}
.InputField {border-radius: 4px; border: solid 1px #999; padding: 5px; width: 200px; margin-bottom: 5px;}
.InputFieldSmall {border-radius: 4px; border: solid 1px #999; padding: 5px; width: 50px; margin-bottom: 5px;}
.select_dropdown {border-radius: 4px; border: solid 1px #999; padding: 5px; width: 211px; }
.button {font-family: Arial; font-size: 12px; font-weight: bold; color: #FFF; text-decoration: none; text-align: center;  padding: 8px 20px 8px 20px; border: solid 1px #3a4f63; border-radius: 4px; cursor: pointer; text-shadow: #24313e 0px -1px 0px; margin-bottom: 10px; background: #3a4f63; /*Android*/background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e667d), color-stop(100%, #3a4f63)); /*iPhone*/background: -moz-linear-gradient(top, #4e667d, #3a4f63); background: -webkit-linear-gradient(top, #4e667d, #3a4f63);}
.button:hover {background: #283542; /*Android*/background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a4c5d), color-stop(100%, #283542)); /*iPhone*/background: -moz-linear-gradient(top, #3a4c5d, #283542); background: -webkit-linear-gradient(top, #3a4c5d, #283542); border: solid 1px #000;}
input[type=submit].aspNetDisabled {font-family: Arial; font-size: 12px; font-weight: bold; color: #FFF; text-decoration: none; text-align: center;  padding: 8px 20px 8px 20px; border: solid 1px #999; border-radius: 4px; cursor: default; text-shadow: #999 0px -1px 0px; margin-bottom: 10px; background: #ccc; /*Android*/background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #999)); /*iPhone*/background: -moz-linear-gradient(top, #ccc, #999); background: -webkit-linear-gradient(top, #ccc, #999);}
.main {padding-bottom: 40px!important}
.table_list {width: 100%!important; margin-top: 8px;}
.table_list_variable_width {margin-top: 9px;
}
.table_list td {padding: 10px;}
.table_list th {background: #3a4f63!important; color: #FFF!important; padding: 5px 10px 5px 10px!important; text-shadow: #24313e 0px -1px 0px;}

.table_list_variable_width td {padding: 10px;}
.table_list_variable_width th {background: #3a4f63!important; color: #FFF!important; padding: 5px 10px 5px 10px!important; text-shadow: #24313e 0px -1px 0px;}
.border_box {border: solid 1px #999; padding: 10px; border-radius: 4px;}
#ui-datepicker-div {width: 204px!important;}
.hideSkiplink a img {display: none}
table a {color: #4795da!important; text-decoration: none;}
table a:hover {color: #255681!important; text-decoration: none;}
.table_list th a:hover {color: #75bfff!important}

