
/********************************************************************
 * JOOMLA 1.0.X TEMPLATE CSS FILE
 * ----------------------------------------------------------------
 * Copyright (C) 2007 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 * 
 * STANDARD JOOMLA ELEMENTS:
 * Settings for standard typography like headings, paragraphs, etc.
 * and standard Joomla elements like content heading, mosimage,
 * read more button, etc.
 *
*********************************************************************/

/** GENERAL TAGS **/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 75%/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

h5, h6 {
	font-size: 12px;
}

p, pre, blockquote, form, label, dl, fieldset, address {
	margin: 0.35em 0 .8em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

fieldset {
	padding: .5em;
}

ul {
	padding: 0;
}

ul li {
	margin: .3em 0 .3em 1.5em;
	padding: 0px;
}

ul.ja-newslinks{
margin:0px;
padding:0px;}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

small {
	font-size: .85em;
}

img {
	border: none;
	margin-bottom:8px;
	
}

.mos-image{
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 5px 7px 2px 2px;
	margin-bottom: 5px;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}

/*** JOOMLA BUILD-IN ***/
/** PATHWAY **/
/* Path way container */
span.pathway {
	font-weight: bold;
	font-size: 0.9em;
}

a.pathway:link,
a.pathway:visited {
	padding: 0 .35em;
	font-weight: normal;
	text-decoration: none;
}

a.pathway:hover {
	text-decoration: underline;
}

/** HEADING AREA **/
/* page heading */
.componentheading,
.contentheading {
	font-size: 18px;
	font-weight:bold;
}

/* Content title link */
a.contentpagetitle:link,
a.contentpagetitle:visited {
	text-decoration: none;
}

a.contentpagetitle:hover {
	text-decoration: underline;
}

/** CONTENT AREA **/
/* Blog page main wrapper */
table.blog {
	width: 100%;
}

table.blog td {
	padding-right: .4em;
}

/* Content container */
table.contentpane,
table.contentpaneopen {
}

/* Separator after each content container TD */
span.article_seperator {
	display: block;
	height: 1px;
}

table.blog span.article_seperator {
	height: 1.5em;
}

/* 3 buttons */
td.buttonheading {
	padding: 0 2px;
}

/* Data & written by area */
span.small,
td.createdate,
td.modifydate {
	color: #999999;
	font-size: 0.9em;
	padding-bottom: .6em;
}

/* Page counter */
div.pagenavcounter {
	margin: .5em 0;
	color: #595959;
	font-size: .9em;
	font-weight: bold;
}

/* Table of content */
table.contenttoc {
	margin: 1em;
	border: 1px solid #D9D9D9;
	padding: 0 .5em;
	background: #F5F5F5;
}

table.contenttoc th {
	padding: .4em;
	background: url(../images/grey_dot.png) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}

table.contenttoc td {
	padding: .2em .5em;
}

a.toclink:link,
a.toclink:visited {
	font-size: .9em;
}

a.toclink:hover {
}

div.mosimage {
	padding: .3em;
	margin: .8em;
	color: #595959;
}

div.mosimage_caption {
	padding: .2em;
	font-weight: bold;
	font-size: 0.9em;
}

/* Read more */
a.readon:link,
a.readon:visited {
	padding: 3px 6px 3px 22px;
	text-decoration: none;
	padding-top: 4px;
	margin-bottom:5px;
	margin-top:5px;
}

a.readon:hover {
	text-decoration: none;
}

/** COMPONENT AND CONTENT TABLE PAGE **/
/* Description in content table and component page */
td.contentdescription {
	padding: .5em 0;
}

/* Links in Section Table page */
a.category:link,
a.category:visited {
	font-weight: bold;
}

a.category:hover {
}

/* table in category table page */
td.sectiontableheader {
	padding: .5em 1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* table's row 1 */
tr.sectiontableentry1 td {
	padding: .5em .8em;
	background: #F5F5F5;
}

/* table's row 2 */
tr.sectiontableentry2 td {
	padding: .5em .8em;
	background: none;
}

.smalldark {
}

/** "MORE..." AREA **/
/* "More..." panel */
div.blog_more {
}

/* "More..." panel heading text */
div.blog_more div {
	padding-bottom: .3em;
}

/* "More..." block links */
div.blog_more ul {
}

div.blog_more li{
}

/* "More..." panel links */
a.blogsection:link, a.blogsection:visited {
	text-decoration: none;
}

a.blogsection:hover {
	text-decoration: underline;
}

/** BOTTOM NAVIGATION BAR **/
/* content page nav */
div.pagenavbar div {
	color: #999999;
	font-weight: bold;
	font-size: .9em;
}

div.pagenavbar a:link, 
div.pagenavbar a:visited {
	text-decoration: none;
}

div.pagenavbar a:hover {
	text-decoration: underline;
}

/* content item rolling nav */
th.pagenav_prev, th.pagenav_next {
	color: #999999;
	font-size: .9em;
	font-weight: bold;
}

th.pagenav_prev a:link, th.pagenav_prev a:visited,
th.pagenav_next a:link, th.pagenav_next a:visited {
	text-decoration: none;
}

th.pagenav_prev a:hover, th.pagenav_next a:hover {
	text-decoration: underline;
}

/* blog pages nav */
.pagenav {
	padding: 0 .5em;
	margin-top: 1em;
	color: #999999;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* blog pages nav link */
a.pagenav:link, a.pagenav:visited {
	text-decoration: none;
	text-transform: uppercase;
}

a.pagenav:hover {
	text-decoration: underline;
}

/* Back button */
div.back_button {
	margin: .5em 0;
	padding: .4em 0;
	font-weight: bold;
}

div.back_button a:link,
div.back_button a:visited {
	text-decoration: none;
	text-transform: uppercase;
}

div.back_button a:hover{
	text-decoration: underline;
}

.hd {
	display: none;
}

/** COMMON FORM **/
input.button {
}

input.inputbox {
}

input.inputbox:hover,
input.button:hover {
}

input.inputbox:focus {
}

/** POP UP FORMS **/
body.contentpane {
	padding: 1em;
	color: #000000;
	background: #FFFFFF;
}

/** SEARCH MODULE **/
/* Search wrapper */
div.search {
}

/* Search input box */
input#mod_search_searchword {
}

span.highlight {
	padding: .2em;
}

/** LOGIN MODULE **/
input#mod_login_username {
	width: 120px;
}

input#mod_login_password {
	width: 120px;
}

input#mod_login_remember {
	border: none;
	background: none;
	vertical-align: middle;
}

/** LATEST NEWS & POPULAR MODULE **/
ul.latestnews,
ul.mostread {
}

ul.latestnews li,
ul.mostread li {
}

/** POLL MODULE **/
/* poll's table */
td.poll {
}

/* poll's question */
td.poll thead td {
}

/* poll's answers */
table.poll td {
	text-align: left;
}

/* poll's answers table */
table.pollstableborder {
	margin: .5em 0;
	text-align: left;
}

table.pollstableborder td{
	font-size: .9em;
}

/* poll's answer row 1 */
td.sectiontableentry1 {
	padding: .3em .2em;
	background: #F5F5F5;
}

/* poll's answer row 2 */
td.sectiontableentry2 {
	padding: .3em .2em;
	background: none;
}




/* CUSTOM CUSTOM*/


/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-error.gif) no-repeat center left;
	color: #CC0000;
}

.message {
	padding: 5px 0 5px 25px;
	background: url(../images/bullet-info.gif) no-repeat center left;
	/*color: #006DA3;*/
	color: #140858;
}

.tips {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}

.highlight {
	/*border-bottom: 1px dotted #006DA3;*/
	border-bottom: 1px dotted #140858;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 5px;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin-bottom: -15px;
}
div.bubble1 div {
background:transparent url(../images/bub-br-bg.gif) no-repeat scroll right bottom;
margin:0pt;
width:100%;
}
div.bubble1 div div {
background:transparent url(../images/bub-bl-bg.gif) no-repeat scroll left bottom;
}
div.bubble1 div div div {
background:transparent url(../images/bub-tr-bg.gif) no-repeat scroll right top;
}
div.bubble1 div div div div {
background:transparent url(../images/bub-tl-bg.gif) no-repeat scroll left top;
}
div.bubble1 div div div div div {
margin:0pt;
padding:15px 15px 30px;
width:auto;
}
div.bubble2 {
background:transparent url(../images/bub-arrow-bg.gif) no-repeat scroll left bottom;
width:99%;
}
div.bubble2 div {
background-color:#F7F7F7;
border-color:#CCCCCC rgb(204, 204, 204) -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
margin-bottom:20px;
padding:10px 15px 15px;
}
div.bubble3 div {
background:transparent url(../images/bub2-br-bg.gif) no-repeat scroll right bottom;
margin:0pt;
width:100%;
}
div.bubble3 div div {
background:transparent url(../images/bub2-bl-bg.gif) no-repeat scroll left bottom;
}
div.bubble3 div div div {
background:transparent url(../images/bub2-tr-bg.gif) no-repeat scroll right top;
}
div.bubble3 div div div div {
background:transparent url(../images/bub2-tl-bg.gif) no-repeat scroll left top;
}
div.bubble3 div div div div div {
margin:0pt;
padding:15px 15px 50px;
width:auto;
}
div.bubble4 {
background:transparent url(../images/bub2-arrow-bg.gif) no-repeat scroll left bottom;
width:99%;
}
div.bubble4 div {
background-color:#F7F7F7;
border:1px solid #CCCCCC;
margin-bottom:30px;
padding:10px 15px 15px;
}




/* Caption Box */
.caption,
.captionBox,
.captionBox-hilite,
.story-hilite {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  position: relative;
  line-height: normal;
}

.captionBox h3,
.captionBox-hilite h3 {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  font-size: 125%;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: uppercase;
}

.captionBox-hilite {
	/*border: 1px solid #006DA3;*/
	border: 1px solid #140858;
}

.captionBox-hilite h3 {
	/*color: #006DA3;*/
	color: #140858;
}

.caption span.title {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  line-height: 14px;
  background: #FFFFFF;
  color: #999999;
}

.story-hilite h3 {
	position: absolute;
	top: 0px;
 	margin: 0 0 0 -2px;
 	padding: 0px 5px 0px 5px;
 	/*background: #006DA3;*/
	background: #140858;
	font-size: 125%;
	font-weight: bold;
 	color: #FFFFFF;
	text-transform: uppercase;
}

.story-hilite {
	/*border: 1px solid #006DA3;*/
	border: 1px solid #140858;
	padding-top: 25px;
}



/* Video, comment, rss style */
.video, .video:hover, .video:active {
	background: url(../images/video.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.comment, .comment:hover, .comment:active {
	background: url(../images/comment-icon.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.rss, .rss:hover, .rss:active {
	background: url(../images/rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;	
}


/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	/*border: 1px solid #006DA3;*/
	border: 1px solid #140858;
	background: #E7F4FA;
}

img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 7px 2px 2px;
}

img.border2 {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 5px 7px 2px 2px;
}

#span-search {
	float: left;
	color: #CCCCCC;
	font-weight: bold;
	padding: 2px 5px 3px;
	margin-top: 3px;
}







/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
/* Code text */
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 30px;
	background: url(../images/tp-code.gif) no-repeat top left #F7F7F7;
	font: 1em/1.5 monospace;
}

/* Quote */
blockquote {
	margin: 15px 0;
	padding: 5px 30px 5px 35px;
	background: url(../images/quote.gif) 10px 0 no-repeat;
	font: normal 125%/1.5 Cambria, "Times New Roman", Times, serif;
}

div.blockquote {
	margin: 0;
	padding: 0;
	background: url(../images/quote-right.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	color: #FFFFFF;
	/*background: url(../images/q1_std.gif) no-repeat 10px 10px #006DA3;*/
	background: url(../images/q1_std.gif) no-repeat 10px 10px #140858;
	padding-right : 5px;
	padding-bottom: 10px;
	margin: 0;
}

.quote-hilite blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

.quote-hilite blockquote a {
	color: #FFFFFF;
}

.quote-hilite blockquote a:hover, a:active {
	color: #FFFFFF;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #666666;
	font: bold 50px/40px "Times New Roman", Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-error.gif) no-repeat center left;
	color: #CC0000;
}

.message {
	padding: 5px 0 5px 25px;
	background: url(../images/bullet-info.gif) no-repeat center left;
	/*color: #006DA3;*/
	color: #140858;
}

.tips {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}

.highlight {
	/*border-bottom: 1px dotted #006DA3;*/
	border-bottom: 1px dotted #140858;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 5px;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

.blocknumber {
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}

/* Video, comment, rss style */
.video, .video:hover, .video:active {
	background: url(../images/video.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.comment, .comment:hover, .comment:active {
	background: url(../images/comment-icon.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.rss, .rss:hover, .rss:active {
	background: url(../images/rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;	
}

.readon {
float:right;
}

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