/** ��ӭҳ��ʽ **/
.welcomeBox {
	width:100%;
	z-index:10;
	padding:5px 0 0 0;
	float:left;
}
.welcomeBox .leftBox {
	float:left;
	width:49%;
}
.welcomeBox .rightBox {
	float:right;
	width:49%;
}
.welcomeBox .centerBox {
	width:100%;
}
.welcomeBox .winfoBox {
	margin-bottom:8px;
}

.welcomeBox .winfoBox .bottom {
	height:12px;
	background:url(../../images/default/welcomebottom.gif) left bottom no-repeat;
}
.welcomeBox .winfoBox .bottom p {
	height:12px;
	margin-left:10px;
	background:url(../../images/default/welcomebottom.gif) right bottom no-repeat;
}

.headTitle{
	z-index:10;
	margin-left:36px;
	height:29px;
	background:url(../../images/default/welcometitle.gif) right no-repeat;
	line-height:29px;
	font-weight:bold;
}



/** Widget��ʽ---Begin **/

.widgetWindow{
	zoom:1;	
}

.widgetWindow .header{
	position:relative;
	height:29px;
	background:url(../../images/default/welcometitle.gif) left no-repeat;
}

.widgetWindow .header .min{
	background:url("../../images/icon_sprites.png") no-repeat scroll -74px -63px transparent;
	cursor:pointer;
	font-size:0;
	height:15px;
	position:absolute;
	right:6px;
	top:5px;
	width:15px;
}

.widgetWindow .header .max{
	background:url("../../images/icon_sprites.png") no-repeat scroll -90px -63px transparent;
	cursor:pointer;
	font-size:0;
	height:15px;
	position:absolute;
	right:6px;
	top:5px;
	width:15px;
}

.widgetWindow .body{
	border: 1px solid #C5C7CA;
	border-top: 0;
	border-bottom: 0;
	color:#353535;
	padding:8px 8px;
}
.widgetWindow .body p{
	line-height:155%
}


.widgetWindow .body iframe{
	border: 0;
	width:100%;
	height:100%;
}


.widgetWindow .topLinedArea{
	border-top: 1px solid #C2C2C2;
	margin:4px 0 10px 0 ;
	padding-top:5px;
	text-align: center;
}
/** ��Ŀ��---End **/

