/*
-----------------------------------------------
Team Maui Wikka CSS
----------------------------------------------- */

* {
/*	background-color: transparent;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	}

html {
	height: 100%;
	}

body {
	line-height: 1.4em;
	text-align: center;
	background-color: #013b8c;
	min-height: 101%;
	margin: 0px;
	padding: 0px;
	}

.enclosure {
	width: 706px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	border: 1px solid #013478;
	background-color: #ffffff;
}

.header {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 5px 5px 15px 5px;
}

.header h2 {
	vertical-align: bottom;
}

.page {
	margin-top: 15px;
}

.footer {
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 15px;
	padding: 5px;
}

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

a:hover, a:active {
	text-decoration: underline;
}


ul, ol {
	margin: 0px;
	padding: 0px;
}

ul.thread {
	list-style-type: none;
	border-left: 2px #666 solid;
	padding-left: 10px;
	margin: 5px 0px;
}

ul.thread li {
	color: #333;
}

.lastedit {
	border: dotted 1px; 
	padding: 5px; 
	margin: 10px;
	width: 30%;
}

#skinedit {
	width: 95%;
}

.notes {
	color: #888800;
}

h5 {
	font-size: 10pt;
}

h4 {
	font-size: 12pt;
}

h3 {
	font-size: 14pt;
}

h2 {
	font-size: 16pt;
}

h1 {
	font-size: 18pt;
}

.indent {
	margin-left: 40px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

.error {
	color: #CC3333;
	font-weight: bold;
}

.commentsheader, .comment, .commentform {
	clear: both;
	border: 1px #cccccc solid;
	background-color: #f9f9f9;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 0px 0px;
}

.comment, .commentform {
	margin: -1px 0px 0px 0px;
}

.commentinfo {
	font-size: 9px;
	color: #AAAAAA;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 100%;
	min-height: 100px;
}

.page textarea {
	min-height: 300px;
	margin-top: 2px;
}

li {
	list-style-position: inside;
}

.code {
	background: #fafafa;
	border: 1px solid #cccccc;
	font-family: "Courier New", Courier, monospace;
	width: 95%;
	margin: auto;
	padding: 6px 3px 13px 3px;
	overflow: auto;
	white-space: nowrap;
}

.code pre {
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: "Courier New", Courier, monospace;
}

.code span, .code ol, .code ul, .code li, .code div {
	font-family: "Courier New", Courier, monospace;
}

.code div.de1 {
	display: inline;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.smallprint {
	font-size: smaller;
	color: #777777;
	padding-right: 0.5%;
	text-align: right;
}

.exttail {
	padding-left: 12px;
	background-image: url('../images/ext_link.gif');
	background-repeat: no-repeat;
	background-position: 0 0.30em;
	margin-left: 3px;
}

hr {
	border-top: 1px dotted #AAA;
	margin-top: 5px;
}

tt {
	font-family: "Courier New", Courier, monospace;
}

blockquote {
	width: 80%;
	margin-bottom: 0px;
}

.missingpage {
	color: #993357;
	text-decoration: none;
}

.missingpage:after {
	content: " •";
}

br {
	clear: none;
}

.col1 {
	width: 200px;
	float: left;
}

.col2 {
	width: 200px;
	float: left;
}

.col3 {
	width: 200px;
	float: left;
}

table {
	border: 2px solid #cccccc;
	border-collapse: collapse;
	border-spacing: 0px;
}

img {border: 0px;}
img.centre {display: block; text-align: center; margin: 5px auto;}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px -5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}

.indent {
	margin-left: 40px;
}

.floatl {
	float: left; 
	width: 45%; 
	margin: 0.5%; 
	padding: 5px; 
	background: #EAEAEA; 
	border: 1px #777 dotted; 
}


.floatr {
	float: right; 
	width: 45%; 
	margin: 0.5%; 
	padding: 5px; 
	background: #EAEAEA; 
	border: 1px #777 dotted; 
}


.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,  
.toolbar .btn-pressed {  
	background: ButtonFace; 
	color: ButtonText;
 	border: 1px solid ButtonFace; 
	padding: 1px;  
	margin: 0px; 
	cursor: pointer; 
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,  
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

.clear {clear:both; }

.underline { text-decoration: underline;}
.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #888; text-decoration: line-through;}

.deletions {color: #876; text-decoration: line-through;}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {	
	color: #333;
	background-color: #EFEFEF;
	font: normal 80% "Verdana", sans-serif;
	text-align: center;
	border-top: 2px double #CFCFCF;
	border-left: 3px solid #BABABA;
	border-right: 4px solid #AAA;
	border-bottom: 6px solid #909090;
	padding-left: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0em;
	line-height: 1.6em;
	vertical-align: top;
}

/* syntax highlighting code - geshi */
.code .br0	{ color: #66cc66; }
.code .co1	{ color: #808080; font-style: italic; }
.code .co2	{ color: #808080; font-style: italic; }
.code .coMULTI	{ color: #808080; font-style: italic; }
.code .es0	{ color: #000099; font-weight: bold; }
.code .kw1	{ color: #b1b100; }
.code .kw2	{ color: #000000; font-weight: bold; }
.code .kw3	{ color: #000066; }
.code .kw4	{ color: #993333; }
.code .kw5	{ color: #0000ff; }
.code .me0	{ color: #006600; }
.code .nu0	{ color: #cc66cc; }
.code .re0	{ color: #0000ff; }
.code .re1	{ color: #0000ff; }
.code .re2	{ color: #0000ff; }
.code .re4	{ color: #009999; }
.code .sc0	{ color: #00bbdd; }
.code .sc1	{ color: #ddbb00; }
.code .sc2	{ color: #009900; }
.code .st0	{ color: #ff0000; }

/* Calendar styling - added 2004-11-30 - updated 2004-12-01 */
/* general styling */

table.calendar {
        color: #000000;
        background-color: #CCCCCC;                /* comment out to have space between cells same color as page background */
        /*border-collapse: collapse;*/        /* would make single-width borders, ignoring cell-spacing */
}
table.calendar caption {
        background-color: #CCCCCC;
        font-weight: bold;
        line-height: 1.6em;
}
table.calendar thead {
        background-color: #CCCCCC;
}
table.calendar tbody.face {
        background-color: #CCCCCC;
}
table.calendar tbody.calnav {
        background-color: #CCCCCC;
}
/* styling for some specific elements */
table.calendar thead th {
        /*border: 1px solid #000000;*/        /* uncomment to have border around day name headers (will be page background if table background is undefined) */
        padding: 1px;
        text-align: center;
        font-size: 85%;
        width: 26px;
}
table.calendar tbody.face td {
        border: 1px solid #000000;
        text-align: right;
}
table.calendar td.currentday {
        color: #993333;
        background-color: #AAAAAA;
        font-weight: bold;
}
/* styling of calendar navigation */
table.calendar tbody.calnav {
        font-weight: bold;
}
table.calendar td.prevmonth {
        text-align: left;
        font-size: 85%;
}
table.calendar td.curmonth {
        text-align: center;
}
table.calendar td.nextmonth {
        text-align: right;
        font-size: 85%;
}
table.calendar a:link {
        color: #993333;
        text-decoration: none;
}
table.calendar a:visited {
        color: #993333;
        text-decoration: none;
}
table.calendar a:hover {
        color: #993333;
}
table.calendar a:active {
        color: #993333;
        text-decoration: none;
}
