﻿
.movable_box_space
{
	padding-bottom: 8px;
}

/* Box Header*/

.boxheader
{
	background-image: url(../Images/container/box_middle.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.boxheader-move
{
	background-image: url(../Images/container/box_middle.gif);
	height: 26px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	cursor: move;
}

.left
{
	background-image: url(../Images/container/boxheader_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	vertical-align: top;
	padding: 0px 0 0 10px;
	font-weight: normal;
}

.left A
{
	text-decoration: none;
	color: #FFFFFF;
}

.left A:hover, .left A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

.right
{
	background-image: url(../Images/container/boxheader_right.gif);
	background-repeat: no-repeat;
	float: right;
	width: 5px;
	height: 26px;
}

.move_right
{
	background-image: url(../Images/container/boxheader_move_right.gif);
	background-repeat: no-repeat;
	float: right;
	width: 16px;
	height: 26px;
}

/* Box Structure */

.boxborder
{
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

.boxcontent
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
	font-size: 12px;
/*display: inline-block; Mod by Sergei*/
	clear: both;
}

.boxcontent UL
{
	text-align: left;
	list-style: none;
	padding-left: 15px;
	margin: 0;
	display: list-item;
}

.boxcontent LI
{
	background-image: url(../images/container/listitem.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 10px;
	margin: 0;
}

.boxcontent LI A
{
	text-decoration: none;
	color: #000000;
}

.boxcontent LI A:hover, A:active
{
	text-decoration: underline;
	color: #006600;
}

.contentbox_top, .contentbox_bottom
{
	font-size: 2px;
/***IE6 Bug***/
}

.contentbox_bottom
{
	margin-bottom: 5px;
}

.content_small, .content_small TABLE
{
	text-align: left;
	font-size: 10px;
	line-height: 15px;
}

.image_left
{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.image_right
{
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
}

