﻿/* Main box */
.main_table
{
	border:0px;
	width:100%;
	height:100%;
}
.main_table_TL
{
	background: url(../images/box/main_box_TL.gif) no-repeat 0px 0px;
	height:18px;
	font-size:1px;
}
.main_table_TL div
{
	background: url(../images/box/main_box_TR.gif) no-repeat 100% 0px;
	height:18px;
}
.main_table_BL
{
	background: url(../images/box/main_box_BL.gif) no-repeat 0px 0px;
	height:24px;
	font-size:1px;
}
.main_table_BL div
{
	background: url(../images/box/main_box_BR.gif) no-repeat 100% 100%;
	height:24px;
}
.main_table_content
{
	min-height:100%;
	height:100%;
	background: url(../images/main/content_repeater_l.gif) 0% 0% repeat-y;
	padding-left:5px;
}
.main_table_content_r
{
	height:100%;
	background:#ffffff url(../images/main/content_repeater_r.gif) 100% 0% repeat-y;
	padding-right:5px;
}
/*  //Main box */

/* box */
.box
{
	border:0px;
	width:100%;
	
}
.box_TL
{
	background: url(../images/box/box_TL.gif) no-repeat 0px 0px;
	height:5px;
	font-size:1px;
}
.box_TL div
{
	background: url(../images/box/box_TR.gif) no-repeat 100% 0px;
	height:5px;
}
.box_BL
{
	background: url(../images/box/box_BL.gif) no-repeat 0px 0px;
	height:5px;
	font-size:1px;
}
.box_BL div
{
	background: url(../images/box/box_BR.gif) no-repeat 100% 100%;
	height:5px;
}
.box_content
{
	border-left:solid 1px #949494;	
	border-right:solid 1px #949494;
	min-height:100%;
	background:white;	
	height:100%;
	width:100%;
	padding:0px 5px 0px 5px;
}
.box_content h3
{
	margin:0px;
	padding:0px;
	text-align:center;
}
/*  //box */

/* inner main box */
.inner_main_table
{
	border:none;
	width:100%;
}
.inner_main_table_TL
{
	font-size:0px;
}
.inner_main_table_BL
{
	background: url(../images/box/inner_main_box_BL.gif) no-repeat 0px 0px;
	height:17px;
	font-size:1px;
}
.inner_main_table_BL div
{
	background: url(../images/box/inner_main_box_BR.gif) no-repeat 100% 100%;
	height:17px;
}
.inner_main_table_content
{
	border-left:solid 1px #949494;	
	border-right:solid 1px #949494;
	min-height:100%;
	height:100%;
	width:100%;
	background:#f4f4f4;
}
/*  //inner main box */

/*grey box */
.grey_box
{
	border:0px;
	width:170px;
	height:140px;
	margin:12px 10px 10px -2px;
}
.grey_box_TL
{
	background: url(../images/box/grey_box_TL.gif) no-repeat 0px 0px;
	height:5px;
	font-size:1px;
}
.grey_box_TL div
{
	background: url(../images/box/grey_box_TR.gif) no-repeat 100% 0px;
	height:5px;
}
.grey_box_BL
{
	background: url(../images/box/grey_box_BL.gif) no-repeat 0px 0px;
	height:5px;
	font-size:1px;
}
.grey_box_BL div
{
	background: url(../images/box/grey_box_BR.gif) no-repeat 100% 100%;
	height:5px;
}
.grey_box_content
{
	border-left:solid 1px #949494;	
	border-right:solid 1px #949494;
	background:#dbdbdb;
	width:100%;
	padding:5px 5px 0px 5px;
}
/*  //grey box */