﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    /*background:White;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
}

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: 1.5em;
    color: #333333;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    vertical-align:bottom;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 0.8em;
}

/* 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;
}

/*.ControlTextRight {
    /*color: steelblue;
    font-weight: bold;
    font-size: medium;
    text-align: right;
}*/

/*.ControlTextLeft {
    color: steelblue;
    font-weight: bold;
    font-size: medium;
    text-align: left;
}*/

.ControlTextRight2 {
    color: darkblue;
    font-weight: 400;
    font-size: medium;
    text-align: right;
}

.ControlTextLeft2 {
    color: darkblue;
    font-weight: 400;
    font-size: medium;
    text-align: left;
}

.HeaderTextAdminPages {
    color: darkblue;
    font-weight: 400;
    font-size: large;
    text-align: center;
}

.ControlTableAdminPages {
    border: 1px solid #b3d0f4;
    border-collapse: collapse;
    background-color: #b3d0f4;
    width: 100%;
}


.ControlTextRight {
    color: steelblue;
    font-weight: 500;
    font-size: medium;
    text-align: right;
}

.ControlTextLeft {
    color: steelblue;
    font-weight: 500;
    font-size: large;
    text-align: left;
}

.button {
    background-color: lightsteelblue;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    padding: 4px;
    margin: 4px 2px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.DropDownList {
    font-size: 14px;
    border-radius: 8px;
    padding: 2px;
}

.textBox {
    border-radius: 8px;
    font-size: 14px;
}

input[type="submit"]:Hover {
    background-color: #d1e6fa;
    border-radius: 4px;
}

input[type="submit"]:disabled {
    cursor: auto;
    background-color: #d1e6fa;
}

input[type="button"]:Hover {
    background-color: #d1e6fa;
}


.tblBorder {
    color: steelblue;
    border-style: solid;
    border-width: 1px;
    border-color: steelblue;
    border-collapse: collapse;
    padding: 3px;
    font-size: 14px;
}

.linkbutton {
    font-size: 16px;
}

    .linkbutton:hover {
        color: orange;
        border: 1px solid #4682b4;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    border-left: 2px outset #A9A9A9;
    border-right: 3px outset #A9A9A9;
    border-bottom: 3px outset #A9A9A9;
    font-family: Verdana, Geneva, Tahoma;
    /*background-image: url('../images/Background_1.jpg');*/
    /*background-image: url('../images/world.jpg');*/
    background-attachment:fixed;
    height: 101%;
    overflow: scroll;
}

.page2 {
    width: 100%;
    background-color: #fbf8ef;
    border-left: 2px outset #A9A9A9;
    border-right: 3px outset #A9A9A9;
    border-bottom: 3px outset #A9A9A9;
    font-family: Verdana, Geneva, Tahoma;
    /*background-image: url('../images/Background_1.jpg');*/
    /*background-image: url('../images/world.jpg');*/
    background-attachment: fixed;
    height: 90%;
    overflow: scroll;
    margin-top:0px;
}

.addEventTypePage
{
    width: 450px;
    height: 300px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border-top: 2px outset #A9A9A9;
    border-left: 2px outset #A9A9A9;
    border-right: 3px outset #A9A9A9;
    border-bottom: 3px outset #A9A9A9;
}


.login {
    background: #fbf8ef;
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.login2
{
    background: #3388dd;
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.radioButtonViewOptions
{
    background: #b6b7bc;
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #a59b93;
    width: 100%;
    height:25%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    margin: 0.2% 10% 8px 10%;
    min-height: 700px;
    clear: both;
    width: 80%;
    z-index: 0;
    border: 1px solid black;
    background-color: white; /*main content background color- Yi*/
    padding-top: 20px;
}

.footer {
    color: #4e5766;
    background-color: #fbf8ef;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* 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;
    text-align: left;
    width: auto;
}

.titleText
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #000000;
    border: none;
    line-height: 2em;
    font-size: 3em;
    font-family: Calibri;
}

.loginDisplay
{
    font-size: 1.0em;
}

.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;
}

.listbox {
    background-color: #eef5f7;
}

.label {
    font-size: 14px;
}

.h2error
{
    font-size: 1.5em;
    font-weight: 600;
    color:Red;
    text-align:center;
    background-color:#EDF5FA;
}

/*.ColumnPanel_One
{
}*/

.ColumnPanel_Multi
{
    float:left;
}

.list_onecolumn
{
    width:50%;
    }

/*.list_multicolumn
{
}*/

.documentList
{
    background-image:url('');
}

.ColorBlueDark
{
    color: #225588;
}

.ColorBlueLight
{
    color: #EDF5FA;
}

.ColorBlueMedium
{
    color: #5588BB;
}

.ButtonGradient
{
        background-image:url(~/images/ButtonGradient.png);
        text-decoration:none;
        letter-spacing:0px;
}

.GridViewWidth
{
    width:50%;
}

.PanelGradient
{
        background-image:url(~/images/PanelGradient.png);
}

.GidViewRowBG {
    background-color: #ddeaee;
}

.LB_BG {
    background-color: #eef5f7;
}