/***** Tags *****/
.Wrapper{
	margin:5px auto;
	width:1004px;
	border:solid 1px #300;
}
/* Header */
.Header{
	height:100px;
	padding:0px 5px;
}
.Logo{
	background-image:url(../images/interface/logo.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:75px;
	width:300px;
	cursor:pointer;
}
.Banner{
	padding:5px;
	float:right;
	height:70px;
	width:468px;
	text-align:right;
	font-size:12px;
}
.Utility{
	font-size:12px;
}
/* Nav */
.Nav{
	clear:both;
	background-image:url(../images/interface/menu/menu_red.png);
	background-repeat:repeat-x;
	background-color:#000;
	height:25px;
	line-height:25px;
	padding:0px 5px;
	color:#FFF;
}
.Nav a{
	color:#EEE;
	text-decoration:none;
}
.Nav a:hover{
	color:#FFF;
}
/* Contents */
.Contents{
	
}
.PaneLeft{
	width:200px;
	float:left;
}
.PaneRight{
	width:200px;
	float:right;
}
.Content{
	padding-bottom:20px;
	float:left;
	zoom:1;
	width:99%;
}
.Breadcrumb{
	font-size:12px;
}
.Breadcrumb a{}
.Breadcrumb a:hover{}

.PageTitle{}
.PageTitle h1{} 

.Main{	/* Margin set dynamically */
	margin:10px;
}
/* Footer */
.Footer{
	height:25px;
	line-height:25px;
	clear:both;
	background-image:url(../images/interface/menu/menu_red.png);
	background-repeat:repeat-x;
	background-color:#000;
	padding:0px 5px;
	color:#FFF;
}
.Footer .Copyright{
	float:left;
	line-height:25px;
	font-size:12px;
}
.Footer .Menu{
	float:right;
}
.Footer .Menu a{
	color:#EEE;
	text-decoration:none;
}
.Footer .Menu a:hover{
	color:#FFF;
}
.Validate{
	margin:0px auto;
	width:500px;
	text-align:center;
}
.Small{
	font-size:12px;
	font-weight:normal;
	color:#999;
}
input.ButtonRed
{
	color:#300;
}
input.ButtonGreen
{
	color:#030;
}
input.ButtonBlue
{
	color:#003;
}
input.ButtonBlack,
input.ButtonRed,
input.ButtonGreen,
input.ButtonBlue
{
	background-color:#FFF;
	border-top:solid 2px #EEE;
	border-bottom:solid 2px #EEE;
	border-right:solid 1px #EEE;
	border-left:solid 1px #EEE;
	cursor:pointer;
}
input.ButtonBlack:hover,
input.ButtonRed:hover,
input.ButtonGreen:hover,
input.ButtonBlue:hover
{
	border-color:#000;
}