﻿/* CSS Document */
@charset "utf-8";
/**
 * Style Sheet v2.0 for VeryCD.com
 *
 * You may adapt elements of this CSS in your own projects,
 * but the unique combination of images, colors, sizes, typography, and positioning ("the design") is
 * Copyright 2005 VeryCD Team and xdanger<@http://www.xdanger.com/> Some Rights Reserved
 * and may not be reproduced.
 *
 * $Id: global.css,v 1.71 2006/06/27 05:29:52 surfchen Exp $
 */

/**
 * global config
 */
body { background: #fff; margin: 0px; padding: 0px; text-align: center; }
html, body, input, textarea, select, button, td {
    color: #333;
    font: normal 12px "Lucida Grande",Tahoma,Verdana,Lucida,Arial,Helvetica,sans-serif,"宋体";
}
a, h1, h2, h3, h4, h5, h6, p, dl, ol, ul, dt, dd, li, td { line-height: 150%; }
h1, h2 {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    text-align: center;
    width: 100%;
}
h2 {
    font-size: 14px;
}
h3, h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0px 2px 0px;
}
h4 {
    font-size: 12px;
}
a, a:link, a:visited, a:active, a:hover { background: transparent; border: 0px;text-decoration: none; }
a, a:link, a:visited, a:active { color: #333; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
blockquote {
    border-left: 1px dashed #ccc;
    margin: 3px 3px 3px 10px;
    padding: 3px 3px 3px 10px;
}
div { margin: 0px; padding: 0px; }
form { display: inline; margin: 0px; padding: 0px; }
hr   {
    border: 0px dashed #d1d7dc;
    border-top-width: 1px;
    height: 0px;
    margin: 8px 0px 8px 0px;
    padding: 0px;
}
img, a img { color: #fff; } /* trick to hide the border in Netscape 4 */
@media all { /* hide the next rule from Netscape 4 */
    img, a img, a:link img, a:visited img { color: inherit; border: none; }/* undo the color change above */
}
table { border: 0px; }
div#bodyLeftWrapper, div#bodyLeftWraper {}
div#bodyLeftWrapper dl,
div#bodyLeftWrapper dt,
div#bodyLeftWrapper dd,
div#bodyLeftWrapper ol,
div#bodyLeftWrapper ul,
div#bodyLeftWrapper li {
    letter-spacing: 1px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div#bodyLeftContainer 
{
	background:url(../images/left_back.gif) no-repeat bottom #fff;
    background: #fff;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 180px;
}

div#bodyLeftContainer dl {
    text-align: left;
}
div#bodyLeftContainer dt {
    background: url(../images/button_178.gif) no-repeat left #fff;
    border: 0px;
    text-align:left;
    color: #fff;
    font-size:14px;
    font-weight:bold;
    letter-spacing: 1px;
    margin: 0px 0px 2px 0px;
    padding: 5px 3px 5px 20px;
}
div#bodyLeftContainer dt a {
    color: #fff;
}
div#bodyLeftContainer dd {
    background: url(../images/arrow.gif) no-repeat 30px #fff;
	line-height: 150%;
	margin: 0px 0px 4px 0px;
	padding: 6px 0px 6px 45px;
	border-bottom:1px dashed #eee;
}
.Header_1
{
	background-color: #0290B0;
    text-align:left;
    color: #fff;
    font-size:14px;
    font-weight:bold;
    padding: 3px 3px 3px 10px;
}
.Header_2
{
	background-color: #08C9D3;
    text-align:left;
    color: #fff;
    font-size:12px;
    font-weight:bold;
    padding: 3px 3px 3px 10px;
}
.Header_3
{
	background-color: #99CCFF;
    text-align:left;
    color: #fff;
    font-size:12px;
    font-weight:bold;
    padding: 3px 3px 3px 10px;
}
.td_25
{
	width:25%;
}
.td_75
{
	width:75%;
}
.td_left
{
	vertical-align:top;
	font-weight:bold;
	text-align:right;
	height:30px;
	line-height:250%;
}
.td_right
{
	text-align:left;
	height:30px;
	line-height:250%;
}

#position{height:30px;padding-left:20px;margin-bottom:5px;background:url(../images/arrow.gif) no-repeat 5px;}
#currentuser{height:30px;padding-left:25px;margin-bottom:5px;background:url(../images/login_user.gif) no-repeat 5px;}

/*button*/
.button{border:0px;text-align:center;cursor:hand;color:#000;background-image:url(../images/button.gif);border:1px solid #ccccFF;cursor:pointer;}
.button_60{width:60px;}
.button_80{width:80px;}
.button_100{width:100px;}
.button_120{width:120px;}
.button_150{width:150px;}
.button_200{width:200px;}
.button_250{width:250px;}

.LeftBack
{
	background-color: #ffffff;
}


.GridViewStyle
{   
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color:  Black;
    text-align:center;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /**//* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.ShieldWinDIV {
	position:absolute; 
	left:0px; 
	top:0px; 
	background-color: #0D1426;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	z-index:5;
}
.Table_td_SHow
{
	   width:100%;
}
