﻿/*----------------------------------------------------------
The base color for this template is #0e4f86. If you'd like
to use a different color start by replacing all instances of
#0e4f86 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #09f;
    /*background-color: #ff0066;*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
    border: 0px;
}

img.accelerator
{
    width: 20px;
}

/* 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.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 490px;
    margin: 0px auto 0px auto;
    padding: 100px;
    padding-top: 235px;
    
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: 42px 0px;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 0px;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    display: none;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: Transparent;
    margin-bottom: 30px;
    text-align: center;
    width: 461px;
    height: 184px;
    background-image: url(box.png);
    background-repeat: no-repeat;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#VinkrUrl
{
    display: block;
    padding: 25px;
    font-size: 28px;
    color: #777;
}

#accelerator
{
    margin: 0px auto;
    margin-top: 15px;
    background-color: #fff;
    padding: 5px;
    min-width: 20px;
}

#tburl
{
    display: block;
    margin: 0px auto;
    width: 400px;
    margin-bottom: 10px;
}

#tbcustomurl
{
    width: 150px;
}

.left
{
    text-align: left;
}

.left ul
{
    list-style-type: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border: 0px;
    text-align: center;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    clear: right;
    font-size: 1.4em;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 300px;
    font-size: 2em;
    color: #aaa;
    border: 1px solid #CCC;
}

input[type="submit"] 
{
    font-size: 2em;
    background-color: #fff;
    color: #aaa;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  background-color: #fff;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:right;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
}

#logindisplay a:visited
{
    color: white;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
