*
{
	padding: 0;
	margin: 0
}

body
{
	background: #ECECEC;
	font: normal 10pt tahoma, verdana, geneva, 'lucida grande', arial, helvetica, sans-serif;
	padding: 10px 10px
}

a
{
	color: #000;
	text-decoration: none
}

a:hover
{
	text-decoration: underline
}

.bold, a
{
	font-weight: 700
}

form
{
	display: inline
}

#container
{
	margin: 0px auto 0px auto;
	width: 100%
}

#topContainer
{
	font-size: 35pt
}

#leftContainer, #centerContainer, #rightContainer
{
	background-color: #DDD;
	/*height: 470px;*/
	height: 770px;
	overflow: auto
}

#leftContainer
{
	left: 10px
}

#rightContainer
{
	right: 10px
}

#leftContainer, #rightContainer
{
	width: 180px;
	border: 1px solid #000;
	position: absolute
}

#centerContainerWrapper
{
	padding-left: 190px;
	padding-right: 192px
}

#centerContainer
{
	float: left;
	width: 100%;
	border: 1px solid #000
}

.titleBox
{
	border-top: 1px solid #000;
	margin-top: 12px
}

.topTitleBox, .titleBox
{
	background-color: #BBB;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 9pt
}

ul
{
	list-style-type: none
}

#leftContainer ul, #rightContainer ul
{
	margin: 10px 0px 0px 15px
}

.field
{
	padding: 1px 0px 1px 0px
}

.submit
{
	color: #000
}

.submit, .field, .select, .textarea
{
	background-color: #EEE;
	border: 1px solid #000
}

#leftContainer .submit, #rightContainer .submit
{
	margin-top: 5px
}

#leftContainer .field, #rightContainer .field
{
	width: 138px
}

#leftContainer .submit, #rightContainer .submit
{
	width: 140px
}

#featuredPicture, #featuredPicture img
{
	height: 100px;
	width: 128px
}

#featuredPicture
{
	background-color: #CCC;
	font-weight: 700;
	font-size: 8pt;
	border: 1px solid #000
}

table
{
	border-collapse: collapse;
	border: 1px solid #777
}

#centerContent
{
	padding: 10px 15px 10px 15px
}

.tableHead td
{
	background-color: #B4B4B4;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: 700
}

td
{
	padding: 1px
}

.c0
{
	background-color: #CCC
}

.c1
{
	background-color: #C4C4C4
}

#styleChanger
{
	font-size: 9pt;
	float: right
}