/* CSS Document */

p
{
	margin-bottom			: 15px;
}

label.input
{
	float				: left;
	width				: 100px;
	margin-bottom			: 5px;
}

form div.big
{
	font-size			: 25px;
}

form input, form textarea
{
	border-width			: 1px;
	border-style			: solid;
	border-color			: #143658;
	border-width			: 0;	
}

form.textarea
{
	border-width			: 1px;
}

	form input.big
	{
		font-size			: 20px;
		background-image		: url('content/input-big-bg.png');
		background-position		: top left;
		background-repeat		: no-repeat;
		padding-left			: 5px;
		padding-right			: 5px;
		height				: 27px;
		width				: 325px;
		border				: 0;
	}
	
	form input.checkbox
	{
		width				: 20px;
		height				: 20px;
		background-image		: url('content/input-checkbox-bg.png');
		background-position		: top left;
		background-repeat		: no-repeat;	
		border				: 0;
	}
	
	form input.button
	{
		width				: 100px;
		height				: 27px;
		background-image		: url('content/input-button-bg.png');
		background-position		: top left;
		background-repeat		: no-repeat;	
		border				: 0;
		color				: #FFFFFF;
		cursor				: pointer;
	}
	
	form input.medium
	{
		width				: 190px;
		height				: 20px;
		background-image		: url('content/input-medium-bg.png');
		background-position		: top left;
		background-repeat		: no-repeat;	
		border				: 0;
		padding-left			: 5px;
		padding-right			: 5px;
		margin-bottom			: 5px;	
	}


	div.htmleditor textarea
	{
		width				: 100%;
		height				: 500px;	
	}
	

div.border
{
	background-image		: url('content/border-bg.png');
	background-position		: center;
	background-repeat		: repeat-y;

}

	div.border div.border-top
	{
		background-image		: url('content/border-top-bg.png');
		background-position		: top;
		background-repeat		: no-repeat;
		height				: 7px;
	}

	div.border div.border-bottom
	{
		background-image		: url('content/border-bottom-bg.png');
		background-position		: bottom;
		background-repeat		: no-repeat;
		height				: 7px;
	}
	
	div.border div.border-text
	{
		padding-left			: 8px;
		padding-right			: 8px;		
	}	

div.main
{
	color				: #3a3a3a;
}

	div.main span.remark
	{
		font-size			: 11px;
		color				: #717171;
	}
	
	div.main ul
	{
		margin-left			: 18px;
	}

	
	
div.content-block-right
{
	margin-left			: 160px;
}	
	
	
ul.pagelist
{
	list-style-type		: none;
}
	ul.pagelist li
	{
		float				: left;
		width				: 30%;
	}
		ul.pagelist li.header
		{
			width				: 100%;
			font-size			: 25px;
			font-weight			: bold;
			margin-top			: 25px;
			text-transform		: uppercase;
		}

div.right
{
	float			: right;
}

div.left
{
	float			: left;
	margin-right		: 10px;
}


div.block-medium
{
	width			: 250px;
	margin-left		: 20px;
}


div.block-small
{
	width			: 150px;
}

	
div.block
{
	background-color		: #d66f05;
}

	div.block div.corners
	{
		height				: 3px;
		font-size			: 0;
	}
	
		div.block div.corners div.top-left
		{
			float				: left;
			width				: 3px;
			height				: 3px;
			background-image		: url('content/corner-top-left.png');
			background-position		: top;
			background-repeat		: no-repeat;
		}
	
		div.block div.corners div.top-right
		{
			float				: right;
			width				: 3px;
			height				: 3px;
			background-image		: url('content/corner-top-right.png');
			background-position		: top;
			background-repeat		: no-repeat;
		}
	
		div.block div.corners div.bottom-left
		{
			float				: left;
			width				: 3px;
			height				: 3px;
			background-image		: url('content/corner-bottom-left.png');
			background-position		: bottom;
			background-repeat		: no-repeat;
		}
	
		div.block div.corners div.bottom-right
		{
			float				: right;
			width				: 3px;
			height				: 3px;
			background-image		: url('content/corner-bottom-right.png');
			background-position		: bottom;
			background-repeat		: no-repeat;
		}

	div.block div.text
	{
		padding-left			: 10px;
		padding-right			: 10px;
		padding-top			: 7px;
		padding-bottom		: 7px;
		color				: #FFFFFF;
		font-size			: 11px;
	}
	
		div.block div.text div.title
		{
			font-size			: 19px;
			font-family			: Tahoma;
			color				: #FFFFFF;
		}
		
	div.block a
	{
		color				: #FFFFFF;
	}
		
	div.block input
	{
		margin-bottom			: 5px;
	}
	
	div.block ul
	{
		margin-left			: 10px;
	}
	
	div.block input.button
	{
		background-image		: url('content/input-button2-bg.png');

	}
	
	
span.main span.title
{
	font-weight			: bold;
	font-size			: 14px;
}

span.error
{
	font-weight			: bold;
	font-size			: 11px;
	color				: #c83c3c;
}

