/*=========================================================================================
	Create by Stevex (www.stevex.co.uk) for Douglas Software (c) (www.photo-software.com) on 4/11/09
===========================================================================================*/
/*=========================================================================================
	Panel elements (CSS level 2.1)
===========================================================================================*/
.content_panel {
	display:table;
	position:relative;
	width:692px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	page-break-before:auto;
	page-break-inside:never;
	page-break-after:auto;
}

.content_panel_menu{
	display:table;
	position:relative;
	width:692px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	page-break-before:auto;
	page-break-inside:never;
	page-break-after:auto;
}
/*============================================
	Panel head
==============================================*/
.panel_head {
	display:table-row;
	position:relative;
	width:692px;
	height:25px;
	/*border:solid 1px red;*/
}

.panel_topleft {
	display:table-cell;
	position:relative;
	width:20px;
	height:25px;
	background-image:url('images/panel_topleft.gif');
	background-repeat:no-repeat;
}

.panel_top {
	display:table-cell;
	position:relative;
	width:641px;
	height:25px;
	background-image:url('images/panel_top.gif');
	background-repeat:repeat-x;
}

.panel_topright {
	display:table-cell;
	position:relative;
	width:31px;
	height:25px;
	background-image:url('images/panel_topright.gif');
	background-repeat:no-repeat;
}

/*============================================
	Panel body
==============================================*/
.panel_body {
	display:table-row;
	position:relative;
	width:692px;
	height:100%;
	/*border:solid 1px purple;*/
}

.panel_left {
	display:table-cell;
	position:relative;
	width:20px;
	height:100%;
	background-image:url('images/panel_left.gif');
	background-repeat:repeat-y;
	/*border: solid 1px purple;*/
}

.panel_data {
	display:table-cell;
	position:relative;
	width:630px;
	height:100%;
	/*border: solid 1px green;*/
	/*background-color:green;*/
}

.panel_right {
	display:table-cell;
	position:relative;
	width:31px;
	height:auto;
	background-image:url('images/panel_right.gif');
	background-repeat:repeat-y;
	/*border: solid 1px orange;*/
}

/*============================================
	Panel foot
==============================================*/
.panel_foot {
	display:table-row;
	position:relative;
	width:692px;
	height:25px;
	/*border:solid 1px green;*/
}

.panel_bottomleft {
	display:table-cell;
	position:relative;
	width:20px;
	height:25px;
	background-image:url('images/panel_bottomleft.gif');
	background-repeat:no-repeat;
}

.panel_bottom {
	display:table-cell;
	position:relative;
	width:641px;
	height:25px;
	background-image:url('images/panel_bottom.gif');
	background-repeat:repeat-x;
}

.panel_bottomright {
	display:table-cell;
	position:relative;
	width:31px;
	height:25px;
	background-image:url('images/panel_bottomright.gif');
	background-repeat:no-repeat;
}


