/* custom stuff */

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


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/play.png) no-repeat;
}

/*** fonts ***/
body {
		line-height: 140%;
		font-family: verdana, Tahoma, Helvetica, sans-serif;
		color: #000;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 10px;
}

body.f-larger {
	font-size: 13px;
}

a {
	color: #07519A;
	font-size:10px;
}

a:hover {
	color: #07519A;
}

td.left a.mainlevel#active {
	color: #000;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 11px;
	color: #222;
}

.componentheading {
  /* margin-bottom: 15px; */
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0;
	color:#0651ab;
	text-align:center;
}

div.moduletable {
	margin-bottom: 5px;
}

div.moduletable-adwithus{
	border:1px solid #AACCEE;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:3px 0px;
	text-align:center;
	width: 318px;

}
.moduletable-googleads h3{
	color:#0651ab;
	border:1px solid #AACCEE;
	background: #EBF3FB;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:3px 0px;
	text-align:center;
}
.moduletable-googleads{

}
td.left div.moduletable{
	margin-bottom: 7px;
	background: url(../images/module.png) repeat-x;
	border: 1px solid #AACCEE;
	padding:3px 2px 10px;
	width:150px;
	height:auto;
}

td.right div.moduletable  {
	margin-bottom: 7px;
	background: url(../images/module.png) repeat-x;
	border: 1px solid #AACCEE;
	padding:3px 5px 10px;
	/*width:290px;*/
}


div.moduletable ul {
/*margin: 5px 0;*/ /* change Jeegsh - 03102009 */
	/*padding: 0 2em;*/
	/*width:914px;*/
	/*width:100%;*/
/*	border:1px solid #AACCEE;
	background:#EBF3FB;
*/}

div.moduletable ul li {
	/*padding-bottom: 3px;*/
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

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

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

#inset a.mainlevel {
	display: inline;
	background: none;
	padding: 0 15px;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 16px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/play.png) no-repeat;
	margin-bottom: 3px;
}

a#active:link,
a#active:visited {
	color: #333;
}

li.active a,
li.active li.active a,
li.active li.active li.active a,
li.active li.active li.active li.active a {
   color: #333;
}

li.active li a,
li.active li.active li a,
li.active li.active li.active li a {
   color: #B23B03;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

table.mainbody ul.menu,
ul.menuside {
	padding: 0;
	margin: 0;
	float: none;
}

table.mainbody ul.menu li,
ul.menuside li {
	border: 0;
	margin: 0px;
	line-height: 15px;
	margin-bottom: 4px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/play.png) no-repeat;
}

table.mainbody ul.menu ul li,
ul.menuside ul li {
  margin-left: 10px;
  background: none;
}

table.mainbody ul.menu ul ul li,
ul.menuside ul ul li {
  margin-left: 20px;
  background: none;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

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


td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #e0e5ed;
  border-bottom: 1px solid #cad1d8;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  /*border:1px solid #AACCEE;*/
  padding: 0px 0px 0px 0px;
  margin: 0;
  width: 100%;
}


div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 996px;
}

.w-thin div.wrapper {
	width: 750px;
}

.w-fluid div.wrapper {
	margin: 0 20px;
}


/* showcase */
#showcase {
	border-bottom: 1px solid #BCC0C7;
	background: #DCE0E8 url(../images/showcase-bg.png) repeat-x;
	color: #444;
}


/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #fff;
}

#mainbg {
}

#mainbg-2 {
}

#mainbg-3 {
}

#mainbg-4 {
}

#mainbg-5 {
}

div.wrapper {
	margin: auto;
	position: relative;
}


#showcase ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li,
td.left li,
td.right li,
#footer li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}

#showcase .padding,
#footer .padding {
	padding: 5px 0px;
}

#mainbody-padding {

}

#inset {
	color: #ccc;
	text-align: center;
	margin: 15px 0;
}

#inset table {
	width: auto;
	margin: 0 auto;
}

#footer {
	padding-top: 10px;
}

#the-footer {
	text-align: center;
	background: #323C53;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #636D84;
}

#the-footer .padding {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #636D84;	
	
}

table.showcase,
table.mainbody,
table.headlines,
table.footer {
	width: 100%;
	padding: 0;
}

table.headlines {
	margin-top: -5px;
}

table.showcase tr,
table.mainbody tr,
table.headlines tr,
table.footer tr {
	vertical-align: top;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	width: 33%;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	padding: 0 10px;
}

table.mainbody td.mainbody {
	padding: 0;
	width: 525px; /* Jeegsh - 02102009 */
}

td.mainbody .padding {
	/*padding: 15px;*/
}

table.mainbody td.left {
	width: 142px; /* Jeegsh - 02102009 */
}
table.mainbody td.right {
	width: 300px; /* Jeegsh - 02102009 */
}

table.headlines td.headlines {
	background: #E9EDF5;
}

/* toolbar */

#toolbar {
	background:#ebf3fb;
	/*position: relative;*/
	border:1px solid #aaccee;
	/*margin-bottom:5px;*/
	height:50px;
	/*width:1002px;*/
	width:996px;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

.highlight {
  background-color: #ffc;
}

table#adminform #toolbar {
	background: none;
}

a img { border: 0; }

.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;
}
#copyright {
	border:1px solid #aaccee;
	padding:5px 20px;
}

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

}

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

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

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;*/
	color:red;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.prev{
	width:64px;
	height:24px;
	top:150px;
	background : transparent url(../images/previous.png) no-repeat;
	border: 0px solid red;
	left:0px;
}

.next{
	width:84px;
	height:24px;
	
	background : transparent url(../images/next.png) no-repeat;
	border: 1px solid blue;
	float: right;
	
	position: relative;
}

a.next{
	width:84px;
	height:24px;
	/*left:612px;*/
	background : transparent url(../images/next.png) no-repeat;
	border: 0px solid blue;
	float: right;
	right:-10px;
	position: relative;
	top:1px;
}
a.prev{
	width:64px;
	height:24px;
	top:15px;
	background : transparent url(../images/previous.png) no-repeat;
	border: 0px solid red;
	position: relative;
}

div.moduletablessearch h3{
	background-color:#333333;
	height:20px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-align:center;
	font-size:11px;
	
}
div.moduletablessearch {
	margin-bottom: 10px;
	
}

td.right div.moduletablessearch  {
	margin-bottom: 7px;	
	border: 1px solid #333333;
	background-color:#FEE40B;
	
}

.mainbodybrd{
	border:1px solid #AACCEE;
	margin-bottom:5px;
}

.mainbodybrd_tr{
	background:#EBF3FB; 
	border-bottom:1px solid #AACCEE; 
	color:#0651AB; 
}

#ignite_menu_table{
	width:98%;
	border:1px solid #AACCEE;
	padding-bottom:5px;
}
.sitemap ul{
	padding:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:25px;
	margin-right:15px;

}
.sitemap ul li{
  border: 0px solid red;
  text-align:left;
}

#nav li {
	margin: 0 -9.5px; /* old : 	margin: 0; */
	padding: 0;
	display: block;
	text-align:center; /* Inserted this tag */
	float: left;
	width:76px;
}

.adds_man_item1_titl td, .adds_man_item2_title td  {
	text-align: left;
}

.left .bannergroup {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
}
.left .banneritem {
	margin: 0 0 8px 0;
}
