* 
{
	margin: 0;
}

html, body, form
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	color: #ffffff;
	font-family: Tahoma; 
	background-color: #b11f68;
	text-align: left;
	font-size: 12px;	
	background-image:url(../../media/image/background/background.jpg);
	background-repeat:no-repeat;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -193px;
}

.footer
{
	height: 193px;
}

.header A:link {color: #ffffff; text-decoration: none; font-size: 12px;}
.header A:visited {color: #ffffff; text-decoration: none; font-size: 12px;}
.header A:active {color: #ffffff; text-decoration: none; font-size: 12px;}
.header A:hover {color: #ffffff; text-decoration: none; font-size: 12px;}

.header
{		
	font-size: 12px;
}

.searchBox
{	
	color:Gray;
	font-size: 11px;
	text-decoration:none;
	background-color:#FFFFFF;
	border-width: 0px 0px 0px 0px; 
}

.navigation A:link {color: #ffffff; text-decoration: none; font-size: 13px; font-weight:bold;}
.navigation A:visited {color: #ffffff; text-decoration: none; font-size: 13px; font-weight:bold;}
.navigation A:active {color: #ffffff; text-decoration: none; font-size: 13px; font-weight:bold;}
.navigation A:hover {color: #ffffff; text-decoration: none; font-size: 13px; font-weight:bold;}

.navigation
{		
	line-height:23px;	
	font-size: 12px;
}

.subNavigation A:link {color: #fb8ec4; text-decoration: none; font-size: 12px; font-weight:bold;}
.subNavigation A:visited {color: #fb8ec4; text-decoration: none; font-size: 12px; font-weight:bold;}
.subNavigation A:active {color: #fb8ec4; text-decoration: none; font-size: 12px; font-weight:bold;}
.subNavigation A:hover {color: #fb8ec4; text-decoration: none; font-size: 12px; font-weight:bold;}

.subNavigation
{		
	line-height:23px;	
	font-size: 12px;
}

.registerInput
{	
	text-decoration:none;
	background-color:#ffffff;
	border-style: outset inset inset outset;
	border-color:#908c8b;
	border-width: 1px 1px 1px 1px; 
	color:#000000;
	height:15px;
	width:155px;
}

.messageLabel
{
	color: #000000;
	font-size: 14px;
}

.search A:link {color: #ffffff; text-decoration: none; font-size: 11px;}
.search A:visited {color: #ffffff; text-decoration: none; font-size: 11px;}
.search A:active {color: #ffffff; text-decoration: none; font-size: 11px;}
.search A:hover {color: #ffffff; text-decoration: none; font-size: 11px;}

.search
{		
	font-size: 12px;
}

/* Blog Page Layout */
.blogPageHeaderTitle
{
	position: absolute; top: 57px; left: 850px;
}

.blogPageLeftColumnPanel
{
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 20px;
}
.blogPostsHeaderTitle 
{
	font-weight: bold;
	font-family: Helvetica;
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 20px;
	display: block;
}
.blogTagCloudTitle 
{
	font-weight: bold;
	font-family: Helvetica;
	font-size: 22px;
	color: #ffffff;
}
.blogPostPanel 
{
	width: 400px;
	max-height: 500px;	
	overflow: auto;
}

.blogPostEntryPanel 
{
	margin-bottom: 10px;
}

.blogPostDateDay 
{
	display: block;
	background-image: url(/Media/Image/Default/item.png);
	width: 46px;
	height: 23px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 20px;
	font-family:Georgia; 
}
.blogPostDateMonth
{
	display: block;
	width: 46px;
	text-align: center;
	font-family:Georgia; 
	font-size:15px;
}

.blogPostDate
{
	float: left;
	font-family: Helvetica;
	font-size: 18px;
	color: #ffffff;
	padding-right: 8px;
}

.blogPostTitle 
{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.blogPostContent 
{
	padding-top: 10px;
	color: #ffffff;
}
