/* CSS Document */

/* LEARNING INDEX PAGE */
#listarticles {
	width: 100%;
}
#listarticles td {
	vertical-align: top;
	padding-right: 10px;
	width: 25%;
}
#listarticles td p {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}

/* LIST PAGES */
#right {
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.inactive {
	color: #999999;
}

/* INSIDE LEARNING PAGES */
#articledesc {
	background-color: #70393C;
	border: 1px solid #F4F3EC;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#articledesc p {
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
#contentw {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #F4F3EC;
	margin: 0px;
	padding: 10px;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#contentw h1, #content h1 {
	font-family: "Comic Sans MS", cursive !important;
	font-size: 20px !important;
	color: #516A54 !important;
	font-weight: bold !important;
	text-align: center !important;
	margin: 0px 0px 5px 0px !important;
	padding: 0px !important;
}
#contentw h2, #content h1 {
	color: #990000;
	margin: auto;
}
#contentw h4, #content h4 {
	font-size: 12px;
	font-weight: bold;
}
.author {
	margin: 0px;
	padding: 0px;
	text-align: center !important;
	font-size: 12px;
	font-weight: bold;
}
.tableborder, .tableborder td, .tableborder th {
	border: 1px solid #507076;	
}
.tableborder th {
	background-color: #687D8C;
	color: #FFFFFF;
}
#contentw .nomargin {
	margin: 0px;
}
