/* MADT general theme for Tiki 12.x by Enmore */

/* Import *lite as the base: */
@import url("lite/lite.css");

/* Then import the default layout properties file: */
@import url("layout/layout.css");

/* And design defaults: */
@import url("layout/design.css");

/***** XHTML Elements ******/
html {
	display: block;
	height: 100%;
	background-color: #fff;
}

body {
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

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

a:hover {
	text-decoration: underline;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #0b9444;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	font-size: 1.8em;
	line-height: .9em;
}

h3 {
	font-size: 1.6em;
	font-style: italic;
	line-height: .8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	font-style: italic;
}

h6 {
	font-size: 1.05em;
}

.wikitext h1 {color: #0b9444; line-height: .9em; font-weight: bold;}
.wikitext h2 {color: #0b9444; line-height: .9em;}
.wikitext h3 {color: #0b9444; line-height: .8em; font-style: italic}
.wikitext h4 {color: #0b9444}
.wikitext h5 {color: #0b9444; font-style: italic}
.wikitext h6 {color: #0b9444}

.wikitext.nopagetitle h1 {font-size: 1.9em; color: #0b9444; line-height: 1.2em; font-weight: bold; }
.wikitext.nopagetitle h2 {font-size: 1.8em; color: #0b9444; line-height: .9em; }
.wikitext.nopagetitle h3 {font-size: 1.6em; color: #0b9444; line-height: .8em; font-style: italic; }
.wikitext.nopagetitle h4 {font-size: 1.4em; color: #0b9444; }
.wikitext.nopagetitle h5 {font-size: 1.2em; color: #0b9444; font-style: italic; }
.wikitext.nopagetitle h6 {font-size: 1.05em; color: #0b9444;}

hr {
	background: #aaa;
	color: #000;
}

fieldset {
	border: solid 1px #077aa7;
	padding: 10px;
}

textarea,
option,
select,
body.cke_show_borders {
	background: #F4FFF5;
	color: #000;
}

.cke_toolgroup {
    margin: 0 0 5px 0 !important;
}

textarea.wikiedit {
	font-family: monospace;
	font-size: 1.2em;
}

body.wikitext {
	height: 100%;	/* for CKEditor */
}

html[dir=ltr] {	/* for ck editor */
	background-color: #FFFFFF;
}

select {
	margin: 0 2px;
}

input[type=text],
input[type=password] {
	background-color: #f4fff5;
	border: 1px solid;
	border-color: #0b9444 #008246 #008246 #0b9444;
	margin-bottom: 2px;
}

.box-login_box input[type=text],
.box-login_box input[type=password] {
	background-color: #f4fff5;
	border: 1px solid #008246;
	color: #517298;
	font-size: 1em;
	height: 16px;
	width: 110px;
}

	
input#search {
	background: #E7F8FD;
	border: 1px solid #3CF;
	color: #517298;
	height: 16px;
	margin-right: 10px;
	width: 160px;
}

input#comments-title {
	font-family: "Courier New", Courier, monospace;
}

input[type="checkbox"], input[type="radio"] {
    border: 0 none;
	margin-left: 0;
	margin-right: 2px;
}

/* Links in buttons */
.button a,
.button a:visited,
button,
input[type=reset],
input[type=submit],
.button input,
.calbuttonbox {
	color: #fff;
	background: #0b9444;
	border: 1px solid;
	border-color: #223845 #223845 #223845 #223845;
	padding: 1px 4px;
	margin-right: 1px;
	margin-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.button a:hover,
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button input:hover,
.calbuttonbox:hover {
	color: #fff;
	text-decoration: none;
	background: #1e7ea6;
}

.button a:active,	
button:active,
input[type=reset]:active,
input[type=submit]:active,
.button input:active,
.highlight a:link,
.highlight a:visited {
	border-color: #223845 #41cbe7 #41cbe7 #223845;
	background: #5cbdef !important;
	color: #000 !important;
}

form.admin input[name="features"] {
	margin-bottom: 3px !important;
}

select[name="theme"],
select[name="theme-option"] {
	width: 140px;
}

small {
	font-size: .9em;
}

label {
	margin: 0 4px 0 1px;
}

/***** Page Layout *****/

.fullscreenbutton:hover,
#fullscreenbutton:hover {
	color: #000;
}

/*** Type 1 (*litecss-based) layout 
	(overrides lite.css) ***/
#main {
	text-align: left;
}

#main[id] {
	height: auto;
	min-height: 100%;
}

#middle {
	background: #fff;
	padding: 0;
}

#c1c2 {
	background: #fff;
	position: relative;
}

/*.fullscreen #col1 {
	margin: 0 30px !important;
}*/

#c1c2 #wrapper .marginleft {
	margin-left: 240px;
}

#c1c2 #wrapper .marginright {
	margin-right: 210px;
}

#c1c2 #wrapper #col1 #tiki-center {
	margin: 3px 0 0 20px;
}

#c1c2 #col2 {
	width: 240px;
	text-align: right;
	background: url(madt12/box_top.gif) no-repeat 100% 0;
	padding-top: 5px;
}

#c1c2 #col2 .content {
	text-align: left;
	margin-left: 58px;
	padding-bottom: 5px;
	background: url(madt12/box_bottom.gif) no-repeat 0 100%;
}

#col3 {
	margin-left: -210px;
	width: 210px;
	text-align: left;
}

#col3 .content {
	margin-right: 58px;
	border-top: 1px solid #cfcfcf;
}

#footer {
	text-align: center;
	font-size: .9em;
	color: #000;
	background: #fff;
}

.footerbgtrap {
	height: 20%;
}

/* Theme-specific custom footer code */
#custom_site_footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999;
}

.fcol1,
.fcol2,
.fcol3 {
	width: 315px;
	float: left;
	font-size: 1em;
	color: #999;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fcol1 ul li,
.fcol2 ul li,
.fcol3 ul li {
	border-bottom: 1px solid #666;
	padding: 4px 0;
	list-style: none;
	margin: 0;
}

.titlefooter{
	color: #fff;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

.fcol1 img,
.fcol2 img,
.fcol3 img{
	margin-left: 34px;
	margin-bottom: 6px;
	float: left;
}

#footer a,
.fcol1 a,
.fcol2 a,
.fcol3 a {
	color: #000;
	text-decoration: none;
}

#footer a:hover,
.fcol1 a:hover,
.fcol2 a:hover,
.fcol3 a:hover {
	text-decoration: underline;
}

/*** Print page ***/
#tiki-main {
	background: #fff;
}

/* Site Header & Identity */
#header-top {
	color: #fff;
	background: #fff;
}

#header_banner {
	text-align: center;
	margin-left: 0px;
/*	background: #008246;*/
}	

#siteheader {
	background: #fff;
}

#customcode,
#customcodewith_ad {
	width: auto;
}

#topbar_custom_code {
	margin: 0 58px;
}

#sioptions {
	padding: 0 10px 0 10px;
	position: relative;
}

#sioptionscentered {
	text-align: center;
}

#sitelogo {
	padding: 0px 0 0 0;
	overflow: hidden;
}

#sitelogo img {
    margin-top: 0px;
	margin-left: 20px;
}

.sitelogo img {
    margin-top: 0px;
	margin-left: 20px;
}

#sitead.floatright {
	padding-right: 100px;
}

#sitead.floatleft {
	padding-left: 100px;
}

#customcode.floatright {
	margin-top: 30px;
	margin-right: 20px;
}

.wikiactions {
    white-space: nowrap !important;
	position: absolute;
	top: -20px;
	right: 0px;	
	width: 110px;
	float: none !important;
}

#siteloginbar {
	position: absolute;
	top: 116px;
	right: 120px;
	height: 14px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	color: #000;
	background: #fff ;
	z-index: 100;
}

#siteloginbar a,
#siteloginbar a:visited,
#siteloginbar a:hover {
	color: #000;
	text-decoration: none;
}

#sl-login-user,
#sl-login-pass {
	background: transparent; /*#1b98c6*/
	color: #000;
	border: solid 1px #000;
	width: 8em !important;
}

#siteloginbar #pass {
	float: right;
	padding-left: 5px;
}

#siteloginbar .rme,
#siteloginbar .pass {
	display: inline;
	margin-left: 1em;
	padding-right: 10px;
}

#siteloginbar .register {
	float: right;
	height: 24px !important;
	line-height: 22px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 0;
	margin-top: 0;
	background: url(madt12/register.jpg) no-repeat;
}

#siteloginbar input.wikiaction {
	border: 0;
	margin-left: .7em;
	color: #fff;
	font-size: 90%;
	background: #0b9444;
	font-weight: normal;
}

.logged-in {
	padding-right: 20px;
}

#sitelocbar {
	margin: 0 58px;
	padding: 0;
}

#sitelocbar a {
	color: #0990cc !important;
	padding: 1px 4px;
	background: #daecdc;
}

#sitelocbar a:hover {
	color: #000 !important;
}

#sitetitles {
	color: #fff;
	display: inline;
	height: 97px;
	line-height: 97px;
	overflow: hidden;
	vertical-align: bottom;
}

#sitetitle,
#sitesubtitle {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

#sitetitle {
	font-size: 220%;
	display: inline;
	letter-spacing: -0.05em;
}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:hover {
	color: #fff;
	text-decoration: none;
}

#sitesubtitle {
	font-size: 110%;
	display: inline;
	margin-left: 0.2em;
}

#tiki-top {
	white-space: nowrap;
	text-align: left;
}

#tiki-top a,
#tiki-top a:visited {
	color: #5AE0FF;
	text-decoration: none;
}

#tiki-top a:hover {
	color: #fff;
}

.sitesearchbar,
#sitesearchbar {
	float: none;
	position: absolute;
	left: 25px;
	top: 90px;
	color: #000;
	font-size: 93%;
	z-index: 10;
}

#topbar_custom_code {
	background: inherit;
}

/* centercolumn */

a.flip,
a.flip:visited {
	color: #daecdc;
	font-size: 90%;
}

a.flip:hover {
	color: #006699;
	text-decoration: none;
}

.tellafriend a,
.share a,
.tellafriend a:visited,
.share a:visited {
	background: transparent url(madt12/fold-topright.jpg) 0 0 no-repeat;
	display: block;
	float: right;
	color: #fff;
	min-height: 24px;
	line-height: 22px;
	padding-right: 1em;
	width: 16em;
}

.tellafriend a:hover,
.share a:hover {
	color: #fff;
}

.tellafriend,
.share {
	border-bottom: solid 1px #daecdc;
	margin: 4px 0;
	min-height: 24px;
	text-align: right;
}

.actions .share,
.actions .share a,
.actions .share a:visited {
	background: none;
	width: auto;
	min-height: 16px;
	line-height: 1;
	border-bottom: none;
	margin-top: 2px;
}

.actions span.share img {
	margin-top: 8px;
}

.actions span.share a {
	padding-right: 0;
}

/* Also is .content */
#tiki-center {
	clear: both;
	background-color: #fff;
}

.error,
#error {
	background: #f8f8ff;
	color: #000;
}

/****** Menus ******/
/** PHP Layers Menus **/
.horbar {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 100%;
	margin: 0 0 0 -50%;
	white-space: nowrap;
}

.horbaritem a,
.horbaritem a:visited {
	padding: 3px 3px 6px 3px;
	text-decoration: none;
	font: normal 1em Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 1px;
	color: #5ae0ff;
	text-align: center;
}

.horbaritem a:hover {
	text-decoration: none;
	background: url(madt12/headermenuitem-hover.png) bottom center repeat-x;
	border-color: #336699;
	border-style: solid;
	border-width: 0 1px;
	color: #fff;
}

.mdksubmenu {
	margin-top: 3px;
}
	
.mdksubframe {
	border: 1px solid #08698f;
	background: #1b3a50;
}

.mdkitem a,
.mdkitem a:link,
.mdkitem a:visited {
	color: #5ae0ff;
	padding: 2px 3px;
	font-weight: normal;
	text-decoration: none;
}
 
.mdkitem a:hover {
	background: transparent url(madt12/headerbg.jpg) repeat-x;
	color: #fff;
	text-decoration: none;
}
 
#col2 .mdkitem a {
	color: #006699;
}

#col2 .mdkitem a:hover {
	color: #000;
}

#col2 .treemenudiv {
	background: #daecdc;
}

.treemenudiv img {
	margin-left: 0;
	margin-right: 0;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #006699;
}

a.phplm:hover {
	color: #000;
	background: none;
	text-decoration: underline;
}

a.phplm:active {
	color: #006699;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a.phplmselected:hover {
	color: #808080;
}

/** CSS (suckerfish) menus **/

/* default link padding */
/*.cssmenu_horiz a,
.cssmenu_vert a {
	padding: .75em 1em;
}*/

/* typography, colors */

.cssmenu_horiz li ul li,
.cssmenu_vert li ul li {
	background: #daecdc;
	border: 1px solid #233039;
	border-top: 0;
	margin-bottom: -1px;
}

.cssmenu_horiz li ul li:first-child,
.cssmenu_vert li ul li:first-child {
	border-top: 1px solid #233039;
}

#header .cssmenu_horiz li:hover {
	background: #1b3a50;
}

.cssmenu_ver li:hover {
	background: none;
}

.cssmenu_horiz a,
.cssmenu_vert a {
	padding: 3px 0 3px 6px;
	color: #006699;
}

.cssmenu_vert a:link,
.cssmenu_vert a:visited {
	color: #006699;
}

.cssmenu_vert a:hover {
	color: #000;
	text-decoration: underline;
}

.cssmenu_vert ul a:link,
.cssmenu_vert ul a:visited {
	color: #006699;
}

.cssmenu_vert ul a:hover {
	color: #000000;
}

#col2 .cssmenu_vert {
	padding-left: 0;
}

/* new style for Tiki11 */
.sf-arrows ul .sf-with-ul:after,
.cssmenu_vert.sf-arrows > li > .sf-with-ul:after {
    border-color: transparent transparent transparent #FFFFFF;
	margin-right: -8px;
}

.sf-arrows ul .sf-with-ul:after,
.cssmenu_vert.sf-arrows > li ul li > .sf-with-ul:after {
    border-color: transparent transparent transparent #000000;
	margin-right: -8px;
}

.sf-arrows .sf-with-ul {
    padding-right: 2em;
}

/* left column width */
#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 170px;
}


/* left column formating */
#col2 .cssmenu_vert li {
	background: url("madt12/navbutton2.gif") no-repeat scroll center center transparent;
	color: #fff;
	margin-bottom: 3px;
	margin-right: 0px;
	height: 26px;
	width: 190px;
}

#col2 .cssmenu_vert a:link,
#col2 .cssmenu_vert a:visited {
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	font-size: 1.0em;
}

.cssmenu_horiz li.selected > a, .cssmenu_vert li.selected > a {
    font-style: italic;
	font-size: 0.9em !important;
}

#col2 .cssmenu_horiz li ul li,
#col2 .cssmenu_vert li ul li {
	background: #fff;
	border: 1px solid #233039;
/*	border-top: 0;*/
	margin-bottom: -1px;
	padding-bottom: 2px;
	height: 20px;
	overflow: visible !important;
}

#col2, #leftcolumn, #col3, #rightcolumn, .cssmenubox, .box-data ul.cssmenu_vert, .box-data ul.cssmenu_vert li ul {
    overflow: visible !important;	
}

#col2 .cssmenu_vert li ul li a:link,
#col2 .cssmenu_vert li ul li a:visited {
	color: #000;	
}

#col2 .cssmenu_vert li ul li a:hover {
	color: #fff;
	background: #0b9444;
	margin-bottom: 0px;
	text-decoration: none;	
}

/* offset from left column (matches above) */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 170px;
}

/* offset from first menu indent */
ul.cssmenu_vert li ul li ul {
	left: 178px !important;
	width: 22em !important;
}

ul.cssmenu_vert li ul li.option594 ul,
ul.cssmenu_vert li ul li.option306 ul {
    left: 225px !important;
    width: 22em !important;
}

#col2 .cssmenu_vert li:hover ul ul,
#col2 .cssmenu_vert li.sfHover ul ul {
	left: 150px;
}

/* return ul ul ... to default */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul,
#col2 .cssmenu_vert li:hover ul li,
#col2 .cssmenu_vert li.sfHover ul li {
	width: 10em;
}

/* return ul ul ... to default */
#col2 .cssmenu_vert li li:hover ul,
#col2 .cssmenu_vert li li.sfHover ul {
	left: 10em;	
}

/* when there's superfish shadow 
.cssmenu_horiz.sf-shadow ul li {
	background-color: #1b3a50; 
}
.cssmenu_vert.sf-shadow ul li {
	background-color: #daecdc; 
}*/

#tiki-top .cssmenu_horiz {
	position: absolute;
	top: 10px;
	right: 100px;
	z-index: 10;
	white-space: nowrap;
	text-align: left;
}

#header .cssmenu_horiz a,
#header .cssmenu_horiz a:visited {
	padding: 3px 3px 6px 3px;
	text-decoration: none;
	font: normal 1em Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 0 1px;
	color: #5ae0ff;
	text-align: center;
}

#header .cssmenu_horiz li.menuSection a {
	padding-right: 2em;
}

#header .cssmenu_horiz a:hover {
	text-decoration: none;
	background: url(madt12/headermenuitem-hover.png) bottom center repeat-x;
	border-color: #336699;
	border-style: solid;
	border-width: 0 1px;
	color: #fff;
}

#header .cssmenu_horiz li ul li a,
#header .cssmenu_horiz li ul li a:link,
#header .cssmenu_horiz li ul li a:visited,
#header .cssmenu_horiz li ul li a:hover {
	text-align: left;
	border: 0;
}

#header .cssmenu_horiz li ul li a:hover {
	background: none;	
}

#header .cssmenu_horiz li ul li {
	border: 1px solid #08698f;
	background: #1b3a50;
	border-top: 0;
	margin-bottom: -1px
}

#header .cssmenu_horiz li ul li:first-child,
.cssmenu_vert li ul li:first-child {
	border-top: 1px solid #08698f;
}

.cssmenu_horiz li ul {
	margin-top: -7px;
}

.cssmenu_horiz li ul ul {
	margin-top: -1px;
}

.cssmenu_horiz li ul li a .sf-sub-indicator {
	background: url(madt12/arrows-00a96a.png);
	top: .3em;
}

.cssmenu_vert li a .sf-sub-indicator {
	background: url(madt12/arrows-ffffff.png);
	top: .5em;
/*	left: 170px;*/
	right: 5px;
}

.cssmenu_vert li ul li a .sf-sub-indicator {
	background: url(madt12/arrows-000000.png);
	top: .5em;
	right: 5px;
}

.cssmenu_vert li ul li a:hover .sf-sub-indicator {
	background: url(madt12/arrows-ffffff.png);
	top: .5em;
}

.cssmenu_horiz li a .sf-sub-indicator {
	background: url(madt12/arrows-a2ecff.png) no-repeat -10px -100px;
	top: 6px;
}


/** Links in other menus **/
.separator {
	border-top: 1px solid #bed8f1;
	padding-bottom: 3px;
}

.separator a:link,
.separator a:visited,
.separator a:hover {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.option {
	margin-left: 20px;
}

.linkmenu:hover {
	color: #000000;
}

a.linkmodule:hover {
	color: #000000;
}

.menuSection {
	padding: 0 0 16px 0;
	}
	
li.menuSection {
	padding: 0;
}	


.menuSection .menuSection,
.menuSection .separator {
	margin-left: 16px;
}

li.menuSection .menuSection {
	margin-left: 0;
}

/****** Misc. Global Classes (layout and style) ****/
.highlight,
#highlight {
	background: #daecdc;
}

.highlight {
	background: inherit;
}

.bannertext:hover {
	color: #000000;
}


.adminanchors {
	background: #0b9444 !important;
}

/** Modules **/
#col2 .box {
	background: #fff;
	border-bottom: dashed 1px #0b9444;
	overflow: visible;
}

#col3 .box {
	border-bottom: 1px solid #0b9444;
}

h3.box-title {
	padding-top: 4px;
	padding-left: 10px;
	font-size: 1.5em;
}

#col2 .box-title {
	color: #0b9444;
	margin-top: 0;
	margin-bottom: .3em;
}

img.flipmodimage:hover {
	border: 1px solid #58A7D2 !important;
}

.box-data {
	padding: 0 5px 10px 10px;
}

.box-login_box .box-data {
	text-align: center;
}

/* module last blog posts */
.box-last_blog_posts .box-data li {
	margin: 10px 0;
}
	
/** Other boxes **/
.cbox {
	border: 1px solid #1b3a50;
}

.cbox-title {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background: #0b9444;
	padding: 3px;
	text-align: center;
}

.cbox-title a:link,
.cbox-title a:visited {
	color: #5ae0ff;
}

.cbox-title a:hover {
	color: #fff;
	text-decoration: none;
}

.cbox-data {
	padding: 4px;
}

.cbox-data table {
	border-collapse: collapse;
}

.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}

.rbox-title {
	border: none;
	float: left;
	font-size: 1em;
	padding: 0 0.4em 0 0.2em;
	line-height: 1.4em;
	top: 1px;
	z-index: 2;
	background-color: #fff;
	border-top: 1px #077AA7 solid;
	border-right: 1px #077AA7 solid;
	border-left: 1px #077AA7 solid;
	border-bottom: none;
}

.rbox-data {
	border: solid 1px #077AA7;
	clear: left;
	margin: 0;
	padding: .4em .4em .2em;
	background: #fff;
}

.simplebox {
	border: 1px solid #aaa;
	background: #fff;
	padding: 1em;
}

.simplebox h4 {
	margin-top: 12px;
}

div.box-tiki_version {
    max-width: 300px !important;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/
table {
	font-size: 1em;
}

.normal, 
.admin {
	border-collapse: separate;}

.formcolor td,
.galform td,
.editblogform td,
.editfgalform td,
.comform td,
.forumform td {
	padding: 3px;
}

.odd {
	background: #f0f0f0;
	color: #000;
}

.even {
	background: #dcdcdc;
	color: #000;
}

.normal td,
.wikitable td,
td.odd,
td.even {
	padding: 0.2em;
	vertical-align: top;
}

 /* headings */
th,
.normal td.heading {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background: #0b9444;
	min-height: 32px;
	#text-align: center;
}

th a:link,
th a:visited,
td.heading a:link,
td.heading a:visited {
	color: #fff;
	text-decoration: none;
}

.tiki_mytiki .cbox-title {
	font-weight: bold;
}
.tiki_mytiki .cbox-data th {
	color: #309FC0;
	background: #CCE5FF;
	font-weight: bold;
}

.tiki_mytiki .cbox-data th a:link,
.tiki_mytiki .cbox-data th a:visited {
	color: #309FC0;
}

.tiki_mytiki .cbox-data  table {
	border-collapse:collapse;
}


 
a.tablename,
a.galname,
a.imagename,
a.blogname,
a.fgalname,
a.artname,
a.forumname {
	color: #006699;
}

a.forumnameread {
	color: #006699;
}

/** Tabs **/
.tabs {
	border-bottom: solid 1px #1d9ccf !important;
	margin: 10px 6px 0 !important;
}

.tabmark {
	font-size: 85%;
	margin-left: 1px;
	margin-right: 5px;
	padding: 2px 0;
	background: #daecdc;
}

.tabmark a {
	color: #0a6aa6;
	font-weight: normal;
	padding: 2px 5px;
}

.tabmark a:active {
	color: #0a6aa6;
	background: #f2f2f2;
}

.tabmark a:hover {
	background: #1d9ccf;
	color: #fff;
	text-decoration: none;
}

.tabactive {
	border: solid 1px #1d9ccf !important;
	z-index: 2;
	background: #daecdc !important;
}

[class].tabactive {/* override layout.css */
	top: 1px;
}

.tabactive a {
	color: #0b9444 !important;
	font-weight: bold;
}

.tabactive a:hover {
	color: #000 !important;
	background: #daecdc !important;
}

.tabinactive {
	position: relative !important;
	top: -1px !important;
	background: #0b9444;
}

.tabinactive a,
.tabinactive a:visited {
	color: #fff;
}

[class].tabinactive {
	top: 0 !important;
}

.tabcontent {
	z-index: 200;
	padding: 32px 6px;
	margin: 5px;
	margin-top: 0;
	background: #daecdc;
	border-top: 0;
}

.admin #content1 .tabcontent .cbox {
	background: transparent;
}

/*** Feature-specific selectors ***/
/***** Wiki *****/
body.tiki_wiki #comments {
	padding: 1em;
}

h1.pagetitle a,
h1.pagetitle a:visited,
h1.pagetitle a:hover,
a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	color: #0b9444;
	text-decoration: none;
}

#description,
.description {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 4px;
}

#editpageform #description {
	font-style: normal;
	font-size: 1.0em;
}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	margin: 10px 0;
}

.wikitable {
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}

.wikicell {
	padding: 3px;
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}

#page-bar {
	margin-top: 8px;
}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #696969;
	border-collapse: collapse;
}

.plugin-form-float {
	background: #F3FCFE;
	border: solid 2px #696969;
}

/* Wiki plugins */
.code {
	padding: 3px;
	border: 1px dashed #a9a9a9;
	background: #F5F5F5;
	font: 90% "Courier New", Courier, monospace;
}

/* Code plugin  */
.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -6px;
	display: inline;
	border: 1px dashed #696969;
	border-bottom: 0;
	margin-left: 4px;
	color: #696969;
	background: #F5F5F5;
	font-weight: bold;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	margin: 4px;
	border: 1px dashed #696969;
	overflow: auto;
	width: 90%;
}

/* Quote plugin */
.quoteheader {
	margin-left: 30px;
}

.quotebody {
	margin: 0 15px 10px 30px;
	font-style: italic;
	border-left: 5px solid #D3D3D3;
	padding-left: 6px;
}

/* Split */
.wikiplugin-split {
	width: 100%;
}

.split {
	border: 1px dashed #696969;
	clear: both;
}

/* wikitext lists */
.wikitext li p {
	margin: 0;
}

/* Fancy list */
.wikitext .fancylist li {
	background: transparent url(madt12/list_icon.png) top left no-repeat;
	color: #f90;
}

.wikitext .fancylist li p {
	color: #000;
}

[class].wikitext .fancylist li p {
	margin-left: -3px;
}

.wikiplugin-split .codelisting {
	width: 95%;
}

/* Versions plugin */
#tiki-center .versioncontent {
	border: 1px solid #aaa;
	background: #fff;
}

/** Wiki tocs **/
.tocnav {
	background: #daecdc;
	padding: 2px;
	margin-top: 2px;
}

/* TOC */
.toc {
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

/* Wiki diff styles */
.diffheader {
	background: #696969;
	font-weight: bold;
}

/***** Articles ****/
.article {
	border: solid 1px #a9a9a9;
	border-top: solid 1px gray;
	margin-top: 5px;
	padding: 0;
	background: #fff;
	font-size: 1.1em;
}

.articletopline {
	background: #223543;
	color: #fff;
	font-size: 90%;
	font-style: italic;
	padding-left: 6px;
}
 
.articletitle h2 {
	background: #1b3c54 url(madt12/headerbg.jpg) repeat-x 0 100%;
	color: #fff;
	padding: 10px 5px;
}

.articletitle h2 a {
	color: #fff;
	font-weight: bold;
}

.articletitle h2 a:hover {
	text-decoration: none;
}

.titleb {
	display: block;
	float: right;
	clear: both;
	font-size: 80%;
	font-style: italic;
	min-height: 24px;
	line-height: 24px;
	padding: 0 10px 0 60px;
	color: #fff;
	background: #2598c5 url(madt12/login.jpg) left bottom no-repeat;
}

.articlesubtitle {
	margin-top: -1px;
	padding-left: 6px;
	font-size: 0.9em;
	background: #262d35;
	color: #fff;
}

.articletitle br {
	clear: both;
}

.articleheading {
	margin-top: 6px;
	padding: 4px;
}

.article .actions {
	padding: 2px 1px;
}

.articlebody {
	padding: 6px;
}

/***** Blogs *****/

.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%;
}

.bloginfo {
	text-align: center;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
}

.postinfo {
	font-size: 1.2em;
}

.postinfo a {
	color: #006699;
	text-decoration: none;
	border-bottom: none;
}

span.posthead {
	font-weight: bold;
	letter-spacing: .4pt;
}

body.tiki_blogs .postbody-title {
	background: #1B3C54 url(madt12/headerbg.jpg);
	float: none;
	width: 100%;
	min-width: 100%; /* IE7 */
	min-height: 46px;
	border: 0;
}

body.tiki_blogs .postbody-title img {
	float: right;
}

body.tiki_blogs .post .title h2 {
	font-size: 1.2em;
}

body.tiki_blogs .post .postbody {
	margin-right: 8px;
	line-height: 1.2em;
	margin-bottom: 1em;
}
/*
body.tiki_blogs.actions {
	background: url(madt12/login.jpg) no-repeat;
	float: right;
	min-height: 24px;
	text-align: right;
}*/

body.tiki_blogs .actions img.icon {
	padding: 4px 0;
}
/*
body.tiki_blogs .author_info {
	min-height: 24px;
	background: url(madt12/login.jpg) no-repeat;
	color: #fff;
	float: right;
	font-size: 90%;
	font-style: italic;
	min-height: 24px;
	padding-top: 1px;}
*/
body.tiki_blogs .author_info img {
	vertical-align: top;
}

body.tiki_blogs .postbody-title {
	border: 0;
	color: #fff;
}
	
body.tiki_blogs .postbody .postfooter {
	width: 100%;
}

body.tiki_blogs .post .author_actions {
	text-align: left;
	display: inline;
}

.postbody-title a.freetag {
	color: #5ae0ff;
}

.postbody-title a.freetag:hover {
	color: #fff;
}

/***** Forums *****/
.post {
	width: 100%;
}

.post .postbody {
	border: solid 1px #a9a9a9;
	border-top: solid 1px gray;
	background: #fff;
}

.post .postbody .content {
	float: none;
	padding: 0;
	color: #000;
	background: #fff !important;
}

.post .postbody-title {
	display: block;
	background: #1b3c54 url(madt12/headerbg.jpg) repeat-x 0 100%;
}

.post .postbody-title .title {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.post .postbody-title .title a.link {
	color: #fff;
}

.post .postbody-title .title h2 {
	margin: 0;
	padding: 10px 5px;
}

.post .author {
	vertical-align: top;
	float: none;
}

.post .author_post_info {
	display: block;
	background: none;
	padding: 0 2px 2px 2px;
}

.post .author_info a:link,
.post .author_info a:visited {
	color: #fff;
}

.post .author_info .icons .actions {
	margin-right: 10px;
	float: none;
}

.post .author_post_info_on {
	font-style: italic;
}

.post .author_info {
	float: right;
	font-size: 90%;
	font-style: italic;
	text-align: right;
	min-height: 24px;
	padding-left: 100px;
	padding-top: 4px;
	padding-right: 4px;
	color: #fff;
	background: url(madt12/login.jpg) 0 0 no-repeat;
}

.post .author_info .author_posts {
	color: #000;
}

.post .postbody-title .actions {
	text-align: right;
	color: #fff;
	font-size: 80%;
	font-style: italic;
	padding-top: 4px;
	padding-right: 4px;
}

.post .postbody-title .actions a,
.post .postbody-title .actions a:visited {
	color: #fff;
}

.postbody-content {
	padding: 6px;
	margin: auto;
}

.post .postbody .attachments {
	border-top: 1px dotted #D9D9D9;
}

.post .postfooter .status {
	font-size: 10px;
}

.post .contribution {
	background: #F0F8FF;
	border: 1px solid #daecdc;
	padding: 0 2px;
}

.post .avatar {
	margin-left: 0;
	padding: 0;
	border: 2px solid;
	border-color: #047aaa #047aaa #42cffa #42cffa;
}

.forum_actions .actions {
	border: 0;
	background: #daecdc;
}

.forum_actions .headers .title {
	background: #233a48;
	color: #fff;
	border: 0;
}

.forum_actions .headers .infos {
	font-size: smaller;
}

/* Help box*/
.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold;
}

.help_sections > div {
    font-size: 0.9em;
    height: 80%;
    overflow: auto;
}

/***** Categories *****/

.catitems {
	margin-left: 0;
	font-weight: bold;
}

/***** Tags (freetags) *****/
.freetagobjectname a {
	text-decoration: none;
}

.freetaglist {
    padding: 0 2px 8px 2px;
	margin-right: 100px;
    text-align: left;
}

/***** Image Galleries *****/
.galtable {
	border-collapse: collapse;
	border: 1px solid #696969;
}

.thumbnailcontenerchecked .thumbnail {
	border-color: #a9a9a9;
	background: #f8f8ff;
}

.caption {
	color: black;
}

/***** File Galleries *****/
.fgal_top_bar {
	margin: 5px 0;
}

.fgalexplorer {
	border: 0;
}

td.fgalexplorer {
	min-width: 180px;
}

td.fgallisting {
	width: 65% !important;
}

.fgal_top_bar {
	height: 30px !important;
}

/***** Trackers *****/

/* also for categorize.tpl */
.multiselect {
	border: 1px solid #696969;
}

.trackerplugindesc {
    color: #434343;
    font-style: italic;
}

.pretty_input .trackerplugindesc {
    display: none;
}

#trackerFilter1 p {
	display: none;
}

#trackerFilter2 p {
	display: none;
}

table.wikiplugin_tracker td {
    padding-bottom: 0em;
	padding-right: 0.9em;
    vertical-align: top;
}

.plugindesc_cell {
    padding-bottom: 1.2em !important;
	padding-right: 0.9em;
    vertical-align: top;
}

.tracker_input_label {
    padding-bottom: 0.2em !important;
	min-width: 125px;
}

.tracker_input_value {
    padding-bottom: 0.2em !important;
}

/***** Calendar *****/
/* Overrides calendar.css, etc. */
.cal0, 
.cal1, 
.cal2 {
	font-size: 90%;
}

.calart,
.calblog,
.calchart,
.caldir,
.caleph,
.calfaq,
.calfgal,
.calforum,
.calgal,
.calnl,
.calquiz,
.calsurv,
.caltrack,
.calwiki {
	font-size: 90%;
}

.calart,
.calart a,
.calart a:visited {
	color: #FA8072;
}

.calblog,
.calblog a,
.calblog a:visited {
	color: #DA70D6;
}

.calchart,
.calchart a,
.calchart a:visited {
	color: #304F30;
}

.caldir,
.caldir a,
.caldir a:visited {
	color: #800080;
}

.caleph,
.caleph a,
.caleph a:visited {
	color: #008000;
}

.calfaq,
.calfaq a,
.calfaq a:visited {
	color: #822222;
}

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

.calforum,
.calforum a,
.calforum a:visited {
	color: #808000;
}

.calgal,
.calgal a,
.calgal a:visited {
	color: #8B4513;
}

.calnl,
.calnl a,
.calnl a:visited {
	color: #708090;
}

.calquiz,
.calquiz a,
.calquiz a:visited {
	color: #5F9EA0;
}

.calsurv,
.calsurv a,
.calsurv a:visited {
	color: #DAA520;
}

.caltrack,
.caltrack a,
.caltrack a:visited {
	color: #00BD02;
}

.calweb {
	font-size: 90%;
}

.calwiki,
.calwiki a,
.calwiki a:visited {
	color: #2C4B80;
}

.calart a:hover,
.calblog a:hover,
.calchart a:hover,
.caldir a:hover,
.caleph a:hover,
.calfaq a:hover,
.calfgal a:hover,
.calforum a:hover,
.calgal a:hover,
.calnl a:hover,
.calquiz a:hover,
.calsurv a:hover,
.caltrack a:hover,
.calwiki a:hover {
	color: #000000;
}

.calart:before,
.calblog:before,
.calchart:before,
.caldir:before,
.caleph:before,
.calfaq:before,
.calfgal:before,
.calforum:before,
.calgal:before,
.calnl:before,
.calquiz:before,
.calsurv:before,
.caltrack:before,
.calwiki:before {
	background: #f8f8ff;
}

.calfocus {
	font-size: 90%;
	background: #daecdc;
}

.calfocuson {
	font-size: 100%;
}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {
	color: #006699;
}

.caltoggle {
	font-size: 90%;
}

.opaque {
	border: 1px solid #1b3a50;
	background: #dcdcdc;
}

.opaque .box-title {
	font-size: 1em;
	font-weight: normal;
	color: #5ae0ff;
	background: #1b3a50;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}

.searchresults li .objecttype,
.searchresults li .parentname,
.searchresults li .objectname  {
	font-size: 120%;
	font-weight: bold;
}

.searchresults .itemhits,
.searchresults .itemrelevance,
.searchresults .searchdate {
	color: gray;
	font-size: 90%;
}

.calnavigation a:hover {
	background: red;
}

.cal {
	border-color: transparent;
}

.calheadingleft {
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.calheading,
.calheadingon {
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.calheading a,
.calheading a:visited {
	text-decoration: none;
}

.calheadingon a {
	color: #06f;
	text-decoration: none;
}

.calheading a:hover,
.calheadingon a:hover {
	text-decoration: underline;
}

.calhours {
	vertical-align: middle;
	text-align: center;
	border-width: 1px 0 0 1px;
	border-color: #cfd0d0 #e0e0e0;
	border-style: solid;
}

.calday {
	padding: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.calweek {
	border-width: 1px 1px 0 1px;
	border-color: #cfd0d0 #e0e0e0;
	border-style: solid;
}

.calbuttonbox {
	margin-right: 3px;
}

.calbuttonbox a {
	color: #fff;
}

.buttonon a, .calbuttonon a {
	font-weight: bold;
}

.box-data .fc a.today,
.box-data td a.today {
	background: #D4D0C8;
	border: solid 1px #696969;
}

.caltable .calfocuson {
	background: #D4D0C8;
}

.caltable .calfocuson a {
	color: #000;
}

.caltable .calfocus a,
.caltable .calfocuson a {
	text-decoration: none;
}

.calinput {
	background: #223845;
}

.calfocuson + .calcontent {
	background: #F5F5F5;
}

#calscreen .calfocuson {
	background: #D4D0C8;
}

.calfocuson {
	font-size: 100%;
}

.calfocuson a {
	font-size: 90%;
}

.calHeadingOn, .calHeadingOn a {
	background: #D4D0C8;
}

.days {
	color: #daecdc;
}

.caltable .weeks {
	background: #1b3a50;
	color: #daecdc;
}

.addevent {
	padding: 0 5px;
	float: right;
}

.calodd, .caleven {
	border: 1px solid #a9a9a9;
}

.calodd {
	background: #f0f0f0;
}

.caleven {
	background: #dcdcdc;
}

.caldark {
	background: #daecdc;
}

.caldark .calfocus {
	background: #daecdc;
}

/*****  Polls  *****/
.pollresults {
	margin-top: 5px;
	font-size: 1.2em;
	padding: 0 5px;
}

.pollr {
	color: black;
}

/***** FAQs *****/

/***** Quizzes *****/
.questionblock {
	padding: 4px;
}

/***** Shoutbox *****/
textarea.tshoutbox{
	width: 135px;
}
.box-shoutbox table td {
	font-size: .65em;
}

/***** Directory *****/
.dircategs {
	border: 1px solid #696969;
	padding: 5px;
	width: 100%;
}

.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px;
}

.dirrelated {
	margin-top: 10px;
	padding: 5px;
}

td.dirfooter {
	font-size: .95em;
}

div.dirfooter {
	margin-top: 10px;
}

/***** Messages *****/

/***** Sheets *****/

/***** Ajax *****/

/***** TikiSheet Default Style *****/
.default thead td,
.default tfoot td {
	font-weight: bold;
	text-align: center;
	background: #223845;
	color: #daecdc;
}

.default td {
	border: solid 1px #A9A9A9;
	background: white;
}

.highlight_word_0 {
	background: #223845;
}

.highlight_word_1 {
	background: #223845;
}

.highlight_word_2 {
	background: #223845;
}

.highlight_word_3 {
	background: #223845;
}

.highlight_word_4 {
	background: #223845;
}

/* css/admin.css overrides */
a.admbox {
	border: 1px solid #223845;
	background-color: #f0f0f0;
	margin: 3px;
}

a.admbox:hover,
a.admbox:focus,
a.admbox:active {
	background-color: #dcdcdc;
	border: 1px solid #696969;
}

a.admbox.off {
	border: 1px solid #a9a9a9;
}

a.admbox.off:hover,
a.admbox.off:focus,
a.admbox.off:active {
	border: 1px solid #a9a9a9;
}

/* Fixed-width styles */

.fixed_width .fixedwidth #fixedwidth {
    width: 825px;
}

body.fixed_width {
	background: #fff !important
}

body.fixed_width #c1c2 #wrapper .marginleft {
 	margin-left: 210px;
}

body.fixed_width #c1c2 #wrapper .marginright {
	margin-right: 180px;
}

body.fixed_width #c1c2 #col2 {
	width: 210px;
	background: #fff;
}

body.fixed_width #c1c2 #col2 .content {
	margin-left: 0;
	background: #fff;
	overflow: visible !important;
}

body.fixed_width #col3 {
	margin-left: -180px;
	width: 180px;
}

body.fixed_width #col3 .content {
	margin-right: 0;
}

body.fixed_width #main[id] {margin-top: 0px; margin-bottom: 5px;}

/*general directory page formatting */

.floatleftimg {
	min-height: 200px;
	min-width: 200px;
}

.floatrightimg {
	min-height: 200px;
	min-width: 200px;
}

.leftimg img {
	margin-right: 15px;
	margin-bottom: 10px;
}

.floatleftimg img {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.rightimg img {
	margin-left: 15px;
	margin-bottom: 10px;
}

.floatrightimg img {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

.attractcustom img {
	width: auto;
	height: 120px; 
}

/* Directory listing formatting */
.listdir p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.listdir td {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

/*Business Directory page formatting */

.busdir_page p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.busdir_page td {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.busdir_page_contact table {
	border-collapse: collapse
}

.busdir_page_contact td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.busdir_page .description {
	display: none;
}

/*Visitor Attraction page formatting */
.attractdir_page p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.attractdir_page td {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.attract_page_contact table {
	border-collapse: collapse
}

.attract_page_contact td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.attractdir_page .description {
	display: none;
}

/*Place to Eat page formatting */

.placestoeatdir_page p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.placestoeatdir_page td {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.placestoeat_page_contact table {
	border-collapse: collapse
}

.placestoeat_page_contact td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.placestoeatdir_page .description {
	display: none;
}

/*Places to Stay page formatting */
.placestostaydir_page p {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.placestostaydir_page td {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 12px;
}

.placestostay_page_contact table {
	border-collapse: collapse
}

.placestostay_page_contact td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.placestostaydir_page .description {
	display: none;
}

/*Groups/Societies page formatting */
.grpsocdir_page p {
	margin-bottom: 2px;
	margin-top: 2px;
}

.grpsocdir_page_contact table {
	border-collapse: collapse
}

.grpsocdir_page_contact td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}

.grpsocdir_page .description {
	display: none;
}


/*Sponsorship page formatting */
.sponsor_banner {
	font-size: 0.8em;
	line-height: 1.4em;
}

.sponsor_banner .simplebox {
	padding: 0.2em;
}

.directory_control {
	font-size: 0.8em;
	line-height: 1.0em;
}

/*WiFi page formatting */


/* carousel formatting */
#carousel_01 ul {
	list-style: none;
/*	width: 1584px;*/
	width: 1584px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel_01 li {
	display:inline;
	float:left;
	background-image: none;
	padding-left: 0;
}

/*#carousel_02 ul {
	list-style: none;
	width: 2500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel_02 li {
	display:inline;
	float:left;
	background-image: none;
	padding-left: 0;
}*/

.wikitopline {
    right: 0px;
    position: absolute;
    top: 20px;
    width: 550px;
}

.textholder {
	padding: 10px 20px 0 20px;
    color: #FFFFFF;
    font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	background-color: #C0D49E !important;
	opacity: 0.85 !important;
}

.ic_caption {
	padding: 15px 20px 0 20px;
	height: 35px;
	width: 460px;
    color: #FFFFFF;
    font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	background-color: #C0D49E !important;
	opacity: 0.85 !important;
}

/*Other miscellaneous page formatting */
.nospace p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.box-logo {
	float: left;
}

.box-sitemycode {
	float: right;
	margin-top: 16px;
	margin-right: 12px;
}

#top_modules .box-login_box {
    bottom: -20px;
    position: absolute;
    right: -15px;
}

.ui-front {
    z-index: 200;
}

#role_main .mem_register_date .module {
    max-width: 500px;
	text-align: center;
	margin: auto;
}

.wifilanding {
	width: 550px;
}

/* cookies */

#cookie_consent_div {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #666666;
    margin: 1em;
    padding: 1em;
	font-size: 9px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.team_table p {
	margin-top: 0;
	margin-bottom: 0;
}

/* map formatting */

/*simple map formatting */

.simple_map .description {
	display: none;
}

.dir_loc_map a {
	display: none !important;
}

.dir_loc_map .olControlAttribution a {
	display: block !important;
}

/* Maps */

#tabs_view_tracker #newItemForm .olMap,
#tabs_view_tracker #newItemForm .olMapViewport {
	width: 400px !important;
	height: 400px !important;
}

#tabs_view_tracker .olMap,
#tabs_view_tracker .olMapViewport {
	width: 200px !important;
	height: 200px !important;
}

div.olMap,
div.olMapViewport {
	width: 660px !important;
	height: 550px !important;
	margin-left: auto;
	margin-right: auto;
}

.blue_plaque_map_display,
.map_display {
	position: relative;
	z-index: 0;
}

.ui-dialog {
	z-index: 1503 !important;
}

svg {
    position: relative;
}

polyline {
	stroke-width: 4;
	position: relative;
	z-index: 1600 !important;
}

/*image {
	z-index: 1650 !important;
	position: relative;
}*/

path {
	z-index: 1640 !important;
	position: relative;
}


/* POI & Zone pop-ups */


.olFramedCloudPopupContent .regImage {
    height:100px; /* you can use % */
    width: auto;
}

.olFramedCloudPopupContent .field_627 .regImage {
    height:100px; /* you can use % */
    width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.olFramedCloudPopupContent .field_635 .regImage {
    height:83px; /* you can use % */
    width: auto;
	margin-left: 2px;
	margin-right: 2px;
}

.olFramedCloudPopupContent .field_239,
.olFramedCloudPopupContent .field_623 {
	font-weight:bold;
}

.olFramedCloudPopupContent h5 a,
.olFramedCloudPopupContent h5,
.olFramedCloudPopupContent h6,
.dataLayersDiv,
.dataLbl,
.baseLbl {
    display: none;
} 

.field_491 {
	font-weight: bold;
}

/* business cards */

.bizcard {
	width: 400px;
	height: 259px;
	background: #ffffff url("madt12/MADT_bizcard_with_border_400wc.png") no-repeat scroll;
}

.bizcard_spacer {
	height: 20px;
}

.bizcard_name-title {
	top: 50px;
	left: 90px;
	width: 300px;
	position: relative;
	color: #000;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
/*	font-size: 18px;
    text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000; */
}

.bizcard_madt {
	top: 170px;
	left: 30px;
	width: 380px;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.bizcard_phone-mail {
	top: 30px;
	left: 90px;
	width: 300px;
	position: relative;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.bizcard_content {
}

.mainfo_font {
	font-size: 16px;
}

/* custom button formatting */

.passport_buy_button a {
	font-size: 24px;
}

.passport_learn_button a {
	font-size: 18px;
}

/* carousel formatting */
#carousel_01 ul {
	list-style: none;
/*	width: 1584px;*/
	width: 1584px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel_01 li {
	display:inline;
	float:left;
	background-image: none;
	padding-left: 0;
}

.ic_caption {
    background-color: #daecdc !important;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    opacity: 0.85 !important;
    padding: 5px 15px;
    text-align: center;
    width: 420px;
}

/* box styles */

.homepage_boxes .simplebox {
	border: 2px solid #0B9444;
}

.homepage_box {
	padding: 10px 10px 10px 10px;
	margin: 0;
	height: 300px;
}

.box_right {
	float: right;
	margin-left: 15px;
}

.box_left {
	float: left;
	margin-right: 15px;
}

.homepage_box h4 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.homepage_box ul {
	margin: 1px;
	padding-left: 10px;
	font-size: 11px;
}

.homepage_box img {
	margin: 0px;
}

.homepage_boxes td {
	padding: 4px;
}

.newsletter_box {
	margin: auto !important;
}

/* twitter */

.twitter10short .twtr-timeline {
	height: 110px !important;
}

.twitter_short_follow_ma {
	text-align: center;
	position: absolute;
	top: -23px;
	left: 20px;	
	width: 80px;
}

.twitter_feed20 p {
	margin: 0;
}

/* home page images */

.home_page_image_strip td {
	padding: 10px 0 0 0;
}

/* finance reports */

.finance_reports td {
	text-align: center;
}

/* special formatting for the embedded user report used for automatic high usage reporting */

th.ssids_string,
td.ssids_string,
th.signal,
td.signal,
th.capabilities,
td.capabilities,
th.usage,
td.usage {
	display: none;
}

/* tracker input forms */
.wikiplugin_tracker input[type="email"], .wikiplugin_tracker input[type="number"] {
    background-color: #f4fff5;
    border-color: #0b9444 #008246 #008246 #0b9444;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 2px;
    width: 24.05em;
}


/* Makerspace css */

.thankyou_box {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px;
	border-color: #0b9444;
}

.makerspaceform .trackerplugindesc {
	display: none;
}


/* end of file */
