﻿

.admin_import_td {
    width: 150px;
}

.AlternatingRowStyle
{
    background-color: #ffffff;
}

.RowStyle
{
    background-color: #ecf4f8;
}


body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Century Gothic' , Sans-Serif;
    font-size: 15px;
}

h1
{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    color: #be4d41;
    margin-bottom: 50px;
    font-family: 'Oswald' , sans-serif;
}


h2
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #be4d41;
    font-family: 'Oswald' , sans-serif;
}

input[type=text], input[type=password]
{
    width: 350px;
    height: 30px;
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-top: 5px;
}

input[type=button], input[type=submit]
{
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}

.button
{
    width: 230px;
    height: 40px;
    background-color: #ac001c;
    border: 0px;
    color: White;
}

.button:hover
{
    background-color: #7c0014;
    padding: 0px;
}

.buttonBlue
{
    width: 230px;
    height: 40px;
    background-color: #3e9eb4;
    border: 0px;
    color: White;
}

.buttonBlue:hover
{
    background-color: #2b7a8d;
    padding: 0px;
}

/* unvisited link */
a:link
{
    color: #000000;
    text-decoration: none;
    font-family: 'Oswald' , sans-serif;
}

/* visited link */
a:visited
{
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
a:hover
{
    color: #c9171d;
    text-decoration: none;
}

/* selected link */
a:active
{
    color: #c9171d;
    text-decoration: none;
}

header
{
    width: 100%;
    height: 146px;
    background-color: #eaeaea;
    border-bottom: 4px solid #c90020;
}
.content
{
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.loginUserName {
    width:1024px;
    height:30px;
    top:0px;
    margin-left: auto;
    margin-right: auto;
    margin-top:-130px;
}

.logo
{
    background-image: url('../Images/swedfone-logo.png');
    background-size: auto 140px;
    height: 146px;
    width: 1060px;
    background-repeat: no-repeat;
    border: 0px solid #c90020;
    margin-left: auto;
    margin-right: auto;
}

.menu1
{
    font-family: 'Oswald' , sans-serif;
    width: 1024px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    font-family: Arial;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    border:0px solid #000;
}

.menu1 span
{
    margin-left: 20px;
}

#cover
{
    background: url("../Images/712.GIF") no-repeat scroll center center #000000;
    background-size: 50px 50px;
    height: 100px;
    width: 100px;
    border-radius: 20px;
    opacity: 0.7;
    position: absolute;
}
.center
{
    left: 50%;
    position: absolute;
    top: 50%;
}

.center div
{
    border: 1px solid black;
    margin-left: -50%;
    margin-top: -50%;
    height: 100px;
    width: 100px;
}

.hr {
    width:100%;
    height:1px;
    border-bottom:1px solid #808080;
    margin-top:20px;
    margin-bottom:20px;
}

