/*
	CONTENT
	Set Layout for Global Content Elements
*/

#c_Header,
.c_Header
{
	height: 21px;
	padding: 8px 0px 0px 8px;
	background-image: url(./img/b_HeaderBG.gif);
	background-repeat: repeat-x;
}

#c_Content,
.c_Content
{
	padding: 10px;
	overflow: hidden;
}

#c_Content .i_text input,
.c_Content .i_text input
{
	width: 162px;
	height: 15px;
	padding: 3px;
	border: 1px solid #c2c2c2;
}

#c_Content .i_text select,
.c_Content .i_text select
{
	width: 170px;
	padding: 3px;
	border: 1px solid #c2c2c2;
}

#c_Content .i_text textarea,
.c_Content .i_text textarea
{
	width: 510px;
	height: 200px;
	padding: 3px;
	border: 1px solid #c2c2c2;
}

.c_URL
{
	padding: 3px 0px;
}

.c_HR
{
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(./img/b_DottedLineBG.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
}

.c_Image_540x276
{
	width: 540px;
	height: 276px;
	overflow: hidden;
}

.c_Image_140x180
{
	width: 140px;
	height: 180px;
	overflow: hidden;
}

.c_Image_260x320
{
	width: 260px;
	height: 320px;
	overflow: hidden;
}

.c_Image_125x154
{
	width: 125px;
	height: 154px;
	overflow: hidden;
	float: left;
}

.p_Image_540x340
{
	width: 540px;
	height: 340px;
}

.c_Table
{
	width: 100%;
}

.c_TD_Left
{
	text-align: left;
}

.c_TD_Right
{
	text-align: right;
}

.c_TextPadding_5px
{
	padding: 0px 5px 0px 5px;
}




















