﻿#contentout
{
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	background:url("design/content.gif") 10px 0 repeat-y;	
}


#navigator
{
	margin: 5px 15px 5px 38px;
	font-size: 85%;
	font-weight: bold;
}

#navigator .Date
{
	float: right;
	text-align: right;
	font-weight: normal;
}


.Progress_indicator
{
    border: 3px solid #555;
    background: white;
    padding: 20px;
    text-align: center;
}

.Progress_indicator .WaitingIndicator
{
}

.Progress_indicator .WaitingIndicator img 
{
}    

.Progress_indicator .WaitingText
{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}   



.Error
{
	color: Red;
	font-weight: bold;
	border-bottom: solid 1px Red;
	border-top: solid 1px Red;
	border-right: solid 1px Red;
	border-left: solid 10px Red;
	background-color: #FFDDDD;
	margin: 10px 20px;
	padding: 5px 40px;
}

.Error ul
{
	margin: 0;
}

.Information
{
	color: green;
	font-weight: normal;
	border-bottom: solid 1px #9ED6B2;
	border-top: solid 1px #9ED6B2;
	border-right: solid 1px #9ED6B2;
	border-left: solid 10px #9ED6B2;
	background-color: #EEFFEE;
	margin: 10px 20px;
	padding: 5px 40px;
}

.Information ul
{
	margin: 0;
}


.Warning
{
	color: Orange;
	font-weight: bold;
	border-bottom: solid 1px Orange;
	border-top: solid 1px Orange;
	border-right: solid 1px Orange;
	border-left: solid 10px Orange;
	background-color: #FEEFD4;
	margin: 10px 20px;
	padding: 5px 40px;
}

.Warning ul
{
	margin: 0;
}


#header #unreadNews
{
	font-weight: bold;
}

#header #unreadNews a
{
	color: red;
	background-color: #ffffaa;
}




/************************* 2.3 ***************************/
