﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*css reset 結束*/



/*Master Page*/

body
{
	margin: 0;
	padding: 0;
	/*font-size: 0.8em;*/
	color: #333;
	background: #fafafa;
}

a:link, a:visited
{
	color: #3C8EC6;
	text-decoration: none;
}

a:hover, a:active
{
	color: #369;
	text-decoration: underline;
}

.wrapper
{

	width: 1024px;
	margin: 0 auto;
	margin-top: 10px;
      border-radius: 10px;
   box-shadow: 3px 3px 12px grey;
	/*background: #fff url(../images/v-shad.jpg) left center repeat-y;*/
}

.top
{
	height: 20px;
	/*background: url(../images/h-shad.jpg) center top repeat-x;*/
	position: relative;
	font-size: 0;
}

.left-top
{
	width: 20px;
	height: 20px;
	/*background: url(../images/shad.jpg) no-repeat;*/
}

.right-top
{
	width: 20px;
	height: 20px;
	/*background: url(../images/shad.jpg) -20px 0 no-repeat;*/
	position: absolute;
	right: 0;
	top: 0;
}

.middle
{
	/*margin-left: 10px;
	padding-right: 10px;
	background: #fff url(../images/v-shad.jpg) right center repeat-y;*/
}

.center
{
	background: #fff;
}

.bottom
{
	height: 20px;
	/*background: url(../images/h-shad.jpg) center bottom repeat-x;*/
	position: relative;
	font-size: 0;
}

.left-bottom
{
	width: 20px;
	height: 20px;
	/*background: url(../images/shad.jpg) 0 -20px no-repeat;*/
}

.right-bottom
{
	width: 20px;
	height: 20px;
	/*background: url(../images/shad.jpg) -20px -20px no-repeat;*/
	position: absolute;
	right: 0;
	bottom: 0;
}

.logo
{
	position: relative;
}

.logo img
{
	margin-left: 10px;
}

.nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.nav li
{
	display: inline;
	border-right: 1px solid #dfdfdf;
	padding: 0 10px;
}

.banner
{
	height: 135px;
	/*background: url(../images/banner-bg.jpg) repeat-x;*/
     background: linear-gradient(to right, #517fa4 0%, #243949 100%);
   background-color: #337ab7;
	position: relative;
}

.banner-end
{
	position: absolute;
	right: 0;
}
.banner h1 {
  color:#ffffff;
  position:absolute;
  left:10px;
  z-index:20;
  display:none;
  font-size:20px;
  line-height:50px;
}
.topimg {
  z-index:30;
  position: absolute;
}

.shad
{
	height: 7px;
	background: url(../images/shad-bg.jpg) repeat-x;
}

.content
{
	/*padding: 20px;*/
	min-height: 500px;
}

.footer
{
	text-align: center;
	color: #666;
	margin-top: 10px;
}
table {
    border-collapse: collapse;
    width: 600px;
    box-shadow: 3px 3px 12px grey;
    border-radius: 8px;
    margin-top:20px;
}
/*th {
    font-size: 24px;
    border: solid 1px;
    border-color:black
}*/
td {
    color: black;
    font-size: 16px;
    padding: 8px;
    border: 1px solid gray;
}



/*Server Controls*/
/*
.btn
{
	background: url(../images/grad-2.jpg) repeat-x;
	border: 1px solid #0f568a;
	color: #fdfdfd;
	cursor: pointer;
	padding: 4px 8px;
}

.btn:hover
{
	background-image: url(../images/grad-2_ov.jpg);
	color: #fff;
}
*/
.calendar td td
{
	padding: 2px 5px;
	border: none;
}

.calendar th
{
	padding: 2px;
	border: 1px solid #ccc;
	background: #2B93DC;
	color: #fff;
}

.calendar td
{
	width: auto !important;
	padding: 2px;
	border: 1px solid #ccc;
}

.blue-bg
{
	background: #369 !important;
	color: #fff !important;
}

.blue-bg a
{
	color: #fff !important;
}

table th {
    font-size: 18px;
    padding: 8px;
    background: #369;
    color: #fff;
    /*border: 1px solid gray;*/
    /*box-shadow: 0 0 0 1px gray;*/
    /*border-radius: 8px;*/
}
.left_th {
    border-radius: 8px 0px 0px 0px;
}
.right_th {
    border-radius: 0px 8px 0px 0px;
}
p {
 margin:10px 10px 10px 10px;
}

table.border td
{
	padding: 5px;
	border: 1px solid #ccc;
}

table.border .pager td
{
	padding: 0;
	padding-right: 5px;
	border: none;
}

.menu td
{
	background: #2B93DC;
	color: #fff;
}

.menu a:link, .menu a:visited
{
	display: block;
	padding: 5px 10px;
	background: #2B93DC;
	color: #fff;
	text-decoration: none;
}

.menu a:hover, .menu a:active
{
	background: #369;
	color: #fff;
}

.menu img
{
	display: none;
}

.menu
{
	border: 1px solid #369 !important;
}

    

.logincon{


 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 10px;
 background-color:#d0d0d0;
 width:400px;
 word-spacing:5px;
  border-radius: 10px;
   box-shadow: 3px 3px 12px grey;
   

}
.logincon input[type='submit']{
  margin-left:5px;
  margin-top:5px;
  margin-bottom:5px;
  height:40px;
  width:40%;
  color:#ffffff;
}

.logintitle {

 background-color:#337ab7;
 word-spacing:5px;
 text-align:center;
 border-radius: 10px 10px 0px 0px;
 color:white;
 line-height:40px;
 height:30px;



}
.logincon span{
    margin-left:10px;
    margin-top:10px;
    font-size:16px;
}
.logincon input[type='text']{

    margin-top:10px;
}
.logincon select{

    height:40px;
}

.login td
{
	padding: 5px;
}

.title
{
	background: #369;
	color: #fff;
	padding: 10px !important;
}
  .banner img
{
      display:none;
	

}
   .banner   h1 {
     display:inline;

    }
.docCenter {
    margin: 0 auto;
    width: 800px;
    margin-bottom:10px;
}
    .docCenter li {
        margin-top: 26px;
        float: left;
    }
    .docCenter a {
        border: solid 1px;
        border-color: dodgerblue;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px;
        border-radius:6px 6px 6px 6px;
    }
.clearfloat {
    clear: both
}
.announcement {
    margin: 0 auto;
    width:600px;
}
    /*平板模式*/
    @media (max-width:768px) {
        .wrapper {
            max-width: 90%;
        }
        /*  .middle {
        width:100%%
    }
    .center{
         width: 100%;
  }*/
        .content {
            width: 100%;
        }

        .logincon {
            width: 70%;
        }

            .logincon span {
                margin-left: 0px;
            }

        .docCenter li {
            float: none;
        }
    }
    /*手機模式*/
    @media (max-width:515px) {
        .logincon {
            width: 100%;
        }

        .banner img {
            display: none;
        }

        .banner h1 {
            display: inline;
        }

        .logincon span {
            font-size: 12px;
        }

        table {
            width: 94%;
        }
    }

