﻿body
{
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 宋体, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

#div_banner
{
	z-index:1;
	width:800;
	height:223;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.SearchBack
{
    background:url(images/searchback.gif);
    background-repeat:repeat-x;
    width:100%;
    height:36px;
    vertical-align:top;
    padding-top:5;
}

.memu_title
{
      width:158px;
      color: white;
    background:url(images/title_bg_hide.gif);
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    margin-top: 1px;
    cursor: pointer;
  border-bottom  : gray 1px solid; 
}

.memu_item
{
    width: 156px;
    background-color: #D3DEEF;
    padding: 0px;
    border-right: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

.memu_title a
{
	color: #000000;
	background: none;
	text-decoration: none;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}


.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Content Page Layout             */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}


.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.ZoneHeader, .ZoneHeader table
{
	color: black;
	background-color: #C0C0C0;
	text-align: center;
}

.EditorZone, .CatalogZone
{
	background-color: #E1E1E1;
}

.ZoneInstruction, .EmptyZone
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	font-family: Tahoma;
	font-size: 8pt;
	color: #5072CB;
}

.CatalogPartLink
{
	color: Green;
}

.WebPart
{
    background: #ffffff;
}
.WebPartTitle, .WebPartTitle SPAN, .WebPartTitle a, .WebPartTitle a:visited, .WebPartTitle a:link, .WebPartTitle a:hover, .WebPartTitle a:active
{
    color: #1E3062;
    font-family: Arial;
    background-color: #ffffff;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: #9999cc 1px solid;
}

.WebPartMenu
{
	background-color:Lime;
}

WebPartMenuPopup, WebPartMenuPopup span, WebPartMenuPopup table
{
	background-color: Blue;
}

.WebPartMenuHover {
	font-family: Garamond;
	background-color: #163A98;
	font-family: Lucida Console;

}

/* 单线边框:淡灰 */
.tableborder2 {
	border-bottom: #DEDEDE 1px solid;
	border-left: #DEDEDE 1px solid;
	border-right: #DEDEDE 1px solid;
	border-top: #DEDEDE 1px solid;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px;
}

.classTitle
{
    width: 100%;
}

.tablebox
{
     border-right: #b5c7de 1px solid; 
    border-top: #b5c7de 1px solid;
    border-left: #b5c7de 1px solid; 
    border-bottom: #b5c7de 1px solid;
   
}
    
.messageTitle
{
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: white;
    height: 25px;
    background-color: #507cd1;
}

.messageContent
{
    height: 150px;
    
    }