body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.textbox-border {
	border:1px solid #DDDDDD;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #5D7B9D;
}
a:active {
	text-decoration: none;
}
body, td, th, div, span, p, .accordion{
	font-size: 13px;
}
.thiscolor {
	border: 1px solid;
}
#header {
}
#header-warp {
	margin:5px;
	padding:10px;
	height:20px;
	border-bottom:1px solid  #DADADA;
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
}
#header-left {
	max-width:400px;
	float:left;
}
#header-right {
	max-width:500px;
	float:right;
}
#footer {
	clear:both;
	margin:5px;
	padding:5px;
	height: 45px;
}
#content {
	clear:both;
	margin:10px 5px 5px;
}
#content-warp {
	padding:10px;
	border-bottom:3px solid  #ddddcc;
	border-top:3px solid #ddddcc;
	border-left:3px solid #ddddcc;
	border-right:3px solid #ddddcc;
}
#content-left 
{
	position:absolute;
	left:5px;
	width:200px;
}
#content-right 
{
	margin:0px 0px 0px 200px;
	padding-left:10px;
}
#content-title{
}
#content-title-name{
	padding:5px 0px;
	background-color:#ddddcc;
}
#content-title-left
{
	float:left;
	background: #ddddcc  url(image/az-tan-top-left-round-corner.gif) no-repeat top left;
	width:20px;
}
#content-title-right{
	float:right;
	background: #ddddcc  url(image/az-tan-top-right-round-corner.gif) no-repeat top right;
	width:20px;
}
.full-width{
	width:100%;
}
.operate-item-warp{
	width:99.8%;
	border-bottom:1px dashed #DADADA;
	border-top:1px dashed #DADADA;
	border-left:1px dashed #DADADA;
	border-right:1px dashed #DADADA;
}

.operate-item-warp-title
{
	background-color: #CCDFFD;
	height: 30px;
	line-height: 30px;
}

div.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	/* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.tooltip-dialog
{
	display:none;
}

.fix-ie8-gridviewheader th
{
	text-align:left;
}
#news-list {
	margin:20px 0px 20px 0px;
}
#news-type {
	padding-left:20px;
	font-size: 24px;
	color:#333;
	background:#FFF;
	width:60px;
}
.news-title {
	margin:7px 0px 0px 20px;
	border-top:2px solid #ebeae7;
	color:#999999;
	text-decoration:none;
	padding-top:20px;
}
.news-title a {
	color:#5C5C5C;
	text-decoration:none;
}
.news-title a:hover {
	color:#105CB6;
	text-decoration:none;
}
.publish-article-title a:link
{
    color:#5C5C5C;
	text-decoration: none;
}
.publish-article-title a:hover
{
    color:#5C5C5C;
	text-decoration: none;
}
.publish-article-title a:visited
{
    color:#5C5C5C;
    text-decoration: none;
}
.publish-article-newspaper
{
	padding-bottom:3px;
}
.publish-article-newspaper a:hover
{
	text-decoration: none;
}
.publish-article
{
    border-bottom:3px solid #CCDFFD; 
    padding:8px 0px;
}