﻿html, body
{
	margin:0;
	padding:0;
	height:100%;
}

body {
    font-family: Arial, Verdana, Sans-Serif;
    font-size:small;
    background-color:#eeeeee;
}

.HeaderContainer
{
	width:100%;
	background-image:url(../Images/WebAslanHeaderBackground.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#008ac9;
	height:60px;
}

.HeaderButton
{
	margin-left:170px;
	text-decoration:none;
	color:Black;
	border:solid 1px Black;
	background-color:#99CCFF;
	padding: 2px 4px;
	cursor:pointer;
}

.HeaderButton:hover
{
	background-color:#FFCC00;
}

.FormLabel
{
	display: block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:20px;
}

.Error
{
	color:Red;
	margin-left:170px;
}

.HeaderBar
{
    width:100%;
}

.HeaderRepeater
{
	height:59px;
	background-image:url('../images/header_filler.gif');
	background-repeat:repeat-x;
}

.TopHeaderLine
{
    background-color:black;
    margin-top:2px;
    Height:3px;
    width:100%;
}
