﻿

body,td,th {
    padding:0px;
    margin:0px;
    font-size:12px;  
}

.pager a:link,
.pager a:visited,
.pager a:hover,
.pager a:active {
	text-decoration:none;
	color: #636363;
	background:#FDFDFD;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-family: Verdana;font-size: 12px;
	margin-left:4px;
}

.pager a:hover {
	/*background:#4b719e;
	color:#FFFFFF;*/
    border: 1px solid #666;
}

.pager span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-family: Verdana;font-size: 12px;
	margin-left:4px;
}

.form{
    border: 1px solid #ccc;
    background-color:#FFF;

}

.button{
height:25px;
width:80px;
border: 1px solid #ccc;
background-color:#F9FBFA;

}

.a_black a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.a_black a:visited {
    color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.a_black a:hover {
   font-size: 12px;
	text-decoration: underline;
	color: #FF6600;
	}


.a_clay a:link {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
.a_clay a:visited {
    color: #999;
	font-size: 12px;
	text-decoration: none;
}
.a_clay a:hover {
   font-size: 12px;
	text-decoration: underline;
	color: #FF6600;
	}

	

.a_blue a:link {
	color: #2C55B6;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.a_blue a:visited {
    color: #2C55B6;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.a_blue a:hover {
   font-size: 12px;
	text-decoration: underline;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.a_blue1 a:link {
	color: #2C55B6;
	font-size: 14px;
	text-decoration: none;
}
.a_blue1 a:visited {
    color: #2C55B6;
	font-size: 14px;
	text-decoration: none;
}
.a_blue1 a:hover {
   font-size: 14px;
	text-decoration: underline;
	color: #FF3300;
	}


.a_red a:link {
	color: #ff3300;
	font-size: 12px;
	text-decoration: none;
}
.a_red a:visited {
    color: #ff3300;
	font-size: 12px;
	text-decoration: none;
}
.a_red a:hover {
   font-size: 12px;
	text-decoration: underline;
	color: #ff9800;
	}	


.f_black{
color:#000;
font-size:14px;

}

.f_clay{
color:#999;
font-size:14px;

}

.f_clay1{
color:#999;
font-size:12px;

}

.f_blue1{
color:#2C55B6;
font-size:12px;
width:100%;

}

.f_blue2{
	color: #4E78C7;
	font-size:14px;
	font-weight: bold;
}


.new_blue a:link 
{
    line-height:26px;
	color: #2C55B6;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px  12px 0px 12px ;
}
.new_blue a:visited 
{
    line-height:26px;
    color: #2C55B6;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px  12px 0px 12px ;
}
.new_blue a:hover 
{
    line-height:26px;
   font-size: 12px;
	text-decoration: underline;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px  12px 0px 12px ;
}

.tip
{
    background-image: url(/themes/images/tip_l.gif);
    background-repeat:no-repeat;
    padding-left:6px;
}

.tip div
{ 
    background-image: url(/themes/images/tip_r.gif);
     background-position-x: right;
    background-repeat:no-repeat;
     padding:4px; 
     color:#FF6000;
}


#overlay {
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        background-color:#000;
        filter:alpha(opacity=10);
        -moz-opacity: 0.1;
        opacity: 0.1;
        height: 100%;
        width: 100%;
}
* html #overlay { /* ie6 hack */
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.clientWidth + 'px');
}

#dialog {
        position: fixed;
        z-index: 102;
        top: 50%;
        left: 50%;
        width: 630px;
        margin-top: -140px;
        margin-left: -315px;
        background-color: #FFFFFF;
}
* html #dialog { /* ie6 hack */
        position: absolute;
        margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.systemTip
{
    border: 1px solid #3366CC;
    padding: 2px;
    background-color: #E5ECF9;
    font-size: 14px;
    font-family: Verdana;
    margin-left:134px;
    margin-bottom:10px;
    white-space:nowrap;
    width:200px;
}


.systemTip a:link {
	color: blue;
	font-size: 14px;
	text-decoration: none;
}
.systemTip a:visited {
    color: blue;
	font-size: 14px;
	text-decoration: none;
}
.systemTip a:hover {
	text-decoration: underline;
}	

.closeDialogbox{
     cursor:pointer;
}



