@charset "utf-8";
/* CSS Document */

a {
   outline: none;
}
.header {
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 180px;
	width: 1280px;
	float: left;
	text-align: center;
}
.content {
	float: left;
	margin-left: 230px;
	margin-right: 220px;
	padding-top: 25px;
	width: 830px;
	padding-bottom: 25px;
	height: 450px;
}
.topsketch {
	float: left;
	width: 370px;
	text-align: center;
	height: 195px;
}
.leftnav {
	float: left;
	width: 165px;
	height: 395px;
}
.bottomsketch {
	float: left;
	height: 395px;
	width: 190px;
	text-align: right;
}
#righttext {
	float: left;
	height: 450px;
	width: 370px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-right: 10px;
}
.righttext {
	float: right;
	height: 570px;
	width: 370px;
	overflow: auto;
	padding: 0 0 0 0;
}
.footer {
	height: 15px;
	width: 680px;
	margin-right: 300px;
	margin-left: 300px;
	padding-top: 30px;
	float: left;
}
/*-------------------------------panels------------------------------*/
.msg_list {
margin: 0px;
padding: 0px;
width: 350px;
}
.msg_head {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
cursor: pointer;
border-bottom: dotted #4fc3c7 medium;
position: relative;
padding: 5px 0 0 0;
}
.msg_body {
padding: 3px;
}
/*-------------------------------popup-----------------------------*/
.popupcontent {
float: left;
height: 500px;
width: 290px;
padding: 20px 0 10px 25px;
margin: 0 40px 0 0;
}