@import "../cafe/global.css?i03032009";
@import "static.css?i04022009";
@import "../global.css?i04022009";
@import "../cafe/nav_cafe.css?i09022009";

/***** COLORS & SETTINGS *****/
body {
	color:		rgb(51, 51, 51);
	background:	rgb(255, 255, 255) repeat right 214px;
	}

/***** SPECIAL CASES *****/

.inner_headl,
.inner_headl a,
.post_title,
.post_title a {
	color:				rgb(37, 44, 82);
}
.blog_entry p.poster {
	border-bottom:		1px solid rgb(227, 48, 39);
}
.tagBox a.tag,
.blog_entry p.tags a.tag {
	color:				rgb(0, 60, 200);
}
.forumactions h3,
.forumactions h3 a,
h3.com_title,
h3.com_title a {
	color:				rgb(37, 44, 82);
}

.stars_box {
	border-top:			1px solid rgb(227, 48, 39);
}
.stars_box a {
	color:				rgb(51, 51, 51);
}

.form_table .label {
	color:				rgb(51, 51, 51);
}

.com_forums .list_friend a {
	color:				rgb(51, 51, 51);
}

a.moreLink {
	border-top:			1px solid rgb(227, 48, 39);
}

.mouse .topnav {
	background-color:		#fff;
}
.mouse .topblock {
	width:				100%;
	background:			#fff url('../mouse/img/mouse_bg.png') repeat-x 50% -5px;
}

a,
.tag {
	color:				rgb(0, 60, 200);
}
a.tag:hover {
	background-color:	rgb(0, 60, 200);
	color:				rgb(255, 255, 255);
}

/***** BOXES ******/
.a_box {
	margin:				0 0 15px 0;
	padding-bottom:		15px;
	font-size:			12px;
}

.a_box .box_title,
.a_box .box_title a,
.a_box .box_title span {
	font-size:			14px;
	color:				rgb(37, 44, 82);
	line-height:		20px;
	vertical-align:		middle;
	padding:			5px;
}

.a_box .box_container {
	padding:			5px;
	clear:				both;
	overflow:			hidden;
}

.box_container ul {
	margin:				0 15px;
}

.box1 h1.box_title,
.box1 h2.box_title,
.box1 h3.box_title {
	border-bottom:		1px solid rgb(227, 48, 39);
}

/*** box1 - solid border ***/
.box1 {
	border:				1px solid rgb(227, 48, 39);
	background-color:	rgb(249, 239, 240);
}

/*** box2 - solid border, title with background ***/
.box2 {
	border:				1px solid rgb(227, 48, 39);
	padding:			0;
	background-color:	rgb(249, 239, 240);
}
.box2 .box_title {
	background-color:	rgb(227, 48, 39);
	margin:				0 0 10px 0;
	padding:			5px 10px;
}
.box2.box_container {
	padding:			5px 10px;
}


/*** box3 - no background, no borders, big black title ***/
.box3 {
	background:			0;
	border:				0;
	background-color:	rgb(249, 239, 240);
}

/*** box4 - white background, solid brown border, small black title ***/
.box4 {
	/*background-color:	rgb(249, 239, 240);*/
}

/*** box5 - solid border, white background ***/
.box5 {
	border:				1px solid rgb(249, 239, 240);
	background-color:	#fff;
}

/*** box6 - solid border, bold top & bottom border ***/
.box6 {
	border:				1px solid rgb(227, 48, 39);
	border-top:			2px solid rgb(, , );
	border-bottom:		2px solid rgb(227, 48, 39);
	background-color:	rgb(249, 239, 240);
}

/*** MANTIS ADDS ***/

.themarker .network h4 {
	color:				rgb(37, 44, 82);
}

.pickedItem div.onwername2 {
	color:				rgb(0, 60, 200);
}

div.common_friends {
	border-bottom:			1px solid rgb(227, 48, 39);
}

#change_portal h3 {
	color:					rgb(37, 44, 82);
}