@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.replies_div {
	background-color:#ECF9FF;
	width:410px;
	/*height:40px;*/
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	margin:1px;
}

.blog_list_div {
	background-color:#C7EAF1;
	height:40px;
	padding-top:10px;
	padding-left:15px;
	margin:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #39C;
	border-bottom-color: #39C;
}

.blog_list_norecord {
	background-color:#FFEAD5;
	height:40px;
	padding-top:20px;
	padding-left:15px;
	margin:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC6;
	border-bottom-color: #FC6;
}

#storyerror {
	color:#333;
	text-align:left;
	background-color:#FC9;
	width:92%;
	margin-bottom: auto;
	padding: 5px;
	border: 0.1em solid #C60;
}

#passerrors {
	color:#333;
	text-align:left;
	background-color:#FC9;
	width:92%;
	margin-bottom: auto;
	padding: 5px;
	border: 0.1em solid #C60;
}

.case_withpoint {
	background-color:#47C113;
	height:40px;
	padding-top:10px;
	padding-left:15px;
	margin:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	color: #FFFFFF;
}

.case_withoutpoint {
	background-color:#CC0000;
	height:40px;
	padding-top:10px;
	padding-left:15px;
	margin:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	color: #FFFFFF;
}

.privacy_back {
	background-color:#C00;
	height:20px;
	width:20px;
	border-bottom:#333333;
	border-top:#333333;
	border:thin;
	color: #FFF;
	text-align: center;
	padding: 2px;
}

#topbar{position: absolute;top: 121px; left: 0;z-index: 1;}
.replyWrap{
	color:#333;
	width:330px;
	white-space: pre-wrap; /* css-3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	-ms-word-wrap:break-word; /* Internet Explorer 8.0 */
	-moz-binding: url('./wordwrap.xml#wordwrap');
}

.infoWrap{
	width:250px;
	white-space: pre-wrap; /* css-3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	-ms-word-wrap:break-word; /* Internet Explorer 8.0 */
	-moz-binding: url('./wordwrap.xml#wordwrap');
}

.contentWrap{
	color:#333;
	width:400px;
	white-space: pre-wrap; /* css-3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	-ms-word-wrap:break-word; /* Internet Explorer 8.0 */
	-moz-binding: url('./wordwrap.xml#wordwrap');
	margin-bottom:10px;
}

.blogWrap{
	color:#333;
	width:600px;
	white-space: pre-wrap; /* css-3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	-ms-word-wrap:break-word; /* Internet Explorer 8.0 */
	-moz-binding: url('./wordwrap.xml#wordwrap');
	margin-bottom:10px;
}

#footerLinks a:hover {
	color: #771401;
	text-decoration: underline;
}

#footerLinks a {
	color: #771401;
	text-decoration: none;
}


/*#repliesPhoto{
	float: left;
	text-align:center;
	width: 60px;
}

#repliesContent { 
	margin: 0;
	float: left;
	width: 350px;
	height: 100% /* Holly hack for Peekaboo Bug */
/*}*/

.questHomeTitles {
	font-weight: bold;
	font-size: 13px;
	color: #C00;
}
.questHomeBlue {
	font-weight: normal;
	font-size: 11px;
	color: #06C;
}
.questHomeBlueBold {
	font-weight: bold;
	font-size: 12px;
	color: #06C;
}

#replierPhoto img  { width: expression(this.width > 35 ? 35 : true); max-width: 35px; }
#statusPhoto img { width: expression(this.width > 65 ? 65 : true); min-width: 65px; }*/
