2022-12-19 20:22:19 +00:00
|
|
|
html,body{margin:0;padding:0}
|
|
|
|
body{font: 12px TrebuchetMS,Arial,sans-serif;
|
|
|
|
text-align: left;background: whitesmoke;padding-bottom:20px}
|
|
|
|
a { color: #0056A3; background: inherit; text-decoration: none;}
|
|
|
|
h1 { font: bold 120% Arial, Arial, Sans-Serif; color: #036DA7 }
|
|
|
|
h2 { font: bold 110% Arial, Arial, Sans-Serif; padding: 0; margin: 0; }
|
|
|
|
td
|
|
|
|
{
|
|
|
|
font-size: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div#header
|
|
|
|
{
|
|
|
|
width:100%;overflow:hidden;
|
|
|
|
height: 180px;
|
|
|
|
position: relative;
|
2023-03-31 18:30:14 +00:00
|
|
|
background: #000 url('/dng/i/ugetc/Unos.png') top left repeat-x;
|
2022-12-19 20:22:19 +00:00
|
|
|
}
|
|
|
|
div#header h1,div#menu{width: 98%; margin:0 auto;text-align:left}
|
|
|
|
div#header h1{padding: 30px 0 20px;color: #fff}
|
|
|
|
|
|
|
|
div#menu
|
|
|
|
{
|
|
|
|
width:100%;overflow:hidden;
|
|
|
|
background: #4f4f4f;
|
|
|
|
border-top:1px solid #b3b6b0;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
|
|
|
|
ul#nav{float:center;font-size: 80%;margin-left: 20px; font-size: 11px;}
|
|
|
|
ul#nav li{float:left;margin-left: 3px;text-align: center}
|
|
|
|
ul#nav a{float:left;padding: 5px 10px;background: #404040;text-decoration:none;color: #fff; border : 1px solid #b3b6b0;}
|
|
|
|
ul#nav a:hover{background: #393939;color: yellow;}
|
|
|
|
ul#nav li.activeLink a,ul#nav li.activeLink a:hover{
|
|
|
|
background: #efefef;color: black;
|
|
|
|
border-bottom : 1px solid #efefef;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#dsurface
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dmap
|
|
|
|
{
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset#logon
|
|
|
|
{
|
|
|
|
font: 9px TrebuchetMS,Arial,sans-serif;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset#logon input
|
|
|
|
{
|
|
|
|
font: 9px TrebuchetMS,Arial,sans-serif;
|
|
|
|
width: 120px;
|
|
|
|
border: 1px inset #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dtab
|
|
|
|
{
|
|
|
|
width:100%;overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.dtab,ul.dtab li{list-style-type:none;margin:0;padding:0}
|
|
|
|
ul.dtab {float:center;font-size: 11px;}
|
|
|
|
ul.dtab li{float:left;margin-right: 3px;text-align: center}
|
|
|
|
ul.dtab a{float:left;padding: 3px 4px 3px 4px;background: #e7f1f8;text-decoration:none;color: #003; border: 1px solid #ccc; border-bottom: 0px none transparent;}
|
|
|
|
ul.dtab a:hover{background: #eff;color: #102018}
|
|
|
|
ul.dtab li.activeLink a,ul.dtab li.activeLink a:hover{background: #fff;color: #000;}
|
|
|
|
|
|
|
|
#right {
|
|
|
|
display: block;
|
|
|
|
background: #efefef;
|
|
|
|
text-align: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
font: 11px Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
background: whitesmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul { padding: 0; margin: 0;}
|
|
|
|
li { list-style-type: none; padding-bottom: 2px; }
|
|
|
|
|
|
|
|
hr.dashed {BORDER-RIGHT: 1px dashed; BORDER-TOP: 1px dashed; BORDER-LEFT: 1px dashed; COLOR: #cccccc; BORDER-BOTTOM: 1px dashed; HEIGHT: 1px}
|
|
|
|
|
|
|
|
A.TLink {
|
|
|
|
COLOR: #333333; TEXT-DECORATION: underline
|
|
|
|
}
|
|
|
|
A.TLink:visited {
|
|
|
|
COLOR: #333333; TEXT-DECORATION: underline
|
|
|
|
}
|
|
|
|
A.TLink:hover {
|
|
|
|
COLOR: #333333; TEXT-DECORATION: underline
|
|
|
|
}
|
|
|
|
|
|
|
|
/*tables, tr, td, th...*/
|
|
|
|
.td_heading {BORDER-RIGHT: #cccccc 1px; PADDING-RIGHT: 3px; BORDER-TOP: #cccccc 1px; PADDING-LEFT: 10px; PADDING-BOTTOM: 3px; BORDER-LEFT: #cccccc 1px; COLOR: #999999; PADDING-TOP: 3px; BORDER-BOTTOM: #cccccc 1px dashed}
|
|
|
|
.td_text {PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px}
|
|
|
|
.tab-on {BORDER-RIGHT: #cccccc 1px; PADDING-RIGHT: 2px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 120px; CURSOR: default; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #cccccc 1px; BACKGROUND-COLOR: #ffffff}
|
|
|
|
.tab-off {BORDER-RIGHT: #cccccc 1px; PADDING-RIGHT: 2px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 120px; CURSOR: hand; COLOR: #666666; PADDING-TOP: 2px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #f6f6f6}
|
|
|
|
.tab-none {BORDER-RIGHT: #cccccc 1px; PADDING-RIGHT: 2px; BORDER-TOP: #cccccc 1px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #cccccc 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #cccccc 1px solid}
|
|
|
|
.tab-content {PADDING: 5px; BORDER: 1px solid #cccccc;text-align: left;width:100%}
|
|
|
|
.td-bottom {PADDING-BOTTOM: 8px; PADDING-TOP: 8px; BACKGROUND-COLOR: #E6E7F3}
|
|
|
|
.show-table {DISPLAY: block}
|
|
|
|
.hide-table {DISPLAY: none}
|
|
|
|
.tcontent
|
|
|
|
{
|
|
|
|
font-size: 12px;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.reqinfo
|
|
|
|
{
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.ABLink2
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
color: black;
|
|
|
|
border: 0px none blue;
|
|
|
|
padding: 4px;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
td.ABLinkH2
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: #a3a3a3;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid #808080;
|
|
|
|
padding: 3px;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
a.ABLink, a.ABLink:visited, a.ABLink:active, a.ABLink:link
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: transparent;
|
|
|
|
color: black;
|
|
|
|
border: 0px none blue;
|
|
|
|
padding: 2px;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
a.ABLink:hover
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: cornflowerblue;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid blue;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: hand;
|
|
|
|
}
|
|
|
|
div.ABLink
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
border: 0px none blue;
|
|
|
|
padding: 2px;
|
|
|
|
cursor: hand;
|
|
|
|
text-align: center;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
div.ABLinkH
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
background-color: cornflowerblue;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid blue;
|
|
|
|
padding: 1px;
|
|
|
|
cursor: hand;
|
|
|
|
text-align: center;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
table.info
|
|
|
|
{
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
border: 0px none;
|
|
|
|
padding: 2px 2px 2px 2px;
|
|
|
|
}
|
|
|
|
table.info th
|
|
|
|
{
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
table.info th.infoseparator
|
|
|
|
{
|
|
|
|
background-color: #343434;
|
|
|
|
color: #AAAAAA;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
font-size: 8px;
|
|
|
|
}
|
|
|
|
table.info th.infoleftth
|
|
|
|
{
|
|
|
|
background-color: #343434;
|
|
|
|
color: white;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
table.info td
|
|
|
|
{
|
|
|
|
background-color: #e2e0e0;
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
border-right: 1px solid #333333;
|
|
|
|
}
|
|
|
|
table.info td.infolighttd
|
|
|
|
{
|
|
|
|
background-color: #CCCCCC;
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
a.ISLink, a.ISLink:visited
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
input.ABTextR
|
|
|
|
{
|
|
|
|
border: solid 1pt #b0c4de;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: right;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
input.ABText80
|
|
|
|
{
|
|
|
|
width:80%;
|
|
|
|
border: solid 1pt #b0c4de;
|
|
|
|
font-size: 14px;
|
|
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.tabZ
|
|
|
|
{
|
|
|
|
font-size: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tool
|
|
|
|
{
|
|
|
|
BORDER: 1px solid #666666;
|
|
|
|
FONT-SIZE: 9px;
|
|
|
|
BACKGROUND-COLOR: #eeeeee;
|
|
|
|
color: #030;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.hintview
|
|
|
|
{
|
|
|
|
color: black;
|
|
|
|
border: 1px solid black;
|
|
|
|
padding: 1px 1px 1px 1px;
|
|
|
|
background: whitesmoke;
|
|
|
|
font-size: 9px;
|
|
|
|
color: infotext;
|
|
|
|
background: infobackground;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hintview
|
|
|
|
{
|
|
|
|
font-size: 9px;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.hintview tr td
|
|
|
|
{
|
|
|
|
font-size: 11px;
|
|
|
|
vertical-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dungeonPage
|
|
|
|
{
|
|
|
|
z-index: 15;
|
|
|
|
position: absolute;
|
|
|
|
left: 2%;
|
|
|
|
top: 2%;
|
|
|
|
width: 96%;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
border: 1px solid #333;
|
|
|
|
padding: 8px;
|
|
|
|
opacity: 0.94; -moz-opacity: 0.94; KhtmlOpacity: 0.94;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dright
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
background-color: whitesmoke;
|
|
|
|
border: 1px solid #333;
|
|
|
|
padding: 2px;
|
|
|
|
opacity: 0.94; -moz-opacity: 0.94; KhtmlOpacity: 0.94;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dxaxis, div.dyaxis
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dxaxis
|
|
|
|
{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dyaxis
|
|
|
|
{
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.xaxisline, div.yaxisline
|
|
|
|
{
|
|
|
|
background: #e7f1f8;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.xaxisline
|
|
|
|
{
|
|
|
|
left: 0;
|
|
|
|
top: 34px;
|
|
|
|
width: 100%;
|
|
|
|
height: 4px;
|
|
|
|
margin-right: 2px;
|
|
|
|
border-left: 0px none transparent;
|
|
|
|
border-right: 0px none transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.yaxisline
|
|
|
|
{
|
|
|
|
left: 34px;
|
|
|
|
top: 0;
|
|
|
|
width: 4px;
|
|
|
|
height: 100%;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
border-top: 0px none transparent;
|
|
|
|
border-bottom: 0px none transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.xaxislabel, div.yaxislabel
|
|
|
|
{
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: bolder;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.xaxislabel
|
|
|
|
{
|
|
|
|
vertical-align: bottom;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.yaxislabel
|
|
|
|
{
|
|
|
|
text-align: right;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 4px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.hotxaxislabel
|
|
|
|
{
|
|
|
|
margin-top: 0;
|
|
|
|
border-top: 3px groove orange;
|
|
|
|
background-color: wheat;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.hotyaxislabel
|
|
|
|
{
|
|
|
|
margin-left: 0;
|
|
|
|
border-left: 3px groove orange;
|
|
|
|
background-color: wheat;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.hintviewcaption
|
|
|
|
{
|
|
|
|
margin:0;
|
|
|
|
padding: 1px;
|
|
|
|
border:0 none transparent;
|
|
|
|
border-bottom: 1px solid #000;
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#slogan
|
|
|
|
{
|
|
|
|
margin:0;
|
|
|
|
padding: 1px;
|
|
|
|
font-size: smaller;
|
|
|
|
text-align: right;
|
|
|
|
color: tomato;
|
|
|
|
}
|