﻿/*Container ID*/
#container
{
    margin:auto;
    width:100%;
    width:1020px;
}
/*Makes all the page narrow*/
.pagewidth
{
	width:960px;
	margin-left: 30px;
}
#content
{
    min-height:380px;
	padding-top:0;
	padding-bottom: 10px;
}

#emptycontainer
{
}
.emptypagewidth
{
    padding-left:10px;
    padding-right:10px;
}

html, body 
{
	height:100%;	
	margin-bottom: 40px;
}
body 
{
	background-color:#fff !important;
	background-image:none !important;
	/*background-image: url('images/background.png');*/
	color:black;
	font-family:Verdana;
	font-size: 11px;
	height:100%;
	margin:0;
}
a
{
	color: #e50083;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border:none;
}
ul
{
	padding:1px;
	margin:1px;
	padding-left:0;
	margin-left:0;
}
ul li
{
	list-style:none;
}
h1
{
	color:#e50083;
	font-size: 15px;
	text-transform: uppercase;
}
h2
{
	color: Black;
	font-size: 14px;
}
h3
{
	color: Black;
	font-size: 12px;
}
h4
{
	color: Black;
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6
{
	margin:0;
}
p
{
	line-height: 18px;
	margin-top:0;
	margin-bottom:10px;
}
a.lock
{
    background-image: url('images/lock.jpg');
    display: block;
    position:absolute;
    top:0;
    right: 0;
    height:50px;
    width:50px;
}
a.lock span
{
    visibility:hidden;
}
a:active, a:focus, img {
outline: 0
}
hr
{
    clear:both
}
textarea, input[type=text], input[type=password] {
	font-family:Verdana;
	font-size: 11px;
	padding:2px;
	border:1px solid #aaa;
}
textarea:hover, input[type=text]:hover, input[type=password]:hover ,
textarea:active, input[type=text]:active, input[type=password]:active {
	border:1px solid #e50083;
}