/*
	GENERAL GLOBAL STYLES
*/
h1
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
br
{
	line-height: 0.3em;
}
td
{
	padding: 2px;
}
tr.row
{
}
tr.rowAlternate
{
	background-color: #e0e1e3;
}
div.row
{
	clear: both;
	padding-top: 5px;
}

div.row label, div.row input, div.row span
{
	float: left;
	width: 32%;
	text-align: left;
}
fieldset .field-error
{
	color: #cacdd0;
	font-weight: bold;
	padding-left: 5px;
}
 
fieldset1
{
	background-color: Transparent;
	border: solid 1px black;
	line-height: 1.0em;
	z-index: 100;
	padding: 10px 0px 10px 0;
}
/*
fieldset label
{
	text-align: left;
	width: 16em;
	padding-right: 0.3em;
	display: block;
	float: left;
	clear: left;
}
fieldset input, fieldset select
{
	width: 13em;
}
fieldset .field-error
{
	color: Red;
	float: left;
	font-weight: bold;
	width: 100%;
}
html>body fieldset .field-error
{
	border-left: solid 5px Red;
	line-height: 2em;
	padding-left: 5px;
}
*/
#errors
{
	border-left: solid 5px #c0161c;
	color: #c0161c;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}
#albumThumbs
{
	position: relative;
}
#albumThumbs img
{
	vertical-align: top;
}
.image
{
	position: relative;
}
.p2:first-letter
{
/*	font-weight: bold;*/
}
.bullet
{
	display:block;
	background: url("/image_dir/small_dot.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0.9em;
	padding:0 0 0 0.6em;
	margin:0 0 0 1em;
}

#styleSelector
{
	background: #D4D0C8 url(/image_dir/border_bottom.gif) bottom left repeat-x;
	border-bottom: outset 0px black;
	font-size: 11px;
	font-weight: bold;
	left:0;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	top:0;
	width: 100%;
	vertical-align: middle;
}
#mainForm
{
	margin:0;
	padding:0;
}
#listMenu
{
	width: 17.2em;
}
#linkList
{
	z-index: 999999;
}
#controller
{
	color: Silver;
	left: 0px;
	position: absolute;
	text-align: right;	 
	top: 0px;
	visibility: hidden;
	width:100%;
	z-index: 1000;
}
