.default_content_font
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}


/*blue box*/
.blue_box_lefttop
{
	width: 11px;
	height:11px;
	background: url('img/blue_box_lefttop_corner.png') no-repeat;
}

.blue_box_top
{
	height:11px;
	background: url('img/blue_box_top_border.png')  repeat-x;
}

.blue_box_righttop
{
	width: 11px;
	height:11px;
	background: url('img/blue_box_righttop_corner.png') no-repeat;
}

.blue_box_leftbottom
{
	width: 11px;
	height:11px;
	background: url('img/blue_box_leftbottom_corner.png') no-repeat;
}

.blue_box_bottom
{
	height:11px;
	background: url('img/blue_box_bottom_border.png')  repeat-x;
}

.blue_box_rightbottom
{
	width: 11px;
	height: 11px;
	background: url('img/blue_box_rightbottom_corner.png') no-repeat;
}

.blue_box_left
{
	width: 11px;
	background: url('img/blue_box_left_border.png') repeat-y;
}

.blue_box_right
{
	width: 11px;
	background: url('img/blue_box_right_border.png')  repeat-y;
}

.blue_box_middle
{
	background: #e5f5ff;
}


/*yellow box*/
.yellow_box_lefttop
{
	width: 11px;
	height:11px;
	background: url('img/yellow_box_lefttop_corner.png') no-repeat;
}

.yellow_box_top
{
	height:11px;
	background: url('img/yellow_box_top_border.png')  repeat-x;
}

.yellow_box_righttop
{
	width: 11px;
	height:11px;
	background: url('img/yellow_box_righttop_corner.png') no-repeat;
}

.yellow_box_leftbottom
{
	width: 11px;
	height:11px;
	background: url('img/yellow_box_leftbottom_corner.png') no-repeat;
}

.yellow_box_bottom
{
	height:11px;
	background: url('img/yellow_box_bottom_border.png')  repeat-x;
}

.yellow_box_rightbottom
{
	width: 11px;
	height: 11px;
	background: url('img/yellow_box_rightbottom_corner.png') no-repeat;
}

.yellow_box_left
{
	width: 11px;
	background: url('img/yellow_box_left_border.png') repeat-y;
}

.yellow_box_right
{
	width: 11px;
	background: url('img/yellow_box_right_border.png')  repeat-y;
}

.yellow_box_middle
{
	background: #fff8dc;
}

/*grey box*/
.grey_box_lefttop
{
	width: 10px;
	height:11px;
	background: url('img/grey_box_lefttop_corner.png') no-repeat;
}

.grey_box_top
{
	height:11px;
	background: url('img/grey_box_top_border.png')  repeat-x;
}

.grey_box_righttop
{
	width: 11px;
	height:11px;
	background: url('img/grey_box_righttop_corner.png') no-repeat;
}

.grey_box_leftbottom
{
	width: 10px;
	height:12px;
	background: url('img/grey_box_leftbottom_corner.png') no-repeat;
}

.grey_box_bottom
{
	height:12px;
	background: url('img/grey_box_bottom_border.png')  repeat-x;
}

.grey_box_rightbottom
{
	width: 11px;
	height: 12px;
	background: url('img/grey_box_rightbottom_corner.png') no-repeat;
}

.grey_box_left
{
	width: 10px;
	background: url('img/grey_box_left_border.png') repeat-y;
}

.grey_box_right
{
	width: 11px;
	background: url('img/grey_box_right_border.png')  repeat-y;
}

.grey_box_middle
{
	background: #ececec;
}

/*red box*/
.red_box_lefttop
{
	width: 13px;
	height:13px;
	background: url('img/red_box_lefttop_corner.png') no-repeat;
}

.red_box_top
{
	height:13px;
	background: url('img/red_box_top_border.png')  repeat-x;
}

.red_box_righttop
{
	width: 13px;
	height:13px;
	background: url('img/red_box_righttop_corner.png') no-repeat;
}

.red_box_leftbottom
{
	width: 13px;
	height:13px;
	background: url('img/red_box_leftbottom_corner.png') no-repeat;
}

.red_box_bottom
{
	height:13px;
	background: url('img/red_box_bottom_border.png')  repeat-x;
}

.red_box_rightbottom
{
	width: 13px;
	height: 13px;
	background: url('img/red_box_rightbottom_corner.png') no-repeat;
}

.red_box_left
{
	width: 13px;
	background: url('img/red_box_left_border.png') repeat-y;
}

.red_box_right
{
	width: 13px;
	background: url('img/red_box_right_border.png')  repeat-y;
}

.red_box_middle
{
	background: #ffffff;
}


/* what tinyMCE has */
.red_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.normal_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.grey_text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #545454;
}

.blue_bold_title
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
	
}