.title
{
	font: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: Red;
	display: inline;
}
.actionBtn
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.containerContainer table
{
	border: 0px solid red;
}

/*========================================================*/
/*  None                                                  */
/*========================================================*/

.containerHeadTitleNone
{
	background-color: Transparent;
	padding: 0px 5px 16px 12px;
	vertical-align: bottom;
}

.containerHeadActionsNone
{
	background-color: Transparent;
	padding: 0px 22px 16px;
	text-align: right;
	vertical-align: bottom;
}

/*========================================================*/
/*  Basic                                                 */
/*========================================================*/

.containerHeadLeft, .containerHeadLeft_red, .containerHeadLeft_green, .containerHeadLeft_blue, .containerHeadLeft_beige
{
	height: 48px;
	width: 17px;
	padding: 0px;
}

.containerHeadLeft { background: url(header_cap_left.gif) bottom left no-repeat; }
.containerHeadLeft_red { background: url(header_cap_left_red.gif) bottom left no-repeat; }
.containerHeadLeft_green { background: url(header_cap_left_green.gif) bottom left no-repeat; }
.containerHeadLeft_blue { background: url(header_cap_left_blue.gif) bottom left no-repeat; }
.containerHeadLeft_beige { background: url(header_cap_left_beige.gif) bottom left no-repeat; }

.containerHeadTitle, .containerHeadTitle_red, .containerHeadTitle_green, .containerHeadTitle_blue, .containerHeadTitle_beige
{
	white-space: nowrap;
	padding: 14px 0px 0px 1px;
	vertical-align: top;
}

.containerHeadTitle { background: url(header_bg.gif) repeat-x bottom; }
.containerHeadTitle_red { background: url(header_bg_red.gif) repeat-x bottom; }
.containerHeadTitle_green { background: url(header_bg_green.gif) repeat-x bottom; }
.containerHeadTitle_blue { background: url(header_bg_blue.gif) repeat-x bottom; }
.containerHeadTitle_beige { background: url(header_bg_beige.gif) repeat-x bottom; }

.containerHeadTitle table td
{
}
 
.containerHeadActions, .containerHeadActions_red, .containerHeadActions_green, .containerHeadActions_blue, .containerHeadActions_beige
{
	padding: 16px 0px 0px 0;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	border:0px solid red;
}

.containerHeadActions { background: url(header_bg.gif) repeat-x bottom; }
.containerHeadActions_red { background: url(header_bg_red.gif) repeat-x bottom; }
.containerHeadActions_green { background: url(header_bg_green.gif) repeat-x bottom; }
.containerHeadActions_blue { background: url(header_bg_blue.gif) repeat-x bottom; }
.containerHeadActions_beige { background: url(header_bg_beige.gif) repeat-x bottom; }

.containerHeadRight, .containerHeadRight_red, .containerHeadRight_green, .containerHeadRight_blue, .containerHeadRight_beige
{
	height: 48px;
	width: 17px;
	padding: 0px;
}

.containerHeadRight { background: url(header_cap_right.gif) repeat-x bottom; }
.containerHeadRight_red { background: url(header_cap_right_red.gif) repeat-x bottom; }
.containerHeadRight_green { background: url(header_cap_right_green.gif) repeat-x bottom; }
.containerHeadRight_blue { background: url(header_cap_right_blue.gif) repeat-x bottom; }
.containerHeadRight_beige { background: url(header_cap_right_beige.gif) repeat-x bottom; }

.containerContent
{
	margin: 0px;
	padding: 0px 16px 30px;
	text-align: left;
	vertical-align: top;
	background-color: Transparent;
	position: relative;
	top: -10px;
}























































































