/* 
	_style.css (7,531), 
	_content.css (2,506)
 */

/* --------- _STYLE.CSS --------- */
body {
	padding:0;
	margin:0;	
	background:#e0e0e0;
	font-size:12px;
}
.global {
	margin:0 auto;
	background:#fff;
	width:1000px;
	overflow:hidden;	
	padding:10px;	
	border:2px solid #fff;
	-moz-border-radius:5px;
}
.site-logo {
	padding:3px;
	background:#fff;
	-moz-border-radius:3px;
	border:1px solid #d0dbe8;
	display:block;
	float:left;
}
.page-meta-data {
	clear:both;	
}
/*Position CSS*/
.br {
	clear:both;	
}
.fr {
	float:right;	
}
.first {
	margin-left:0 !important;
	margin-top:0 !important;	
}
.last {
	margin-bottom:0 !important;	
}
/*POPUP*/
.popup-bg {
	background-color:#333;
	opacity:.8;
	filter: alpha(opacity = 80);
	z-index:10 !important;
	position:absolute;
	width:100%;
	display:none;
	top:0;
	left:0;	
}
.popup-frame {
	display:none;
	padding:15px;
	background:#fff;
	-moz-border-radius:10px;
	position:absolute;
	z-index:20 !important;
	max-width:600px;	
	max-height:400px;
	overflow-x:auto;
}
.popup-close {
	float:right;
	background-color:#999;
	font-size:13px;	
	font-weight:bold;
	padding:3px 5px;
	color:#fff !important;
	-moz-border-radius:7px;
	margin:-12px -12px 0 0;
	text-align:center;
	line-height:1;
}
.popup-close:hover {
	background:#a00b0b;	
	text-decoration:none;
}
/*SEARCH RESULTS*/
#searchResults {
	margin:10px 0;	
}
#searchResults .searchResults {
	margin:0 0 20px 0;
	font-weight:bold;	
}
#searchResults ul {
	margin:0;
	padding:0;
}
#searchResults li {
	margin:10px 0 ;	
	list-style-type:none;
	border-top:1px dotted #ccc;
	padding:5px 0;
}
#searchResults .icon {
	vertical-align:bottom;	
}
#searchResults li a {
	font-weight:bold;	
}
.deki-parsed-query {
	padding:5px;
	background:#f5f5f5;	
	border:1px solid #efefef;
	-moz-border-radius:3px;
}
/*TITLE AND HEADER*/
.header-sub {
	color:#ccc;
	padding-left:10px;
}
.page-restricted {
	padding-left:16px;
	background:left center url(/skins/common/icons/icon-lock.gif) no-repeat;
}
/*PAGE ALERTS*/
#deki-page-alerts div.toggle {
	padding:0;
	border:0;
	background:none;	
}
#deki-page-alerts form {
	font-size:11px;
	padding:3px;
	-moz-border-radius:3px;	
}
/*SITE HEAD*/
.site-head {
	width:1020px;
	margin:0 auto 10px;
	overflow:hidden;
}
.site-search {
	text-align:right;
	padding:2px;
}
.site-search {
	color:#fff;	
}
.site-search #searchInput {
	border:2px solid #666;
	padding:3px 10px 3px 0;
	font-size:10px;
	-moz-border-radius:7px;	
}

.site-search .inputSubmit {
	border:0;
	background-color:#999;
	color:#efefef;		
	-moz-border-radius:3px;
	font-size:11px;
	padding:2px 5px;
	text-transform:lowercase;
	cursor:pointer;
}
.site-search .inputSubmit:hover {
	color:#fff:
}
/*QUICK MENU*/
.quick-toolbar {
	text-align:right;	
}
.quick-toolbar span {
	margin:0 7px;
	text-transform:lowercase;	
	float:right;
}
/*SITE SIDE*/
.site-side {
	float:left;
	width:180px;
	margin-right:20px;
}
/*SITE CONTENTS*/
.site-content {
	width:100%;
	float:left;	
}
/*TOP MENU*/
.top-bar {
	overflow:hidden;
	border-bottom:2px solid #fff;
	opacity:.95;
	background-color:#333;	
	margin:0 0 30px 0;
}
.top-bar div {
	float:left;
}
.top-bar .site-home-menu {
	border-right:1px solid #999;
	margin-right:0px;
	height:20px;
	padding:5px 10px;
}
.top-bar .site-home-menu a.drop {
	margin-top:2px;
	font-size:0px;
	color:#333;
	text-align:left;
	background-image:url(icon-nav.gif);
	background-repeat:no-repeat;
	display:block;
	width:16px;
	height:16px;
}
.top-bar .site-home-menu a.drop-selected {
	background-position:0 -16px;	
}
/*PAGE & SITE NAVIGATION*/
.site-drop-menu ul {
	overflow:hidden;
	padding:0;
	margin:0;
}
.site-drop-menu li {
	float:left;
	list-style-type:none;
	margin:0;
}
.site-drop-menu li a {
	display:block;
	padding:3px;
	text-align:center;
	text-decoration:none;
}
.site-drop-menu a.primary {
	height:20px;
	padding:5px;	
	border-bottom:0px;
	text-align:center;
	margin:0 1px 0 0;
	background-color:#4c4c4c;
	min-width:70px;
	color:#999;
}
.site-drop-menu a.primaryselected,
.site-drop-menu a:hover {
	background-color:#666;
	color:#fff;	
}
.site-drop-menu li ul {
	display:none;
	margin:0;
	position:absolute;
	padding:5px;
	background:#666;
	border-top:0px;
	-moz-border-radius:5px;	
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
.site-drop-menu li ul li {
	float:none;	
}
.site-drop-menu li ul li a {
	color:#fff;
	border:0;
	-moz-border-radius:5px;
}
.site-drop-menu li ul li a.disabled {
	display:none;	
} 
.site-drop-menu li ul li a:hover {
	background-color:#525252;
	color:#fff;
	border:0;
}
/*LEFT NAVIGATION*/
#siteNavTree {
	background:#4c4c4c;
	position:absolute;
	top:32px;
	text-align:left;
	left:0px;
	z-index:10;
	display:none;	
	width:200px;
	-moz-border-radius-bottomright:5px;
	padding:3px;
}
#siteNavTree div {
	float:none;
}
#siteNavTree a {
	width:auto !important;	
	font-size:12px;
	color:#fff;
	display:block !important;
	-moz-border-radius:3px;
}
#siteNavTree .selectedChild a {
	background:#666;	
}
#siteNavTree a:hover {
	background:#666;
	color:#fff;		
}
/*BREADCRUMBS*/
.dw-hierarchy {
	font-size:11px;
	margin:10px 0 0 0 ;
	display:block;
}
/*SITE HISTORY*/
.site-history {
	font-size:11px;
	color:#999;	
}
/*POWERED BY MINDTOUCH*/
.powered-by {
	margin:20px auto 0 auto ;
	text-align:center;
}
/*SUCCESS / ERROR MESSAGE*/
#sessionMsg {
	border:1px solid #f8f0a9;	
	padding:5px;
	background-color:#fefbe1;
	margin:5px 0;
}
/*PAGINATION*/
.deki-pagination {
	padding:5px 0;
	overflow:hidden;
}
.deki-pagination div {
	padding:0;
	margin:0;
	float:left;
	color:#999;
	font-size:11px;
}
.deki-pagination div.prev {
	width:20%;
}
.deki-pagination div.info {
	width:60%;
	text-align:center;
}
.deki-pagination .next {
	width:20%;
	text-align:right;
}
/*SUBNAV*/
.deki-page-subnav {
	background:#efefef;
	padding:5px;
	-moz-border-radius:3px;
	margin:0 0 10px 0;	
	overflow:hidden;
}
.deki-rc-allchanges {
	float:left;	
}
.deki-rc-feeds {
	float:right;	
}
.deki-page-subnav ul,
.deki-page-subnav ul li {
	display:inline;
	padding:0;
}
/*DROPDOWN CSS*/
.dmenu-body {
	background:#fff;
	-moz-border-radius:3px;
	border:1px solid #d0dbe8;
	padding:5px;
}
.dmenu-body ul,
.dmenu-body li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dmenu-body li a {
	text-decoration:none;
	padding:3px 0;
	margin:3px 0;
	display:block;
}
.dmenu-body li a img {
	margin:0 10px 0 0;	
	vertical-align:middle;
}
/*PAGE STATS*/
.page-stats span {
	display:block;	
}
/*RELATED PAGES*/
.related-tag {
	margin:0 0 10px 0;	
}
/*TABLE CSS*/
table {
	width:100%;
	border:1px solid #ccc;	
}
td, th {
	padding:5px;	
}
table th {
	background-color:#efefef;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
table .bg2 {
	background-color:#f3f6fa;
}
/*COMMENTS*/
.commentMore {
	margin:0 0 10px 0;	
}
.commentNum {
	float:left;	
}
.comment {
	margin:5px 0;
	padding:5px;
	border:1px solid #efefef;
}
.comments .commentText {
	margin:0 0 0 50px;
}
.commentActions {
	float:right;	
}
textarea.commentText {
	width:70%;
	height:80px;
	padding:5px;	
}
/*IE6*/
* html body {
	text-align:center;	
}
* html body .site-head,
* html body .global {
	width:1020px;
	text-align:left;
}
* html body .site-head .fr {
	width:50%;	
}
* html body .site-logo {
	padding:3px 3px 0 3px;	
}
* html body .comment {
	padding-top:0 ;
}
* html body .user-nav ul,
* html body .page-nav ul,
* html body .site-nav ul{
	height:100%;	
}
* html body td, th {
	font-size:12px;
}
* html body .dmenu-body {
	text-align:left;	
}
* html body .site-drop-menu a {
	width:160px;	
}
* html body .site-search {
	width:250px;	
}
* html body .top-bar {
	height:30px;
	overflow:visible;	
}
* html body .popup-frame {
	width:600px;
	text-align:left;	
}

/* --------- _CONTENT.CSS --------- */
body {
	font-family: "Lucida Sans", Verdana, Arial, Sans-Serif;	
	font-size: 12px;
	line-height: 1.5;
}
blockquote {
	margin: 0 3em;	
}
a {
	color: #36c;
	text-decoration:none;
}
em {
	font-style: italic;	
}
a.new,
a.new:visited {
	text-decoration: none;
	border-bottom: 1px dotted #af6666;
	color: #af6666;	
}
a.new:hover {
	color: #790000;
	border-bottom: 1px solid #790000;
}

a:visited {
	color: #5c85d6;
}

a:hover {
	color: #004a80;
	text-decoration:underline;
}
a.disabled:hover,
a.disabled {
	color:#999 !important;
	cursor:default;
	text-decoration:none;
	background:none !important;
}
p, 
blockquote, 
pre,
h2, 
h3, 
h4, 
h5, 
h6, 
ol, 
ul, 
dl {
	margin: 0.5em 0 ;
}

ol, 
ul, 
dd {
	padding-left: 3em; 
}
ol li {
	list-style-type: decimal;
}
div.wiki-toc ol li {
	list-style-type: none;
}
ul li {
	list-style-type: disc;
}
ul ul, 
ul ol, 
ol ul, 
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ol ul, 
ul ul	{
   list-style-type: circle;
}

ol ol ul, 
ol ul ul, 
ul ol ul, 
ul ul ul {
	list-style-type: square;
}
blockquote {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-left: 1.8em;
	margin-right: 1.8em;
	padding: 0.6em;
	text-align: center;
	color: #777;
	font-size: 12px;
}
/*** 
 * specificity kills us here
 */
body.deki-content-edit span.comment,
body.deki-content-edit div.comment, 
body.deki-content-edit p.comment {
	font-family: "Lucida Console", Courier, Monospace;
	background-color: #fff799;
	padding: 3px;
}
code {
	font-family: "Lucida Console", Courier, Monospace;
	font-size: 14px;
	color: #003471;
}
pre {
	color: #777;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 4px solid #aaa;
	background-color: #fefefe;
	overflow: visible;
}
/* Editor scripting styles */
body.deki-content-edit pre.script {
	color: #004184;
	font-size: 12px;
	line-height: 18px;
}
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #b58228;
	font-weight: bold;
	padding: 0;
	padding-top: 0.375em;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1;
}

h1,
.header_1,
#body div.title h1 {
	font-family: "Lucida Sans",Verdana,Arial,Sans-Serif;
	color: #000;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	margin:10px 0 0 0;
}
h2,
.header_2 {
	font-size: 22px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
}
h3,
.header_3 {
	font-size: 19px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
}
h4,
.header_4 {
	font-size: 16px;
	color: #000;
}
h5,
.header_5 {
	font-size: 14px;
	color: #000;
}
h6,
.header_6 {
	font-size: 12px;
	color: #000;
}
