﻿body {
    background-color:#13346A;
    padding:0px;
    margin:0px;
    overflow:hidden;
    /*-moz-user-focus: ignore; 
    -moz-user-input: disabled; 
    -moz-user-select: none; */
}    
.Loading {
    BORDER-RIGHT: #1f3f74 1px solid;
    PADDING-RIGHT: 20px; 
    BORDER-TOP: #1f3f74 1px solid; 
    PADDING-LEFT: 23px; 
    BACKGROUND: url(img/Loading.gif) #FFF0E1 no-repeat 5px center; 
    PADDING-BOTTOM: 3px; 
    BORDER-LEFT: #1f3f74 1px solid; 
    PADDING-TOP: 3px; 
    BORDER-BOTTOM: #1f3f74 1px solid; 
    font-size:12px; 
    text-align:center; 
    color:#cc3300;
}
.Message {
    BORDER-RIGHT: #1f3f74 1px solid;
    PADDING-RIGHT: 20px; 
    BORDER-TOP: #1f3f74 1px solid; 
    PADDING-LEFT: 20px; 
    PADDING-BOTTOM: 3px; 
    BORDER-LEFT: #1f3f74 1px solid; 
    PADDING-TOP: 3px; 
    BORDER-BOTTOM: #1f3f74 1px solid; 
    font-size:12px; 
    text-align:center; 
    color:#cc3300;
}
.closeBox
{
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    background-color: #1f3f74;
}
.closeBox a,
.closeBox a:link 
{
    display: block;
    width: 14px;
    height: 12px;
    /*border: solid 1px #aaa;
    color: #555;*/
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
	
    background-image: url('img/close-x.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.closeBox a:hover
{
    background-color: blue;
    color: black;
    /*border: outset 1px white;*/
}
.dialogTitle
{
	font-family:宋体;
	/*background-color: #3469c2;*/
	padding: 2px;
	padding-left: 5px;
	cursor: default;
	font-weight: bold;
	font-size: 9pt;
	color:White;
	background-image:url(img/title_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.jqHandle {
    cursor: default;
	z-index: 1;
}
.jqDrag 
{
	cursor: move;
}
.backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
.popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    /*height:384px;
    width:408px;*/
    background:#264d8f;
    /*border:2px solid #cecece;*/
    z-index:2;
    /*padding:12px;*/
    font-size:13px;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
}

a.squarebutton{
    background: transparent url('img/square-blue-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: 700 13px Arial; /* Change 12px as desired */
    line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
    height: 23px; /* Height of button background height */
    padding-left: 9px; /* Width of left menu image */
    text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
    color: #ffffff; /*button text color*/
}

a.squarebutton span{
    background: transparent url('img/square-blue-right.gif') no-repeat top right;
    display: block;
    padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
    background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
    background-position: bottom right;
    color: black;
}

input{
    background-color:#3469c2;
    border-style:solid;
    border-color:#c0c0c0;
    border-width:1px;
    width:100px;
}

a.checkImg:link { font-weight:normal; font-size:12px;color:#ffffff; text-decoration:none;}
a.checkImg:visited { font-weight:normal; font-size:12px; color:#ffffff; text-decoration:none; }
a.checkImg:hover { font-weight:normal; font-size:12px; text-decoration: underline; color:#BC0021}
