﻿BODY
{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
}

A
{
	text-decoration: underline;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

A:Hover
{
	text-decoration: underline;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #cc0000;
}


/* MASTER LAYOUT **********************************************************************/
.MasterBody
{
	margin: 10px 10px 10px 10px;
}

.FooterText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #F4EACA;
}

.FooterBar
{
	height:25px;
	background-color: #EAD28A;
	color: #EAD28A;
}

.TopLinks A
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #EAD28A;
}

.TopLinks A:Hover
{
	text-decoration: underline;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}

.TopLinksDivierSpacing
{
	position: relative;
	top: 1px;
}

.MainTable
{
	border-right: #EAD28A 1px solid;
	border-top: #EAD28A 1px solid;
	border-left: #EAD28A 1px solid;
	border-bottom: #EAD28A 1px solid;
}

.Content
{
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 300px;
}

.ContentBackEnd
{
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	height: 300px;
}

.MenuFrontEnd
{
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 300px;
	background-color: #f8f1dc;
	padding-top: 5px;
	border-left: #ead28a 1px solid;
}


.MenuBackEnd
{
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 300px;
	background-color: #f8f1dc;
	padding-top: 5px;
	border-right: #ead28a 1px solid;
}

.LoggedInUser
{
	padding-top:1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	white-space:nowrap;
}

.Logout A
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.Logout A:Hover
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: #cc0000;
}

IMG
{
	behavior: url("/App_Themes/FaberCastell/Behaviors/pngbehavior.htc");
}
