* html .button	{ padding: 2px 0 !important; /*IE 6*/ }

* html .clearfix	{ height: 1%; }

* html > body .clearfix	{ width: 100%; display: block; }

*+html .button	{ padding: 2px 0 !important; /*IE 7*/ }

html	{
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

html, body, form, fieldset	{ margin: 0; padding: 0; }

body	{
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

a	{ color: #CC0000; text-decoration: underline; }
a:hover, a:active, a:focus	{ color: #333333; text-decoration: underline; }
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus	{ text-decoration: none !important; }

a.readon	{ font-size: 92%; color: #CC0000; }
a.readon	{
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	font-weight: bold;
	text-decoration: none;
}

blockquote	{ padding: 1em 40px 1em 15px; }

body.contentpane	{
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

div.advs	{ width: 100%; clear: both; display: block; }

div.back_button a, div.back_button a:hover, div.back_button a:active	{
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

div.banneritem img	{ border: none; }
div.banneritem_text	{ padding: 5px 0 !important; }

div.buttonheading	{ float: right; width: 15%; }

div.syndicate div	{ text-align: center; }

fieldset	{
	border: none;
	padding: 10px 5px;
	background: url(../images/dot2.gif) repeat-x top;
}

fieldset a	{ font-weight: bold; }

/* FORM --------------------------------------------------------- */ 
form	{ margin: 0; padding: 0; }

form label	{ cursor: pointer; }

h1	{ font-size: 180%; }
h2	{ font-size: 150%; }
h3	{ font-size: 125%; }
h4	{ font-size: 100%; }

h3.hide	{
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/* MISCELLANOUS ----------------------------------------------------------- */ 
hr	{
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

/* Firefox Scroll Hack - Don't remove */ 
input, select, textarea, .inputbox	{
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

ol li	{ margin-left: 25px; line-height: 140%; }
p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6	{ margin: 5px 0; padding: 0; }


/* TYPOGRAPHY --------------------------------------------------------- */ 
pre, .code	{
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, .img_caption	, .article-section{ color: #BBBBBB; font-size: 92%; }

table.adminform	{ }

/* JOOMLA STYLE --------------------------------------------------------- */ 
table.blog	{ }
table.blog .contentheading	{ }
table.contentpane	{ border: none; width: 100%; }
table.contentpaneopen	{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contentpaneopen td, table.contentpane td	{ }
table.contentpaneopen, table.contentpane, table.blog	{ width: 100%; }
table.contenttoc	{ margin: 0 0 10px 10px; padding: 0; width: 35%; }
table.contenttoc a	{ text-decoration: none; }
table.contenttoc td	{
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th	{
	padding: 0 0 3px;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}
table.poll	{ padding: 0; width: 100%; border-collapse: collapse; }
table.pollstableborder	{
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img	{ vertical-align: baseline; }
table.pollstableborder td	{
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td	{ background: #ECECEC; }

table.searchintro	{ padding: 10px 0; width: 100%; }
table.searchintro td	{ padding: 5px!important; }

td, div	{ font-size: 100%; }

td.article_column div.contentpaneopen	{ height: auto; min-height: 250px; }

/* content tables */

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

td.sectiontableheader	{ padding: 4px; border-right: 1px solid #fff; }

th	{ padding: 5px; font-weight: bold; text-align: left; }

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

tr.sectiontableentry1 td	{
	padding: 8px 5px;
	background: url(../images/dot2.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td	{
	background: url(../images/dot2.gif) repeat-x bottom #FFFFCC;
}

tr.sectiontableentry2 td	{
	padding: 8px 5px;
	background: url(../images/dot2.gif) repeat-x bottom #ECECEC;
}

/* UL LI */
ul	{ list-style: none; }

ul li	{
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

/* pagination */
ul.pagination	{
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/dot.gif) repeat-x top;
}

ul.pagination a	{ padding: 2px 5px; border: 1px solid #F6F6F6; }

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus	{ border: 1px solid #ECECEC; background: #FFFFFF; }

ul.pagination li	{
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span	{ padding: 2px 5px; }

.adminform .inputbox	{ }
.article_column	{ }
.article_separator	{ clear: both; display: block; height: 20px; }
.article-meta	{ padding: 5px 0; width: 80%; float: left; }

/* META --------------------------------------------------------- */ 
.article-tools	{
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
}

.banneritem	{ display: block; }

.blog_more	{
	padding: 10px 0;
	background: url(../images/dot.gif) repeat-x top;
}
.blog_more strong	{ margin: 0 0 5px; display: block; font-size: 125%; }
.blog_more ul	{ margin: 0; padding: 0; }
.blog_more ul li	{
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

/* BUTTON */
.button	{
	padding: 3px 5px;
	border: 1px solid #333333;
	background: #333333;
	color: #CCCCCC;
	font-size: 85%;
}

.button:hover, .button:focus	{
	border: 1px solid #999999;
	background: #666666;
	color: #FFFFFF;
}

.buttonheading img	{ margin: 7px 5px 0 0; border: 0; float: right; }

.category	{ font-weight: bold; }

.clearfix:after	{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clr	{ clear: both; }
.clear { clear: both; }

.column_separator	{ padding: 0 3px; }


/* Component - Content Heading */
.componentheading	{ }
.contentdescription	{ padding-bottom: 30px; }
.contentheading	{ }
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4	{ }

.componentheading, .contentheading{
	
}
/* ************************************* */


.sectiontableheader	{ padding: 8px 5px; background: #444444; color: #FFFFFF; }
.sectiontableheader a	{ color: #FFFFFF; }

.createby	{
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 5px;
}
.createdate	{
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 5px;
}

.hasTip img	{ margin: 10px 5px 0 0; border: none; }

.inputbox	{ border: 1px solid #CCCCCC; background: #FFFFFF; }
.inputbox:hover, .inputbox:focus	{ background: #FFFFCC; }

.legend	{
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* Legend */ 
.legend-title	{
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.modifydate	{ width: 100%; float: left; }

.pagenavbar	{
	padding-left: 14px;
	background: url(../images/icon-pages.gif) no-repeat center left;
}

.pagenavcounter	{
	padding: 8px 14px 0 14px;
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
}

.pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td	{ background: none; }

.smalldark	{ text-align: left; }

#form-login .inputbox	{ width: 80%; }
#form-login p	{ margin: 0 0 5px; }
#form-login ul	{ margin: 10px 0 0; }


/* SYSTEM */
#system-message dd.error ul	{ background: #BF0000; border: none; }
#system-message dd.message ul	{ background: #006699; border: none; }
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li	{
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul	{ padding: 0; margin: 0; }
#system-message dd.notice ul	{ background: #EE9600; border: none; }
/* **************************************** */
