/* containers */
body
{
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	 
	color:#000;
}

form
{
	padding: 0px;
	margin: 0px;
}

#page
{
	width: 1000px;
	margin:auto;
	background-color:#fff;
}

#content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

/* links */
a
{
	color:#3793AC;
	text-decoration:none;
}

a:hover
{
	color: #33CCFF;
	text-decoration: underline;
}

/* helpers */
.clearBoth
{
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.hidden  {display: none;}
.center  {text-align: center;}
.bolded  {font-weight:bold;}

/* titles*/
.page_title
{
	font-size:24px;
	margin-bottom: 14px;
}

/* messages */
.infoMessage, .errorMessage
{
	padding: 18px;
	padding-left: 48px;
	margin-bottom: 18px;
	color: #000;
	border: 1px dotted;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}

.infoMessage
{
	color: #509901;	
	border-color: #ccc;	
	background-image: url(/common/images/success.gif);
}

.errorMessage
{
	padding-left: 40px;
	color: #BB1B25;	
	border-color: #ccc;	
	background-image: url(/common/images/error.gif);
}

.borderedImage
{
	padding: 2px;
	border: 1px solid #ccc;	
}

/* buttons */
.small_button
{
	padding: 8px;
	background-color: #797979;
	border: solid 1px #ccc;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
}

.small_button:hover
{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

/* fields */
.field_block
{
	clear: both;
	margin-bottom: 24px;
}

.field
{
	clear: left;
	margin-bottom: 12px;
}

.field  .title
{
	text-align: right;
	float: left;
	display: block;
	width: 120px;
	padding-right: 12px;
	line-height: 16px;
}

.label .title
{
	font-weight: bold;
	line-height: 16px;
	color: #333;
}

.mandatory .title
{
	background-image: url(/images/astrix.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

.field  .content
{
	float: left;
	width: 250px;
}

.label  .content
{
	width: 300px;
}

.field  .tip
{
	clear: left;
	margin-top: 4px;
	color: #999;
	font-size: 11px;
}

.field  .content input, .field  .content textarea
{
	width: 100%;
}

.field  .content textarea
{
	height: 36px;
}

.popup
{
	padding: 8px;
	background-color: #fff;
}
