﻿#AdminFrame
{
	background-color: Transparent;
	border-color: #BB5419;
	border-style: solid;
	border-width: 1px;
}

#AdminTitle
{
	height: 50px;
	border-color: #BB5419;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
}

#AdminTitle div
{
	height: 50px;
	font-family: 宋体;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	color: #BB5419;
	font-size: x-large;
}

#AdminLeft
{
	width: 150px;
	vertical-align: top;
	text-align: left;
	font-size: medium;
	line-height: 50px;
}

#AdminLeft div
{
	width: 150px;
	color: White;
	font-weight: bold;
	display: block;
	background-color: #990000;
	font-size: medium;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	height: 26px;
	_height: 27px;
}

#AdminLeft p
{
	margin-left: 20px;
}

#AdminMain
{
	width: 100%;
	vertical-align: top;
	border-color: #BB5419;
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	text-align: left;
}

#AdminMain p
{
	margin: 20px 10px 10px 10px;
	font-family: 宋体;
	font-weight: bold;
	font-size: medium;
}

#AddArticle
{
	margin: 15px;
	width: 100%;
	text-align: left;
}

#AddArticle .Hint
{
	width: 80px;
	height: 24px;
}

#AddArticle .LongList
{
	width: 720px;
}

#AddArticle .Long
{
	width: 714px;
}
#AddArticle .MediumList
{
	width: 627px;
	margin-right: 10px;
}

#AddArticle .Medium
{
	width: 621px;
	margin-right: 10px;
}

#AddArticle .Tiny
{
	width: 60px;
}

#AddArticle .Area
{
	width: 804px;
}

#AddArticle .Delete
{
	width: 80px;
	height: 24px;
	margin-left: 547px;
	margin-right: 10px;
}

#AddArticle .Submit
{
	width: 80px;
	height: 24px;
}

#AddArticle .Single
{
	width: 80px;
	height: 24px;
	margin-left: 640px;
}

.TableFull
{
	width: 804px;
}
.AltRow
{
    background: #F0F0F0;
}
.GridHeader
{
    height: 25px;
    background: #F0F0F0;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #21A5FE;
}
.GridLink
{
    color: #21A5FE;
}
.GridTiny
{
    width: 5%;
    color: #303030;
    text-align: center;
}
.GridShort
{
    width: 10%;
    color: #303030;
    text-align: center;
}
.GridMedium
{
    width: 25%;
    color: #303030;
    text-align: left;
    text-indent: 5pt;
}
.GridLong
{
    width: 40%;
    color: #303030;
    text-align: left;
    text-indent: 5pt;
}

.TableFull .TopicPanel
{
	margin: 10px 10px 0px 10px;
	width: 100%;
}
.TableFull .TopicOp
{
	float: right;
	margin-right: 10px;
}
.TableFull .TopicTitle
{
    color: #21A5FE;
}
.TableFull .TopicAuthor
{
    color: #999999;
}
.TableFull .TopicContent
{
	margin: -15px 5px 0px 5px;
}
