﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color: #fff;
    font-size: 10pt;
    font-family: 'Segoe UI';
    margin: 0px;
    padding: 0px;
    color: black;    
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #404040;
    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   
----------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.error
{
    font-size: 8pt;
    color: Red;
}

.pager span { color: wheat; font-weight: bold; }

.title { color: #4e5766; font-size: 17px; padding-bottom: 10px; font-weight: bold; }

#loginbox
{
	margin-top: 70px;
	background: -moz-linear-gradient(100% 100% 90deg, #E7E7E7, #FFFFFF) repeat scroll 0 0 transparent;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
	width: 231px;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	background-color: #E7E7E7;
}

#loginbox h1 { color: #000000; padding:0; font-weight: bold; }

#btnLogin
{
	background-color: #3B9BE3;
    background-image: linear-gradient(to bottom, #3B9BE3, #2872BE);
    border-color: #037BB7 #037CB8 #027BB8 #017BB7;
    color: #FFFFFF;
    text-shadow: 0 -1px 1px #006699;
	border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
	padding: 5px;
}

#tbllogin td { height: 30px; }
