html,
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: #5A5A5C;
	background: transparent url('../images/header_bg.jpg') top left repeat-x;
	font-size: 12px;
}
body {
	
}
.clear {
	clear: both;
}
A {
	color: #5A5A5C;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
TABLE {
	width: 100%;
	border: none;
}
TD {
	padding: 4px;
}
INPUT {
	border: 1px solid #dcdddf;
}
UL {
	/*list-style-type:circle;*/
}
.width {
	width: 900px;
	margin: 0 auto;
}
#wrapper {
	background: transparent url('../images/menu_wrapper.jpg') 0 139px repeat-x;
}
.wrapper_padding {
	padding-left: 12px;
}
#header {
	height: 140px;
	position: relative;
}
.color {
	color: #8dc63f;
}
#menu_wrapper {
	height: 108px;

}
#menu {
	padding-top: 14px;
	position: relative;
	/*background: transparent url('../images/menu_bg.jpg') 0px 0px repeat-x;*/
	background: transparent url('../images/menu_bg.jpg') 0px 14px repeat-x;
	height: 46px;
}
#menu .border {
	height: 46px;
	width: 2px;
	position: absolute;
	top: 14px;
	/*top: 0px;*/
}

#menu .left {
	left:0px;
	background: transparent url('../images/menu_bg_left.jpg') top left no-repeat;

}
#menu .right {
	right: 0px;
	background: transparent url('../images/menu_bg_right.jpg') top left no-repeat;
}
#menu .splitter {
	background: transparent url('../images/menu_splitter.jpg') bottom left no-repeat;
	width: 6px;
	height: 46px;
	float: left;
}
#menu .links{

}
#menu .links A {
	color: #f6f6f7;
	font-size: 14px;
}
#menu .links A.current{
	/*color: ;*/
	color: #8dc63f;
}
#menu .links UL{
	padding: 0px 0 0 0px;
	margin: 0;
	list-style: none;
}
#menu .links LI {
	float: left;
	padding: 14px 18px 0 18px;
	margin: 0;
	vertical-align: middle;
}
#menu .secondmenu {
	height: 33px;
	padding-left: 0px;
	background: grey;
	background: transparent url('../images/submenu_bg.jpg') top left repeat-x;
}

#menu .secondmenu UL {
	padding: 0;
	margin: 0;
}


#menu .secondmenu LI {
	list-style:none;
	float: left;
	padding: 8px 18px 4px 18px;
}
#menu .secondmenu A {
	color: #414042;
	font-size: 12px;
}
#menu .secondmenu A.current {
	/*color: ; */
	color: #777;
	
}
#footer  {
	margin-top: 2px;
	padding-top: 10px;
	padding-left: 12px;
	font-size: 10px;
	text-align: center;
	position: relative;
	background: #6d6f70 url('../images/footer_bg.jpg') 0px 0px repeat-x;
	display: block;
	color: #939598;
}
#footer UL {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 170px;
	float: left;
}
#footer LI {
	padding: 0 4px;
	margin: 0px;
	list-style: none;
	float: left;
}
#footer .sub UL{
	width: 130px;
	display: block;
}
#footer .sub LI {
	/*padding-left: 20px;*/
	float: none;
	text-align: left;
}
#footerlinks {
	/*padding: 0 10px 10px 10px;*/
}
#footerlinks UL {
	padding: 0;
}
#footerlinks UL A{

	color: #f1f2f2;
	font-size: 10px;
}
#footerlinks UL.sub {
	padding: 10px 0;
}
#footerlinks UL.sub  A{
	font-weight: normal;
	color: #f1f2f2;
}
.copyright {
	color: #414042;
	height: 46px;
	padding: 8px 0 0 0;
	font-size:10px;
	text-align: center;
	background: transparent url('../images/footer_bg_bottom.jpg') left top repeat-x;	
}
.copyright A {
	color: #414042;
}
/* CONTENT */
.right {
	float: right;
}
.left {
	float: left;
}
#content {
	/*margin: 0px;
	padding: 0px;*/
	padding: 16px 0 0 0;
	position: relative;
}
#content .wrapper {
	width: 540px;
	float: left;
}
#content .padding {
	padding: 12px 0 0 0;
}
#content .heading1 {
	color: #8dc63f;
	font-weight: bold;
}
#content .heading2 {
	color: #8dc63f;
	font-weight: bold;
}
#content .link_more A{
	float: right;
	color: rgb(143, 143, 143);
}
#content .error {
	background: transparent url('../images/notice_error.png') 6px 6px no-repeat;
	border: 1px solid red;
	padding: 6px 4px 6px 30px;
}
#content .text {
	/* text-align: center; */
	/*padding: 50px 0 0 0;*/
}

#content .content {
	/*width: 580px; */
	float: left; 
	/*padding: 18px 4px 4px 4px;*/
	font-size: 12px;
}
#content .title {
	/*background: #EDEFEE;*/
	font-weight: bold;
	display: block;
	/*margin-top: 20px;*/
	/*border-bottom: 1px solid grey;*/
}
#content .title SPAN{
	display: block;
	padding: 4px 0 0 6px;
}
#content .box {
	width: 300px;
}
#content .box_title {
	background: transparent url('../images/box_top.jpg') top left no-repeat;
	/*background: #EDEFEE;*/
	font-weight: bold;
	display: block;
	height: 42px;
	text-align: center;
	
	/*border-bottom: 1px solid grey;*/
}
#content .box_title SPAN {
	displaY: block;
	padding-top: 14px;
}
#content .content_title {
	padding: 0px 0 26px 0;
}
#content .content_title h1 {
	font-size: 20px;
	padding: 0px 0 0px 0px;
	margin: 0;
	font-weight: bold;
}
#content .thirdmenu {
	width: 300px; 
	float: right;  
	background: #6d6e72 url('../images/box_top.jpg') top left no-repeat;
	padding: 8px 0 0px 0px;
}
#content .bg {
	background: #EDEFEE;
}
#content .thirdmenu UL {
	list-style:none;
	padding: 8px 0 10px 22px;
	margin:0px;
}
#content .thirdmenu UL LI {
	padding: 4px 0 4px 14px;
	position: relative;
}
#content .thirdmenu UL LI .marker { 
	position: absolute; 
	left: -6px; 
	top: 4px;;
}
#content .thirdmenu A {
/*	color: #6ebe45;*/
	font-weight: bold;
	font-size: 12px;
	
	/*background: transparent url('../images/11/bg_more.gif') 0px 4px no-repeat;*/
}
#content .thirdmenu A.current {
	color: #f1f2f2;
}
#content INPUT {
	text-align:right;
}
#content .box_wrapper {
	width: 300px;
	float: right;
}
#content .box_wrapper .padding {
	padding: 22px 16px;
}
#content .box_wrapper .text {
	background: #f1f2f2;
}
#content .content IMG{
	
}
#content .box_wrapper .text IMG{
	width: 50px;
	height: 70px;
	float: left; 
	/* background: red; */
	margin-right: 16px;
 }
#content .box_wrapper .expert {
	padding: 0 0 6px 0;
}
#content .box_wrapper .expert SPAN {
	color: #414042;
	font-weight: bold;
	padding: 0 0 6px 0;
}
#content SPAN.e_title {
	font-weight: bold;
	display: block;
	padding: 4px 0;

}
#content SPAN.e_content { 
	padding: 4px 0 20px 0;
	display: block;

}
#content SPAN.e_content IMG{ 
	padding: 0 0px 0 10px;
	float: right;

}
/* gadgets */
#content .gadgets_title {
	background: transparent url('../images/gadgets_top.jpg') top left no-repeat;
	/*background: #EDEFEE;*/
	font-weight: bold;
	display: block;
	height: 42px;
	text-align: center;
	
	/*border-bottom: 1px solid grey;*/
}
#content .gadgets_title SPAN {
	displaY: block;
	padding-top: 14px;
}
#content .gadgets .text {
	background: #8dc63f;

}
#content .gadgets .padding {
	padding: 0 16px 18px 16px;
}
#content .gadgets .text UL {
	padding: 0px;
	margin: 0px;
	width: 260px;
	padding-left: 20px;
}
#content .gadgets .text UL LI{
	padding: 4px 0;
	list-style: none;
}
#content .gadgets .text UL LI A{
	font-weight: normal;
}
#content .gadgets .text UL LI A.current{
	font-weight:bold;
}
/* eof gadgets */

/* EOF CONTENT */
/* INFO BOX */
#info_box {
	background: transparent url('../images/info_box_top.jpg') right top repeat-x;
	margin-top: 16px;
}
#info_box  .info_box{
	width: 300px;
	float: left;
	padding-top: 16px;
	padding-bottom: 16px;
}
#info_box.fp {
	padding-top: 0px;
}
#info_box  .wrapper{
	margin: 10px 0 10px 0;
	padding: 0 10px;
	height: 210px;
}
#info_box .border_right {
	background: transparent url('../images/bg_infobox_border.gif') right top repeat-y;
}
#info_box .border_bottom {
	background: transparent url('../images/bg_infobox_border_bottom.gif') left bottom repeat-x;
}

#info_box .title {
	font-size: 14px;
	font-weight: bold;
	color: #414042;
	padding: 0 0 10px 0;
}
#info_box .text {
	font-size: 12px;
	color: #808285;
}
#info_box .link  {
	padding: 10px 0 0px 0;
}
#info_box .link  A,#info_box .tools  A{
	/*color: #6ebe45;*/
	color: #808285;
	font-weight: bold;
	font-size: 12px;
	/*padding-left: 10px;*/
	/*background: transparent url('../images/11/bg_more.gif') 0px 4px no-repeat;*/
}
#info_box .tools  A.current{
	color: #999;
}

/* EOF INFO BOX */

/* LOGIN */

.panel_button {
	cursor: pointer;
	float:right;
	padding: 0px 0px 0px 18px;
	
	background: transparent url('images/exclamation.png') no-repeat scroll 0 0;
}
.panel_button SPAN {
		background: #D4D4D4;
		padding: 4px;
}
.panel_button a {
	color: #777;
	text-decoration: none;
	position: relative;
	top: 1px;
	float: right;
	/*background: white;*/
	/*border: 1px solid red;*/
	border-bottom:none;
}
.panel_button a:hover {
	color: #999999;
}
.link {
	float: right;
}
.link SPAN {
	padding: 0px;
}
.link a {
	color: #777;
	text-decoration: none;
	position: relative;
	top: 1px;
	/*float: right;*/
	border-bottom:none;
	font-weight: normal;
}
.link a:hover {
	color: #999999;
}

#header_link {
	float: left;
	font-size:11px;
	color: #808285;
	padding-top: 12px;
}


#community {
	position: absolute; 
	right: 0px; 
	bottom: 12px;
}
#community div.facebook { float: left; }
#community div.twitter { float: left; }
#community div.youtube { float: left; }

#community div.facebook span { display: none; }
#community div.twitter span { display: none; }
#community div.youtube span { display: none; }

#community div.facebook a { display: block; height: 23px; line-height: 23px; }
#community div.twitter a { display: block; height: 23px; line-height: 23px; }
#community div.youtube a { display: block; height: 23px; line-height: 23px; }

#community div.facebook a { width: 14px; height: 14px; margin-top: 0px; background: url(images/facebook.gif) no-repeat; }
#community div.facebook a { width: 22px; height: 22px; margin-top: 0px; background: url(images/facebook.gif) no-repeat; }
#community div.facebook a:hover { background-position: 0 -14px; }
#community div.facebook a:hover { background-position: 0 -22px; }

#community div.twitter a { width: 14px; height: 14px; margin-top: 0px; background: url(images/twitter.gif) no-repeat; padding-left: 8px; }
#community div.twitter a { width: 22px; height: 22px; margin-top: 0px; background: url(images/twitter.gif) no-repeat; padding-left: 8px; }
#community div.twitter a:hover { background-position: 0 -14px; }
#community div.twitter a:hover { background-position: 0 -22px; }

#community div.youtube a { width: 14px; height: 14px; margin-top: 0px; background: url(images/youtube.gif) no-repeat; padding-left: 8px; }
#community div.youtube a { width: 22px; height: 22px; margin-top: 0px; background: url(images/youtube.gif) no-repeat; padding-left: 8px; }
#community div.youtube a:hover { background-position: 0 -14px; }
#community div.youtube a:hover { background-position: 0 -22px; }



#panel, #panel .top, #panel .bottom {
		width: 202px;
}

#panel {
	position: relative;
	top: 1px;
	/* height: 0px;*/
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background: transparent url('images/login_bg.gif') top left repeat-y;
}
#panel .top {
	height: 2px; 
	background: transparent url('images/login_bg_top.gif') top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}
#panel .bottom {
	height: 2px;
	background: transparent url('images/login_bg_bottom.gif') top left repeat-x;
}
#panel INPUT {
	border: 1px solid #dcdddf;
}

#login {
	padding: 10px;
	margin: 0 auto;
	width: 136px;
}
#login INPUT {
	width: 133px;
}
#login SPAN {
	padding: 4px 0;
	display: block;
}
#login_btn {
	display: block;
	margin: 4px 0;
}
.separator {
	float: right;
	padding: 0px 8px;
	color: #D4D4D4;
}
/* EOF LOGIN */

/* PAGINATION */
.pagination_wrapper {

}
div.pagination {
	displaY: block;
	line-height: 20px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #6D6E72;
		
	font-weight: bold;
	background-color: #6D6E72;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
.event {
	/*background: #dcddde;*/
	background: transparent url('../images/calendar_event.jpg') top left no-repeat;
	
}	
/* EOF PAGINATION */


/* CALENDAR */
#calendar {
	background: #f1f2f2;
}
#calendar .navigation {
	position: relative;
	height: 34px;
	background: #dcddde;
}
#calendar .navigation .padding{
	padding: 10px 0 0 0;
}
#calendar .navigation .next{
	float: right;
	width: 50px;
	text-align: right;
	padding-right: 16px;
}
#calendar .navigation .next A{
	width: 14px;
	height: 34px;
	background: transparent url('../images/next.jpg') top left no-repeat;
	display: block;
	float: right;
}
#calendar .navigation .prev{
	float: left;
	width: 50px;
	padding-left: 16px;
}
#calendar .navigation .prev A{
	width: 14px;
	height: 34px;
	background: transparent url('../images/prev.jpg') top left no-repeat;
	display: block;
}
#calendar .navigation .date{
	text-align: center;
}
#calendar TABLE.calendar {
	padding: 4px;
	margin: 0 auto;
	width: 260px;
	border-spacing: 4px; 
}
#calendar TR .calendar-day{
	text-align: center;
	vertical-align: middle;
	
}
#calendar .day-number  {
	padding: 2px;
	/*padding: 4px 0 0 7px;*/
	/*width: 24px;
	height: 24px;*/
}
#calendar-events  {
	background : #dcddde;
}
#calendar-events   UL{ 
	margin: 0 auto;
	width: 260px;
	padding: 4px 0 4px 20px;
}
#calendar-events   UL LI { 
	padding: 4px 0;
}
/* EOF CALENDAR */