.body{
	background-image: url("images/header_bg.gif");
	background-repeat: repeat-x;
	margin: 0px;
}
.shoutBoxBody{
	margin: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.boxTitle{
	font-family: Georgia, Georgia, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.menu{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #d8d7d7;
	text-decoration: none;
	font-weight: bold;
}
.subMenu{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #7b7b7b;
	text-decoration: none;
	font-weight: normal;
}
.subMenu:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.articleTitle{
	font-family: Georgia, Georgia, serif;
	font-size: 17px;
	color: #fe570b;
	text-decoration: none;
	font-weight: normal;
}
a.articleTitle:hover{
	font-family: Georgia, Georgia, serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.commentUser{
	font-family: Georgia, Georgia, serif;
	font-size: 12px;
	color: #fe570b;
	text-decoration: none;
	font-weight: normal;
}
a.commentUser:hover{
	font-family: Georgia, Georgia, serif;
	font-size: 12px;
	color: #fe570b;
	text-decoration: underline;
	font-weight: normal;
}
.boxBorder{
	border: solid 1px #a8a8a8;
}
.archiveTitle{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #fe570b;
	text-decoration: none;
	font-weight: normal;
}
.archiveText{
	color: #7b7b7b;
	font-size: 12px;
}
.loginBox{
	border: solid 1px #d7d7d7;
	background-image: url("images/login_input_bg.png");
	background-repeat: repeat-x;
	width: 100%;
}
.loginButton{
	font-size: 11px;
	border: solid 1px #ee7114;
	background-image: url("images/login_button_bg.png");
	background-repeat: repeat-x;
	cursor: pointer;
	color: white;
}
.forgotPasswordBox{
	border: solid 1px #d7d7d7;
	background-image: url("images/login_input_bg.png");
	background-repeat: repeat-x;
	width: 220px;
}
.delimDiv{
	background-color: #a8a8a8;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
}
.shoutBoxInput{
	border: solid 1px #d7d7d7;
	background-image: url("images/login_input_bg.png");
	background-repeat: repeat-x;
	width: 100%;
}
.registerInput{
	border: solid 1px #d7d7d7;
	background-image: url("images/login_input_bg.png");
	background-repeat: repeat-x;
	width: 180px;
}
.registerButton{
	font-size: 11px;
	border: solid 1px #ee7114;
	background-image: url("images/login_button_bg.png");
	background-repeat: repeat-x;
	width: 180px;
	cursor: pointer;
	color: white;
}
.noUsername{
	width: 180px;
	background: #F2DDDD;
	border: solid #992A2A 1px;
	color: #992A2A;
}
.usernameAvailable{
	background: #EFFAB4;
	border: solid #D1F2A5 1px;
	color: #555555;
	width: 180px;
}
.usernameTaken{
	width: 180px;
	background: #F2DDDD;
	border: solid #992A2A 1px;
	color: #992A2A;
}
.searchSelect{
	background-color: #2a2a2a;
	color: white;
	border: solid 0px black;
}
/***************password strength css***************/
#result{
	padding: 1px;
	width: 177px;
	text-align: center;
	margin-top: 5px;
}
.weak{
	background: #F2DDDD;
	border: solid #992A2A 1px;
	color: #992A2A;
}
.medium{
	background: #E8BF56;
	border: solid #E4844A 1px;
	color: #555555;
}
.strong{
	background: #EFFAB4;
	border: solid #D1F2A5 1px;
	color: #555555;
}
/***************end password strength css***************/
.passwordLink{
	font-size:11px;
}
.passwordLink:hover{
	font-size:11px;
}
.commentsTable{
	background-color: #f4f1f0;
}
.commentField{
	width: 100%;
}
a.commentLink{
	text-decoration: none;
}
a.commentLink:hover{
	text-decoration: underline;
}
