﻿#div_btm_clk {
    width: 1000px;
    height: 140px;
    background-color: #ff2c44;
    background-image: url('/img/bge.png');
    background-repeat: repeat;
    overflow: hidden;
    border-top: 1px solid silver;
    padding-top: 15px;
}

.top_n7 {
    background: #faf6ea;
    border-bottom: 1px solid silver;
    height: 86px;
    width: 1000px;
}

.topbn7{
    background: url('/img/top-bn7.png') top left no-repeat;
    width:290px;
    height:86px;
    overflow:hidden;
    cursor:pointer;
}

.a_bold{
    color:#005aab;
    text-decoration:none;
    font-weight:bold;
    white-space:nowrap;
}

.a_bold:hover{
    text-decoration:underline;
}

.blue7{
    color:#005aab;
    white-space:nowrap;
    cursor:pointer;
}

.iwl {
    width:150px;
    height:130px;
    float: left;
    background-image: url('/img/i7s.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor:pointer;
}

.idl {
    width:160px;
    height:120px;
    float: left;
    background-image: url('/img/i7s.png');
    background-position: -240px 0px;
    background-repeat: no-repeat;
    cursor:pointer;
}

.isv {
    width:150px;
    height:144px;
    float: left;
    background-image: url('/img/i7s.png');
    background-position: 0px -160px;
    background-repeat: no-repeat;
    cursor:pointer;
}

.imp{
    width:160px;
    height:130px;
    float: left;
    background-image: url('/img/i7s.png');
    background-position: -240px -160px;
    background-repeat: no-repeat;
    cursor:pointer;
}

.usr{
    width:42px;
    height:40px;
    float:right;
    background-image: url('/img/i7s.png');
    background-position: 0px -330px;
    background-repeat: no-repeat;
    cursor:pointer;
    overflow:hidden;
}

.ldf{
    padding-right:50px;
}

.clk_name{
    color:white;
    font-weight:bold;
    font-size:small;
}

.clock {
	position: relative;
	width: 100px;
	height: 100px;
	background: url('/img/clockface.png') no-repeat;
	list-style: none;
	margin:0px;
	padding:0px;
}

.sec, .min, .hour {
	position: absolute;
	width: 6px;
	height: 100px;
	top: 0px;
	left: 47px;
}

.sec {
	background: url('/img/sechand.png');
	z-index: 3;
}

.min {
	background: url('/img/minhand.png');
	z-index: 2;
}

.hour {
	background: url('/img/hourhand.png');
	z-index: 1;
}

.btm71{
    background:#005aab;
    border-top:1px solid silver;
    border-bottom:1px solid silver;
    width:1000px;
}

.lg_min{
    padding-right:10px;
}

.cf7btm {
    line-height: 1.7;
    color: #ffba00;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:10px;
    padding-right:10px;
}

.hstry {
    background-color: #ffac00;
    border-bottom: 1px solid silver;
}

.pdghry{
    padding-top:5px;
    padding-bottom:10px;
    font-size:small;
    color:#4d4d4d;
}


.div1000
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:left;
    width:1000px;
    background-color:white;
}

.td7_menu {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: #005aab;
    border-bottom: 1px solid silver;
    text-align: left;
}

.a_7nwrp {
    color: #ffba00;
    font-size: large;
}