/* HTML TAGS */
*
{
	padding: 0;
	margin: 0;
}
html
{
	overflow: -moz-scrollbars-vertical;
}
body
{
	background-color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	height: 100%;
}
a
{
	color: #3A8624;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #91D62B;
}
strong, b
{
	font-weight: bold;
}
form
{
	margin: 0px;
}
div, td
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000;
}

input, textarea, select
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000;
}

img
{
	border: none;
}
h1
{
	font-size: 19px;
	height: 19px;
}
/* template CLASSES */
.outer-wrapper
{
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px; /* half of the width */
}
.template-banner-top
{
	width: 1000px;
	height: 125px;
	margin-top: 0px;
	background-image: url(../media/default/backgrounds/bg_topbanner.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.template-logo-banner-top 
{
	float: left;
	margin-left: 150px;
	margin-top: 15px;
	height: 45px;
}
.template-search-banner-top
{
	width: 131px;
	height: 47px;
	margin: 0px 0px 0px 840px;
}	
.template-column-left
{
	width: 230px;
	float: left;
	margin-left: 10px;
}
.template-column-right
{
	width: 230px;
	float: right;
	margin-right: 10px;
}
.template-column-middle
{
	width: 500px;
	margin-left: 250px;
}
.template-column-left .title-agenda
{
	margin-top: -18px;
}
.template-menu-1
{
	width: 980px;
	margin: 32px 10px 0px 10px;
	height: 23px;
}
.template-menu-2
{
	width: inherit;
	margin: 0px 10px 0px 10px;
}
.mnl1
{
	width: 100%;
}
.mnl1 td
{
	text-align: center;
}
.mnl1 a
{
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
}
.mnl1 a:active
{
	color: #90d72b;
}
.mnl2
{
	width: 100%;
}
.mnl2 a
{
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
}

/* NAVIGATION CLASSES */
/* GENERIC MODULE CLASSES */
.title
{
	font-weight: bold;
	padding-bottom: 10px;
}
.time
{
	font-size: 10px;
	float: right;
}
.date
{
	font-size: 10px;
}
.template-column-left .date
{
	margin: 13px 0px 0px 0px;
}
.left
{
	float: left;
}
.icon
{
	float: left;
	margin: 0px;
}
.weblog-item .icon, .agenda-current .icon, .agenda-summary .icon, .agenda-event .icon
{
	display: none;
}
.agenda-current .text, .agenda-summary .text
{
	display: none;
}
.agenda-current .statistics, .agenda-summary .statistics
{
	display: none;
}
.agenda-summary .title
{
	float: left;
	padding-bottom: 0px;
}
.agenda-summary .date
{
	float: right;
	margin-right: 10px;
	width: 125px;
}
.agenda-summary .time
{
	width: 80px;
}
.agenda-summary .read-more
{
	padding-bottom: 10px;
}
.agenda-list-title
{
	padding-bottom: 10px;
}
.animations-current_list .button-view
{
	width: 100%;
	text-align: center;
}
.read-more
{
	margin: 5px 0px 5px 0px;
	float: right;
}
.link-list
{
	margin-top: 0px;
	padding-bottom: 15px;
}
.filter-characters
{
	float: left;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
.filter-characters_disabled
{
	color: #ddd;
	cursor: default;
}
.filter-characters_disabled:hover
{
	color: #ddd;
	cursor: default;
}
.language-switch
{
	margin-top: 20px;
}
.horizontal-spacer
{
}
/* ANIMATIONS CLASSES */
.animations_list .parameters, .animations-current_list .parameters, .profile-animations_list .parameters
{
	margin-left: 80px;
	min-height: 80px;
	height: 80px;
}
.animations-current_list, .profile-animations_list
{
	margin-top: 10px;
	margin-left: 10px;
}
.animations_list .button_view
{
	padding-bottom: 5px;
}
.profile .parameters, .profile_random .parameters
{
	margin-left: 80px;
	min-height: 110px;
	height: 110px;
}
/* SPECIFIC MODULE CLASSES */
/* WEBLOG SPECIFIC TAGS */

/* CALENDAR SPECIFIC TAGS */
.agenda-current-title
{
	margin-top: -16px;
}
.agenda-events-current-month
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.agenda-events-current-month .item
{
}
.agenda-events-current-month .alternating-item
{
}
.template-column-left .agenda-current
{
	margin-top: -15px;
}
.template-column-middle .agenda-list
{
	width: 100%;
}
.calendarWrapper_Telerik
{
	width: 100%;
}
.TableLayout_Telerik
{
	width: 100%;
}
.TableLayout_Telerik td
{
	text-align: center;
	border: 1px solid #cecece;
}
.TableLayout_Telerik td a
{
	color: #666666;
	text-decoration: none;
}
.titlebar_Telerik
{
	border: 1px solid #cecece;
	border-bottom-width: 0px;
	background-color: #000;
}
.titlebar_Telerik td
{
	padding: 2px 5px 2px 5px;
	color: #fff;
}
.DaysOfWeek_Telerik
{
	border: 1px solid #cecece;
	background-color: #398722;
	color: #fff;
}
.radCalDefault_Telerik, .radCalWeekendDefault_Telerik
{
	width: 13%;
	background-color: #ffffff;
}
.radCalSelect_Telerik
{
	background-color: #000;
	color: #fff;
}
.radCalSelect_Telerik a
{
	color: #fff;
}
.radCalHover_Telerik
{
	background-color: #255616;
}
.radCalHover_Telerik a
{
	color: #fff;
}
.otherMonth_Telerik
{
	background-color: #e4e4e4;
}
.day-low
{
	background-color: #aed675;
}
.day-medium
{
	background-color: #7ebc27;
}
.day-high
{
	background-color: #398722;
}
.MonthYearFastNav_Telerik td.selected_Telerik
{
	background: #aed675;
	color: black;
}
/* search */
.search-score {border: 0px solid #000000}
.search-score .score {background-color:#c2cf20; height:6px;}
.search-status {font-size:9px;}

/* radpanelbar */
/* .animation .RadPanelBar {min-height: 150px;} */
.RadPanelBar 
{
	overflow: hidden;
	}
.RadPanelBar .rpRootGroup,
.RadPanelBar .rpGroup,
.RadPanelBar .rpItem
{
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}

/*Undo CSS attributes inherited from the menu */
.RadPanelBar .rpItem
{
	float:none;
	display:block;
	position:static;
}
/*Undo CSS attributes inherited from the menu*/
.RadPanelBar .rpSlide
{
    position:static;
    float: none;
    height:auto;
}

.RadPanelBar .rpText:after,
.RadPanelBar .rpTemplate:after,
.RadPanelBar .rpItem:after
{
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.RadPanelBar .rpLink,
.RadPanelBar .rpText
{
	text-decoration:none;
	display:block;
}

.RadPanelBar .rpImage
{
	float:left;
	border:0;
	vertical-align:middle;
}

.RadPanelBar .rpLevel1
{
	overflow: auto;
	overflow-x:hidden;
}

.RadPanelBar .rpLink
{
	width:100%;
	outline:none; /* Remove this for FF to put dotted border around the focused item */
}

.RadPanelBar .rpText
{
	cursor:pointer;
	_cursor:hand;
}

.RadPanelBar .rpSlide
{
	overflow:hidden;
	display:none;
}


.RadPanelBar .rpGroup
{
	display:none;
}

.rtl .rpImage
{
	border:0;
	float:right;
}

.rtl 
{
	text-align:right;
}