html,body{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #010000;
}

a{
	color: #545c84;
}

#container{
	text-align: left;
}

#footer{
	clear: both;
	width: 100%;
	height: 17px;
	background-color: #303030;
	color: #555;
	font-size: 9px;
	text-align: center;
	padding-top: 3px;
}

.bold{
	font-weight: bold;
}

a img{
	border: 0;
}


#application-errors{
	text-align: left;
	position: absolute;
	right: 0px;
	bottom: 0px;	
	width: 500px;
	height: 400px;
	font-size: 11px;
	background-color: #FFFFFF;
	overflow: scroll;
	border: 2px solid #777777;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#application-errors li{
	margin: 5px 0 5px 0;
	padding: 3px;
}

#application-errors li.alt{
	background-color: #EEEEEE;
	border-top: 1px solid #AAAAAA;	
	border-bottom: 1px solid #AAAAAA;	
}
	
#application-errors .error-type{
	font-weight: bold;
}


.error{
	background-color: #DEC1A1;
	background-image: url('../images/layout/required.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

input.button, button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: url('../images/layout/background_form_button.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	margin-right: 3px;
}

br {
	clear: left;
}


.text, select, textarea{
	padding: 1px;
	width: 250px;
	color: #333333;
	border: 1px solid #A5ACB2;
	background-color: #F0F0F0;
}

.form textarea{
	width: 400px;
	height: 60px;
	margin-bottom: 10px;
}
	
input:focus,input.required:focus, select:focus, textarea:focus{
	background-color: #fff;
	background-image: none;
}

.form em{
	padding-left: 3px;
	color: red;
}

.form label, .form input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.form label {
	text-align: right;
	width: 85px;
	padding-right: 20px;
}

body{
	background-color: #eee;
}


#container{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}


#padded-container{
	width: 662px;
	padding: 0px 70px 0 70px;
}

#content{
	margin: 0px 10px;
	padding-top: 0px;
}


#content p{
	line-height: 1.6;
}


.clearer{
	clear: both;
	height: 0px;
	width: 100%;
}


.opaque{
  background-color:#000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;	
}

.hide{
	display: none;
}


/**
 * sIFR directives - Scalable Inman Flash Replacement 
 */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
  	font-size: 36px;
  	line-height: 1em;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.photo-list{
	margin: 0;
	padding: 0;
	clear: both;
}

.photo-list dd{
	float: left;
	display: inline;
	margin: 0;
	padding: 5px;
}

.photo-list a:link, .photo-list a:visited{
	color: #3366CC;
	text-decoration: none;
	text-align: center;
	display: block;
}

.photo-list a.small{
	font-weight: normal;
	font-size: 11px;
}

.photo-list img{
	border: 1px solid #fff;
}

#photoblog-browse #padded-container{
	width: auto;
	padding: 20px 70px;
}

.right{
	text-align: right;
}