/* CSS Document */


.clr {
	clear: both;
}

#buttons {
	margin: 0px;
	padding: 5px 0px;
	width: 760px;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding: 1px;
	display: inline;
	margin: 0px;
	font-size: 12px;
	line-height: 21px;
	white-space: nowrap;
	font-weight: bold;
}

ul#mainlevel-nav li a
{
	padding: 4px 30px;
	text-decoration: none;
	display: inline;
	color: #669933;
	border: 1px solid;
	background-color: #F3FBE4;
}

#buttons>ul#mainlevel-nav li a {
	width: auto; 
	font-weight: bold;
}

ul#mainlevel-nav li a:hover {
	color: white;
	background: #669933;
}


#user1 {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 2px;
	margin-bottom: 2px;
}

#mainbody {
	margin: 10px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}


/* mambo core stuff */
.message {
	color: white; 
	background-color: green;
	font-weight: bold;
}

/* This is p.l3header from cacp.css + padding */
td.contentheading,
div.componentheading {
	padding-bottom: 10px; 
	font-weight:bold; 
	font-size:18px; 
	color:#3366cc; 
}

table.contentpaneopen td.contentpanefooting {
	padding-bottom: 10px;
}

p.newcontent a {
	padding-left: 25px;
	text-decoration: none;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.attribution {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}

.createdate {
	color: #999999;
	font-size: 11px;
	font-style: italic;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #3366cc;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	margin:10px 4px; 
	font-size:10px; 
	font-weight:bold; 
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color:#3366cc;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 19px !important;
	height: 24px;
	width: 195px;
	text-decoration: none;
}

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

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #3366cc;
	text-align: left;
	text-decoration: none;
}

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


#active_menu {
	color: white;
	font-weight: bold;
	background-color: #669933;
}

a#active_menu:hover {
	color: #cde5fd;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.bluebold {font-weight:bold; font-size:12px; color:#3366cc; }

.tkh1 {margin: 25px 0px; color:#669933; font-weight:bold; font-size:18px;}
.tkh2 {margin: 10px 5px; color:#3366cc; font-weight:bold; font-size:16px;}
.tkh3 {margin: 10px 0px; color:#669933; font-weight:bold; font-size:14px;}
.tkh4 {margin: 10px 0px; color:#3366cc; font-weight:normal; font-size:14px;}
.tkh5 {margin: 10px 0px; color:#669933; font-weight:bold; font-size:12px;}

.tkgreen {color:#669933;}
.tkblue {color:#3366cc;}

.indent1 {margin: 0px 0px 5px 20px;}
.indent2 {margin: 0px 0px 5px 30px;}
