/*
Main sheet
*/

table.main {
	background-color:	#FFF;
	border:				1px solid #DBDBDB;
	width:				60%;
}


/*
All TD's
*/

td {
	color:				#442B2C;
	font-family:		Arial, Sans serif, Verdana;
	font-size:			12px;
	text-align:			justify;
}


/*
Navigation bar
*/
td.nav_bar, td.mnav_bar, td.admin, td.up_mnav_bar, td.nob_mnav_bar {
	background-color:	#DBDBDB;
	font-weight:		bold;
	text-indent:		8px;
} td.mnav_bar, td.nob_mnav_bar {
	background-color:	#B6B6B6;
	border-top:			1px solid #000;
} td.up_mnav_bar {
	background-color:	#6F6F6F;
	border-top:			1px solid #000;
	color:				#E8E8E8;
} td.admin {
	background-color:	#EAEAEA;
} td.nob_mnav_bar {
	border-top:			0px solid #000;
	text-indent:		20px;
}

.grey, .red, .orange, .light_green {
	background-color:	#F0F0F0;
	border:				1px solid #DBDBDB;
	border-bottom:		2px solid #DBDBDB;
	padding: 1px;
} .red {
	background-color:	#FFCACA;
} .orange {
	background-color:	#FFD782;
} .light_green {
	background-color:	#DCFF7D;
}


/*
Memories bar
*/
td.memories {
	padding:			5px;
	padding-left:		30px;
}


/*
Article table
*/
td.articles {
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
}


/*
Main TD
*/
td.main_text {
	padding:			8px;
}


/*
Footer bar
*/
td.bottom_bar {
	background-color:	#DBDBDB;
	font-size:			10px;
	padding:			5px;
	text-indent:		1px;
}



/*
Small link
*/

a.small {
	color:				#660000;
	font-size:			10px;
	text-decoration:	none;
} a.small:hover {
	color:				#000000;
	text-decoration:	underline;
}


a.article, a.article:hover {
	color:				#330099;
	font-weight:		bold;
	text-decoration:	underline;
} a.article:hover {
	text-decoration:	none;
}


a.white, a.white:hover {
	color:				#E8DDFF;
	font-weight:		bold;
	text-decoration:	underline;
} a.white:hover {
	text-decoration:	none;
}


a.menu, a.menu:hover {
	color:				#6600CC;
	text-decoration:	underline;
} a.menu:hover {
	color:				#3300CC;
	text-decoration:	none;
}

a.news {
	color:				#6600CC;
	text-decoration:	underline;
} a.news:hover {
	color:				#3300CC;
	text-decoration:	none;
}

a.title, a.comments {
	color:				#330066;
	font-family:		Verdana;
	font-weight:		bold;
	text-decoration:	underline;
} a.title:hover, a.comments:hover {
	color:				#330099;
	font-weight:		bold;
	text-decoration:	none;
} a.comments, a.comments:hover {
	font-weight:		normal;
}

a.text, a.text:hover {
	color:				#4F4F4F;
	font-family:		Verdana;
	text-decoration:	underline;
} a.text:hover {
	color:				#5E039A;
	text-decoration:	underline;
}

/*
Indent
*/

div.left {
	float:				left;
	width:				49.9%;
} div.right {
	float:				right;
	text-align:			right;
	width:				49.9%;
}

div.indent {
	text-indent:		30px;
}

div.bar {
	background-color:	#E6D3F5;
	font-weight:		bold;
	padding:			7px;
	text-align:			center;
}

div.article_title {
	background-color: #FFCACA;
	padding: 3px;
}
