/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 150%;
  clear: both;
}

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: normal;
}

span.pathway img {
	margin: 0px 2px;
	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: 125%;
		font-family: Arial, "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 11px;
}

body.f-larger {
	font-size: 12px;
}

a {
	color: #B23B03;
}

a:hover {
	color: #5881BE;
}

td.left a.mainlevel#active_menu {
    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: 120%;
	color: #222;
	margin-bottom: 15px;
	border-bottom: 1px solid #AFAFAF;
        margin-top: 5px;
}

.componentheading {

}

td.componentheading {
	padding-bottom: 10px;
}

td.contentheading {
	padding-bottom: 10px;
}

/* font family */
h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

span.pathway {
	font-weight: normal;
	font-size: 93%;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: 0px;
}

div.moduletable {
	margin-bottom: 10px;
}

div.moduletable-border {
        border: 1px solid #CECECE;
        padding: 0px 5px 0px 5px;
        margin: 0px -10px 0px -10px;
}

div.moduletable-border h3 {
        font-size: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
        color: #7F7F7F;
}

div.moduletable-border a {
        color: #AF7B62;
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

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_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
   font-size: 120%;
   margin-top: 25px;
}

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 */

.contenttoc {
}

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;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 10px;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}


table.contentpaneopen ul li {
  line-height: 150%;
}

.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 30px; */
	margin: auto;
	min-width: 750px;
	max-width: 1050px;
/*	width: expression(document.body.clientWidth > 1050? "1050px": "auto" ); */
}


/* 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: #DCE0E8;
}

#mainbg {
	background: url(../images/body-bg.png) repeat-x;
}

#mainbg-2 {
	background: #fff url(../images/body-shadow-br.png) 100% 0 repeat-y;
}

#mainbg-3 {
	background: transparent url(../images/body-shadow-bl.png) 0 0 repeat-y;
}

#mainbg-4 {
	background: transparent url(../images/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbg-5 {
	background: transparent url(../images/body-shadow-tl.png) 0 0 no-repeat;
	padding: 0 25px;
}

#mainft-2 {
	background: #dce0e8 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;
}

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 {
  border-top: 1px 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: 10px;
}

#footer div.moduletable h3 {
	text-align: center;
}

#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.mainbody td.left,
table.mainbody td.right,
table.headlines td.headlines {
	padding: 0 10px;
}

table.showcase td.showcase h3 {
	font-size: 100%;
	color: #333;
	background: url(../images/module_header_beige.png) no-repeat;
	height: 37px;
	line-height: 26px;
	padding-left: 8px;
}

table.showcase td.showcase .contentheading {
	font-size: 100%;
	color: #333;
	border: 0;
	padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 100%;
}

table.mainbody td.mainbody {
	padding: 0;
	background: #e6eaf2 url(../images/content-bg.png) repeat-x;
}

td.mainbody .padding {
	padding: 0 15px;
}

table.mainbody td.left,
table.mainbody td.right {
	width: 18%;
	background: #DCE0E8 url(../images/side-bg.png) repeat-x;
	padding-top: 5px;
}

table.mainbody td.left {
	border-right: 1px solid #fff;
}

table.mainbody td.right {
	border-left: 1px solid #fff;
}

table.headlines td.headlines {
	background: #E9EDF5;
	text-align: center;

}

table.headlines td.headlines div.moduletable h3 {
	font-size: 98%;
	padding-top: 10px;
}

/* toolbar */

#toolbar {
	height: 31px;
	background: url(../images/toolbar-bg.png) repeat-x;
	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: 90px;
	font-size: 100%;
	font-weight: normal;
	padding-left: 20px;
}

.search input {
	background: url(../images/search.gif) no-repeat center left #FFFFFF;
}

.inputbox {
	font-size: 100%;
	font-weight: normal;
}

.highlight {
  background-color: #ffc;
}

/*############################################ DROP SHADOW ########################################################## */

/*#################  1  ############################ */

.mosimage1_1, .mosimage2_1, .mosimage3_1 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.mosimage1_1 {
  float:left;
  background:url(../../../mambots/content/mosimage_ds/1/shadow.gif) right bottom no-repeat;
  margin: 5px;
  }
.mosimage2_1 {
  background:url(../../../mambots/content/mosimage_ds/1/corner_bl.gif) -5px 100% no-repeat;}

.mosimage3_1 {
  padding:0 5px 5px 0;
  background:url(../../../mambots/content/mosimage_ds/1/corner_tr.gif) 100% -5px no-repeat;}

.mosimage3_1 img {
  display:block;
  border: 1px solid #8F8F8F;
}

/*#################  2  ############################ */

.mosimage1_2, .mosimage2_2, .mosimage3_2 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.mosimage1_2 {
  float:left;
  background:url(../../../mambots/content/mosimage_ds/2/shadow.gif) right bottom no-repeat;
  }
.mosimage2_2 {
  background:url(../../../mambots/content/mosimage_ds/2/corner_bl.gif) -1px 100% no-repeat;}

.mosimage3_2 {
  padding:0 6px 6px 0;
  background:url(../../../mambots/content/mosimage_ds/2/corner_tr.gif) 100% -1px no-repeat;}

.mosimage3_2 img {
  display:block;
  }

/*#################  3  ############################ */

.mosimage1_3, .mosimage2_3, .mosimage3_3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.mosimage1_3 {
  float:left;
  background:url(../../../mambots/content/mosimage_ds/3/shadow.gif) right bottom no-repeat;
  }
.mosimage2_3 {
  background:url(../../../mambots/content/mosimage_ds/3/corner_bl.gif) -12px 100% no-repeat;}

.mosimage3_3 {
  padding:0 9px 9px 0;
  background:url(../../../mambots/content/mosimage_ds/3/corner_tr.gif) 100% -12px no-repeat;}

.mosimage3_3 img {
  display:block;
  border: 1px solid #8F8F8F;
  }
/*#################  4  ############################ */

.mosimage1_4, .mosimage2_4, .mosimage3_4 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.mosimage1_4 {
  float:left;
  background:url(../../../mambots/content/mosimage_ds/4/shadow.gif) right bottom no-repeat;
  }
.mosimage2_4 {
  background:url(../../../mambots/content/mosimage_ds/4/corner_bl.gif) -12px 100% no-repeat;}

.mosimage3_4 {
  padding:0 16px 16px 0;
  background:url(../../../mambots/content/mosimage_ds/4/corner_tr.gif) 100% -12px no-repeat;}

.mosimage3_4 img {
  display:block;
  }
/*#################  5  ############################ */

.mosimage1_5, .mosimage2_5, .mosimage3_5 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.mosimage1_5 {
  margin: 0 5px 10px 5px;
  float:left;
  background:url(../../../mambots/content/mosimage_ds/5/shadow.gif) right bottom no-repeat;
  }
.mosimage2_5 {
  background:url(../../../mambots/content/mosimage_ds/5/corner_bl.gif) -4px 100% no-repeat;}

.mosimage3_5 {
  padding:0 16px 16px 0;
  background:url(../../../mambots/content/mosimage_ds/5/corner_tr.gif) 100% -4px no-repeat;}

.mosimage3_5 img {
  display:block;
  border: 1px solid #BFBFBF;
  }

/*############################################ DROP SHADOW ########################################################## */

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
/*  text-transform: normal; */
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

table#adminform #toolbar {
    background: none;
}

.bordered {
    border: 1px solid #C5C8CF;
    padding: 10px;
    height: auto;
}

div.moduletable ul li {
	background: url(../images/play.png) top left no-repeat;
	padding-left: 20px;
	line-height: 140%;
}

td.right div.moduletable h3 {
	background: url(../images/module_header_beige.png) left top no-repeat;
	line-height: 140%;
}

.bottom_page {
	font-size: 70%;
	color: #8F8F8F;
}

.bottom_page a {
	color: #8F8F8F;
}
