@charset "utf-8";
/* CSS Document */





/********************
/ Comment Received
********************/
#receivedContainer{
}

#receivedContainer p.description{
	font-size:14px;
}

#receivedContainer p.description a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#receivedContainer p.description a:hover{
	color:#3B6AB2;
}

#receivedContainer p.comment{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}





/********************
/ Index
********************/
#tipsContainer h2.header{
	margin:0 0 10px 0;
	padding:0px;
}

#tipsContainer #tipsLogin h2{
	margin:0px;
	padding:0px;
}

#tipsContainer #tipsLogin p{
	font-size:14px;
}




/********************
/ Posts
********************/
#postContainer{
	min-height:420px;
	overflow:auto;
	margin:0 0 10px 0;
}

#postContainer #postInfo h2{
	margin:0 0 10px 0;
	padding:0px;
}

#postContainer #postInfo p{
	margin:0px;
	padding:0px;
}

#commentContainer{
	margin:0 0 0 10px;
}

#commentContainer #userInfo{
	padding:5px 0 5px 0;
}

#commentContainer #userInfo p.name, #commentContainer #userInfo p.date{
	font-size:14px;
	margin:0px;
	padding:0px;
}

#commentContainer #userInfo p.name{
	color:#000;
	font-weight:bold;
}

#commentContainer #userInfo p.date{
	color:#3B6AB2;
}

#commentContainer hr{
	background:#3B6AB2;
	color:#3B6AB2;
}

#postComment{
	min-height:100px;
	overflow:auto;
	padding:10px 0 10px 0;
}

#postComment p{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#postComment textarea{
	height:150px;
	width:745px;
}

#postComment button{	
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:block;
	float:left;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:5px 7px 0 0;
	padding:5px 10px 6px 7px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#postComment button:hover{
	background-color:#E6ECF5;
	border:solid #3B6AB2 1px;
	color:#333333;
}




/********************
/ Category
********************/
h2.header{
	margin:0px;
	padding:0px;
}

#categoryContainer{
	font-size:14px;
}

#categoryContainer hr{
	background:#000;
	border:none;
	color:#000;
	height:2px;
	margin:5px 0 5px 0;
}

#categoryContainer p{
	margin:0px;
	padding:0px;
}

#categoryContainer a{
	padding:5px 10px 5px 10px;
	display:block;
	color:#000;
	text-decoration:none;
}

#categoryContainer a:hover{
	background-color:#C7D9EC;
}

.odd{
	background-color:#ddd;
}

#submitPost button{	
	background-color:#F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:block;
	float:left;
	font-size:100%;
	font-weight:bold;
	line-height:130%;
	margin:5px 7px 0 0;
	padding:5px 10px 6px 7px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#submitPost button:hover{
	background-color:#E6ECF5;
	border:solid #3B6AB2 1px;
	color:#333333;
}