﻿html {  margin: 0; padding: 0;}
body {margin:0; padding:0; text-align:center; font-family: Tahoma; font-size:10pt; font-weight:normal; color:#8e8e8e; background-color:#ffffff;}

td {font-family: Tahoma;font-size:10pt;font-weight:normal; color:#8e8e8e;}

h1, h2, h3, h4, h5{font-family: Tahoma; display:inline; color:#3f4dec;}
h1 {font-size:11pt; font-weight:bold; background-image:url(../images/icons/world.png); background-position:left center; background-repeat:no-repeat; padding-left:20px; color:#3f4dec;}
h2 {font-size:10pt; font-weight:bold; background-image:url(../images/icons/world.png); background-position:left center; background-repeat:no-repeat; padding-left:20px; color:#3f4dec;}
h3 {font-size:9pt; font-weight:bold;}
h4 {font-size:8pt; font-weight:normal;}

#site { text-align:center; margin:0 auto 0 auto;}

#site-body { width:100%; margin:0 auto 0 auto;}
#site-content { margin:0 auto 0 auto; text-align:center;}

#header { width:100%; text-align:left; height:80px; background-color:#f8f8f8; border-bottom:solid 1px #d9d9d9;}

a:link, a:active, a:visited{ text-decoration:none; color:#0078ff;}
a:hover{ color:#ff3600;}

#login-form { margin:100px auto 0 auto; width:400px; text-align:left; padding:20px; background-color:#f1f1f1; border:solid 1px #e1e1e1;}
#login-header{ background-image:url(../images/cover/login-header.jpg); width:400px; height:83px; text-align:left; font-weight:bold; color:White; line-height:30px;}
#login-content{width:400px; height:150px;}
#login-footer{ }
#frmLogin {}
#frmLogin table {width:400px; margin:0px;}
#frmLogin .content { font-weight:bold; padding-top:10px;}
#frmLogin .textbox { float:left; width:250px; padding:5px; font-size:12pt; border:solid 1px #e1e1e1;}
#frmLogin .validator { float:left; margin:3px;}
#frmLogin .checkbox { padding-left:130px; margin:5px;}
#frmLogin .button{ float:left; margin-top:10px;
    padding:8px 25px; font-weight:bold; color:#ffffff; 
    border-radius: 2px; -moz-border-radius: 2px;
}

.blue 
{
    color:#ffffff;
    border:solid 1px #3079ed;
    background: #4c8efa;
}
.blue:hover
{
    color:#ffffff;
    cursor:pointer;
    border:solid 1px #2f5bb7;
    background: #4589f7;
}

.blue:active
{
    color:#ffffff;
    border:solid 1px #336fd0;
    background: #336fd0;
}