﻿/*-----统一布局------*/
body 
{
	font-size: 12px;
	color: #696969;
	text-align:center;	
	padding:0px;margin:0px;
	/*-/*background:#666666;background:#e14400; background-color:White; background:#F7F7F7 url(images/pageback.png) repeat-y scroll center top;-*/
	/* background-image:url(app_themes/default/Images/MainContentDropShadowCenter.png);
	background-repeat:repeat-y;*/
	
}
#Page {
background:transparent url(images/topback.png) repeat scroll center top;
height:487px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:-10;
}

#mainContentSides {
background-image:url(app_themes/default/Images/MainContentDropShadowCenter.png);
background-repeat:repeat-y;
}

input,textarea,select
{
	color: #555555; 
	font-size: 12px;	
}
ul
{
	margin:0px;
	padding:0px;
}
a
{
	color: #555555;
	text-decoration:none;
}
a:hover	
{
	color: #ff6600;
	text-decoration:underline;
}
img
{
	 border:0px;
}
hr
{
	border: 1px solid #575757;
}

.tablexian
{
	border-collapse:collapse;
	border: 1px solid #c9c9c9;
}

.tablexian td
{
	border-color : #c9c9c9; 
}
/*------------大布局--------------*/
#big
{
	/*
	margin:0px auto;
	padding:0px;
	width: 960px;text-align:center;	
	background: #FFFFFF;	
	**/
    margin-left:auto;
    margin-right:auto;
	width:976px;
   background-image :url(images/MainContentDropShadowCenter.png);
	background-repeat:repeat-y;
}
#top
{
	margin:0px auto;
	padding:0px;
	width:960px;

}
#middle
{	
	margin:0px auto;
	padding-top:5px;
	width:960px;clear:both;
}
#bottom
{	
	margin:0px auto;
	padding:20px 0px 5px 0px;
	width:960px;clear:both;
	background-image: url(images/MainContentDropShadowBottom.png);
	background-position:bottom;
	background-repeat: no-repeat; 
}
#left
{
	float:left;
	width:200px;
	margin:2px;
}
#center
{
	float:left;
	width:510px;
	margin:2px;
}
#right
{
	float:right;
	width:234px;
	margin:2px;
}
#rightwidth
{
	float:right;
	width:740px;
	margin:2px;
}
#chuchuang
{
	float:left;
}
#userleft
{
	float:left;
	width:200px;
	margin:2px;

}
#userright
{
	float:right;
	width:740px;
	margin:2px;

}
/*--------字体-----*/

.t1
{
color:#ff0000;
}
.t2
{
	color: #006633;
}
.t3
{
	color: #999999;
}

.small
{
	font-size:12px;
	font-weight:normal;
}


.button
{
font:normal 12px/16px verdana,sans-serif;
border-right:1px #B3B3B3 solid;
border-bottom: 1px solid #B3B3B3;
height:19px;
padding-top:0px;
padding-left:2px;
background: #F7F7F7;
color:#555555;
}

/*-------*/
.bian {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffab5e;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffab5e;
}
.bian0 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
.bian1 
{	
	border-bottom:1px #a6a6a6 dashed;
}
.image
{
	border: 1px solid #555555;

}
.bg1
{
	background: url(images/g_bg.gif);
	color: #009933;
	line-height: 25px;
	font-weight: bold;
	height:25px;
}
.bg2
{
	background: url(images/bar3.gif);
	color: #009933;
	line-height: 25px;
	font-weight: bold;
	height:25px;
}
#floater
{
height:60px;background:#cccccc;float:right;
position:fixed !important; top/**/:200px;
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:10px;
}
.r1{width:180px;height:60px;background:#cccccc;float:right;
position:fixed !important; top/**/:200px;
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:20px;}
.r2{width:180px;height:60px;background:#cccccc;float:right;
position:fixed !important; top/**/:300px;
position:absolute; z-index:400; top:expression(offsetParent.scrollTop+300);right:20px;}
.l1{width:180px;height:60px;background:#cccccc;float:right;
position:fixed !important; top/**/:200px;
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);left:20px;}
.l2{width:180px;height:60px;background:#cccccc;float:right;
position:fixed !important; top/**/:300px;
position:absolute; z-index:400; top:expression(offsetParent.scrollTop+300);left:20px;}