/* custom stuff */

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


body {
	margin: 0;
	padding:0;
	background:#fff;
	
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* custom paragraph color background dude */
p.bg{
  margin-top: 0;
  margin-bottom: 5px;  
  padding-left:5px;
  background-color: #e5e5da;
}
/* end of custom paragraph color background dude */
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: 5px;
	line-height: 14px;
	height: 16px;
	background: url(../images/play.png) no-repeat;
}

/*** fonts ***/
body {
		line-height: 155%;
		font-family: "Microsoft Sans Serif", Tahoma, Helvetica, sans-serif;
		color: #666;
}

/* size attributes */

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

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

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

a {
	color: #669900; /*---------------main menu and any links text color dark turquoise---------*/
	/*font-weight:bold;*//*----------------main menu font style bold */

}

a:hover {
	color: #00ccff;/* black hover color *//* ---- side menu and all links and toolbar text hover bg color ----*/
	
 }

td.left a.mainlevel{
        text-align: right;
	color: #999;/*---------------left main menu text color dark grey---------*/
}

td.left a.mainlevel:hover{
	color: #837011;/*---------------left main menu hover text color dark brown---------*/
	background-color: #dfcc30;
}

td.left a.mainlevel#active_menu {
	color: #c6b41e; /*---------------main menu active menu text color dirty yellow---------*/
        background-color: #fff;  /*---------------main menu bg menu  color white---------*/
}

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

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

div.moduletable h3,
.componentheading {
	font-size: 130%;
	color: #626b6f;                        
}

/**-------------------------------------dude--------- module ---content heading color--------------------------------**/
div.moduletable h3,
.contentheading {
	font-size: 100%;
	text-align:left;
	color: #dadd08;              
        background-color: #fff;    /*  module and section table header colors and text bg*/  
    border-bottom:0px solid #ccc;   
    border-left:0px solid #fff;  
}






.componentheading {
  margin-bottom: 15px;
}



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


/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: "Microsoft Sans Serif",Arial, Helvetica, sans-serif; /*  module and section table header colors and text bg*/  
	font-weight: normal;
	font-size: 10px; /* this is for setting the fonts for the main navigation and inset navs*/
}

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

/* module settings */

div.moduletable h3 {
	margin-top: 5px;    
	margin-bottom: 10px; 
	padding-bottom: 0;   
}

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

td.left div.moduletable,
td.right div.moduletable  {margin-top:100px;
	margin-bottom: 10px; 
}


/** ------------------ orange color style for module suffix--------------------**/
td.left div.moduletable-orange,td.right div.moduletable-orange{
	margin-bottom: 10px;  
        padding: 0px 5px;          
        background-color: #ffcc42;            
}
/** ------------------ orange color style for module suffix--------------------**/



 /** -------------------------------- my module starts -------------  **/
td.left div.moduletable h3 {
/**	margin-top: 5px;      **/
	margin-bottom: 1px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top:4px;
        color : #999;
        border-left:3px solid #fff;
        background-color: #fff; /*------ white bg color of header titles for left modules------*/
        height: 14px;
        text-align: right;
	/*------   background: url(../images/mod-header-blue.jpg) no-repeat;  ------*/
}

/** -------------------------------- my module ends -------------  **/




div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

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

/* default menu link styles */
a.mainlevel {
	display: block;
	font-weight:normal; /*--------- text styles for left and right menu links -----------*/
}

a.sublevel {
               
}

a.mainlevel:hover {
	text-decoration: none;
        background:#fff; /**------------dude this is left menu mouseover white background color-------**/
}

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

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

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 20px;
	line-height: 15px;
	padding: 0;
	padding-left: 0px;
        background:#ffffff ; /**----------  url(../images/play.png) no-repeat; ---left menu bg dark grey color-----------**/
	margin-bottom: 0px;  
	/**---  border-bottom: solid; ----**/
        /**--- border-width: 1px; ----**/
        /**---border-color: #cccccc;  ----**/
}

a#active_menu:link,
a#active_menu:visited {
	color: #cccccc;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #cccccc;
}

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

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

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

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

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

/** 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: #edece9;
  border-bottom: 1px solid #dfdedc;
}

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

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

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

/**-----------------------------------------------PAGE CLASS SUFFIX- grey-------------------------------------------**/
table.contentpaneopen-grey, table.contentpane-grey {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
  background: #e8e8e8;
}


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


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


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

/** width stuff **/

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

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

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


/* showcase */
#showcase {padding-top:20px;
	border-bottom: 0px solid #ccc;
}


/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: url(../images/homebg.png) center no-repeat;
}


#mainbg {
        /*background:#ccc; */ /* body bg colors*/
	
	}


#mainbg-2 {
	/**dude background: #fff url(../images/body-shadow-br.png) 100% 0 repeat-y; dude**/
      /* border-style: solid;
       border-color: #fff;*/ /**---------------border color of main outer bg----------------- **/      
}

#mainbg-3 {
	 /**dude background: transparent url(../images/body-shadow-bl.png) 0 0 repeat-y; dude**/
        /* border-style: solid;
         border-color: #fff;  *//**---------------border color of main inner bg----------------- **/ 
}

#mainbg-4 {
	/*dude    background: transparent url(../images/dropshadow_sides.gif) 100% 0 repeat-y;  dude*/  
}

#mainbg-5 {
	 /*dude  background: transparent url(../images/dropshadow_sides.gif) 0 0 repeat-y;   dude*/  
	   padding: 0 0px;  
}

/** dude
#mainft-2 {
	background: #c3bda4 url(../images/footer-shadow-tr.png) 100% 0 no-repeat; 
}

#mainft-3 {
	background: transparent url(../images/footer-shadow-tl.png) 0 0 no-repeat;
	padding: 0 24px;
}
dude **/

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 #ffffff;
		padding-bottom: 0;
		margin-bottom: 0px;
}

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

#mainbody-padding {
  border-top: 0px solid #fff;
  border-bottom: 1px solid #fff;
  
}

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

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

#footer {
	padding-top: 0px;
}

/**------------ dude the footer -----------*/
#the-footer {
	/* text-align: center;
        background: #000000;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 5px solid #fff;
	color: #cccccc; */ /* this is the footer text color */  
}



#the-footer .padding {
	width: 100%;
        border-top: 0px solid #ffffff;	
	
}


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

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.mainbody td.left,
table.mainbody td.right,
table.headlines td.headlines {
	padding: 0px 0px;
}

table.mainbody td.mainbody {
	margin-top: 0px;
    /*  background: url(../images/f3.jpg) no-repeat;  */
/**------------- this is the content background dude url(../images/content-bg.png) repeat-x;     dude------------------ **/
}

td.mainbody .padding {
	padding: 5px 245px; /* padding to shift mainbg right */
}

table.mainbody td.left,
table.mainbody td.right {
	width: 18%;
	background: #000000;
/**------------- this is the sidemenu background dude  url(../images/side-bg.png) repeat-x; dude------------------ **/
	padding-top: 5px;
}

table.mainbody td.left {
        border-right: 1px dashed #d7dadc;
	   
}

table.mainbody td.right {
        border-left: 1px dashed #d7dadc; 
	       
}

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

/* toolbar */

#toolbar {
	height: 60px;
/*	background: #fff; */  /* this makes background of toolbar transparent */
        position: relative;
        	
}

/* 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: #f9e32d;
}
.highlightpink {
  background-color: #ea2b85;
}

table#adminform #toolbar {
	background: none;
}