/** main **/

table.main {
	width: 100%;
}


/** head **/

table.head {
	width: 100%;
}

table.head a {
	color: #FFFFFF;
}

table.head a:hover {
	color: #FFFFFF;
}

table.head a:visited {
	color: #FFFFFF;
}

table.head td.left {
	vertical-align: bottom;
	background-image: url(../images/bg_top_left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

table.head td.right {
	vertical-align: bottom;
	background-image: url(../images/bg_top_right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.head td.center {
	width: 100%;
}

table.head td.center table.top {
	width: 100%;
	height: 66px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

table.head td.center table.top td.logo {
	vertical-align: top;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

table.head td.center table.top td.tool {
	height: 25px;
	color: #FFFFFF;
	text-align: right;
}

table.head td.center table.top td.menu {
	white-space: nowrap;
	vertical-align: bottom;
}

table.head td.center table.mid {
	width: 100%;
	height: 49px;
	background-image: url(../images/bg_mid.jpg);
}

table.head td.center table.mid td {
	padding: 12px 3px 0px 3px;
	white-space: nowrap;
}

table.head td.center table.mid table.submenu {
	height: 29px;
	margin-top: 8px;
	background-image: url(../images/bg_submenu.jpg);
}

table.head td.center table.mid table.submenu td {
	padding: 3px 5px 0px 5px;
	white-space: nowrap;
}

table.head td.center table.mid table.submenu td.left {
	padding: 0px;
	background-image: url(../images/bg_submenu_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

table.head td.center table.mid table.submenu td.right {
	padding: 0px;
	background-image: url(../images/bg_submenu_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


/** body **/

table.body {
	width: 100%;
	
}

table.body td.left {
	vertical-align: top;
	background-image: url(../images/bg_body_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

table.body td.right {
	vertical-align: top;
	background-image: url(../images/bg_body_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

table.body td.left td.left-top {
	height: 296px;
	vertical-align: top;
	background-image: url(../images/bg_body_left_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

table.body td.right td.right-top {
	height: 296px;
	vertical-align: top;
	background-image: url(../images/bg_body_right_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table.body td.center {
	width: 100%;
	padding: 0px 2px;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body_center.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/** tail **/

table.tail {
	width: 100%;
}

table.tail a {
	color: #FFFFFF;
}

table.tail td.left {
	vertical-align: top;
	background-image: url(../images/bg_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

table.tail td.right {
	vertical-align: top;
	background-image: url(../images/bg_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table.tail td.center {
	width: 100%;
	height: 44px;
	text-align: center;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
}

table.tail a {
	color: #FFFFFF;
}

table.tail a:hover {
	color: #FFFFFF;
}

table.tail a:visited {
	color: #FFFFFF;
}

table.tail table.bottom {
	width: 100%;
	height: 35px;
}

table.tail table.bottom td {
	padding: 2px 4px;
	color: #FFFFFF;
	vertical-align: top;
}


/** toptip **/

table.body div.toptip {
	width: 100%;
	height: 30px;
	padding: 8px 0px 0px 10px;
	color: #808080;
}


/** content **/

table.body table.content {
	width: 100%;
}

table.body table.content td.left {
	vertical-align: top;
	background-image: none;
}

table.body table.content td.right {
	vertical-align: top;
	background-image: none;
}

table.body table.content td.center {
	width: 100%;
	padding: 0px;
	vertical-align: top;
	background-image: none;
}

table.body table.content td.center a {
	text-decoration: underline;
}

table.body table.content td.text {
	padding: 0px 20px;
}
