﻿* {
	margin: 0;
	padding: 0;
}

body 
{
	font-family:Calibri, Lucida Sans, Microsoft Sans Serif, Sans-Serif, Serif;
	font-size: 13pt;
	background-color:#013354;
}

a 
{
	text-decoration:none;
	color: #8C0000;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border:none;
}

.wrapper 
{
	background:#FFDDDD;
	margin: 25px;
	min-width: 1210px;
}
.wrapperLeftBackground
{
	background: url('images/wrapperLeftBackground.png') repeat-y left;
}
.wrapperTopBackground 
{
	background: url('images/wrapperTopBackground.png') repeat-x top;
}
.wrapperBottomBackground 
{
	background: url('images/wrapperBottomBackground.png') repeat-x bottom;
}
.wrapperRightBackground
{
	background: url('images/wrapperRightBackground.png') repeat-y right;
}
.wrapperTopLeftCorner
{
	background: url('images/wrapperTopLeftCorner.png') no-repeat top left;
}
.wrapperTopRightCorner
{
	background: url('images/wrapperTopRightCorner.png') no-repeat top right;
}
.wrapperBottomRightCorner
{
	background: url('images/wrapperBottomRightCorner.png') no-repeat bottom right;
}
.wrapperBottomLeftCorner
{
	background: url('images/wrapperBottomLeftCorner.png') no-repeat bottom left;
}

.article
{
	margin:5px 0px 5px 0px;
	background-color:white;
	width: 100%;
}

.animeTable
{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
}
.articleLeftBackground
{
	background: url('images/animeArticleLeftBackground.png') repeat-y left;
}
.articleTopBackground 
{
	background: url('images/animeArticleTopBackground.png') repeat-x top;
}
.articleBottomBackground 
{
	background: url('images/animeArticleBottomBackground.png') repeat-x bottom;
}
.articleRightBackground
{
	background: url('images/animeArticleRightBackground.png') repeat-y right;
}
.articleTopLeftCorner
{
	background: url('images/animeArticleTopLeftCorner.png') no-repeat top left;
}
.articleTopRightCorner
{
	background: url('images/animeArticleTopRightCorner.png') no-repeat top right;
}
.articleBottomRightCorner
{
	background: url('images/animeArticleBottomRightCorner.png') no-repeat bottom right;
}
.articleBottomLeftCorner
{
	background: url('images/animeArticleBottomLeftCorner.png') no-repeat bottom left;
}

.articleContainer
{
	padding: 15px;
}

.articleHeading 
{
	width: 100%;
	color: #2F4462;
	font-size:16pt;
	font-weight: bold;
}

.articleDate
{
	color:#7B9EBF;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E2FB;
}

.articleContent
{
	margin-top: 10px;
}

.articleTags
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:10pt;
}

.commentUser 
{
	border-top: 1px solid #E1E2FB;
	padding-top: 10px;
	margin-top: 10px;
	color:#7B9EBF;
	padding-bottom: 10px;
}

.commentDate
{
	font-size:12pt;
	color: Black;
}

.commentContent
{
	padding-bottom: 10px;
	width: 100%;
}

.commentsPanel
{
	border-top: 1px solid #E1E2FB;
	padding: 10px;
	margin-top: 10px;
}

.enabledNavigationItem
{
	margin-right: 5px;
}

.enabledNavigationItem:hover
{
	text-decoration: underline;
}

.disabledNavigationItem
{
	margin-right: 5px;
	color: Black;
}

.pageContent
{
	padding:10px;
	min-height: 450px;
}

.leftMenu 
{
	border: 1px solid #8C0000;
	border-left: none;
	border-top: none;
	float: left;
	width: 180px;
	background-color: #FEB4B4;
	height: 100%;
}

.box 
{
	padding: 10px;
	width: 100%;
}

.updateItem
{
	padding: 5px;
}

.centerContent
{
	margin-left:200px;
	min-height:300px;
}

.heading
{
	padding: 5px 0px;
	width: 100%;
	background: #760101;
	color: White;
	font-weight: bold;
	text-align:center;
}

ul
{
	list-style:none;
	padding: 0px;
	color: White;
}

li 
{
	width: 100%;
	border-top: 1px solid white;
	background-color: white;
	text-indent: 15px;
	padding: 5px 0px;
}

li.header
{
	color:#000048;
	text-indent:10px;
	background-color: #FEB4B4;
	font-weight:bold;
}

ul:hover
{
	cursor: default;
}

td
{
	vertical-align:top;
	padding: 2px;
	height: 100%;
	overflow:hidden;
}

.topBannerBack
{
	/*background:url('../images/mainpageBannerTopBackground.png') repeat-x left top;*/
	background: #F5E4CA;
	height: 150px;
	overflow: hidden;
	min-width: 690px;
}

.topLeftBanner
{
	background:url('images/animePageBannerTopLeft.png') no-repeat left top;
	float: left;
	height: 150px;
	width: 540px;
}

.topRightBanner
{
	background: url('images/animePageBannerTopRight.png') no-repeat right top;
	float: right;
	display: inline;
	height: 150px;
	width: 760px;
}

.hightlightrow
{
	background-color:Blue;
	color: Red;
}

.normalrow
{
	background-color:transparent;
}

#leftMenu 
{
	top: 0px;
	filter:alpha(opacity:80);
	opacity:.8;
	width: 100%;
	min-height: 500px;
	background-color: #c5ffcd;
}

#mainContent 
{
	top: 0px;
	padding: 5px;
	filter:alpha(opacity:80);
	opacity:.8;
	border: 1px solid #008868;
	min-height: 500px;
	background-color: #c5ffcd;
}

#rightMenu 
{
	padding: 5px;
	border: 1px solid #1a2589;
	min-height: 500px;
	background-color: #c5caff;
}

