@charset "utf-8";
/* CSS Document */

.h_1
{
	height:1px;
}

.title_content
{
	width:100% -2px;
	border:1px solid #333333;
	background-color:#f4f4f4;
}
.title_holder
{
	clear:both;
	width:100%;
	min-height:19px;
	max-height:44px;
}


/* Blue  */
/* Grey */
.title_blue
{
	background-image:url(../../images/site/blue_title_repeat.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:95%;
}
.title_blue .title_holder
{
	color:#FFFFFF;
}
.title_blue .title_content
{
	font-size:90%;
}
.title_blue p{
	font-weight:normal;
}
.title_blue_left
{
	background-image:url(../../../../images/site/blue_title_side.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	min-height:23px;
	max-height:44px;
	float:left;
	margin-top:-4px;
}
.title_blue_right
{
	background-image:url(../../images/site/blue_title_side.jpg);
	background-position:-7px 0px;
	background-repeat:no-repeat;
	width:7px;
	min-height:23px;
	float:right;
	margin-top:-4px;
	margin-right:-1px;
}
.title_blue_holder
{
	min-height:23px;
	max-height:44px;
	color:#FFFFFF;
}

.body_blue
{
	width:100% - 2px;
	border:1px solid #07507d;
	border-top:1px solid #999999;
	background-color:#F4F4F4;
	padding:0px;
	margin:0px;
	margin-top:-5px;
}


/* Grey */
.title_grey
{
	background-image:url(../../images/site/title_bar_rep_mat.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding-top:4px;
	padding-bottom:0px;
	font-weight:bold;
	font-size:95%;
}
.title_grey p{
	font-weight:normal;
}
.title_grey_left
{
	background-image:url(../../images/site/title_bar_mat.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:23px;
	float:left;
	margin-top:-4px;
}
.title_grey_right
{
	background-image:url(../../images/site/title_bar_mat.gif);
	background-position:-7px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:23px;
	float:right;
	margin-top:-4px;
}
.title_grey_holder
{
	height:23px;
}

.body_grey
{
	width:100% - 2px;
	border:1px solid #666666;
	border-top:1px solid #999999;
	background-color:#F4F4F4;
	padding:0px;
	margin:0px;
	margin-top:-5px;
}
