﻿#mainPanel
{
    MARGIN: 0px 0px 0px 0px; 
	PADDING: 0px 0px 0px 0px; 
	HEIGHT: 680px;
}

#leftPanel
{
	background-image:url(../../pic/background.gif);
	background-repeat:repeat-x;
	HEIGHT: 670px;
	width:563px;
	float:left;
}

#rightPanel
{
	HEIGHT: 670px;
	width:430px;
	float:left;
}

#labPanel
{
	text-align:right;
}

#topicPanel
{
	HEIGHT: 450px;
}

#statisticPanel
{
	padding-left:80px;
}


#feedBackPanel{
	width:300px;
	height:200px;	
	background:url(../../pic/RecentFeedBack.gif);
	background-repeat:no-repeat;
    z-index:500;
	position:absolute;
	top:550px;
	left:170px;
	overflow:hidden;
}

#topTenPanel{
	width:300px;
	height:200px;	
	background:url(../../pic/TopTen.gif);
	background-repeat:no-repeat;
    z-index:500;
	position:absolute;
	top:520px;
	left:220px;
	overflow:hidden;
}

#userLoginPanel
{
	padding-left:30px;
	padding-top:10px;	
}

#itemsPanel
{
	clear:both;	
	height:640px;
	margin-top:10px;
	padding-left:20px;
}

.partContent
{
	height:200px;	
	margin-bottom:10px;
}

#BulletinPanel
{
	padding-left:100px;		
}

#ScholarPanel
{
	padding-left:100px;		
	height:120px;
}

#LinkPanel
{
	padding-left:300px;	
}



.item
{
	
}

.itemImg
{
	margin-left:15px;
	margin-right:10px;
}


.itemText{}

.partContainer
{
	padding-top:5px;	
	padding-bottom:5px;	
}

.more
{		
	margin-left:15px;
	font-size:12px;
}

.leftmore
{
	margin-left:260px;
}
	
.itemTextA:link 
{
	COLOR:#0276CB;
	padding-left:50px;					
	TEXT-DECORATION:none;
	font-size:12px;
}

.itemTextA:visited {
	COLOR:#0276CB;
	padding-left:50px;			
	TEXT-DECORATION:none;
	font-size:12px;
}
.itemTextA:hover {
	COLOR:#0276CB;
	padding-left:50px;			
	text-decoration:underline;
	font-size:12px;
}
.itemTextA:active {
	COLOR:#0276CB;
	padding-left:50px;			
	TEXT-DECORATION: none;
	font-size:12px;
}


.itemTextB:link 
{
	COLOR:#333c88;
	padding-left:50px;					
	TEXT-DECORATION:none;
	font-size:12px;
}
.itemTextB:visited {
	COLOR:#333c88;
	padding-left:50px;			
	TEXT-DECORATION:none;
	font-size:12px;
}
.itemTextB:hover {
	COLOR:#333c88;
	padding-left:50px;			
	text-decoration:underline;
	font-size:12px;
}
.itemTextB:active {
	COLOR:#333c88;
	padding-left:50px;			
	TEXT-DECORATION: none;
	font-size:12px;
}
	
	
	