/* CSS Document */

/* ------------------ Login Area -------------------*/
#right .founder span{
	font-weight: bold;
	color: #0033CC;
	background-color: #00CCFF;
	text-align: center;
	border: 1px solid #0033CC;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	}
#right .button{
	font-weight: bold;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-size: 10px;
	}
	
/* ---------------- Forum_New Members ------------------- */	

#newmembers{
	margin: auto;
	width: 600px;
	}

#newmembers td{
	vertical-align: top;
	text-align: left;
	}
#newmembers .description{
	font-size: 12px;
	color: #66CCFF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	text-align: left;
	text-indent: 5px;
	}
#newmembers img{
	margin: auto;
	padding: 2px;
	border: 1px solid #BBBBBB;
	}
#newmembers .pagination{
	text-align: right;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #FFCC00;
	}
	
/* ---------------- Profile Pictures ------------------- */	

#ppictures{
	margin: auto;
	width: 450px;
	}

#ppictures td{
	vertical-align: top;
	text-align: left;
	}
#ppictures .description{
	font-size: 12px;
	color: #66CCFF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	text-align: left;
	text-indent: 5px;
	}
#ppictures img{
	margin: auto;
	padding: 2px;
	border: 1px solid #BBBBBB;
	}
#ppictures .pagination{
	text-align: right;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #FFCC00;
	}

/* ---------------- Forum_Latest Discussions ------------------- */	
#latestd{
	margin: auto;
	width: 600px;
	padding: 10px 0px 0px 0px;
	}
#latestd td{
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #0033CC;
	}
#latestd .right{
	width: 100px;
	font-weight: bold;
	color: #0033CC;
	background-color: #00CCFF;
	text-align: center;
	border: 1px solid #0033CC;
	}
#latestd .pagination{
	text-align: right;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #0033CC;
	}

/* ---------------- Forum_Student Login ------------------- */	
#welcometable{
	margin: auto;
	width: 600px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dotted #0033CC;
	margin-bottom: 10px;
	}
#welcometable .welcome{
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	color:#0033CC;
	}
#welcometable .name{
	font-size: 18px;
	color: #FF0000;
	width: 500px;
	}
#welcometable .logout{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	text-align: center;
	}

/* ---------------- Forum Infos --------------- */
#personalinfo{
	width: 600px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	}
#personalinfo .left{
	width: 120px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	}
#personalinfo img{
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 10px;
	}
	
/* ------------------ Navigation ------------------- */
#navigation2{	
	margin: auto;
	width: 600px;
	height: 26px;
	background-color: #000000;
	}
#navigation2 ul{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
#navigation2 ul li{
	float: left;
	list-style: none;
	color: #FFFFFF;
	margin-right: 2px;
	}	
#navigation2 ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	display: block;
	border: 1px solid #000000;
	line-height: 25px;
	}
#navigation2 ul li a:hover{
	color: #000000;
	background-color: #FFCC00;
	border: 1px solid #FFFFFF;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
#navigation2 .down{
	color: #000000;
	background-color: #FFCC00;
	border: 1px solid #FFFFFF;
	background-image: url(images/bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 15px 0px 15px;
	line-height: 25px;
	}

/* ---------------- Whats Up --------------- */
#whatsup{
	height: 30px;
	line-height: 30px;
	color:#FF0000;
	text-align: right;
	}
#whatscomment{
	height: 30px;
	line-height: 30px;
	color: #FFCC00;
	}

/* ---------------- Forum Profile Infos --------------- */
#profile{
	width: 450px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}
#profile .right{
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	}
#profile .edit{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	}

/* ---------------- Forum Profile Inbox --------------- */
#inbox{
	width: 460px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}
#inbox th{
	font-weight: bold;
	width: 100px;
	text-align: left;
	padding-left: 10px;
	color: #FF0000;
	background-color: #CEE7FF;
	line-height: 20px;
	}
#inbox td{
	line-height: 20px;
	background-color: #F4F4F4;
	padding-left: 10px;
	}
#inbox .sender{
	width: 80px;
	text-align: center;
	padding-left: 0px;
	}
#inbox .date{
	width: 80px;
	text-align: center;
	padding-left: 0px;
	}
#inbox .pagination{
	text-align: right;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #0033CC;
	background: #FFFFFF;
	}
/* ---------------- Forum Profile Discussions ------------------- */	
#discussion{
	margin: auto;
	width: 460px;
	padding: 10px 0px 0px 0px;
	}
#discussion td{
	vertical-align: top;
	text-align: left;
	border-bottom: 1px dotted #0033CC;
	}
#discussion .right{
	width: 100px;
	font-weight: bold;
	color: #0033CC;
	background-color: #00CCFF;
	text-align: center;
	border: 1px solid #0033CC;
	}
#discussion .pagination{
	text-align: right;
	padding-right: 20px;
	border: none;
	font-weight: bold;
	color: #0033CC;
	}
/* ---------------- Forum Profile Read Mail --------------- */
#readmail{
	width: 450px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}
#readmail td{
	padding-bottom: 10px;
	}
#readmail .right{
	font-weight: bold;
	width: 80px;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	}
#readmail .mail{
	border: 1px solid #CCCCCC;
	padding: 8px;
	}
#readmail .edit{
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	color: #FF0000;
	}