@CHARSET "ISO-8859-1";
/* General */
body {
	color: #000;
}
.FieldLabel { 
	text-align: right; 
	vertical-align: middle; 
	padding: 5px 10px;
}
.FieldLabelTop {
	vertical-align: top;
}
.FieldValue { 
	text-align: left;  
	vertical-align: middle; 
}

.CommandBar {
	padding: 10px 0;
	text-align: center;
}
.Button {
	background-color:#EA8E48;
	border:2px solid #CD541B;
	color:#FFFFFF;
	font-weight:bold;
	width:75px;
}
.ImageButton {
	text-decoration: none;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}
.ImageButton img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}
.Checkz {
	text-align: center;
	width: 10px;
}
.Grid {
	margin-left: auto;
	margin-right: auto;
}
.Grid caption {
	font-weight: bolder;
	color: #f31e24;
	font-size: 1.25em;
	text-align: center;
	vertical-align: middle;
	margin-top: 25px;	
	margin-bottom: 0px;
	padding: 10px 0;
	border-bottom-width: 3px;
	border-bottom-style: double;
}
.Grid thead tr {
	background-color: #E9BB63;
	border-collapse: collapse; 
}
.Grid thead tr th {
	height: 30px;
	text-align: left;
	padding: 0 10px;
}
.Grid tbody tr {
	height: 30px;
	text-align: left;
}
.Grid tbody tr td {
	padding: 0 10px;
}

.RowStyle {
}
.AltRowStyle {
	background-color: #f3dcaa;
}

#errPanel {
	display: block; 
	border: Solid 2px Red; 
	margin: 10px;
	padding-left: 25px;
	padding-bottom: 20px; 
	text-align:left;
}
#infoPanel {
	display: block; 
	border: Solid 2px Blue; 
	margin: 10px; 
	padding-left: 25px;
	padding-bottom: 20px; 
	text-align:left;
}

/* Start of magazines.php */
.content #tbMagz thead tr .MagTitleCol {
	width: 200px;
}
.content #tbMagz thead tr .MagPubDateCol {
	width: 100px;
}
.content #tbMagz tbody tr {
	height: 20px;
}

.content .PagePanel {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.content .PagePanel #stage {
	width: 500px;
}

.content .PagePanel a img {
	border: none;
}

.content .PagePanel span a img {
	border: none;
}

.content .PagePanel #sLeftNav {
	float:left;
	_float:none;
	display:block;
	position:absolute;
	top:50%;
	_top:20%;
	left: 0;
	_left:-50%;
}

* html .content .PagePanel .holder {
	margin-left: 1em;
}

.content .PagePanel #sRightNav {
	float:right;
	display:block;
	position:absolute;
	top:50%;
	_top:20%;
	right: 0;
}

.PageNoLabel {
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
