﻿body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #666;
    background-repeat: no-repeat;
    background-repeat: repeat-x;

    background-color: #FFFFFF;
}
html, body
{
    width: 100%;
    height: 100%;
}
h1, h2 {
	color:#f4911e;
}
h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:24px;
	font-weight:normal;
	margin: 0 0 10px 0;
}
h2 {
	font-size:10px;
	margin-bottom:20px;
}
h3 {
font-size:10px;
	margin-bottom:5px;
	color:#9fa1a4;
}
p {
	margin-bottom: 15px;
}
a {
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}
hr{
	border:none;
	border-top:#efefef 1px solid;
	color: #efefef;
}

#Header {
	float:left;
	width:947px;
	height:119px;
	margin-top:1px;

    background-repeat:no-repeat;
}
#Header .upperHeader {
	clear:both;
	float:left;
	width:100%;
	height:70px;
	margin-top:8px;
}
#Header .logo_Main {
	width:370px;
	height:59px;
	float:left;
	margin-left:3px;
}
#Content
{
    float: right;
    width:947px;
    margin-right:8px;
    margin-top:5px;
    min-height: 400px;
    background:url('/images/skinney/mid_slice.jpg');
	background-repeat:repeat-y;
	background-color: #ffffff;
}
#Footer 
{
    background:url('/images/skinney/footer_slice.jpg');
    background-repeat:no-repeat;
	float:left;
	height: 40px;
	width:947px;
	margin:auto;
}
#Copyright {
	font-size:10px;
	color:#999;
	width:300px;
	float:left;
	height:30px;
	padding:10px 0px 0px 15px;
}

/*Login Master page*/
.application {
	position:relative;
	margin:auto;
	width:955px;
	height:auto;
    background: #ededed url('../css/images/common/subNavBG.jpg') repeat-x;
}

.application_content
{
    position: relative;
    margin: auto; /*width:955px;*/
    height: auto;
    padding-left: 39px;
    padding-right: 20px;
    padding-top: 34px;
    min-height: 400px;
    float: right;

    background-repeat: no-repeat;
    top: 60px;
    right: 0px;
}
.application_content_loginbar
{
        background: url('/images/skinney/subNavBG.jpg');
    }
.application_content_CSP
{
    float: left;
    top: 130px;
    left: -10px;
    position: relative;
}
.application_content_login
{
    float: left;
    top: 50px;
    left: 650px;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 50px;
}
.application_content_welcome
{
    float: left;
    top: 0px;
    left: -480px;
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 50px;
    padding-left: 29px; padding-top: 34px;
}

*.float_left
{
    float: left;
}

h1.banner
{
    display: block;
    height: 127px;
    width: 550px;
    background: #F8F8F8 url('/images/skinney/logo.jpg') no-repeat 0px 0px;
    margin: 0;
    padding: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: relative;
}
h1.banner span
{
    display: none;
} 
h2.banner
{
    display: block;
    height: 127px;
    width: 400px;
    background: transparent url('/images/skinney/banner.jpg') no-repeat 0px 0px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 5px;
} 
h2.banner span
{
    display: none;
}
div.top_bar
{
    height: 30px;
    background: #E6E6E6;
    border-bottom: 1px solid #C5C6CA;
    border-top: 5px solid #FF6600;
    width: 955px;
    left: 10px;
}
div.bottom_bar
{
    height: 22px;
    background: #E6E6E6;
    border-top: 5px solid #FF6600;
    width: 955px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 140px;
}



