﻿body
{
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0px;
	background-color: #fff;
}

body.LTR, body.RTL
{
	background: #e8ffcd url(../Images/bg_body.gif) repeat-x top left;
}

h1
{
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #48bf00;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #48bf00;
}

h3
{
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #48bf00;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #48bf00;
}

h5
{
	margin-top: 0px;
}

a
{
	font-size: 100%;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

.clear
{
	width: 0px; 
	height: 0px; 
	clear: both; 
	line-height: 0px; 
	font-size: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
}

.trialInfo a
{
	text-decoration: underline;
}

.trialInfo a:hover
{
	text-decoration: none;
}

.greyheadline
{
	background-color: #EDEDED;
	color: #006600;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px;
	margin: 0px 0px 5px;
}

.headline
{
	color: #006600;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


/* ----------------- Boxes ----------------- */
.columnBox
{
	background-color:transparent;
	padding: 2px 10px;
	margin: 20px 0px 10px 0px;
}

.columnBox h4
{
	font-size: 13px;
	height: 21px;
	line-height: 16px;
	padding-left: 3px;
	background: url(../Images/blog_line.gif) no-repeat bottom left;
	margin-bottom: 5px;
}

.columnBox .calendar span
{
	padding-left: 20px;
	background: url(../Images/ico_calendar.gif) no-repeat top left;
}

.columnBox .latestposts span
{
	padding-left: 20px;
	background: url(../Images/ico_latest_posts.gif) no-repeat top left;
}

.columnBox .rss span
{
	padding-left: 20px;
	background: url(../Images/ico_rss.gif) no-repeat top left;
}

.columnBox .content .textSummary
{
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
}

.columnBox .content
{
	padding-left: 1px;
}

.blogDetail .columnBox .content a
{
	background: url(../Images/arrow.gif) no-repeat center left;
	padding-left: 8px;
	margin-left: 2px;
}

.columnBox .content h5
{
	font-size: 11px;
}

.columnBox .randomImage
{
	background: url(../Images/bg_photo.gif) no-repeat top left;
	width: 145px;
	height: 105px;
	padding: 8px 8px 10px 5px;
	margin: 0px;
}

.columnBox .randomImage a
{
	background: none !important;
	padding-left: 0px !important;
}

.columnBox .randomImage img
{
	border: 0px;
}

