836 lines
17 KiB
CSS
836 lines
17 KiB
CSS
|
html,body {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
margin:0px;
|
||
|
overflow-x: hidden;
|
||
|
overflow-y: hidden;
|
||
|
font-size:10px;
|
||
|
}
|
||
|
|
||
|
select,textarea,input {
|
||
|
border: solid 1pt #B0B0B0;
|
||
|
font-family: MS Sans Serif;
|
||
|
font-size: 8px;
|
||
|
color: #191970;
|
||
|
MARGIN-BOTTOM: 2px;
|
||
|
MARGIN-TOP: 1px;
|
||
|
}
|
||
|
|
||
|
img
|
||
|
{
|
||
|
border:0px;
|
||
|
}
|
||
|
|
||
|
.hint
|
||
|
{
|
||
|
position:absolute;
|
||
|
background-color:#ffffcc;
|
||
|
padding:5px;
|
||
|
}
|
||
|
|
||
|
.topusermenu
|
||
|
{
|
||
|
font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
|
||
|
z-index:1000;
|
||
|
position:absolute;
|
||
|
background-color:#d2d0d0;
|
||
|
font-size:13px;
|
||
|
border-top-width: 1px;
|
||
|
border-right-width: 1px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-left-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
border-right-style: solid;
|
||
|
border-bottom-style: solid;
|
||
|
border-left-style: solid;
|
||
|
border-top-color: #929090;
|
||
|
border-right-color: #626060;
|
||
|
border-bottom-color: #626060;
|
||
|
border-left-color: #929090;
|
||
|
}
|
||
|
|
||
|
.inviseMen1
|
||
|
{
|
||
|
filter: alpha(opacity=90);
|
||
|
-moz-opacity: 0.90;
|
||
|
-khtml-opacity: 0.90;
|
||
|
opacity: 0.90;
|
||
|
}
|
||
|
|
||
|
.inviseMen2
|
||
|
{
|
||
|
filter: alpha(opacity=60);
|
||
|
-moz-opacity: 0.60;
|
||
|
-khtml-opacity: 0.60;
|
||
|
opacity: 0.60;
|
||
|
}
|
||
|
|
||
|
.inviseMen3
|
||
|
{
|
||
|
filter: alpha(opacity=30);
|
||
|
-moz-opacity: 0.30;
|
||
|
-khtml-opacity: 0.30;
|
||
|
opacity: 0.30;
|
||
|
}
|
||
|
|
||
|
.inviseMen4
|
||
|
{
|
||
|
filter: alpha(opacity=10);
|
||
|
-moz-opacity: 0.10;
|
||
|
-khtml-opacity: 0.10;
|
||
|
opacity: 0.10;
|
||
|
}
|
||
|
|
||
|
.topusermenuBtn
|
||
|
{
|
||
|
text-decoration: none;
|
||
|
FONT-WEIGHT: bold;
|
||
|
color: #003388;
|
||
|
padding-left:7px;
|
||
|
padding-right:7px;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.topusermenuBtn:hover
|
||
|
{
|
||
|
background-color:#a2a2a2;
|
||
|
color: #0066FF;
|
||
|
}
|
||
|
|
||
|
.zbtn1l
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) 0px 0px repeat-x;
|
||
|
}
|
||
|
.zbtn1r
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) -18px 0px repeat-x;
|
||
|
}
|
||
|
.zbtn1r2
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) 18px 0px repeat-x;
|
||
|
}
|
||
|
|
||
|
.zbtn2l
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) -36px 0px repeat-x;
|
||
|
}
|
||
|
.zbtn2r
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) -54px 0px repeat-x;
|
||
|
}
|
||
|
.zbtn2r2
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) -90px 0px repeat-x;
|
||
|
}
|
||
|
.zbtn2r3
|
||
|
{
|
||
|
width:9px;
|
||
|
height:18px;
|
||
|
background: url(https://img.new-combats.com/tab.png) 54px 0px repeat-x;
|
||
|
}
|
||
|
|
||
|
.zbtn1c
|
||
|
{
|
||
|
background-color: #808080;
|
||
|
border-top-width: 1px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
border-bottom-style: solid;
|
||
|
border-top-color: #000000;
|
||
|
border-bottom-color: #000000;
|
||
|
color: #FFFFFF;
|
||
|
cursor:default;
|
||
|
padding-left:5px;
|
||
|
padding-right:5px;
|
||
|
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
.zbtn2c
|
||
|
{
|
||
|
background-color: #D5D2C9;
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: #000000;
|
||
|
color: #000000;
|
||
|
cursor:default;
|
||
|
padding-left:5px;
|
||
|
padding-right:5px;
|
||
|
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
|
||
|
.text_msg {
|
||
|
border: 1px solid #CCCCCC;
|
||
|
font-size: 11px;
|
||
|
color: #000000;
|
||
|
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
|
||
|
.chatBtn1_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn1.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn1_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn1.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn2_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn2.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn2_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn2.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn4_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn4.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn4_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn4.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn5_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn5.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn5_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn5.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn5_3 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn5.gif') 0px -59px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn6_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn6.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn6_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn6.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn7_1 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn7.gif') 0px 0px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn7_2 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn7.gif') 0px -30px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.chatBtn7_3 {
|
||
|
width:30px;
|
||
|
height:30px;
|
||
|
background: url('https://img.new-combats.com/i/buttons/chatBtn7.gif') 0px -60px repeat-x;;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.resLine {
|
||
|
width:100%;
|
||
|
height:2px;
|
||
|
background-color:#CCCCCC;
|
||
|
position:absolute;
|
||
|
cursor:n-resize;
|
||
|
left: 0px;
|
||
|
top: 111%;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
/*border-bottom:#999999 solid 1px;*/
|
||
|
}
|
||
|
|
||
|
.resLine:hover {
|
||
|
width:100%;
|
||
|
height:2px;
|
||
|
background-color:#A1A1A1;
|
||
|
position:absolute;
|
||
|
cursor:n-resize;
|
||
|
left: 0px;
|
||
|
top: 111%;
|
||
|
/*border-bottom:#666666 1px solid;*/
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
}
|
||
|
|
||
|
.backresLine {
|
||
|
width:100%;
|
||
|
height:2px;
|
||
|
background-color:#CCCCCC;
|
||
|
position:absolute;
|
||
|
cursor:n-resize;
|
||
|
left: 0px;
|
||
|
top: 111%;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
/*border-bottom:#999999 solid 1px;*/
|
||
|
}
|
||
|
|
||
|
.resLine2 {
|
||
|
width:3px;
|
||
|
height:100%;
|
||
|
background-color:#CCCCCC;
|
||
|
position:absolute;
|
||
|
cursor:e-resize;
|
||
|
left: 111%;
|
||
|
top: 0px;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
border-left:#999999 solid 1px;
|
||
|
}
|
||
|
|
||
|
.resLine2:hover {
|
||
|
width:3px;
|
||
|
height:100%;
|
||
|
background-color:#A1A1A1;
|
||
|
position:absolute;
|
||
|
cursor:e-resize;
|
||
|
left: 111%;
|
||
|
top: 0px;
|
||
|
border-left:#666666 1px solid;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
}
|
||
|
|
||
|
.backresLine2 {
|
||
|
width:3px;
|
||
|
height:100%;
|
||
|
background-color:#CCCCCC;
|
||
|
position:absolute;
|
||
|
cursor:e-resize;
|
||
|
left: 111%;
|
||
|
top: 0px;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
border-left:#999999 solid 1px;
|
||
|
}
|
||
|
|
||
|
.style1 {
|
||
|
color: green;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.noselect {
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
}
|
||
|
|
||
|
.iframemain {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
}
|
||
|
|
||
|
.globcss {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
position:absolute;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
background-image:url(https://<? echo $c['img']; ?>/1x1.gif);
|
||
|
}
|
||
|
|
||
|
.line1x1 {
|
||
|
border-bottom: 1px solid #797779;
|
||
|
display:block;
|
||
|
}
|
||
|
|
||
|
.main_text {
|
||
|
font-weight: bold;
|
||
|
font-size: 10px;
|
||
|
text-decoration: none;
|
||
|
color:#f0f0f0;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.menutop, a.menutop:visited, a.menutop:active {
|
||
|
font-weight: bold;
|
||
|
font-size: 10px;
|
||
|
text-decoration: none;
|
||
|
color: #3B3936;
|
||
|
}
|
||
|
|
||
|
a.menutop:hover {
|
||
|
color: #76726b;
|
||
|
}
|
||
|
|
||
|
.name {
|
||
|
font-weight: bold;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
.parametr_title {
|
||
|
font-weight: bold;
|
||
|
font-size: 11px;
|
||
|
color: #777773;
|
||
|
}
|
||
|
|
||
|
.prname {
|
||
|
padding-left: 4px;
|
||
|
font-size: 11px;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
|
||
|
.prvalue {
|
||
|
font-size: 11px;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
border: 1px double #9a9996;
|
||
|
background-image: url(https://img.new-combats.com/i/beg_butt.gif);
|
||
|
font-size: 7.5pt;
|
||
|
color: #dfdfdf;
|
||
|
background-color:#504F4C;
|
||
|
}
|
||
|
|
||
|
.mainmenu {
|
||
|
color: #23292C;
|
||
|
border-top-width: 1px;
|
||
|
border-right-width: 1px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-left-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
border-right-style: none;
|
||
|
border-bottom-style: solid;
|
||
|
border-left-style: solid;
|
||
|
border-top-color: #969697;
|
||
|
border-right-color: #969697;
|
||
|
border-bottom-color: #000000;
|
||
|
border-left-color: #969697;
|
||
|
background-color: #BABABB;
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.maptext {
|
||
|
font-weight: bold;
|
||
|
font-size: 12px;
|
||
|
color: #000000;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
.posit {
|
||
|
border-top-width: 1px;
|
||
|
border-right-width: 1px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-left-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
border-right-style: solid;
|
||
|
border-bottom-style: solid;
|
||
|
border-left-style: solid;
|
||
|
border-top-color: #FFFFFF;
|
||
|
border-right-color: #666666;
|
||
|
border-bottom-color: #666666;
|
||
|
border-left-color: #FFFFFF;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
font-size: 10pt;
|
||
|
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
|
||
|
.seehp {
|
||
|
color: #F4F4F4;
|
||
|
line-height: 7px;
|
||
|
font-size: 9px;
|
||
|
font-weight: bold;
|
||
|
padding-top: 1px;
|
||
|
margin-left: 3px;
|
||
|
padding-left:3px;
|
||
|
}
|
||
|
.senohp
|
||
|
{
|
||
|
line-height: 7px;
|
||
|
font-size: 9px;
|
||
|
}
|
||
|
.hp_none {
|
||
|
background: url('https://img.new-combats.com/i/hp.jpg') 0px 0px repeat-x;
|
||
|
}
|
||
|
.hp_1 {
|
||
|
background: url('https://img.new-combats.com/i/hp.jpg') 0px -11px repeat-x;
|
||
|
}
|
||
|
.hp_2 {
|
||
|
background: url('https://img.new-combats.com/i/hp.jpg') 0px -21px repeat-x;
|
||
|
}
|
||
|
.hp_3 {
|
||
|
background: url('https://img.new-combats.com/i/hp.jpg') 0px -31px repeat-x;
|
||
|
}
|
||
|
.hp_mp {
|
||
|
background: url('https://img.new-combats.com/i/hp.jpg') 0px -41px repeat-x;
|
||
|
}
|
||
|
.seemp {
|
||
|
color: #00FFFF;
|
||
|
line-height: 7px;
|
||
|
font-size: 9px;
|
||
|
font-weight: bold;
|
||
|
padding-top: 1px;
|
||
|
margin-left: 3px;
|
||
|
padding-left:3px;
|
||
|
}
|
||
|
.hpborder {
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: #DADADA;
|
||
|
}
|
||
|
.text {
|
||
|
color: #000000;
|
||
|
font-size: 10pt; font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
|
||
|
}
|
||
|
H3 { COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold; TEXT-ALIGN: center;}
|
||
|
H4 { COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 11pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 5px;}
|
||
|
H5 { COLOR: #4f0000; FONT-FAMILY: Arial; FONT-SIZE: 11pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px;}
|
||
|
a,a:visited { text-decoration: none; FONT-WEIGHT: bold; color: #003388; }
|
||
|
a:active { color: #6F0000}
|
||
|
a:hover { color: #0066FF}
|
||
|
.date { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000}
|
||
|
.date1 {
|
||
|
font-family: Courier;
|
||
|
font-size: 8pt;
|
||
|
text-decoration:none;
|
||
|
font-weight:normal;
|
||
|
color: #b00000;
|
||
|
}
|
||
|
.date2 { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000; background-color: #00FFAA}
|
||
|
.date22 { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #007000; background-color: #00FFAA}
|
||
|
.date3 {
|
||
|
font-family: Courier;
|
||
|
font-size: 8pt;
|
||
|
text-decoration:underline;
|
||
|
font-weight:normal;
|
||
|
color: #007000;
|
||
|
background-color: #00FFAA
|
||
|
}
|
||
|
.priem_hint
|
||
|
{
|
||
|
position:absolute;
|
||
|
background-color:#ffffcc;
|
||
|
padding:2px;
|
||
|
padding-left:4px;
|
||
|
padding-right:4px;
|
||
|
border:1px #666666 solid;
|
||
|
z-index:1000;
|
||
|
}
|
||
|
.greaytext {
|
||
|
color:grey;
|
||
|
cursor:default;
|
||
|
font-weight: bold;
|
||
|
font-size: 10px;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.sysdate { font-family: Courier; font-size: 8pt; text-decoration:none; font-weight:normal; color: #B00000}
|
||
|
.private { font-weight:bold; color: red; background-color: #FAE0E0}
|
||
|
.klan { font-weight:bold; color: green; background-color: #99FFCC;}
|
||
|
.number { font-size: 11pt; font-weight: bold; color: #6F0000}
|
||
|
.dsc { color: #606060; font-weight:normal; }
|
||
|
select,textarea,input { border: solid 1pt #B0B0B0; font-family: MS Sans Serif; font-size: 10px; color: #191970; MARGIN-BOTTOM: 2px; MARGIN-TOP: 1px;}
|
||
|
|
||
|
.ahint {font-family: MS Sans Serif; font-size:8px; text-decoration:none; color:#666666;z-index: 99;}
|
||
|
#hint2 {position:absolute; width:140; background-color:#FFF6DD; layer-background-color:#FFF6DD; visibility:hidden}
|
||
|
#hint3 {position:absolute; width:240; background-color:#FFF6DD; layer-background-color:#FFF6DD; visibility:hidden}
|
||
|
.hint {
|
||
|
position:absolute;
|
||
|
background-color:#ffffcc;
|
||
|
padding:5px;
|
||
|
}
|
||
|
.hpborder {
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: #DADADA;
|
||
|
}
|
||
|
#hint4 {position:absolute; width:240; visibility:hidden}
|
||
|
|
||
|
.B1 { font-weight: bold; color: #6666CC}
|
||
|
.B2 { font-weight: bold; color: #B06A00}
|
||
|
.B3 { font-weight: bold; color: #269088}
|
||
|
.B4 { font-weight: bold; color: #A0AF20}
|
||
|
.B5 { font-weight: bold; color: #0F79D3}
|
||
|
.B6 { font-weight: bold; color: #D85E23}
|
||
|
.B7 { font-weight: bold; color: #5C832F}
|
||
|
.B8 { font-weight: bold; color: #842B61}
|
||
|
.B9 { font-weight: bold; color: navy}
|
||
|
.Bs1 { font-size: 8pt; font-weight:bold; color: #6666CC}
|
||
|
.Bs2 { font-weight:bold; color: #B06A00}
|
||
|
img,table {border:0}
|
||
|
|
||
|
.ismagic {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic1.gif)}
|
||
|
.glow_pink {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_pink.gif)}
|
||
|
.glow_red {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_red.gif)}
|
||
|
.glow_green {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_green.gif)}
|
||
|
.glow_yellow {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_yellow.gif)}
|
||
|
.glow_dark {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_dark.gif)}
|
||
|
.glow_blue {background-color: #E0E0E2; BACKGROUND-IMAGE:url(blinkmagic_blue.gif)}
|
||
|
|
||
|
.hpStyle1 {
|
||
|
color: #F4F4F4;
|
||
|
line-height: 7px;
|
||
|
font-size: 9px;
|
||
|
font-weight: bold;
|
||
|
padding-top: 1px;
|
||
|
margin-left: 3px;
|
||
|
}
|
||
|
.mpStyle1 {
|
||
|
color: #00FFFF;
|
||
|
line-height: 7px;
|
||
|
font-size: 9px;
|
||
|
font-weight: bold;
|
||
|
padding-top: 1px;
|
||
|
margin-left: 3px;
|
||
|
}
|
||
|
|
||
|
.ahint {
|
||
|
FONT-SIZE: 8px; COLOR: #000080; FONT-FAMILY: MS Sans Serif; TEXT-DECORATION: none
|
||
|
}
|
||
|
#hint2 {
|
||
|
VISIBILITY: hidden; WIDTH: 140px; POSITION: absolute; BACKGROUND-COLOR: #fff6dd; layer-background-color: #FFF6DD
|
||
|
}
|
||
|
#hint3 {
|
||
|
VISIBILITY: hidden; WIDTH: 240px; POSITION: absolute; BACKGROUND-COLOR: #fff6dd; layer-background-color: #FFF6DD
|
||
|
}
|
||
|
.genwnew {
|
||
|
background-color: #EBEBEB;
|
||
|
border: 1px solid #C1C1C1;
|
||
|
}
|
||
|
|
||
|
.priem_style {
|
||
|
margin:0px;
|
||
|
width:40px;
|
||
|
height:25px;
|
||
|
}
|
||
|
|
||
|
.priem_styleHover {
|
||
|
margin:1px;
|
||
|
width:38px;
|
||
|
height:23px;
|
||
|
}
|
||
|
.priem_style2 {
|
||
|
cursor:pointer;
|
||
|
margin:0px;
|
||
|
width:40px;
|
||
|
height:25px;
|
||
|
}
|
||
|
.priem_styleHover2 {
|
||
|
cursor:pointer;
|
||
|
margin:1px;
|
||
|
width:38px;
|
||
|
height:23px;
|
||
|
}
|
||
|
.menutop, a.menutop:visited, a.menutop:active {
|
||
|
font-weight: bold;
|
||
|
font-size: 10px;
|
||
|
text-decoration: none;
|
||
|
color: #3B3936;
|
||
|
}
|
||
|
.btn {
|
||
|
border: 1px double #9a9996;
|
||
|
font-size: 12px;
|
||
|
color: #dfdfdf;
|
||
|
background-color:#504F4C;
|
||
|
}
|
||
|
.yesbtn {
|
||
|
border: 1px solid #b0b0b0;
|
||
|
background-color: #ece9d8;
|
||
|
width:70px;
|
||
|
padding-bottom:2px;
|
||
|
padding-top:2px;
|
||
|
color: #333333;
|
||
|
text-decoration: none;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
img {
|
||
|
border:0px;
|
||
|
}
|
||
|
.iframeMain {
|
||
|
width:inherit;
|
||
|
height:inherit;
|
||
|
}
|
||
|
.windowsmf_css1 {
|
||
|
position:absolute;
|
||
|
background-color:#ddd5bf;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
border:solid #D8D8D8 1px;
|
||
|
FONT-SIZE: 10pt;
|
||
|
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
.windowsmf_css1_active2 {
|
||
|
position:absolute;
|
||
|
background-color:#F9F9F9;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
border:solid #FDFDFD 1px;
|
||
|
}
|
||
|
.inpt1 {
|
||
|
font-size: 8pt;
|
||
|
border: 1px solid #CDC698;
|
||
|
}
|
||
|
.windowsmf_css1_title {
|
||
|
background-color:#b1a993;
|
||
|
color:#000000;
|
||
|
padding-top:2px;
|
||
|
padding-left:3px;
|
||
|
padding-right:3px;
|
||
|
padding-bottom:2px;
|
||
|
FONT-SIZE: 10pt;
|
||
|
FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|
||
|
.usermenu {
|
||
|
z-index:900;
|
||
|
position: absolute;
|
||
|
LEFT: 0px;
|
||
|
TOP: 0px;
|
||
|
background-color:#E5E5E5;
|
||
|
border: 1px ridge #CCCCCC;
|
||
|
}
|
||
|
.usermenu1 {
|
||
|
background-color:#E5E5E5;
|
||
|
cursor:pointer;
|
||
|
padding-left:3px;
|
||
|
padding-right:3px;
|
||
|
padding-top:1px;
|
||
|
padding-bottom:1px;
|
||
|
}
|
||
|
.usermenu1:hover {
|
||
|
background-color:#CECECE;
|
||
|
}
|
||
|
.windowsmf_css1_title_active {
|
||
|
background-color:#C9C4B4;
|
||
|
color:#1A1A1A;
|
||
|
padding-top:2px;
|
||
|
padding-left:3px;
|
||
|
padding-right:3px;
|
||
|
padding-bottom:2px;
|
||
|
cursor:move;
|
||
|
}
|
||
|
.windowsmf_css1_title_active2 {
|
||
|
background-color:#D7D3C8;
|
||
|
color:#333333;
|
||
|
padding-top:2px;
|
||
|
padding-left:3px;
|
||
|
padding-right:3px;
|
||
|
padding-bottom:2px;
|
||
|
}
|
||
|
.windowsmf_css1_main_active2 {
|
||
|
background-color:#FDFDFD;
|
||
|
color:#FDFDFD;
|
||
|
padding:10px;
|
||
|
}
|
||
|
.windowsmf_css1_main {
|
||
|
padding:10px;
|
||
|
}
|
||
|
.btn_grey {
|
||
|
border-top-width: 1px;
|
||
|
background-color: #e5e5e5;
|
||
|
background-image:url(line1.jpg);
|
||
|
border-top-style: solid;
|
||
|
border-top-color: #EFEFEF;
|
||
|
padding-top:2px;
|
||
|
padding-bottom:2px;
|
||
|
padding-left:7px;
|
||
|
padding-right:7px;
|
||
|
border-right-width: 1px;
|
||
|
border-left-width: 1px;
|
||
|
border-right-style: solid;
|
||
|
border-left-style: solid;
|
||
|
border-right-color: #D8D8D8;
|
||
|
border-left-color: #D8D8D8;
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: #D8D8D8;
|
||
|
color: #494949;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.btn_grey:hover {
|
||
|
background-image:url(line2.jpg);
|
||
|
color: #333333;
|
||
|
}
|
||
|
.btn_grey:active {
|
||
|
background-color: #e5e5e5;
|
||
|
border-bottom-width: 1px;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: #EFEFEF;
|
||
|
border-right-width: 1px;
|
||
|
border-left-width: 1px;
|
||
|
border-right-style: solid;
|
||
|
border-left-style: solid;
|
||
|
border-right-color: #D8D8D8;
|
||
|
border-left-color: #D8D8D8;
|
||
|
border-top-width: 1px;
|
||
|
border-top-style: solid;
|
||
|
border-top-color: #D8D8D8;
|
||
|
}
|
||
|
.mainframe {
|
||
|
width:inherit;
|
||
|
height:inherit;
|
||
|
}
|
||
|
|
||
|
.message {
|
||
|
font-size: 10pt;
|
||
|
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
|
||
|
}
|