﻿/* Common styles */

a
{
	color: #3A66DD;
}



a:hover
{
	color: #05153f;
}



h1
{
	margin-top: 20px;
	margin-bottom: 10px;
	font: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #EF5222;
	line-height: 30px;
}



h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 18px;
	color: #666666;
}



.btn_sml
{
	background-image: url(../../Images/btn_sml_blue.gif);
	background-repeat: no-repeat;
	width: 85px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;
	border: 0;
}



.ContentError
{
	padding-top: 10px;
	font-family: Courier New, Courier;
	color: #FF0000;
}



/* Main styles */

.ContentLeft
{
	float: left;
	width: 575px;
}

.ContentRight
{
	float: left;
	margin-left: 10px;
}

.ContentTop
{
	margin-bottom: 20px;
}

.EntranceContainer 
{
}

.EntranceContainer a
{
}


/* Image styles */

.BG_Image_Top
{
	width: 270px;
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../../Images/bg_image_top.gif);
	background-repeat: no-repeat;
}

.BG_Image_Bottom
{
	width: 270px;
	height: 220px;
	margin-bottom: 10px;
	background-image: url(../../Images/bg_image_bottom.gif);
	background-repeat: no-repeat;
}

.BG_Text_Top
{
	width: 271px;
	height: 301px;
	padding: 20px;
	background-image: url(../../Images/box_gray.png);
	background-repeat: no-repeat;
}

.BG_ImageBox_Top
{
	width: 269px;
	height: 372px;
	margin-bottom: 10px;
	padding: 1px;
	background-image: url(../../Images/bg_imagebox_start.png);
	background-repeat: no-repeat;
}


.Image
{
	padding: 12px;
}





/* Content Text styles */

.ContentText
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}



.BodyText, ul
{
	font-size: 13px;
	color: #666666;
	line-height: 22px;
}



.DateText
{
	font-size: 11px;
	color: #999999;
	display: block;
	margin-bottom: 5px;
}



.InfoText
{
	font-size: 11px;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}



.InfoText .Contact, .InfoText, .ContactImage
{
	float: left;
	padding-right: 10px;
}



.InfoText .WrittenBy
{
	display: block;
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
}



.InfoText .Mail
{
	display: block;
	margin-top: 2px;
}



.BlogHistory
{
	clear: both;
	padding-top: 20px;
	margin: 0px 20px 20px 20px;
}



.BlogHistoryItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}



.BlogHistoryItem a
{
	padding-left: 20px;
}





/* Page Content Styles */



.PageContent
{
	padding: 20px;
	line-height: 20px;
}



.PageContentLeft
{
	background-image: url(../../Images/bg_content.gif);
	background-repeat: no-repeat;
	float: left;
	width: 575px;
}



.PageContentRight
{
	background-image: url(../../Images/bg_content_sml.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 25px;
	width: 250px;
}



.PageContentBig
{
	background-image: url(../../Images/bg_content_lge.gif);
	background-repeat: no-repeat;
	float: left;
	width: 758px;
}



.PageContentRightMenu
{
	float: left;
	margin-left: 25px;
	width: 250px;
}



.PageContentPage
{
	background-image: url(../../Images/bg_content_sml.gif);
	background-repeat: no-repeat;
	width: 250px;
}



.PageContentMenu
{
	background-image: url(../../Images/bg_content_sml.gif);
	background-repeat: no-repeat;
	width: 250px;
	margin-bottom: 20px;
}



.PageContentImage
{
	background-image: url(../../Images/bg_image_page.gif);
	background-repeat: no-repeat;
	padding: 18px 14px 15px 15px;
	width: 250px;
	margin-bottom: 10px;
}

.PageContentImageLong
{
	background-image: url(../../Images/bg_imagebox_long.png);
	background-repeat: no-repeat;
	padding: 14px;
	width: 250px;
}


.PageContentTip
{
	padding: 30px 10px 20px 10px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #999999;
}



p.Contact
{
	margin-top: 0;
	padding-top: 0;
	line-height: 22px;
	color: #666666;
}



/* Page Menu Styles */



.PageMenu
{
	padding: 20px 20px 0px 20px;
}



.PageMenu span
{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted 1px #333333;
}

.contentTable
{
	width: 100%;
	margin-bottom: 20px;
	color: #666666;
}

.contentTable thead tr 
{
	font-weight: bold;
}

.contentTable thead td 
{
	padding: 3px;
	line-height: 16px;
	background-image: url(/Images/table_bg.png);
}