body{
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	margin:0px;
	overflow-x: hidden;
}
#topMenuBar{
	background-image: url(images/background_menu.png);
	width: 100%;
	height: 33px;
	padding:0px;
	padding-left: 5px;
	border-bottom: 1px solid black;
}

#leftPane{
	float: left;
	display: inline;
	width:8%;
	background-color: #EBEBEB;
	min-height: 600px;
	height: 100%;
	border-right: black 1px solid;
}

.systemMessage{
margin-left: auto;
margin-right: auto;

	padding: 20px;
	margin-top:20px;
	border:3px gray solid;
background-color: white;
width:465px;
}
#smartBar{
	float: left;
	display: inline;
	width:0.2%;
	border:none;
	border-right:1px black solid;
	background-image: url(images/bar.png);
		background-repeat: repeat-y;

	min-height: 600px;
	font-size: 11px;
	padding-top:200px;
	color: black;
}

#suggest{
padding: 20px;
position:absolute;
top:10%;
left:10%;
border:3px gray solid;
background-color: white;
width:465px;

}

#suggest_thanks{
padding: 20px;
position:absolute;
top:10%;
left:10%;
border:3px gray solid;
background-color: white;
width:465px;

}

#about{
padding: 20px;
position:absolute;
top:10%;
left:10%;
border:3px gray solid;
background-color: white;
width:565px;
}

#loadingUI{
padding: 20px;
position:absolute;
top:10%;
left:10%;
border:3px gray solid;
background-color: white;
width:565px;

}


.categoryHead{
	background-image: url(images/background_category_head.png);
	height: 19px;
	font-size: 12px;
	padding:2px;
	text-align: center;
}

#applicationPane{
	min-height: 600px;
	width: 101%;
}

#rightPane{
background-color:#DADADA;
/*height: 600px;
min-height: 600px;*/

overflow-y: scroll;
width: 99%;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;

}

div.artical{
	margin: 0px;
	height:200px;
	width: 200px;
	background-color: white;
	border-right: 1px gray solid;
	border-bottom: 1px gray solid;
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	float:left;
	overflow:hidden;
}

div.artical h1{
	font-size: 18px;
	color: #60A2DF;
}

div.artical a{
	text-decoration: none;
	font-size: 13px;
	color: #60A2DF;
}

div.artical span{
	font-size:10px;
}

div.artical div{
padding-top: 10px;
	font-size:10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: 0px;
	width: 100%;
	text-align: right;
	color: gray;
	float:right;
	
}

div.category{
	width:100%;
	display:block;
	background-color:white;
	color:black;
	bottom:0px;
	right:0px;
	


padding: 0;
margin: 0; 
	
	}