/*********************************************************************************
* Layout
**********************************************************************************/
body {
	margin:0px;
	padding:0px;
 	text-align: center;
}
table {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
td {
	vertical-align: top;
}
#mainPanel {
	margin-left: 19px;
	margin-right: auto;
	padding: 0px;
	z-index: 3;
	top: 0px;
	position:relative;
	width: 400px;
	text-align: left;
}
#headerPanel {
	margin: 0px;
	padding-left: 4px;
	top:0px;
	left:0px;
	display:block;
	position: static;
	width: auto;
	overflow: visible;
}
#loginPanel {
	margin: 0px;
	padding-left: 0px;
	top:50%;
	left:50%;
	position: fixed;
	width: 400px;;
	visibility: hidden;
}
#headerContent {
	text-align: left;
}
#headerContent .nav {
}
#headerContent li {
	display: inline;
	padding: 0px;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentPanel {
	padding: 4px;
	margin: 0px;
	top: 0px;
	left: 0px;
	display:block;
	overflow: visible;
	position: static;
}
.contentHeading {
	padding: 0px;
	margin-bottom: 4px;	top:0px;
	left:0px;
	display: block;
	position: relative;
	overflow: visible;
}
.content {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left:0px;
	display:block;
	overflow: visible;
	position: relative;
}
.contentFooter {
	padding: 0px;
	top:0px;
	left:0px;
	display: block;
	overflow: visible;
	position: static;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footerPanel {
	margin: 0px;
	padding-left: 4px;
	top:0px;
	left:0px;
	display:block;
	overflow: visible;
	position: relative;
}
.floatRight {
	float: right;
}

#formPanel {
	margin: 0px;
	padding: 5px;
	left: 0px;
	top: 0px;
	display:block;
	overflow: visible;
	position: relative;
	clear: both;
}
form {
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	overflow: visible;
}

.fieldRow {
	margin: 6px 0 6px 0;
	position: relative;
	display: block;
	overflow: visible;
	top: 0px;
	left: 0px;
}

.fieldBlock {
	float: left;
	display: inline;
}

.tableBlock {
	display: inline-table;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 6px 0 6px 0;
	width: auto;
}
.rowBlock {
	display: table-row;
	overflow: visible;
	top: 0px;
	left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.cellBlock {
	display: table-cell;
	vertical-align:bottom;
}


.spacer{clear:both; height:1px;}
.hSpacer10{height:1; width:10px;}

/* FORM */
.myform{
margin:0;
width:auto;
padding:14px;
}

#stylized h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#stylized p {
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#stylized label{
	display:block;
	width:auto;
	margin: 0px;
	padding: 0px;
	top:0px;
	left:0px;
}
#stylized .small{
	display:inline;
	width:140px;
	margin: 0px;
	padding: 0px;
}
#stylized input{
	padding:0px;
	margin:0 0 0 0;
	position: relative;
	width:auto;
	top:0px;
	left:0px;
}


.centerBlock {
	text-align: center;
}
.halfWidth {
	top: 0px;
	left: 0px;
	width: 49%;
}


.fullWidth {
	top:0px;
	left:0px;
	width: auto;
}
#imgCaptcha {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 149px;
}
.hLine {
	clear:both;
	height:1px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	background-color: #CCCCCC;
}

#stylized textarea {
	height: 150px;
}
#stylized input.button {
	padding:0px;
	margin:0 0 0 0;
}
.loginform {
	margin:0;
	width:auto;
	padding:5px;
}

#headerContent h1 {
	margin: 0px;
	padding: 0px;
}
.instructions {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFCC;
	padding: 4px 4px 4px 4px;
	border: solid 1px #333333;
}
.instructions p {
	margin: 0 0 0 0;
}
.rowBlockAlt {
	margin: 6px 0 6px 0;
	position: relative;
	display: block;
	overflow: visible;
	top: 0px;
	left: 0px;
}
#errorPanel {
	margin: 0px;
	padding-left: 4px;
	top:0px;
	left:0px;
	display:block;
	position: static;
	width: auto;
	overflow: visible;
}

.adminContent {
	margin: 0px;
	padding: 0px;
	margin: 0px 4px 0px 5px;
	padding: 0px;
}