﻿body *
{
	font-family: Tahoma;
}

body
{
	font-size: 8pt;
}

input
{
    font-size: 8pt;
}

select
{
    font-size: 8pt;
}

a
{
    text-decoration: none;
}

.DarkGridRowStyle
{
    border-bottom-color:White;
    border-bottom-style:dotted;
    border-bottom-width:5px;
    background-color:Black;
}

.LightGridRowStyle
{
    border-bottom-color:Black;
    border-bottom-style:dotted;
    border-bottom-width:5px;
}

a:active
{
    color: Orange;
}

a:link
{
    color: #4774B8;
}

a:visited
{
    color: #4774B8;
}

a:hover
{
    color: Red;
}

.FieldLabelVTop
{
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}

.StretchTable
{
    width:100%;
}

.FieldLabel
{
	 white-space:nowrap;
	 text-align:right;
}

.ErrorLabel
{
	text-align: center;
}

.MainCommandButtons
{
    text-align:center;
}

.DetailTitleBar
{
	background-image: url(Images/ShadowTop.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DADADA;
}

.DetailTitle
{
	text-align: right; font-weight: bold; font-size:larger; color: #3A83A5;
}

.DetailCreateTime
{
	text-align: left; font-size: 8pt; color: #555555;font-family:Tahoma;
}

.ShowNewsTitle
{
    text-align: right; font-size: 9pt; color: #ffffff;font-family:Tahoma;
}

.ShowNewsContent
{
    text-align: right; font-size: 8pt; color: #ffc000;font-family:Tahoma;
}


.DetailLastUpdateTime
{
	text-align: left; color: #999999;
}

.LinkPading
{
    padding:5px 5px 5px 5px;
}

.BottomBorder td
{
    border-bottom: dotted 1px white;
}

/* ==============
/* AjaxToolKit */

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.ListSearchExtender
{
    color: Gray;
    font-size: smaller;
    font-style: italic;
}

.SearchAccordionContent
{
    background-color: Silver; 
    border: dashed 1px Gray;
}

.SearchAccordionHeader
{
    padding: 5px;
}

/* AjaxToolKit */
/* =========== */
