﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #E8E7E7;
    font-size: 13px;
    font-weight: bold;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color: #FF0000;
    font-size: 14px;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 5px;
    line-height: 1.6em;
    text-align: center;
}

/* 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: 100%;
    height:100%;
    background-color: #fff;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ff0000;
    width: 100%;
}


.main
{
    min-height: 630px;
}


.footer
{
    color: #4e5766;
    padding: 2px 2px 2px 2px;
    margin: 0px 5px;
    text-align: center;
    line-height: normal;
}
/* TAB MENU   
----------------------------------------------------------*/
div.menu
{
    padding: 2px 0px 4px 5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    font-weight: bold;
    background-color: #FF6600;
    border: 1px #4e667d solid;
    color: #FFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #FF2F00;
    color: #FFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #FF2F00;
    color: #FFF;
    text-decoration: none;
}

div.menu ul li
{
    float: left;
}

/* MISC  
----------------------------------------------------------*/
.failureNotification
{
    font-size: 12px;
    font-weight: bold;
    color: Red;
}
.inputs
{
    border: #ccc 1px solid;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
}

.rblStyle
{
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    height: 20px;
}


/*------------------------------------*/
.loginbuttons
{
    background-color: #993399;
    border: 1px #ff6600 outset;
    color: white;
    text-decoration: none;
    font: bold 12px tahoma;
    cursor: pointer;
}
.buttons
{
    background-color: #ff6600;
    border: 1px #ff6600 outset;
    color: white;
    text-decoration: none;
    font: bold 14px Verdana;
    cursor: pointer;
    width: 120px;
    height: 25px;
}

.buttons:visited
{
    color: #6CAD3E;
}

.buttons:hover
{
    border-style: inset;
    color: #333333;
}

.buttons:active
{
    color: #000;
}
/*------------------------------------*/
.txtinputs
{
    border: #ccc 1px solid;
    font-weight: normal;
    font-size: 11px;
    font-weight: bold;
    font-family: tahoma;
}
.signintxtinputs
{
    border: #ccc 1px solid;
    font-weight: normal;
    font-size: 11px;
    font-family: tahoma;
}

.arAlign
{
    text-align: right;
}

.enAlign
{
    text-align: left;
}

.txtAlign
{
    text-align: left;
}


.MainfontStyle
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.ConfirmfontStyle
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #33CC33;
}
.RepeaterAlternate
{
    background-color: #F7F6F3;
}

.HandOverCursor
{
    cursor: pointer;
}

.PanalStyle
{
    padding:2px;
    border: 1px solid #ccc;
}

.imgBorder
{
   padding:1px;
   border:1px solid #CCCCCC;
   /*background-color:#FF0000;*/
   /*border:1px solid #FFF;*/
}

.HeaderStyle
{
    text-align: center;
    /*background-image: url('../images/cont-bg.gif')*/
}

.GridHeaderStyle
{
    text-align: center;
    background-image: url('../images/headerbkg1.gif')
}

.MarqStyle
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #1567B7;
}

.FontContent
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #696969;
}

