body {
	margin-top: 0;
	margin-bottom: 0;
}
a { 
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}
h2 {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(200, 255, 200);
}
img {
	border: none;
}
img.logo {
	height: 62px;
	width: 138px;
}
#mother {
	font: 10pt Arial,"Segoe UI","Lucida Grande";
	width: 998px;
	margin: 0 auto;
}
#top-nav {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	background-color: #E8E8E8;
}
.nav-item {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 9pt;
}
.clear {
	clear: both;
}	
#search-box {
	margin : 0;
	padding: 5px;
}
#left-box {
	overflow: hidden;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
#middle-box {
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-right: 0;
}
#right-box {	
	float: left;
	margin-left: 10px;
}
#footer {
	font-size: 8pt;	
	border-top: 1px solid #CCCCCC;
	width: 380px;
	margin: 80px auto 0 auto;
	text-align: center;
}
.button {
	background-color: #C8C8C8;
	margin-right: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-color: #909090;
	border-right-color: #909090;
}
.button:hover {
	background-color: #E0E0E0;
}
.big-button {
	background-color: #003399;
	color: #FFF;
	text-align: center;
	padding: 5px 3px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-family: Verdana;
	cursor: pointer;
	font-size: 18pt;
}
.clickable {
	cursor: pointer;
}
.round-corner {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}
.round-corner-top {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
.form {
	padding: 20px 20px 20px 20px;
}
.form-item {
	margin: 10px 10px 10px 10px;	
}
label span {
	color: #686868;
	margin-left: 3px;
	font-size: smaller;
}
.hint {
	margin-left:3px;
}
.info {
	background-color: #0066CC;
	color: #FFF;
	font-weight: bold;
}
.err {
	background-color: #CC3333;
	color: #FFF;
	font-weight: bold;
}
.msg {
	background-color: #CCFFFF;
	color: #000;
	font-weight: bold;
}
.ferr {
	color: #CC3333;
}
.progress {
	background-color: #EEE8AA;
	color: #000;
	font-weight: bold;
}
input, textarea, select {
	font: 10pt Arial, "Segoe UI","Lucida Grande";
}
.suggestion {
	margin-left:2px;
	display: none; 
	position: absolute; 
	background: white; 
	color: blue;
}
.post-row {
	padding: 3px 0;
}
.post-row:hover {
	background-color: #E8E8E8;
}
.post-category {
	margin-left: 3px;
	font-size: 9pt;
}
.post-title {
	font-weight: bold;
	margin-left: 3px;	
}
.post-subtitle {
	color: #686868;
	margin-left: 3px;	
}
.counter-flag-v {
	background-color: #A0A0A0;
	color: #FFF;
	font-size: smaller;
	padding: 2px;
	text-align: center;
}
.counter-flag-c {
	background-color: #B0B0B0;
	color: #FFF;
	font-size: smaller;
	padding: 2px;
	text-align: center;
}
.counter-flag-l {
	background-color: #C0C0C0;
	color: #FFF;
	font-size: smaller;
	padding: 2px;
	text-align: center;
}
.counter-number {
	margin-right: 3px;	
	font-weight: bold;
}
.menu {
	background-color: #E0E0E0;
	color: #585858;
	margin-top: 10px;
	border-top: 6px solid #888888;
	border-bottom: 4px solid #888888;
	border-left: 4px solid #888888;
	border-right: 4px solid #888888;
}
.menu-title {
	background-color: #888888;
	text-align: center;
	color: #E0E0E0;
	font-weight: bold;
}
.menu-item {
	padding: 2px 10px;
	font-size: 10pt;
}
.menu-item:hover {
	background-color: #b8b8b8;
	color: #FFF;
}
.section-box {
	margin-top: 10px;
	border: 1px solid #b8b8b8;
	min-height: 180px;
}
.section-title {
	background-color: #b8b8b8;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
}
.tips-box {
	margin-top: 10px;
	background: #CCCCFF;
	padding: 10px;
	color: #666;
}
#comment-list {
	margin-left: 10px;
	margin-top: 50px;
}
.comment-row {
	margin: 20px 0px 10px 20px;
}
.comment-header {
	color: #787878;
}
.comment-body {
	margin-left: 20px;
}
.popup {
	display:none;
	width:500px;
	position:absolute;
	z-index:999;
	background-color:#F0F0F0;
	border: 5px solid #808080;
}
.link {
	cursor: pointer;
	text-decoration: underline;
	color:blue;
	margin-left: 6px;
}
.popup-title {
	text-align: center;
	font-weight: bold;
	color: #383838;
}
.msg-bar {
	margin: 0;
	text-align: center;
	padding: 3px;
}

#search-box select {
	background-color: #F0F8FF;
	color: blue;
	border: 1px solid #C8C8C8;
}

form .label {
	font-size: 12pt;
	font-weight: bold;
	color: #888;
}
