/* begin Page */
/* Copyright 2009 - 2010 | Adomonline & Interactive Media [MGL] */
/* Coded by Julian Amoo */

#container {
	margin: 0 auto;
    width: 995px;
    border: 1px solid #666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #B9F9D2;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 422px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 422px;
	width: 973px;
	margin: 0;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}



#art-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1009px;
	min-width:59px;
	min-height:59px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 86px;
	height: 86px;
	background-image: url('../images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 43px, 43px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 43px, 43px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(43px, 43px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(43px, auto, auto, 43px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 43px;
	right: 43px;
	height: 86px;
	background-image: url('../images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 43px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(43px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 43px;
	bottom: 43px;
	width: 86px;
	background-image: url('../images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 43px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 43px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 43px;
	left: 43px;
	right: 43px;
	bottom: 43px;
	background-image: url('../images/Sheet-c.png');
}


.art-Sheet
{
	margin-top: -7px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:1009px;
}

/* end Box, Sheet */

/* ################### begin Header ###################### */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 995px;
	height: 130px;
}

div.art-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 995px;
	height: 130px;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

/* end Header */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 2px 1px 0px 1px;
}

.art-nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('../images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 995px;
	clip: rect(auto, auto, auto, 995px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 23px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 69px;
	background-image: url('../images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:3px;
}

.art-menu a .r
{
	width:406px;
	right:0;
	clip: rect(auto, auto, auto, 403px);
}

.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 6px;
	margin: 0 3px;
	line-height: 23px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-23px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-23px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-23px;
}
.art-menu a:hover .t
{
	color: #044F00;
}

.art-menu li:hover a .t
{
	color: #044F00;
}

.art-menu li:hover>a .t
{
	color: #044F00;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -46px;
}

.art-menu a.active .t
{
	color: #FFFFFF;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 16px;
	width: 150px;
	overflow:hidden;
	line-height: 16px;
	margin-right: auto;


	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #86FF80;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 16px;
	color: #525252;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-position: 0 -16px;
}

.art-menu ul li:hover>a
{
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-position: 0 -16px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #FFFFFF;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #FFFFFF;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 10px;
	width: 995px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.art-Block-body
{
	position: relative;
	z-index: 1;
	padding: 2px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 10px;
	height: 10px;
	background-image: url('../images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.art-Block-tc, .art-Block-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('../images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('../images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #C2FFC2;
}


.art-Block
{
	margin: 3px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 2px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #EDEDED;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:4px;
}

.art-BlockHeader .r
{ 
	width:995px;
	right:0;
	clip: rect(auto, auto, auto, 991px);
}





.art-header-tag-icon
{
    height: 30px;
	display:inline-block;
	background-position:left top;
	background-image: url('../images/BlockHeaderIcon.png');
	padding:0 0 0 11px;
	background-repeat: no-repeat;
	min-height: 11px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 10px;
	height: 10px;
	background-image: url('../images/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('../images/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('../images/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #FFFFFF;
}


.art-BlockContent-body
{
	color:#000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-BlockContent-body a:link
{
	color: #055C00;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #067000;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #ED6A12;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #46270C;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
}

/*.art-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}*/

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl, .art-Post-tc, .art-Post-bc,.art-Post-cr, .art-Post-cl
{
	position:absolute;
	z-index:-1;
}

.art-Post-tr, .art-Post-tl, .art-Post-br, .art-Post-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../images/Post-s.png');
}

.art-Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Post-tc, .art-Post-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/Post-h.png');
}

.art-Post-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Post-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Post-cr, .art-Post-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/Post-v.png');
}

.art-Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Post-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
}


.art-Post
{
	margin: 3px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	margin: 5px;
	border: 1px solid #A8FFA3;
	padding: 3px
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
/*  border: solid 1px #C5FFC2; */
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostMetadata */
.art-PostMetadataHeader
{
	padding:1px;
	background-color: #FAECE0;
}
/* end PostMetadata */

/* begin PostHeaderIcon */
.art-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 19px;
font-style: normal;
font-weight: normal;
	color: #DD5A0E;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
	margin:0;
	color: #DD5A0E;
	text-indent: 5px;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 19px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-align: left;
  color: #F06312;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 19px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-align: left;
  color: #9D571B;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 19px;
font-style: normal;
font-weight: normal;
text-decoration: underline;
text-align: left;
  color: #DC8132;
}
/* end PostHeader */

/* begin PostIcons */
.art-PostHeaderIcons
{
	padding:1px;
}

.art-PostHeaderIcons, .art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
	color: #4A4A4A;
}

.art-PostHeaderIcons a, .art-PostHeaderIcons a:link, .art-PostHeaderIcons a:visited, .art-PostHeaderIcons a:hover
{
	margin:0;
}

.art-PostHeaderIcons a:link
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	color: #8C4E18;
}

.art-PostHeaderIcons a:visited, .art-PostHeaderIcons a.visited
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	color: #8C4E18;
}

.art-PostHeaderIcons a:hover, .art-PostHeaderIcons a.hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-decoration: none;
	color: #2C1807;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #000000;
}

.art-PostContent
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
line-height: 135%;
  color: #000000;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
text-transform: none;
font-variant: normal;
  color: #000000;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight:bold;
text-decoration: none;
text-transform: none;
font-variant: normal;
color: #000000;
}


/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-transform: none;
font-variant: normal;
color: #595959;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight:bold;
text-decoration: underline;
text-transform: none;
font-variant: normal;
  color: #09B200;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 17px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
font-variant: normal;
text-align: left;
  color: #F06312;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
font-variant: normal;
text-align: left;
  color: #F06312;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #F06312;
}

/*h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: left;
  color: #000000;
}
*/
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: left;
  color: #000000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left;
  color: #000000;
}
/* Finish Content headings Fonts & Colors  */


/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #141414;
	margin:1em 0 1em 2em;
	padding:0;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
	color:#FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#055C00;
	background-image:url('../images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:23px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 23px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .art-button-wrapper
{
	display:block;
	float:left;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 23px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
	white-space: nowrap;
	text-align: left;
	padding: 0 8px !important;
	line-height: 23px;
	text-decoration: none !important;
	color: #EDEDED !important;
}

input, select
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #FBEFE5 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #E2FFE0 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 69px;
	background-image: url('../images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:7px;
}

.art-button-wrapper .r
{
	width:403px;
	right:0;
	clip: rect(auto, auto, auto, 396px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -23px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -46px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 995px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/Footer.png');
	width: 995px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('../images/livemarks.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 32px;
    cursor: default;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #056500;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#AE611E;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 159px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 537px;
}
.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 696px;
}
.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 835px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 994px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 298px;
}
/* end LayoutCell */




table.moduletable th
{
	font-size: 140%;
	padding: .5em 0em;
}

.firefox2 table.poll tr td div
{
	font-size:0;
}

#footer
{
	text-align: center;
}

/*.breadcrumbs
{
	display: block;
	padding: .7em 0em;
}

*/
.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
	font-size: 75%;
	padding-bottom: 1em;
}

.column_separator 
{
	padding-left: .4em;
}

.pagination span
{
	padding: 2px;
}

.pagination a
{
	padding: 2px;
}

div.offline
{
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway
{
	display: block;
	margin: 0 20px;
	height: 10px;
	line-height: 9px;
	overflow: hidden;
}

/* headers */
table.moduletable th, legend
{
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* form validation */
.invalid
{
	border-color: #ff0000;
}

label.invalid
{
	color: #ff0000;
}


/** overlib **/

.ol-foreground
{
	background-color: #f6f6f6;
}

.ol-background
{
	background-color: #666;
}

.ol-textfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

/* spacers */
span.article_separator
{
	display: none;
}

.column_separator
{
	padding-left: 10px;
}

td.buttonheading img
{
	border: none;
}

.clr
{
	clear: both;
}

div#maindivider
{
	border-top: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}

table.blog span.article_separator
{
	display: none;
}

/* edit button */
.contentpaneopen_edit
{
	float: left;
}

/* table of contents */
table.contenttoc
{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

table.contenttoc td
{
	padding: 0 5px;
}


/* content tables */
td.sectiontableheader
{
	background: #efefef;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2
{
	padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane
{
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li
{
	margin-bottom: 5px;
}

table.contentpaneopen fieldset
{
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3
{
	margin-top: 25px;
}

table.contentpaneopen h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight
{
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable
{
	margin-bottom: 0px;
}

div.moduletable, div.module
{
	margin-bottom: 25px;
}

div.module_menu h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div
{
	background: none;
	padding: 0;
}

div.module_menu ul
{
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
	font-weight: bold;
}

#leftcolumn div.module
{
	padding: 0 10px;
}

#leftcolumn div.module table
{
	width: auto;
}

/* forms */
table.adminform textarea
{
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}

div.search input
{
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login
{
	text-align: left;
}

form#form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#form-login ul li
{
	background-image: none;
	padding: 0;
}

#modlgn_username, #modlgn_passwd
{
	width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
	display: block;
	margin: 0;
}

form#com-form-login
{
	text-align: left;
}

form#com-form-login fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0.2em;
}

form#com-form-login ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#com-form-login ul li
{
	background-image: none;
	padding: 0;
}

/* thumbnails */
div.mosimage
{
	margin: 5px;
}

div.mosimage_caption {
	font-size: .90em;
	color: #666;
}

div.caption
{
	padding: 0 10px 0 10px;
}

div.caption img
{
	border: 1px solid #CCC;
}

div.caption p
{
	font-size: .90em;
	color: #666;
	text-align: center;
}

/* Parameter Table */
table.paramlist
{
	margin-top: 5px;
}

table.paramlist td.paramlist_key
{
	width: 128px;
	text-align: left;
	height: 30px;
}

div.message
{
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text
{
	padding: 4px;
	font-size: 11px;
	background-color: #f7f7f7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span
{
	padding: 2px;
}

.pagination a
{
	padding: 2px;
}

/* Polls */
.pollstableborder
{
	margin-top: 8px;
}


.pollstableborder td
{
	text-align: left;
	
}

/* WebLinks */
span.description
{
	display: block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message
{
	margin-bottom: 20px;
}

#system-message dd.message ul
{
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul
{
	color: #c00;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul
{
	color: #c00;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
 }

#syndicate
{
	float: left;
	padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
	padding: 2px 0;
}

.breadcrumbs img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.mceToolbarTop {
	white-space: normal;
}

.mceEditor
{
	background: none;
}

#archive-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archive-list li
{
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation
{
	text-align: center;
}

.article h3 img
{
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.art-Footer-text .moduletable
{
	border: none;
	margin: 0;
	padding: 0;
}

.pollstableborder td {
	vertical-align: middle;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.left p
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:120%;
	font-size:11px;
	color:#46A73F;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption img
{
	margin: 0em;
}

.contentheading
{
font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #F06312;
}

/* Plugin compatilibity. */

/* 152316, DOCman */
.dm_taskbar ul
{
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.dm_taskbar ul li
{
	background-image: none;
}
/* ####################################### ADOM MODULES ##################################################### */

/* breadcrumb */
.breadcrumb, .breadcrumb a:active, .breadcrumb a:visited, .breadcrumb a:link
{
	width: 100%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-color:#C24F0C; 
	border-bottom:solid 3px #055C00;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;


	
}


.breadcrumb a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


ul.menu, ul.menu a:active, ul.menu a:hover, ul.menu a:link, ul.menu a:visited, li.menu a:active, li.menu a:hover, li.menu a:link, li.menu a:visited
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


/* Banner_ad */

.banner_ad
{
	position: relative;
	float:left;
	top: 20px;
	padding-left: 10px;
	width: 728px;
	height: 90px;
	margin-left: 0px;
	
}

/* Adsense */

.adsense
{
	width: 100%;
	height:15x; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	background-color:#055C00; 
	border-bottom:solid 2px #C24F0C;
	border-top:solid 1px #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
}

/*K2 Content */

.k2_content 
{

}

/* Headlines */

h4.ta_center,
p.ta_center {
	text-align: center;
}
h4.ta_left,
p.ta_left {
	text-align: left;
}
h4.ta_right,
p.ta_right {
	text-align: right;
}
p.ta_justify {
	text-align: justify;
}
img.i_left {
	display: block;
	float: left;
}
img.i_right {
	display: block;
	float: right;
}
img.i_center {
	display: block;
	margin: 0 auto;
}
a.readon_class {
	margin: 3px 3px 3px 3px;
}
a.p_left {
	float: left !important;
}
a.p_right {
	float: right !important;
}
a.p_center {
	margin: 0 auto !important;
}
div.gk_npro_mainwrap {
	overflow: hidden;
	color: #000000;
	padding-bottom: 10px;
	background: none;
	border: 0px solid #f5f5f5;
}
div.gk_npro_full {
border:none
}
div.gk_npro_full_interface {
	overflow: hidden;
	min-height: 21px;
}
div.gk_npro_full_interface ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	float: left;
	width: auto;
}
div.gk_npro_full_interface ul li {
	background: #eee;
	cursor: pointer;
	float: left;
	width: 11px;
	height: 12px;
	margin-left: 2px;
	text-indent: -999em;
	padding: 0;
	background: transparent url('../../../images/lite/bullet_white_inactive.png') no-repeat 0 0;
}
div.gk_npro_full_interface ul li.active {
	background: transparent url('../../../images/lite/bullet_white_active.png') no-repeat 0 0;
}
div.gk_npro_interface_bg {
	float: right;
	width: 44px;
	height: 18px;
	background: transparent url('../../../images/lite/arrow_interface_white.png') no-repeat 0 0;
}
div.gk_npro_full_prev {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px 0 0 11px;
	background: transparent url('../../../images/lite/prev.png') no-repeat 0 0;
	text-indent: -999em;
}
div.gk_npro_full_prev:hover {
	cursor: pointer;
	background: transparent url('../../../images/lite/prev.png') no-repeat -8px 0;
}
div.gk_npro_full_next {
	width: 8px;
	height: 8px;
	float: right;
	margin: 3px 11px 0 0;
	background: transparent url('../../../images/lite/next.png') no-repeat 0 0;
	text-indent: -999em;
}
div.gk_npro_full_next:hover {
	cursor: pointer;
	background: transparent url('../../../images/lite/next.png') no-repeat -8px 0;
}
div.gk_npro_full_scroll1 {
	overflow: hidden;
}
div.gk_npro_full_scroll2 {
}
div.gk_npro_full_tablewrap {
	float: left;
}
table.gk_npro_table {
border:none;
}
table.gk_npro_table tr {
}
table.gk_npro_table td {
	border-bottom: 1px dotted #CDFCD9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.gk_npro_short {
	min-height: 21px;
}
div.gk_npro_short_scroll1 {
	overflow: hidden;
}
div.gk_npro_short_scroll2 {
}
div.gk_npro_short_ulwrap {
	float: left;
}
div.gk_npro_short_ulwrap ul {
	margin: 2px 0 0 0;
	padding: 0px;
	list-style-type: none;
	border-left: 1px dotted #e5e5e5;
	border-right: 1px dotted #e5e5e5;
}
div.gk_npro_short_ulwrap ul li {
	padding: 6px;
	margin:0 2px 5px;
	line-height: 120%;
}
div.gk_npro_short_ulwrap ul li.odd {
}
div.gk_npro_short_ulwrap ul li.even {
	background-color:#C2FFC3;
 
 }
div.gk_npro_short_ulwrap ul li:hover {
	background: #62C15B;
	color: #fff;
}
div.gk_npro_short_ulwrap ul li:hover p{
	color: #fff;
}
div.gk_npro_short_ulwrap ul li:hover h4, 
div.gk_npro_short_ulwrap ul li:hover h4 a  {
	color: #055C00;


}

div.gk_npro_short_ulwrap ul li h4,
div.gk_npro_short_ulwrap ul li h4 a {
	color: #055C00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
}

div.gk_npro_short_ulwrap ul li h4,

{
	background-image:url(../images/BlockContentBullets.png);
	background-repeat:no-repeat;
	padding-left:10px;
}

div.gk_npro_short_ulwrap ul li p {
	color: #000000;
	font-size: 11px;
	margin: 0;
}
div.gk_npro_short_interface {
	border-top: 0px solid #f5f5f5;
	padding-top: 2px;
	overflow: hidden;
	margin: 2px 0px 1px;
	font-size:14px;
	background-color:#A8FFA3;
	/*border-bottom: 1px solid #62C15B;
	border-left: 0px solid #006600;
	border-top: 1px solid #62C15B;
	padding-left: 2px;
	border-left: 1px dotted #666666;*/
}
div.gk_npro_short_interface span {
	font-size: 11px;
	color: #048041;
	margin-left: 2px;
	/*background-image:url(../images/BlockHeaderIcon1.png);
	background-repeat:no-repeat;
	padding-left:13px;*/
}

div.gk_npro_short_prev {
	width: 8px;
	height: 8px;
	float: right;
	margin: 3px 0 0 11px;
	background: transparent url('../../../images/lite/prev.png') no-repeat 0 0;
	text-indent: -999em;
}
div.gk_npro_short_prev:hover {
	cursor: pointer;
	background: transparent url('../../../images/lite/prev.png') no-repeat -8px 0;
}
div.gk_npro_short_next {
	width: 8px;
	height: 8px;
	float: right;
	margin: 3px 0 0 0;
	background: transparent url('../../../images/lite/next.png') no-repeat 0 0;
	text-indent: -999em;
}
div.gk_npro_short_next:hover {
	cursor: pointer;
	background: transparent url('../../../images/lite/next.png') no-repeat -8px 0;
}
h4, h4.gk_npro_header, h4 a:active, h4 a:hover, h4 a:passive, h4 a:visited  {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}
p.gk_npro_text {
	margin: 5px 5px 5px 5px;
}
img.gk_npro_image {
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 3px 1px 1px auto;
}
img.gk_npro_image_static {
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 3px;
}
p.gk_npro_info {
	margin: 10px 2px 2px 0px;
}
/* - Dark theme - */

.dark div.gk_npro_mainwrap {
	background: #fff;
}
.dark div.gk_npro_full,
.dark div.gk_npro_short {
	background: fff;
}
.dark div.gk_npro_full_interface ul li {
	background: transparent url('../../../images/dark/bullet_black_inactive.png') no-repeat 0 0!important;
}
.dark div.gk_npro_full_interface ul li.active {
	background: transparent url('../../../images/dark/bullet_black_active.png') no-repeat 0 0!important;
}
.dark div.gk_npro_interface_bg {
	background: transparent url('../../../images/dark/arrow_interface_black.png') no-repeat 0 0!important;
}
.dark div.gk_npro_full_prev {
	background: transparent url('../../../images/dark/prev.png') no-repeat 0 0;
}
.dark div.gk_npro_full_prev:hover {
	background: transparent url('../../../images/dark/prev.png') no-repeat -8px 0;
}
.dark div.gk_npro_full_next {
	background: transparent url('../../../images/dark/next.png') no-repeat 0 0;
}
.dark div.gk_npro_full_next:hover {
	background: transparent url('../../../images/dark/next.png') no-repeat -8px 0;
}
.dark div.gk_npro_short_ulwrap ul li.even {
	background: #292a2c!important;
}
.dark div.gk_npro_short_ulwrap ul li:hover {
	background: #222!important;
	color: #fff!important;
}
.dark div.gk_npro_short_ulwrap ul li:hover h4,
.dark div.gk_npro_short_ulwrap ul li:hover p,
.dark div.gk_npro_short_ulwrap ul li:hover h4 a {
	color: #fff!important;
}
.dark div.gk_npro_short_ulwrap ul li h4,
.dark div.gk_npro_short_ulwrap ul li h4 a {
	color: #34a9d6!important;
}
.dark div.gk_npro_short_ulwrap ul li p {
	color: #acacac!important;
}
.dark div.gk_npro_short_interface {
	border-top: 1px solid #393a3d!important;
}
.dark div.gk_npro_short_interface span {
	color: #666;
}
.dark div.gk_npro_short_prev {
	background: transparent url('../../../images/dark/prev.png') no-repeat 0 0;
}
div.gk_npro_short_prev:hover {
	cursor: pointer;
	background: transparent url('../../../images/dark/prev.png') no-repeat -8px 0;
}
.dark div.gk_npro_short_next {
	background: transparent url('../../../images/dark/next.png') no-repeat 0 0;
}
.dark div.gk_npro_short_next:hover {
	background: transparent url('../../../images/dark/next.png') no-repeat -8px 0;
}
.dark img.gk_npro_image {
	border: 1px solid #e5e5e5;
	color: #969696;
}
.dark img.gk_npro_image_static {
	border: 1px solid #393a3d!important;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Trebuchet MS";
  font-size: 18px;
  text-transform:capitalize;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #055C00;
  margin:2px 2px 2px 0px;
  
}

/* TOP SECTION */

#ajax_search { 
	width:400px;
	height:auto;
}

.ajax_search {
}

#container1 {
	width: 993px;
  	float:left;
}

#container2 {
	width: 397px;
	float: right;
}

#headline_news {
	width:593px;
	float:left;
}

#top_right1 {
/*  width:50%; */
	float:left;
	max-width:196px;
	min-width:140px;	
/* border: 1px solid #0066FF; */
}

#top_right2{
	float:right;
	max-width:196px;
	min-width:140px;	
}


/* GK Weather */

.gkw_main { overflow:hidden; }
.gkw_current { overflow:hidden; }
.gkw_main_left { float:left; width:auto; }
.gkw_temp { font-size:20px; text-align:center; margin:8px 0 0 0; }
.gkw_main_right { float:left; width:auto; margin:0 0 0 16px; }
.gkw_main_right h4 { font: "Trebuchet MS"; size:20px; text-decoration:none; font-weight:normal; color: #055C00; margin: 4px 0 4px 0; }
.gkw_condition { font-weight:bold; }
.gkw_humidity { }
.gkw_wind { }
ul.gkw_next_days { clear:both; width:100%; float:left; list-style-type:none; list-style-image:none; margin:12px 0 0 0; padding:0; }
ul.gkw_next_days li { background: none; float:left; width:24.9%; }
.gkw_day { font-weight:bold; font-style:italic; text-align:center; display:block; }
ul.gkw_next_days li img { display:block; margin:0 auto; clear:both; }
p.gkw_day_temp { margin:6px 0 0 0; white-space:nowrap; text-align:center; }
span.gkw_day_day { padding:1px; font-size:11px; }
span.gkw_day_night { padding:1px; background:#62C15B; color:#fff; font-size:11px; }
div.gkw_fday{ border-left:1px solid #62C15B; margin:0 6px 0 0; padding:0 0 0 6px; }
ul.gkw_next_days li:first-child div.gkw_fday{ border-left:none; }

/* IMAGE RESIZE */

.resize {
	width: 150px;
	height : auto;
	border: 1px solid #A8FFA3;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

.resize {
width: auto;
height : 75px;
}

.modifydate {
	color: #FF6600;
	font-weight:bold;
	font-style:italic;
}

/* JComment Lastest Comment */

.jclist a:link, .jclist ul li:hover, .jclist a:visited, .jclist a:active{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006633;
	text-decoration:none;
	background-image:url(../images/BlockContentBullets.png);
	background-repeat:no-repeat;
	padding-left:10px;
}	

.jclist li {	
	margin-bottom:5px;
	border-bottom: 1px dotted #009933;
}

.jcl_date {
	font-size:10px;
	font-weight:bold;
	color:#FF9900;
}

.showform a:visited, .showform a:active, .showform ul li, .showform li { color: #FF9900;}


/* LIVE RADIO */

#radio, #swf
{
	margin: auto;
	position:relative;
	z-index:0;
	float:right;
	margin-left:50px;
	width: 105px;
	height: 165px;
}

.radio-png
{
	position:fixed;
	z-index:2px;
	top: 100px;
	float:right;
	margin-left:81px;
	width: 105px;
	height: 157px;
	background-image: url('../images/radio.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.swf 
{
	position:fixed;
	z-index:2px;
	top:100px;
	float:right;
	margin-left:105px;
	width:105px;
	height:165px;
	background-image: ;
	background-repeat:no-repeat;
	background-position:left top;
}
.radio a { }

#radio a { }


#stream {
		position: relative;
		width: 165px; height: 65px;
		}
		
#stream ul, #stream li {
		list-style: none;
		margin: 0px; padding: 0px;
		}
		
#stream li {
		display: inline;
		}
		
#stream li a {
		display: block;
		float: left;
		text-indent: -9999px;
		}
		
#stream li a.live {
		background: url('../images/live/live.jpg') no-repeat;
		width: 153px; height: 53px;
		/*filter: alpha(opacity=70);
		opacity: 0.70;*/
		}
		
/*#stream li a.live:hover {
		filter: alpha(opacity=100);
		opacity: 1;
		}*/


/* TAB1 CSS */

.tab1_dates {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #006633;
	text-decoration: none;
	background-image: url('../images/BlockContentBullets.png');
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: outside;
	list-style-image: url('../images/BlockContentBullets.png');
	list-style-type: none;
	text-indent: 10px;
	text-align:left
}
.tab1_tb {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align:left;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.tab1_podcasts, 
.tab1_podcasts a:visited, 
.tab1_podcasts a.visited, 
.tab1_podcasts ul li, 
.tab1_podcasts a:hover, 
.tab1_podcasts a.hover, 
.tab1_podcasts a 
{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #006633;
	text-align:left;
	text-decoration: none;
	background-image: url('../images/podcast.png');
	background-repeat: no-repeat;
	background-position: left center;
	/*list-style-image: url('../images/podcast.png');
	list-style-type: none;*/
	text-indent: 12px;
}

.tab1_podcasts td {
	background-image: url('../images/podcast.png');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-image: url('../images/BlockContentBullets.png');
	list-style-type: none;
}

.tab1_more, 
.tab1_more a:visited, 
.tab1_more a.visited, 
.tab1_more ul li, 
.tab1_more a:hover,
.tab1_more a.hover, 
.tab1_more a 
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #DF8600;
	text-decoration: none;
	background-image: url('../images/MoreBullets.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}





/* TAB2 CSS */

.text_info {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color:#000000;
	margin-top:6px;
	text-align:justify;
}

.text_info a:visited a.visited {
	color: #666666;
}

.text_info a:hover {
	color:#FF6600;
}

.text_white {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	color:#FFFFFF;
	padding:6px;
	text-align:justify;
}

.text_white a:visited a.visited {
	color:#CCCCCC;
}

.present_names {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.present_prog {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}	

.present_prog a:hover, .present_prog a.visited, .present_prog a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}	

.img_tab2 {
	width: 180px;
	height : auto;
	/*border: 1px solid #CCCCCC;*/
	padding-top: 3px;
	margin: 3px;
	position:relative;
	float:left;
	/*hspace:3px;
	vspace:3px;*/
}

.img_tab2 {
width: auto;
height : 100px;
}

/* CONTENT */

.dn-title, .dn-title a:visited a.visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#006600;

}

/* ABOUT US */



.abt_tb {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.abt_content {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.abt_header {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #006633;
	text-decoration: none;
}

.abt_td img {display: block;}
.abt_td img {display: block;}

/* PROGRAMS */

.xl651886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl661886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl671886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:#92D050;
	mso-pattern:black none;
	white-space:normal;}
.xl681886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:#E26B0A;
	mso-pattern:black none;
	white-space:normal;}
.xl691886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:#FABF8F;
	mso-pattern:black none;
	white-space:normal;}
.xl701886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:"d\\-mmm";
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:#FABF8F;
	mso-pattern:black none;
	white-space:normal;}
.xl711886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:10.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	background:#FABF8F;
	mso-pattern:black none;
	white-space:normal;}
.xl721886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:none;
	border-left:.5pt solid windowtext;
	background:#FABF8F;
	mso-pattern:black none;
	white-space:normal;}
.xl731886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:white;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:none;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:#FABF8F;
	mso-pattern:black none;
	white-space:normal;}
.xl741886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl751886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl761886
	{padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}

/* TOURNAMENT */
.componentheading {
	background-color: #BA3E01;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	text-transform:capitalize;
	line-height:16px;
	font-weight:bold;
	padding-left: 5px;
	
}