﻿/**********************************
 * Content Boxes
 **********************************/

.contentBox_NW
{
	background-image: url(Images/Floater/corner_nw.gif);
	background-repeat:no-repeat;
}
.contentBox_NW2
{
	background-image: url(Images/Floater/corner_nw2.gif);
	background-repeat:no-repeat;
}
.contentBox_N
{
	background-image: url(Images/Floater/repeat_north.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
	font-family: Tahoma;
	font-size: 8pt;
	vertical-align:bottom;
	text-align:left;
	height:21px;
}


.contentBox_N .Head
{
	color:white;
	vertical-align:bottom;
	
}
.contentBox_NE
{
	background-image: url(Images/Floater/corner_ne.gif);
	background-repeat:no-repeat;
}
.contentBox_NE2
{
	background-image: url(Images/Floater/corner_ne2.gif);
	background-repeat:no-repeat;
}
.contentBox_E
{
	background-image: url(Images/Floater/repeat_east.gif);
	background-repeat: repeat-y;

}
.contentBox_Middle
{
	background-color:White;
	font-family:Tahoma;
	font-size: 8pt;
}
.contentBox_W
{
	background-image: url(Images/Floater/repeat_west.gif);
	background-repeat: repeat-y;
}
.contentBox_SW
{
	background-image: url(Images/Floater/corner_sw.gif);
	background-repeat: no-repeat;
}
.contentBox_S
{
	background-image: url(Images/Floater/repeat_south.gif);
	background-repeat:repeat-x;
}
.contentBox_SE
{
	background-image: url(Images/Floater/corner_se.gif);
	background-repeat: no-repeat;
}

.contentBox_TopRow
{
	height:21px;

}
.contentBox_2ndRow
{
	height:11px;
}

.contentBox_BottomRow
{
	height:16px;

}