<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common */
body {
	background-image: url("../imgs/background_001.jpg");
}

/* Popup */
.popup {
	position: absolute;
	display: none;
}

/* Popup - Menu */
.popup.menu {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	z-index: 99999;
	padding: 2px 12px 12px 12px;
	cursor: default;
	-moz-box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
	box-shadow: 2px 2px 2px #888888;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

.popup.menu table.menu-table {
}

.popup.menu table.menu-table td {
	vertical-align: top;
}

.popup.menu table.menu-table td.title {
	vertical-align: middle;
	height: 20px;
	color: #030098;
	text-shadow: 1px 1px 2px #AAAAAA;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 2px 3px;
	border-bottom: 2px solid #888888;
}

.popup.menu table.menu-table td.separate {
	padding: 0px 16px 0px 0px;
}

.popup.menu table.menu-table td.item {
	vertical-align: middle;
	height: 20px;
	font-size: 13px;
	padding: 2px 2px 0px 2px;
}

.popup.menu table.menu-table td.item a.item {
	cursor: pointer;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.popup.menu table.menu-table td.item a.item:hover {
	color: #BB0000;
	text-shadow: 1px 1px 1px #AAAAAA;
}

/* Popup - Window */
.popup.window {
	border: 1px solid #000000;
	z-index: 99998;
	cursor: default;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding: 0px 6px 5px 5px;
	-moz-box-shadow: -1px -1px 8px #888888, 1px 1px 8px #888888;
	-webkit-box-shadow: -1px -1px 8px #888888, 1px 1px 8px #888888;
	box-shadow: -1px -1px 8px #888888, 1px 1px 8px #888888;
	background: #CCCCCC;
	background: rgb(178,213,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,213,244,1) 0%, rgba(100,171,229,1) 7%, rgba(83,159,225,1) 15%, rgba(109,174,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,213,244,1)), color-stop(7%,rgba(100,171,229,1)), color-stop(15%,rgba(83,159,225,1)), color-stop(100%,rgba(109,174,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,213,244,1) 0%,rgba(100,171,229,1) 7%,rgba(83,159,225,1) 15%,rgba(109,174,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,213,244,1) 0%,rgba(100,171,229,1) 7%,rgba(83,159,225,1) 15%,rgba(109,174,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,213,244,1) 0%,rgba(100,171,229,1) 7%,rgba(83,159,225,1) 15%,rgba(109,174,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,213,244,1) 0%,rgba(100,171,229,1) 7%,rgba(83,159,225,1) 15%,rgba(109,174,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d5f4', endColorstr='#6daee8',GradientType=0 ); /* IE6-9 */
}

.popup.window table.shell {
	width: 100%;
	height: 100%;
}

.popup.window table.shell tr.title {
	height: 28px;
	cursor: move;
}

.popup.window table.shell td.icon {
	vertical-align: middle;
	width: 1px;
	padding-right: 5px;
}

.popup.window table.shell td.title {
	vertical-align: middle;
	color: #222222;
	text-shadow: 1px 1px 1px #EEEEEE;
	font-weight: bold;
	font-size: 14px;
}

.popup.window table.shell td.button {
	width: 1px;
	padding-bottom: 5px;
	vertical-align: top;
}

.popup.window table.shell td.button div {
	vertical-align: middle;
	width: 48px;
	height: 20px;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #800808;
	cursor: pointer;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.65);
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.65);
	background: rgb(190,18,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(190,18,38,1) 0%, rgba(124,12,25,1) 50%, rgba(98,8,18,1) 51%, rgba(173,9,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,18,38,1)), color-stop(50%,rgba(124,12,25,1)), color-stop(51%,rgba(98,8,18,1)), color-stop(100%,rgba(173,9,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(190,18,38,1) 0%,rgba(124,12,25,1) 50%,rgba(98,8,18,1) 51%,rgba(173,9,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(190,18,38,1) 0%,rgba(124,12,25,1) 50%,rgba(98,8,18,1) 51%,rgba(173,9,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(190,18,38,1) 0%,rgba(124,12,25,1) 50%,rgba(98,8,18,1) 51%,rgba(173,9,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(190,18,38,1) 0%,rgba(124,12,25,1) 50%,rgba(98,8,18,1) 51%,rgba(173,9,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1226', endColorstr='#ad091c',GradientType=0 ); /* IE6-9 */
}

.popup.window table.shell td.button div:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #888888;
	font-weight: bold;
	background: rgb(235,49,71); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,49,71,1) 0%, rgba(170,16,34,1) 50%, rgba(135,11,25,1) 51%, rgba(238,12,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,49,71,1)), color-stop(50%,rgba(170,16,34,1)), color-stop(51%,rgba(135,11,25,1)), color-stop(100%,rgba(238,12,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(235,49,71,1) 0%,rgba(170,16,34,1) 50%,rgba(135,11,25,1) 51%,rgba(238,12,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(235,49,71,1) 0%,rgba(170,16,34,1) 50%,rgba(135,11,25,1) 51%,rgba(238,12,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(235,49,71,1) 0%,rgba(170,16,34,1) 50%,rgba(135,11,25,1) 51%,rgba(238,12,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(235,49,71,1) 0%,rgba(170,16,34,1) 50%,rgba(135,11,25,1) 51%,rgba(238,12,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3147', endColorstr='#ee0c26',GradientType=0 ); /* IE6-9 */
}

.popup.window td.main-frame {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
	height: 100%;
}

.popup.window td.main-frame div.iframe-shell {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #888888;
}

.fixed-head {
	position: fixed;
	top: 0px;
}

.fixed-foot {
	width: 100%;
	position: fixed;
	bottom: 0px;
}

/* Main Frame */
.main-frame {
	width: 100%;
	height: 100%;
}

/* Head Frame */
.main-frame div.head-frame {
	background: #000000;
	height: 37px;
}

.main-frame div.head-frame table.head-shell {
	width: 100%;
	height: 100%;
}

/* Head Frame - Menu */
.main-frame div.head-frame td.menu-shell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
}

.main-frame div.head-frame td.menu-shell table {
	width: 100%;
}

.main-frame div.head-frame td.menu-shell td.menu {
	text-shadow: 1px 1px 1px #555555;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	padding: 2px 8px 4px 5px;
	cursor: default;
}

.main-frame div.head-frame td.menu-shell td.menu.active {
	color: #000000;
	background: #f6f6f6;
}

.main-frame div.head-frame td.menu-shell td.menu.inactive {
	color: #FFFFFF;
	background: transparent;
}

.main-frame div.head-frame td.menu-shell td.blank {
	width: 100%;
}

/* Head Frame - Logo */
.main-frame div.head-frame td.logo {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: -3px 0px 3px #0000FF, 3px 0px 3px #0000FF, 0px -3px 3px #0000FF, 0px 3px 3px #0000FF;
	font-size: 22px;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}

.main-frame div.head-frame-separator {
	background: #0000FF;
	height: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
}

.main-frame div.head-frame-separator-shadow {
	height: 1px;
	background: #888888;
	border-width: 0px;
}

/* Neck Frame */
.main-frame td.neck-frame {
	background: #686868;
	background-image: url("../imgs/background_mesh.gif");
	vertical-align: top;
}

.main-frame div.head-shadow {
	height: 3px;
	-moz-box-shadow: inset 0px 2px 3px #222222;
	-webkit-box-shadow: inset 0px 2px 3px #222222;
	box-shadow: inset 0px 2px 3px #222222;
}

.main-frame table.tabs-shell {
	width: 100%;
	height: 32px;
}

.main-frame table.tabs-shell td {
	vertical-align: bottom;
}

.main-frame table.tabs-shell div.tab {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	padding: 2px 2px 2px 2px;
	-moz-box-shadow: 2px 2px 3px #222222;
	-webkit-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}

.main-frame table.tabs-shell div.tab table {
	height: 100%;
}

.main-frame table.tabs-shell div.tab table td {
	vertical-align: middle;
}

.main-frame table.tabs-shell div.tab td.icon {
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.main-frame table.tabs-shell div.tab.active td.icon {
	padding-bottom: 0px;
}

.main-frame table.tabs-shell div.tab td.icon i {
	cursor: pointer;
}

.main-frame table.tabs-shell div.tab.active td.icon i {
	cursor: default;
}

.main-frame table.tabs-shell div.tab td.label {
	padding-bottom: 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #222222;
	font-size: 13px;
	white-space: nowrap;
}

.main-frame table.tabs-shell div.tab.active td.label {
	padding-bottom: 1px;
}

.main-frame table.tabs-shell div.tab td.button {
	padding-left: 3px;
	padding-right: 3px;
}

.main-frame table.tabs-shell div.tab td.button a.close {
	font-size: 13px;
	color: #DDDDDD;
	text-shadow: 0px 1px 0px #555555;
	position: relative;
	top: -6px;
}

.main-frame table.tabs-shell div.tab.active td.button a.close {
	top: -7px;
}

.main-frame table.tabs-shell div.tab td.button a.close:hover {
	color: #FF0000;
	cursor: pointer;
}

.main-frame table.tabs-shell div.tab.active {
	cursor: default;
	height: 23px;
	background: rgb(185,209,234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(185,209,234,1) 0%, rgba(0,0,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,209,234,1)), color-stop(100%,rgba(0,0,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(185,209,234,1) 0%,rgba(0,0,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(185,209,234,1) 0%,rgba(0,0,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(185,209,234,1) 0%,rgba(0,0,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(185,209,234,1) 0%,rgba(0,0,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d1ea', endColorstr='#0000ff',GradientType=0 ); /* IE6-9 */
}

.main-frame table.tabs-shell div.tab.inactive {
	cursor: pointer;
	height: 22px;
	border-bottom: 1px solid #000000;
	background: rgb(210,210,210); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(210,210,210,1) 0%, rgba(128,128,128,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(100%,rgba(128,128,128,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(210,210,210,1) 0%,rgba(128,128,128,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(210,210,210,1) 0%,rgba(128,128,128,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(210,210,210,1) 0%,rgba(128,128,128,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(210,210,210,1) 0%,rgba(128,128,128,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#808080',GradientType=0 ); /* IE6-9 */
}

.main-frame table.tabs-shell div.tab.inactive:hover {
	background: rgb(255,183,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,183,165,1) 0%, rgba(255,175,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,165,1)), color-stop(100%,rgba(255,175,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7a5', endColorstr='#ffaf01',GradientType=0 ); /* IE6-9 */
}

.main-frame table.tabs-shell div.tab.create-tab {
	cursor: pointer;
	height: 22px;
	border-bottom: 1px solid #000000;
	background: rgb(251,255,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,255,165,1) 0%, rgba(120,255,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,255,165,1)), color-stop(100%,rgba(120,255,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,255,165,1) 0%,rgba(120,255,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,255,165,1) 0%,rgba(120,255,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,255,165,1) 0%,rgba(120,255,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,255,165,1) 0%,rgba(120,255,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbffa5', endColorstr='#78ff01',GradientType=0 ); /* IE6-9 */
}

.main-frame table.tabs-shell div.tab.create-tab:hover {
	background: rgb(255,183,165); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,183,165,1) 0%, rgba(255,175,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,165,1)), color-stop(100%,rgba(255,175,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,183,165,1) 0%,rgba(255,175,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7a5', endColorstr='#ffaf01',GradientType=0 ); /* IE6-9 */
}

.main-frame table.tabs-shell div.tab-separator {
	width: 3px;
	height: 22px;
	border-bottom: 1px solid #000000;
}

.main-frame table.tabs-shell td.tab-blank-cell {
	width: 100%;
}

.main-frame table.tabs-shell div.tab-blank {
	height: 22px;
	border-bottom: 1px solid #000000;
}

.main-frame div.neck-frame-separator {
	background: #0000FF;
	height: 5px;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
}

.main-frame div.neck-frame-separator-shadow {
	height: 1px;
	background: #888888;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
}

/* Body Frame */
.main-frame td.body-frame {
	height: 100%;
}

.main-frame td.body-frame div.body-shell {
	height: 100%;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
}

.main-frame table.scrollbar-shell {
	width: 100%;
	height: 100%;
}

.main-frame td.iframe-frame {
	width: 100%;
	height: 100%;
}

.main-frame div.iframe-shell {
	height: 100%;
}

.main-frame div.iframe-shell iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

/* Foot Frame */
.main-frame div.foot-frame-separator-shadow {
	height: 1px;
	background: #888888;
	border-width: 0px;
}

.main-frame div.foot-frame-separator {
	background: #0000FF;
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
}

.main-frame div.foot-frame {
	background: #000000;
	height: 0px;
}

.main-frame div.foot-frame table.foot-shell {
	width: 100%;
	height: 100%;
}

.main-frame div.foot-frame table.foot-shell td.icon {
	padding: 0px 10px 0px 0px;
}

.main-frame div.foot-frame table.foot-shell td.icon i {
	cursor: pointer;
}

.main-frame div.foot-frame td.logo {
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: -3px 0px 3px #0000FF, 3px 0px 3px #0000FF, 0px -3px 3px #0000FF, 0px 3px 3px #0000FF;
	font-size: 22px;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}
</pre></body></html>