﻿/* Administrator Styles */

div{
	display: block;
}

html{
	background-color: #6656d1;
	background-image: url('/media/images/template/html-bckg.png');
	background-repeat: repeat-x;
}

#wrapper{
	width: 899px;
	margin: 20px auto;
}

#header{
	width: 899px;
	height: 147px;
	margin: 0px;
	padding: 0px 0px;
	background-image: url('/media/images/template/header.png');
	background-repeat: no-repeat;
}

#content{
	background-color: #ffffff;
	padding: 20px 50px;
	margin: 20px 0px 0px 0px;
	width: 799px;
}

.alignLeft{
	float:left;
}
.alignRight{
	float: right;
}
.clearBoth{
	clear: both;
}

#headerItems{
	float: right;
	padding: 10px 10px 5px 10px;
}

#footertext{
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px;
	background-color: #ffffff;
}

#footertext p{
	margin: 0px;
	padding: 0px;
}

#footertext a:link, #footer a:visited{
	text-decoration: underline;
	font-weight: bold;
}
#footertext a:hover{
	text-decoration: none;
}

#footer{
	padding: 0px 50px;
	font-size: .9em;
	text-align: center;
	width: 899px;
	min-height: 23px;
	margin: 0px;
	padding: 0px;
	background-image: url('/media/images/template/footer.gif');
	background-repeat: no-repeat;
}

/*Template Layouts*/

.TemplateTable{
	border: none;
	padding: 0px;
	margin: 0px;
}

#twolinks{
	width: 190px;
	padding: 0px 5px;
	font-size: 12px;
}

#twolinksCont{
	width: 589px;
	padding: 0px 5px;
}

#twoColWide{
	width: 295px;
	padding: 0px 5px;
}

#twoColWideCont{
	width: 484px;
	padding: 0px 5px;
}

#threeColSidebar1{
	width: 190px;
	padding: 0px 5px;
	font-size: 12px;
}
#threeColCont{
	width: 389px;
	padding: 0px 5px;
}
#threeColSidebar2{
	width: 190px;
	padding: 0px 5px;
}
