﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
input[type=text]
{
    border:1px solid #c1d8de;
    line-height:12px;
    padding:4px 5px;
    }
input[type=text]:focus
{
    background-color:#f9f697;
    }
input[type=password]
{
    border:1px solid #c1d8de;
    line-height:12px;
    padding:4px 5px;
    }
input[type=password]:focus
{
    background-color:#f9f697;
    }
textarea
{
    border:1px solid #c1d8de;
    line-height:20px;
    padding:4px 5px;
    font-size:12px;
    }
 textarea:focus
{
    background-color:#f9f697;
    }
.datagrid-cell a
{
    color:#3393f9;
    text-decoration:none;
    }
 .datagrid-cell a:hover
{
    color:#f9f697;
    }
input[type=button]
{
    border:1px solid #c1d8de;
    background-color:#3393f9;
    color:#fff;
    line-height:12px;
    padding:5px 10px;
    cursor:pointer;
    }
input[type=button]:hover
{
    border:1px solid #c1d8de;
    background-color:#6baef5;
    
    }
input[type=submit]
{
    border:1px solid #c1d8de;
    background-color:#3393f9;
    color:#fff;
    line-height:12px;
    padding:5px 10px;
    cursor:pointer;
    }
input[type=submit]:hover
{
    border:1px solid #c1d8de;
    background-color:#6baef5;
    
    }
.radioSpan {
      position: relative;
      border: 1px solid #95B8E7;
      background-color: #fff;
      vertical-align: middle;
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      margin: 0;
      padding: 0;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px;
      display:block;
    }
.DataDisplay
{
    border:#999 dashed;
    border-width:1px 0px 0px 1px;
    width:100%;
    font-size:12px;
    }
.DataDisplay td
{
    border:#999 dashed;
    border-width:0px 1px 1px 0px;
    padding:5px;
    }
.DataDisplay th
{
    border:#999 dashed;
    border-width:0px 1px 1px 0px;
    padding:5px;
    color:#000;
    font-weight:bold;
    background-color:#efefef;
    }
.Data_Left
{
    text-align:right;
    padding-right:5px;
    font-size:12px;
    }
.Data_Right
{
    text-align:left;
    padding-left:5px;
    font-size:12px;
    }
.NoticeUl
{
    margin:0px;
    padding:0px;
    }
.NoticeLi
{
    list-style:none;
    padding:0px;
    margin:0px;
    line-height:18px;
    font-size:12px;
    border-bottom:1px #cccccc dotted;
    }
.NoticeTitle
{
    color:#f60;
    }
.NoticeTitle a
{
    text-decoration:none;
    }
.NoticeTitle a:hover
{
    color:#f60;
    }   
.NoticeDate
{
    color:#bbb;
    }
.Ts_Box h5
{
    margin:0px;
    padding:0px;
     color:#ff6600;
     font-size:12px;
    }
.Ts_Box ul
{
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:20px;
    }
.Ts_Box li
{
    list-style:none;
    padding:0px;
    margin:0px;
    line-height:20px;
    font-size:12px;
    color:#ff6600;
    }
.bt
{
	color:#f00;
	}
.zd
{
	color:#0f0;
	}
.ts
{
	color:#f60;
	}
.p3
{
    padding:3px;}
.TableTitle
{
    text-align:center;
    color:Black;
    font-size:18px;
    font-weight:bold;
    background-color:#efefef;
    }
.my_links_boxs
{
    width:44%;
    float:left;
    margin-top:10px;
    margin-left:10px;
}
.my_links_boxs a{
    display:block;
    float:left;
    width:100%;
    text-align:center;
    color:#333;
    text-decoration:none;
}
    .my_links_boxs a:hover {
        color: #3393f9;
    }
    .my_links_boxs img {
        height: 70px;
    }
    .my_links_boxs span {
        font-size: 12px;
        line-height:40px;
    }
    

