/********************************* 
* TINT-o-COLOR - NEOJOOMLA! TEMPLATE 
* 
* Author : Neojoomla! www.neojoomla.com
* Copyright © 08.2007
* 
* 
* COMMONS STYLES
**********************************/


/* **** ACCESSIBLITY */
#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* **** GLOBAL CONTENT */
#global_content {	margin: 0 auto; }

.thin { width: 770px; }
.thin .userbox { 	width: 770px; } /* Bug IE */
.thin #center { 	width: 770px; } /* Bug IE */

.thin .side-0 #content { 	width: 770px; }
.thin .side-1 #content { 	width: 600px; }
.thin .side-2 #content { 	width: 450px; }

.thin #left, .thin #right {	 width: 140px; }


.wide { width: 970px; }
.wide .userbox { 	width: 970px; } /* Bug IE */
.wide #center { 	width: 970px; } /* Bug IE */

.wide .side-0 #content { 	width: 970px; }
.wide .side-1 #content { 	width: 770px; }
.wide .side-2 #content { 	width: 600px; }

.wide #left, .wide #right {	 width: 170px; }



/* **** TEMPLATES STYLES */

.clear { clear: both; }



.fsize-small { 		font-size: 11px; }
.fsize-default { 	font-size: 12px; }
.fsize-large { 		font-size: 14px; }



/* HEADER */
#header {
	clear: both;
	height: 120px;
	margin-top: 5px;
	color: #FFF;
}




/* TOPBAR : TOOLS AND SEARCH */

#tools {
	float: left;
}
#search {
	float: right;
}

.topbar {
	margin: 0.5em 1em 0 1em;
	height: 18px;
	font-size: 0.95em;
}
* html .topbar { margin: 0 1em 0 1em; }
.topbar h3 { font-size: 0.95em; }
.topbar table {	width: auto; }
.topbar li { display: inline; }
.topbar a { 
	color: #FFF;
	text-decoration: none;
}
.topbar a:hover { 
	color: #FFF; 
	text-decoration: underline;
}
.topbar .jflanguageselection li { display: inline; }
.topbar .jflanguageselection li a {	font-weight: normal; }
.topbar .jflanguageselection li.active_lang a {	font-weight: bold; }





/* LOGO */
#logo {
	clear: both;
	position: relative;
	top: 1.5em;
	margin: 0 auto;
	width: 312px;
	height: 38px;
}
* html #logo { top: 1em; }
#logo h1 {
	float: left;
	width: 312px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: hand;
}
#logo span { display: none; }






/* MAIN MENU */
#menu {
	padding: 0 0.5em;
	height: 38px; /* Bug IE */
}
#menu li { display: inline; }
#menu a.mainlevel {
	display: block;
	height: 38px;
	float: left;
	margin: 0 0 0 0.4em;
	padding: 0 0.6em;
	text-decoration: none;
	line-height: 38px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-position: 0 100%;
	background-repeat: repeat-x;
}
#menu a.mainlevel:hover {
	text-decoration: none;
	background-image: none;
}
#menu a#active_menu {
	background-image: none;
	text-decoration: none;
	color: #FFF;
}
#menu a#active_menu:hover {
	text-decoration: none;
}
#menu a.sublevel {
	display: block;
	margin: 0 0 0 0.4em;
	padding: 0.5em 1em 0.5em 0.6em;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
}
#menu a.mainlevel .arrow {
	background: url(../images/arrow_down.png) no-repeat 0 50%;
	padding: 0 0 0 1em;
}
#menu a.sublevel .arrow {
	background: url(../images/arrow_side.png) no-repeat 100% 3px;
	padding: 0 1em 0 0;
}


/* PATHWAY */

#pathway {
	padding: 0.5em 0.8em;
}
span.pathway {
	font-size: 0.85em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0 1em 0 0.1em;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icon_pathway.png) no-repeat 100% 4px;
}
span.pathway a:hover {	text-decoration: underline; }








/* USER BOX */
.userbox { float: left; }
.userbox .floatmodule { 
	float: left; 
	font-size: 0.95em;
}

.column-1 .floatmodule { width: 100%; }
.column-2 .floatmodule { width: 50%; }
.column-3 .floatmodule { width: 33%; }
.column-4 .floatmodule { width: 25%; }

* html .column-4 .floatmodule { width: 24.9%; }

.userbox .floatmodule .moduletable {
	margin: 1em;
}	
.userbox h3 {
	padding: 0.1em 0 0.1em 0.5em;
	text-align: left;
	font: bold 1.2em Berlin Sans FB Demi, Helvetica, sans-serif;
	border-left-width: 3px;
	border-left-style: solid;
}
.userbox .contentheading {
	padding: 0;
	font-size: 1.4em;
}
.userbox a.mainlevel {
	display: block;
	padding: 0.2em 0 0.2em 1em;
	margin: 0.2em 0;
	color: #36393D;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background: url(../images/icon_square.png) no-repeat 0 6px;
}
.userbox a.mainlevel:hover {
	text-decoration: underline;
	color: #36393D;
}
.userbox a#active_menu {
	text-decoration: underline;
}
.userbox a#active_menu:hover {
	text-decoration: none;
}




#center { 
	clear: both;
	float: left; 
	padding: 1em 0;
}




/* LEFT */
#left {
	float: left;
	margin-right: 18px;
}


/* RIGHT */
#right {
	float: right;
}
#right .moduletable {
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
}


.column {
	font-size: 0.85em;
	color: #36393D;

}
.column .moduletable {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}
.column .article_seperator { display: none; }
.column .contentheading {	 font-size: 1.4em; }
.column ul.latestnews, .column ul.mostread, .column ul.neolatestnews {
	margin: 0 0 0 0.4em;
}
/* Neolatestnews */
.column ul.neolatestnews a.newstitle { font-size: 1em; }


.column h3 {
	color: #FFF;
	padding: 0.3em 0 0.3em 0.5em;
	text-align: left;
	font: bold 1.3em Berlin Sans FB Demi, Helvetica, sans-serif;
}
.column a.mainlevel {
	display: block;
	padding: 0.3em 0;
	margin: 0.2em 0.6em;
	color: #36393D;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.column a.mainlevel:hover {
	color: #36393D;
	text-decoration: underline;
}
.column a.sublevel {
	display: block;
	padding: 0.2em 0 0.2em 1em;
	margin: 0.2em 0;
	color: #36393D;
	text-align:left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/icon_square.png) no-repeat 0 6px;
}
.column a.sublevel:hover {
	color: #36393D;
	text-decoration: underline;
}








/* CONTENT */
#content { 
	float: left; 
	line-height: 1.4em;
}

#content ol { margin-left: 25px; }
#content ul { margin-left: 30px; }
#content ol li { 
	list-style-type: decimal; 
	padding: 2px 0px; 
}
#content ul li {
	list-style-type: disc; 
	padding: 2px 0px; 
}
#content h1 {
	font-size: 1.5em;
	margin: 0.8em 0;
}
#content h2 {
	font-size: 1.5em;
	margin: 0.8em 0;
}
#content h3 {
	font-size: 1.3em;
	margin: 0.5em 0;
}
#content h4 {
	font-size: 1.1em;
	margin: 0.25em 0;
}






.line {
	clear: both;
	height: 4px;
	margin: 0 0 2px 0;
}



/* FOOTER */
#footer {
	margin: 0 0 0.5em 0;
	padding: 0 0.8em 0.8em 0.8em;
	background-color: #FF9801;
	color: #FFF;
	text-align: left;
	font-size: 0.85em;
}
#footer .moduletable { padding: 0.8em 0; }
#footer h1 {
	font-weight: normal;
	font-size: 0.95em;
}
#footer a {
	font-weight: bold;
	color: #FFF;
}
#footer a:hover { color: #FFF; }




/* COPYRIGHT */
#copyright {
	padding: 0 0 0.5em 0;
	text-align: right;
	font-size: 0.95em;
}
#copyright div { text-align: right; }
#copyright a, #copyright a:hover {
	font-weight: normal;
}



/* NEOJOOMLA (C) */
#neojoomla { float: left; }
#neojoomla h1 {
	float: left;
	width: 145px;
	height: 30px;
	cursor: hand;
}
#neojoomla span { display: none; }






/* **** TEMPLATE CUSTOMIZER */
.templateCustomizer {
	position: relative;
	float: right;
	padding: 0.3em 0.5em 0 0;
}
#tcWidth {		padding: 0.1em 0.1em 0 0; }
#tcWidth ul {	padding: 0 0 0 0.5em; }
.templateCustomizer ul { 
	float: left;
	padding: 0 0 0 1em;
}
.templateCustomizer ul li { 
	float: left;
	border: 1px solid #FFF;
	margin: 1px;
}
.templateCustomizer a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
}
#tcWidth a {
	width: 16px;
	height: 16px;
}
.templateCustomizer a:hover {}
.templateCustomizer a span { display: none; }

.templateCustomizer li.fsize-small a {  	background-image: url(../images/tc_fsize-small.png); }
.templateCustomizer li.fsize-default a { 	background-image: url(../images/tc_fsize-default.png); }
.templateCustomizer li.fsize-large a { 	 	background-image: url(../images/tc_fsize-large.png); }

.templateCustomizer li.width-thin a { 	background-image: url(../images/tc_width-thin.png); }
.templateCustomizer li.width-wide a  { 	background-image: url(../images/tc_width-wide.png); }

.templateCustomizer li.clr-kakhi a { 	background-color: #8E921F; }
.templateCustomizer li.clr-grey a { 	background-color: #ABA9A5; }
.templateCustomizer li.clr-green a { 	background-color: #93C029; }
.templateCustomizer li.clr-blue a { 	background-color: #8DACE5; }
.templateCustomizer li.clr-orange a { 	background-color: #FF9900; }
.templateCustomizer li.clr-teal a { 	background-color: #2587A0; }
.templateCustomizer li.clr-citrus a { 	background-color: #C3DD00; }
.templateCustomizer li.clr-red a { 	background-color: #D35C2D; }
.templateCustomizer li.clr-pink a { 	background-color: #E40079; }
.templateCustomizer li.clr-black a { 	background-color: #29292B; }

.templateCustomizer li.bg-stone a { 	background-color: #BFC1B4; }
.templateCustomizer li.bg-ground a { 	background-color: #D5D0B0; }
.templateCustomizer li.bg-steel a { 	background-color: #748798; }
.templateCustomizer li.bg-night a { 	background-color: #39383D; }







/* **** JOOMLA & NEOJOOMLA MODULES STUFFS */


/* POLL */
.pollstableborder {	width: 100%; }
.poll div {	
	padding: 0.5em 0; 
}



/* NEOLATESTNEWS */
ul.neolatestnews li p { margin: 0.4em 0; }
ul.neolatestnews a.newstitle {
	font-size: 1.2em;
}




/* LATESTNEWS, MOSTREAD */
ul.latestnews, ul.mostread, ul.neolatestnews {
	padding: 0 0 0.4em 0;
}
ul.latestnews li, ul.mostread li, ul.neolatestnews li {
	margin: 0.8em 0;
}
ul.latestnews li, ul.mostread li {
	padding: 0 0.4em 0 0.8em;
	background: url(../images/icon_square.png) no-repeat 0 4px;
}
ul.latestnews a, ul.mostread a, ul.neolatestnews a { text-decoration: none; }
ul.latestnews a:hover, ul.mostread a:hover, ul.neolatestnews a:hover { text-decoration: underline; }






/* **** HTML TAGS */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana, Berlin Sans FB Demi, Helvetica, sans-serif;
	font-size: 11px; 
}

table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0px;
	margin: 0px;
}
ul li { list-style-type: none; }

a {
	color: #36393D;
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	color: #000;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0px;
	color: #999;	
	background-color: #999;
}

img { border: 0px; }


input, select, textarea {
	font: normal 11px Verdana, Berlin Sans FB Demi, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}




/* **** JOOMLA STUFFS */


/* FORMS */
input.inputbox, select.inputbox, textarea {
	color: #333;
}
input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 2px;
	color: #FFF;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
}




/* SMALL TEXT, DATES */
.createdate, .modifydate, .small  {
	font-size: 0.95em;
	text-align: left;
}




/* **** PAGE CONTENT */

/* PRINT PAGE */
body.contentpane {	padding: 6px 10px 4px 10px; }


table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size: 1em;
}



/* HEADING OF COMPONENT */
.componentheading {
	clear: both;
	margin: 0.4em 0;
	padding: 0.2em 0.4em;
	font: bold 1.3em Berlin Sans FB Demi, Helvetica, sans-serif;
	color: #FFF;
}



/* HEADING OF CONTENT */
.contentheading {
	font: bold 1.5em Berlin Sans FB Demi, Helvetica, sans-serif;
	padding: 0.5em 0 0 0;
	line-height: normal;
}
.contentheading a {
	text-decoration: none;
}
.contentheading a:hover { 
	text-decoration: none; 
}




/* BUTTONS HEADING (PRINT, EMAIL, PDF) */
.buttonheading {           
	text-align: left;
	padding: 0 0.4em;
	font-size: 0.85em;
	border-width: 1px;
	border-style: solid;
}
.buttonheading img { border: 0; }
.buttonheading a { text-decoration: none; }
.buttonheading a:hover { text-decoration: underline; }




.contentdescription { padding: 6px 0px; }

.pagenavcounter { text-align: right; }




/* TABLE OF CONTENT */
table.contenttoc {
	margin: 0 0.2em 0.2em 0.4em;
	color: #FFF;
}
table.contenttoc th {
	font-weight: bold;
	text-align: center;
	padding: 0.2em 1em;
}
table.contenttoc a.toclink {
	padding: 0 0 0 0.8em;
	font-size: 0.95em;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/icon_square.png) no-repeat 0 4px;
}
table.contenttoc a.toclink:hover { text-decoration: underline; }




/* MOS IMAGE */
div.mosimage {	
	width: auto;
	margin: 0.5em;
	border-width: 1px;
	border-style: solid;
	padding: 0.2em;
}
div.mosimage_caption {
	padding: 0.2em;
	font-size: 0.95em;
}




/* READMODRE LINK FOR ARTICLES */
a.readon {	
	font-size: 0.95em;
	text-decoration: underline;
}
a.readon:hover { 
	text-decoration: none; 
}




/* ARTICLE SEPERATOR */
span.article_seperator {
	display: block;
	background: url(../images/dotline.png) repeat-x 0 50%;
}




/* BLOG MORE */
.blog_more {
	padding: 0.5em;
	margin: 0.5em 0;
	border-width: 1px;
	border-style: solid;
}
.blog_more ul{ 
	padding: 0 0 0 0.2em; 
}
.blog_more li{ 
	margin: 0 0 0.4em 0;
}
.blog_more a { text-decoration: none; }
.blog_more a:hover { text-decoration: underline; }




/* TABLE ITEMS */
.sectiontableheader {
	padding: 0.5em 0.2em;
	color: #FFF;
	font-weight: bold;
}
.sectiontableheader a, .sectiontableheader a:hover {color: #FFF; }

tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 { 
	padding: 0.3em 0.2em; 
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }

.sectiontablefooter {}




/* PAGIN NAVIGATION */
.pagenavbar {
	padding: 4px;
	text-align: left;
}


span.pagenav, a.pagenav {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px 2px;
}
a.pagenav, .pagenav_prev a, .pagenav_next a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
a.pagenav:hover, .pagenav_prev a:hover, .pagenav_next a:hover { 
	text-decoration: underline; 
}




/* BACK BUTTON  */
div.back_button a { 
	display: block;
	padding: 0 0 0.4em 1em;
	float: right;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icon_back.png) no-repeat 0 100%;
}
div.back_button a:hover { 
	text-decoration: none; 
}




/* SEARCH RESULTS */
table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }





/* MODULES STUFFS */

table.moduletable { width: 100%; }

.syndicate img { margin: 1px 0px; }





/* **** FRONTEND ADMIN STUFFS */

/* VALIDATION MESSAGE */
div.message {
	font-size: 0.95em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0px;
}



/* FORM TOOLBAR */
table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}