﻿body 
{
	margin: 6px;
	background-color: #6EAFC0;
	padding: 0;
}
#outer 
{
	width: 1000px;
	margin:0 auto;
}
#header
{
	background: url('/Images/Shared/margin_middle.gif') repeat-y;
	height: 100%;
	background-color: #ffffff;
}
#clock
{
	float:right; 
	margin-top: 19px; 
	margin-right: 52px; 
	color:White;
	font-size:11px;
	font-family:Trebuchet MS;
	font-weight:bold;
}
#container
{
	float: left;
	background: url('/Images/Shared/content_middle.gif') repeat-y;
	bottom: auto;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#top_margin
{
	background: url('/Images/Shared/margin_top.gif') no-repeat;
	width:1000px;
	height: 30px;
}
#button_logout
{
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}
.app_image
{
	margin-left: 0px;
	margin-top: 0px;
	float:left;
	width: 850;
	height: 118;
}
.company_image
{
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:right;
	width: 129;
	height: 118;
}
#strapline_wrapper
{
	width: 980px;
	height: 20px;
	background-color: #F4FAFC;
	margin-left: 10px;
}
#strapline_breadcrumbs
{
	float: left;
	margin-left: 5px;	
}
#strapline_google
{
	float: right;
	margin-right: 5px;	
}
#strapline_links
{
	float: right;	
	margin-right: 20px;
}
.problem_panel
{
    width: 100%;
}
.problem_area
{
	border: solid 1px #E20074;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;        
}
.warning_image
{
    background: url('/Images/Icons/warning.gif') no-repeat;
    width: 16px;
    height: 15px;
    margin-right: 10px;
}

.happy_panel
{
    width: 100%;
}
.happy_area
{
	border: solid 1px #00CC66;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;        
}
.happy_image
{
    background: url('/Images/Icons/happy.gif') no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.form
{
    margin-top:10px;
}
.btn_rightalign
{
	text-align: right;
	margin-right:4px;
	border: 0px;
	padding: 0px;
}
.btn_topalign
{
	float: right;
	margin-top:10px;
}