﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-image: url('../Images/fondo.gif');
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width:100%;
    min-height: 25px;
    background-color: #AA2828;
}

div.menu
{
    padding: 0px 0px 0px 8px;
}

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: #AA2828;
    color: #FFF;
    display: block;
    padding: 3px 30px;
    text-decoration: none;
    white-space: nowrap;
    border-top-color: #942323;
    border-bottom-color: #942323;
}

div.menu ul li a:hover
{
    background-color: #CD3030;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #AA2828;
    color: #D6D6D6;
    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
{
    border-left: 2px solid #940b0b;
    border-bottom: 2px solid #940B0B;
    border-right: 2px solid #940b0b;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 5px 5px 9px #000;
    -webkit-box-shadow: 6px 6px 6px #B1B0B0;
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #7E0808;
    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:visited
{
    color: White;
}

.loginDisplay a:hover
{
    color: White;
}

.footer a:link
{
    color: #D7D7FF;
}

.footer a:visited
{
    color: #D7D7FF;
}

.footer a:visited
{
    color: #D7D7FF;
}

.footer a:hover
{
    color: #BFBFFF;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.textArea
{
    font-family:Century Gothic;
    resize:none;
}

.imgLogo
{
    padding-top:10px;
}

.fondoAplicacion
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000;
}

.header1
{
    background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(137deg, rgba(245,245,245,.43), rgba(232,232,232,.43) 99%);
	background-image: -moz-linear-gradient(137deg, rgba(245,245,245,.43), rgba(232,232,232,.43) 99%);
	background-image: -o-linear-gradient(137deg, rgba(245,245,245,.43), rgba(232,232,232,.43) 99%);
	background-image: linear-gradient(-47deg, rgba(245,245,245,.43), rgba(232,232,232,.43) 99%);
}

.table-inline tr td, .table-inline tr th 
{
 /*   padding: 15px;*/
}

