﻿/*
CUSTOM
*/

body
{
    background-color:#EEEEEE;
    color:#000000;
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans ",Verdana;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
    /*margin:0;*/
}

.page
{
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:650px;
}

#header 
{
    height:105px;
    background:#FFFFFF url(/Content/images/bg-header.gif) no-repeat scroll center top;
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
    width:100%;
}

#content {
    margin:0;
    padding:105px 40px 1px 40px;
    background-color: #fff;
}

#footer
{
    background:#FFFFFF url(/Content/images/bg-footer.gif) no-repeat scroll center bottom;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.logo 
{
    background:transparent url(/Content/images/omvard-api-logga.gif) no-repeat scroll 0 0;
    display:inline;
    float:left;
    left:19px;
    margin:0;
    overflow:hidden;
    position:absolute;
    text-indent:-9999px;
    top:10px;
    width:297px;
    z-index:100;
}

.logo a {
    display:block;
    height:85px;
}

a {
    color:#009AF9;
    text-decoration:none;
}

/* DOCS */
.code 
{
    font-family: monospace;
}
/* END DOCS */

/* GET KEY */
fieldset 
{
    border: none;
}

fieldset p
{
    padding: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

#agreement {
    border:4px solid #C4C4C4;    
    clear:left;
    padding:10px;
    width:490px;
    margin: 0 auto;
}

#agreement h3 { margin-left: 15px; padding: 2px 12px 10px 10px; }

.field-validation-error
{
    color: #EDA148;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #EDA148;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #EDA148;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
/* GETKEY END*/


a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 15px;
    line-height: 1.6em;
}

li
{
    list-style-type:circle;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;    
}
h3
{
    font-size:1.4em;
    font-weight:normal;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4
{
    font-size:1.2em;
    font-weight:normal;
    margin-top: 18px;
    margin-bottom: 8px;
}
