﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: url("../Images/back.png") no-repeat fixed center top #F4F4F4;
    font-size: .90em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    /*padding: 10px;*/
    color: #8B0000;
}

a:link, a:visited
{
    color: #FFFAFA;
    text-decoration: none;
}

a:hover
{
    color: #CD5C5C;
    text-decoration: none;
}

a:active
{
    color: #FFD700;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #8B0000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

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, 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   
----------------------------------------------------------*/
.level1 {
    margin: 1px;
}
.page
{
    width: 1116px;
    margin: 10px auto 0px auto;
    border: 1px solid #006DD9;
	-moz-box-shadow: 2px 2px 10px #006DD9;
	-webkit-box-shadow: 3px 5px 10px #006DD9;
    box-shadow: 3px 5px 10px #006DD9;
    border-radius: 0 0 20px 20px;
    background: rgba(255,255,255,0.95);
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: rgb(0, 0, 0);
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 5px 0px  ;
    margin: 7px 5px 10px 5px;
    min-height: 718px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #006DD9;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.formPanel
{
 width:70%;   
}
.formPanel label
{
    width:200px;
    display:block;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#4899D2;
    width:100%;
}

div.menu
{
    padding: 2px 0px 4px 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: #363636;
    border: 1px #000000 solid;
    color:#FA8072;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    blue-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #1C1C1C;
    color: #A9A9A9;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #000000;
    color: #ffffff;
    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;
}

.personPopupTrigger {
    width: 78px;
    height: 78px;
    max-width: 78px;
    max-height: 78px;
    min-width: 78px;
    min-height: 78px;
}

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: Gray;
}

.loginDisplay a:link
{
    color: red;
}

.loginDisplay a:visited
{
    color: red;
}

.loginDisplay a:hover
{
    color: rgb(3, 227, 250);
}

.failureNotification
{
    font-size: 1.2em;
    color: #8B0000;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: center;
    padding-right: 10px;
}
.logo img:hover
{
	-webkit-transform: scale(1.0);
	transition-duration: 1s;
}
.server {
    display: inline-block;
    margin: 10px;
    text-align: center;
    background: rgba(110, 0, 255, 0.6);
    color: white;
    height: 120%;
    box-shadow: 1px 1px 1px #DA0A0A;
    text-shadow: 1px 1px 1px #000000;
    padding: 10px;
    border-spacing: 5px 0;
    width: 285px;
}
.nameserver {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    border-spacing: 3px 1px;
    width: 100px;
}
.nameservice {
    display: block;
    font-size: 120%;
    letter-spacing: 3px;
}
.ipservice {
    display: block;
    font-size: 80%;
    font-weight: 100;
}
.onlineservice {
    display: inline-block;
    margin: 0;
    /* padding: 3em 0; */
    display: table-cell;
    vertical-align: middle;
    border-spacing: 3px 1px;
    font-size: 200%;
    font-weight: bolder;
    font-family: comfortaa, cursive;
}
.redstatus {
    color: #989898;
}
.greenstatus {
    color: #00F515;
}
.ServerList {
    display: block;
    text-align: center;
}
#divSendMail {
    margin: 0 auto;
}
#MainContent_ShowLoadMenu {
    text-align: center;
}
.FuCount {
    position: absolute;
    font-size: 20px;
    color: red;
    background: rgba(0,0,0,0.50);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    top: 55px;
    left: 65px;
    border: 1px solid white;
}
.inedit {
    top: 65px;
    left: 72px;
}
.btncount {
    width: 55%;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -3px;
}