/*
	base style
*/

/* box width */
.form_box_main, .box_main, .box_blank, .boxwidth {
	width: 700px !important;
}

/* spacer */
.spacer {
	height: 20px !important;
	width: 100%;
}

/* box main */
.box_main {
	border: 0px;
	border-collapse: collapse;
	margin: auto;
}

.box_main td {
	padding: 0px;
}

.box_blank {
	text-align: left;
	color: rgb(100, 114, 130);
}

/* box top cell */
.box_top_left {
	width: 9px;
	height: 30px;
	display: block;
	background-image:url(../images/box/title_left.gif);
	background-repeat:no-repeat;
}

.box_top_right {
	width: 9px;
	height: 30px;
	display: block;
	background-image:url(../images/box/title_right.gif);
	background-repeat:no-repeat;
}

.box_top_background {
	width: 100%;
	height: 30px;
	vertical-align:middle;
	line-height:30px;
	background-image:url(../images/box/title_background.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding				:	0px 0 0 10px !important;
	font-family			:	tahoma;
	font-size			:	15px;
	font-weight			:	bold;	
}

/* box outer */
.box_left {
	width: 9px;
	height: 100%;
	background-image:url(../images/box/left.gif);
	background-repeat:repeat-y;
}

.box_right {
	width: 9px;
	height: 100%;
	background-image:url(../images/box/right.gif);
	background-repeat:repeat-y;
}

/* box bottom */
.box_bottom_left {
	width: 9px;
	height: 14px;
	display:block;
	background-image:url(../images/box/bottom_left.gif);
	background-repeat:no-repeat;
}

.box_bottom_right {
	width: 9px;
	height: 14px;
	display:block;
	background-image:url(../images/box/bottom_right.gif);
	background-repeat:no-repeat;
}

.box_bottom_background {
	height: 14px;
	width: 100%;
	display:block;
	background-image:url(../images/box/bottom.gif);
	background-repeat:repeat-x;
}

/* box main content */
.box_content {
	text-align:left;
	width:100%;
	border:0px;
	border-collapse:collapse;
	font-family			:	tahoma;
	font-size			:	12px;
}

.box_content td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	font-family			:	tahoma;
	font-size			:	12px;
}

.box_content_container {
	text-align:left;
	padding:5px !important;
	width: 100%;
	background-color: rgb(236, 241, 247);
}
.box_content_container table {
	border-collapse: collapse !important;	
}

.font_small {
	font-weight: normal;
}

/* top spacer */
.box_top_spacer_left {
	height: 5px;
	background-image:url(../images/box/left.gif);
	background-repeat:repeat-y;
}

.box_top_spacer_content {
	height:5px;
	background-color: rgb(236, 241, 247);
}

.box_top_spacer_right {
	height: 5px;
	background-image:url(../images/box/right.gif);
	background-repeat:repeat-y;
}

/* description row */
.box_description_content {
	text-align:left;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 0px;
	height: auto !important;
}


/* cell definitions */
.cell_1 {
	border-left: solid 6px #cc0066;
	border-right: solid 1px #cc0066;
}

.cell_2 {
	border-right: solid 1px #cc0066;
}

.cell_3 {
	border-right: solid 1px #cc0066;
}

.cell_4 {
	border-right: solid 1px #cc0066;
}

.cell_5 {
	border-right: solid 1px #cc0066;
}
.cell_6 {
	border-right: solid 1px #cc0066;
}
.cell_7 {
	border-right: solid 1px #cc0066;
}

.cell_last {
	border-right: solid 6px #cc0066;
}

.cell_strong_content {
	font-weight:bold;
/*	color:#cc0066;	*/
}

.cell_content {
	font-weight:normal;	
/*	font-style:italic;*/
}

.cell_empty {
	width: 100%;	
}

/* INACTIVE CELLS */
.cell_1, .cell_2, .cell_3, .cell_4, .cell_5, .cell_6, .cell_7, .cell_last {
	border: 0px;
}

/* even and odd */
.even {
	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	
	padding				:	10px 0 10px 0;
	width: 100%;		
}

.odd {
	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	background-color	:	#F4F7FB;

	padding				:	10px 0 10px 0;
	width: 100%;
}

.even_last {
	/*background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;*/
	
	padding				:	10px 0 10px 0;
	width: 100%;		
}

.odd_last {
	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	background-color	:	#F4F7FB;
	
	padding				:	10px 0 10px 0;	
	width: 100%;
}

.odd_1, .odd_2, .odd_3, .odd_4, .odd_5, .odd_6, .odd_7  {
	
	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	background-color	:	#F4F7FB;
	
	padding				:	10px 0 10px 0;
}

.even_1, .even_2, .even_3, .even_4, .even_5, .even_6, .even_7 {

	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	
	padding				:	10px 0 10px 0;
}

.even_last_1, .even_last_2, .even_last_3, .even_last_4, .even_last_5, .even_last_6, .even_last_7 {

/*	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;*/
	
	padding				:	10px 0 10px 0;	
}

.odd_last_1, .odd_last_2, .odd_last_3, .odd_last_4, .odd_last_5, .odd_last_6, .odd_last_7 {

	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	background-color	:	#F4F7FB;
	
	padding				:	10px 0 10px 0;		
}

.cell_description, .cell_description_1, .cell_description_2, .cell_description_3, .cell_description_4, .cell_description_5, .cell_description_6, .cell_description_last {

	background-image	:	url('../images/layout/spacer_02.gif');
	background-repeat	:	repeat-x;
	background-position	:	bottom left;
	height: 12px;
}

/* form box main */
.form_box_main {
	height:80px;
	border:0px;
	border-collapse:collapse;
	margin:auto;
	/*background-color:#ffcc00;*/
}
.form_box_main td {
	padding: 0px;
}

/* form box top cell */
.form_box_top_left {
	width: 7px;
	height: 15px;
	display:block;
	background-image:url(../images/form_box/top_left.gif);
	background-repeat:no-repeat;
}

.form_box_top_right {
	width: 7px;
	height: 15px;
	display:block;
	background-image:url(../images/form_box/top_right.gif);
	background-repeat:no-repeat;
}

.form_box_top_background {
	width: 100%;
	height: 15px;
	vertical-align:middle;
	background-image:url(../images/form_box/top_background.gif);
	background-repeat:repeat-x;
	text-align:left;
}

/* form box outer */
.form_box_left {
	width: 5px;
/*	background-image:url(../images/form_box/left.gif);*/
/*	background-repeat:repeat-y;*/
	background-color	:	#B2C0D0;
}

.form_box_right {
	width: 5px;
/*	background-image:url(../images/form_box/right.gif);*/
/*	background-repeat:repeat-y;*/
	background-color	:	#B2C0D0;
}

/* form box bottom */
.form_box_bottom_left {
	width: 7px;
	height: 15px;
	display:block;
	background-image:url(../images/form_box/bottom_left.gif);
	background-repeat:no-repeat;
}

.form_box_bottom_right {
	width: 7px;
	height: 15px;
	display:block;
	background-image:url(../images/form_box/bottom_right.gif);
	background-repeat:no-repeat;
}

.form_box_bottom_background {
	height: 15px;
	width: 100%;
	display:block;
	background-image:url(../images/form_box/bottom.gif);
	background-repeat:repeat-x;
}

/* form box main content */
.form_box_content {
	text-align:center;
	width:100%;
	border:0px;
	border-collapse:collapse;
	background-color	:	#B2C0D0;
	padding: 9px !important;
}
.form_box_content td {
	text-align:left;
	padding:5px !important;
}
.form_box_content_container {
	text-align:left;
	padding:5px !important;
	width: 100%;
}

/* -------------------------------------- BOX 2 */
/* box main */
.box_2_main {
	border: 0px;
	border-collapse: collapse;
	margin: auto;
}

.box_2_main td {
	padding: 0px;
}

/* box top cell */
.box_2_top_left {
	width: 9px;
	height: 30px;
	display: block;
	background-image:url(../images/box_2/title_left.gif);
	background-repeat:no-repeat;
}

.box_2_top_right {
	width: 9px;
	height: 30px;
	display: block;
	background-image:url(../images/box_2/title_right.gif);
	background-repeat:no-repeat;
}

.box_2_top_background {
	width: 100%;
	height: 30px;
	vertical-align:middle;
	line-height:30px;
	background-image:url(../images/box_2/title_background.gif);
	background-repeat:repeat-x;
	text-align:left;

	padding				:	0px 0 0 10px !important;
	font-family			:	tahoma;
	font-size			:	15px;
	font-weight			:	bold;
	color				:	#ffffff;	
}

/* box outer */
.box_2_left {
	width: 9px;
	height: 100%;
	background-image:url(../images/box_2/left.gif);
	background-repeat:repeat-y;
}

.box_2_right {
	width: 9px;
	height: 100%;
	background-image:url(../images/box_2/right.gif);
	background-repeat:repeat-y;
}

/* box bottom */
.box_2_bottom_left {
	width: 9px;
	height: 23px;
	display:block;
	background-image:url(../images/box_2/bottom_left.gif);
	background-repeat:no-repeat;
}

.box_2_bottom_right {
	width: 9px;
	height: 23px;
	display:block;
	background-image:url(../images/box_2/bottom_right.gif);
	background-repeat:no-repeat;
}

.box_2_bottom_background {
	height: 23px;
	width: 100%;
	display:block;
	background-image:url(../images/box_2/bottom.gif);
	background-repeat:repeat-x;
}

/* box main content */
.box_2_content {
	text-align:left;
	width:100%;
	border:0px;
	border-collapse:collapse;
	
	color: rgb(94, 113, 134);
	background-color: #ffffff;
	font-family			:	tahoma;
	font-size			:	12px;
}

.box_2_content td {
	text-align: left;
	padding: 5px !important;
	vertical-align: top;
	
	color: rgb(94, 113, 134);
	font-family			:	tahoma;
	font-size			:	12px;
}

.box_2_content_container {
	text-align:left;
	padding:5px !important;
	width: 100%;
	background-color: white;
}
.box_2_content_container table {
	border-collapse: collapse !important;	
}
.box_2_content_container a {
	color				:	#0066CC;
	text-decoration		:	underline;
}
.box_2_content_container a:hover {
	text-decoration		:	none;
}

/* top spacer */
.box_2_top_spacer_left {
	height: 5px;
	background-image:url(../images/box_2/left.gif);
	background-repeat:repeat-y;
}

.box_2_top_spacer_content {
	height:5px;
	background-color: white;
}

.box_2_top_spacer_right {
	height: 5px;
	background-image:url(../images/box_2/right.gif);
	background-repeat:repeat-y;
}

/* description row*/
.box_2_description_content {
	text-align:left;
	height: 20px;
	padding: 4px;
	font-weight: bold;
	border-bottom: solid 1px #e0e0e0;
}

/* -------------------------------------- BOX INFO */
/* box main */
.box_info_main {
	border: 0px;
	border-collapse: collapse;
	margin: auto;
}

.box_info_main td {
	padding: 0px;
}

/* box top cell */
.box_info_top_left {
	width: 9px;
	height: 43px;
	display: block;
	background-image:url(../images/box_info/title_left.gif);
	background-repeat:no-repeat;
}

.box_info_top_right {
	width: 9px;
	height: 43px;
	display: block;
	background-image:url(../images/box_info/title_right.gif);
	background-repeat:no-repeat;
}

.box_info_top_background {
	width				: 100%;
	height				: 43px;
	vertical-align		: middle;
	line-height			: 30px;
	background-image	: url(../images/box_info/title_background.gif);
	background-repeat	: repeat-x;
	text-align			: left;

	padding				:	0px 0 0 10px !important;
	font-family			:	tahoma;
	font-size			:	15px;
	font-weight			:	bold;
}

/* box outer */
.box_info_left {
	width				: 9px;
	height				: 100%;
	background-image	:url(../images/box_info/left.gif);
	background-repeat	:repeat-y;
}

.box_info_right {
	width				: 9px;
	height				: 100%;
	background-image	:url(../images/box_info/right.gif);
	background-repeat	:repeat-y;
}

/* box bottom */
.box_info_bottom_left {
	width				: 9px;
	height				: 23px;
	display				: block;
	background-image	: url(../images/box_info/bottom_left.gif);
	background-repeat	: no-repeat;
}

.box_info_bottom_right {
	width				: 9px;
	height				: 23px;
	display				: block;
	background-image	: url(../images/box_info/bottom_right.gif);
	background-repeat	: no-repeat;
}

.box_info_bottom_background {
	height				: 23px;
	width				: 100%;
	display				: block;
	background-image	: url(../images/box_info/bottom.gif);
	background-repeat	: repeat-x;
}

/* box main content */
.box_info_content {
	text-align			: left;
	width				: 100%;
	border				: 0px;
	border-collapse		: collapse;
	
	background-color	:	#ffffff;
	font-family			:	tahoma;
	font-size			:	12px;
}

.box_info_content td {
	text-align			: left;
	padding				: 0px !important;
	vertical-align		: top;
	
	color				: rgb(94, 113, 134);
	font-family			: tahoma;
	font-size			: 12px;
}

.box_info_content_container {
	text-align			:left;
	padding				: 0 10px 0 10px !important;
	width				: 100%;
	background-color	: white;
}
.box_info_content_container table {
	border-collapse		: collapse !important;	
}
.box_info_content_container a {
	color				: #0066CC;
	text-decoration		: underline;
}
.box_info_content_container a:hover {
	text-decoration		: none;
}

/* top spacer */
.box_info_top_spacer_left {
	height				: 1px;
	background-image	: url(../images/box_info/left.gif);
	background-repeat	: repeat-y;
}

.box_info_top_spacer_content {
	height				: 1px;
	background-color	: white;
}

.box_info_top_spacer_right {
	height				: 1px;
	background-image	: url(../images/box_info/right.gif);
	background-repeat	: repeat-y;
}

/* description row*/
.box_info_description_content {
	text-align			:left;
	height				: 20px;
	padding				: 4px;
	font-weight			: bold;
	border-bottom		: solid 1px #e0e0e0;
}

#content_hpchange img.boxtitle {
	position			: relative;
	top					: 10px;
	left				: 0px;
}


/* -------------------------------------- popup thichbox */
.popup_thickbox {
	width				: 100%; 
	height				: 100%; 
	background-color	: rgb(242, 246, 250);
}


/* -------------------------------------- submenu */
.submenu {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	border-bottom: 1px solid rgb(179, 196, 217);
}
.submenu table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.submenu table td {
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	padding: 0px;
}
.submenu_normal .submenu_left {
	background-image: url(../images/submenu/bg_submenu_left.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 7px;
	height: 25px;
	padding: 0px !important;
}
.submenu_normal .submenu_background {
	background-image: url(../images/submenu/bg_submenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 7px;
	height: 25px;
	line-height: normal !important;
	padding-right: 10px !important;
	padding-left: 10px !important;	
	padding-bottom: 3px !important;
	vertical-align: bottom !important;
	white-space: nowrap !important;
}
.submenu_normal .submenu_right {
	background-image: url(../images/submenu/bg_submenu_right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 7px;
	height: 25px;	
	padding: 0px !important;
}
.submenu_active .submenu_left {
	background-image: url(../images/submenu/bg_submenu_left_active.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 7px;
	height: 25px;	
	padding: 0px !important;
}
.submenu_active .submenu_background {
	background-image: url(../images/submenu/bg_submenu_active.gif);
	background-repeat: repeat-x;
	background-position: 0 3px;
	width: 7px;
	height: 25px;	
	color: white !important;
	font-weight: bold;
	line-height: normal !important;
	padding: 0px 10px 3px 10px !important;
	vertical-align: bottom !important;
	white-space: nowrap !important;
}
.submenu_active .submenu_right {
	background-image: url(../images/submenu/bg_submenu_right_active.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 7px;
	height: 25px;
	padding: 0px !important;
}
.submenu_active a {
	color: white !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}
.submenu_normal a {
	/*color: #cc0066 !important;*/
	white-space: nowrap !important;
}

.submenu_spacer {
	width: 0px;
}


.content_popup {
	background-color: rgb(242, 246, 250);
}

/* STATUSBOX */
.statusbox {
	border-collapse: collapse; 
	width: 100%; 
	padding: 0px;
}
.statusbox td {
	vertical-align: top !important;
	font-size: 12px;
	line-height: 15px;
	padding: 0px !important;
}
.statusbox img {
	width: 28px;
	height: 28px;
	margin-right: 5px !important;
}
.statusbox .icon {
	width: 1%;
	padding-right: 5px !important;
}
