/* begin styles for wiki UI, does not include styles for wiki document ---------------------------------------------------------------*/

/* for pdf output, needs to be fixed */
#header_DISABLE_ME {
	background-color: red;
	text-align: center;
}

.btnDisabled {
	background-color:#BDBD98;
	border:1px solid #000000;
	color:#000000;
	cursor:pointer;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	margin:1px;
	padding:1px;
}

.wikiBreadCrumbs, .enabledSiblingLink, .disabledSiblingLink, .genericSecureItem {
	font-size: 95%;
}

/* for text in breadcrumbs, pagetrees, and childpages referencing pages that the user does not have access to*/
.genericSecureItem {
	color: #777;
}

/* previous/next page anchors at top of wiki page */
.enabledSiblingLink {
}

/* previous/next page anchors at top of wiki page */
.disabledSiblingLink {
	color: #777;
}

#breadCrumbContainer {
	color: #777;
}

/* style for X "button" in the file table, used to delete items in the WikiFileAttacher */
.deleteFileX {
	color: red;
	cursor: pointer;
	text-align: center !important;
}

/* used for labels on input fields in the wiki editor UI */
.wikiLabel {
	font-weight: bold; 
	white-space: nowrap;
}

.wikiTabPanelContainer {
	padding: 5px !important;
}

.disabledTab {
	cursor: pointer !important;

}

.disabledTab a em {
	/*background-color: blue;*/
	font-style: italic !important;
	color: #BBBBBB !important;
	font-weight: normal;
	cursor: inherit;

}

.disabledTab a {
	/*background-color: blue;*/
	cursor: inherit;
}

#wikiCommentViewer .commentContainer {
	border: 1px solid #CCCCCC;
	/*border-width: 1px 1px 0px 1px;*/		/* top right bottom left */
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#wikiCommentViewer .commentContainer .commentHeader {
	background-color: #EEEEEE;
	padding: 4px;
	font-size: 10pt;
	border-bottom: 1px solid #CCCCCC;
}

#wikiCommentViewer .commentContainer .commentHeader .subject {
	background-color: #EEEEEE;
	padding-bottom: 3px;
	font-size: 110%;
	color: #003366;
	font-family:arial,helvetica,sans-serif;
	float: left;
}

#wikiCommentViewer .commentContainer .commentHeader .date {
	background-color: #EEEEEE;
	padding-bottom: 3px;
	font-size: 80%;
	font-style: italic;
	text-align:right;
}

#wikiCommentViewer .commentContainer .commentHeader .author {
	background-color: #EEEEEE;
	padding-bottom: 3px;
	font-size: 80%;
	font-style: italic;
	text-align:right;
}

#wikiCommentViewer .commentContainer .commentContent {
	padding: 4px;
	vertical-align: top;
	margin: 0px;
}

#wikiCommentViewer .nocomments {
	padding: 10px 4px 10px 4px;		/* top right bottom left */
	color: #FF5555;
	font-style: italic;
}

/* end styles for wiki UI, does not include styles for wiki document ---------------------------------------------------------------*/

/* begin styles for wiki TOC tree panel ---------------------------------------------------------------*/
#tocTreeContainer\.outer {
	background: #fff url(/images/wiki_tocContainer_back_right.gif) right repeat-y;
}

/*applied to "page" icons in the wiki's tree control*/
#tocTreeContainer\.inner .page-icon {
	background: transparent url(/images/hosting/txt.gif) no-repeat;
	padding-left: 17px;
	height:22px;
	display:block;
}

/* text part of folder elements in the ToC tree control */
#tocTreeContainer\.inner .pageNodeAnchor {
	/*white-space: nowrap;
	background-color: green;*/
}

#tocTreeContainer\.inner {
	padding: 5px;
	height: 500px;
	margin: 0px;
}

#tocTreeContainer\.inner a:link, #tocTreeContainer\.inner a:visited, #tocTreeContainer\.inner a:focus, #tocTreeContainer\.inner a:active {
	text-decoration: none;
	color: #000;
}

/* unsure of what this is for? */
.funk-name {
	border:3px solid green;
}
/* unsure of what this is for? */
.myContentStyle {
	border: 3px solid blue;
}

/* end styles for wiki TOC tree panel ---------------------------------------------------------------*/

/* begin styles for wiki menu */
#optionsMenu .yuimenuitem-selected {
	background-color: #88B1DA !important;
}

.rssMenuItem {
	background: transparent url( /images/wiki/rss_feed_icon_12x12.gif ) 3px 3px no-repeat;
}

.optionsMenuItemDelete {
	background: transparent url( /images/wiki/delete_16x16.gif ) 3px 3px no-repeat;
}	

.optionsMenuItemPdf {
	background: transparent url( /images/wiki/pdf_16x16.gif ) 3px 3px no-repeat;
}

.rssMenuItem, .optionsMenuItemDelete, .optionsMenuItemPdf {
	text-align: left !important;
	padding: 1px 0px 2px 0px !important;	/* top right bottom left */
}
/* end styles for wiki menu */


/*font-style font-variant font-weight font-size font-family*/

/* begin styles for the wiki document ---------------------------------------------------------------*/
.wikiElem * {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #333;
}

div.wikiElem .location-right {
	float: right;
	margin: 0 0 0.5em 0.5em;	/* top right bottom left */
}

div.wikiElem .location-left {
	float: left;
	margin: 0 0.5em 0.5em 0;	/* top right bottom left */
}
/* this probaby doesn't work since center is not a valid value for float*/
div.wikiElem .location-center {
	/*float: center;*/
}

div.wikiElem .location-none {
	float: none;
}

div.wikiElem {
	padding: 0px 0 20px 0;	/* top right bottom left */
	/*border: 1px solid cyan;*/
}

.wikiElem .codearea {
	/*background-color: cyan;*/
}

.wikiElem .toc {
	background-color: #EEEEEE;
}

.wikiElem h1 {
	font-weight: normal;
	color: #4B7AAA;
	padding: 0px 0px 7px 0px;	/* top right bottom left */
	font-size: 250%;
}

.wikiElem h2 {
	color:#921385;
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-weight:normal;
	padding: 5px 0px 7px 0px;	/* top right bottom left */
	font-size: 185%;
}

.wikiElem h3 {
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#921385;
	padding: 5px 0px 7px 0px;	/* top right bottom left */
	font-size: 140%;
}

.wikiElem h4 {
	font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-weight:normal;
	color:#921385;
	padding: 5px 0px 7px 0px;	/* top right bottom left */
	font-size: 125%;
}

.wikiElem hr {
	margin: 0px 0px 5px 0px;	/* top right bottom left */
}

/* italics */
.wikiElem i {
	color: inherit;
	font-style: italic;
	font-weight: inherit;	/* ensures that if the parent element is a <b>, this element will still get bolded*/
}

/* bold */
.wikiElem b {
	font-weight: bold;
	color: inherit;
}

/* base style for code in wiki page */
.wikiElem .code b {
	color: null;	/* remove the inherited color since the code hilighter uses attributes to color the text */
}

/*anchors*/
.wikiElem a:link, .wikiElem a:visited,.wikiElem a:focus, .wikiElem a:active {
	color: #003366;
	text-decoration: underline;
}

/*These anchor styles are for anchors that wrap images, as generated by [[Image:mine.gif]] elements */
.wikiElem a.internal:link, .wikiElem a.internal:visited, .wikiElem a.internal:focus, .wikiElem a.internal:active {
	text-decoration: none;
}

.wikiElem a:hover {
	color:#921385;
}

.wikiElem dl {
	padding: 0px;
}

.wikiElem dl dt {
	font-weight: bold;
}

.wikiElem dl dd {
	margin-left: 2em;
}

.wikiElem li {
	line-height: inherit;
	list-style-type: inherit;
	margin-left: 20px !important;
	color: #333 !important;
}

.wikiElem .toc ul ul {
	margin-left: 20px !important; /*causes nested items in the table of contents (__TOC__) to properly indent*/
}

.wikiElem li li {
	margin-left: 4ex;
}

.wikiElem ul {
	margin-bottom: 10px;
}

.wikiElem ol {
	margin-bottom: 10px;
}
	
.wikiElem pre {
	/*background-color: red;*/
}

.wikiElem p {
	/*background-color: red;*/
	padding: 0px 0px 10px 0px;	/* top right bottom left */
}

.wikiElem table {
	/*background-color: red;*/
	margin: 0px 0px 10px 0px;	/* top right bottom left */
	border-collapse: collapse;
    border: 1px solid #cccccc;
}

.wikiElem tr {
	/*background-color: red;*/
}

.wikiElem th, .wikiElem td {
	padding: 1px 3px 1px 3px;	/* top right bottom left */
    border: 1px solid #cccccc;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size:90%;
}

.wikiElem th {
	font-weight: bold;
	background-color: #eee;	
}

.wikiElem code, .wikiElem tt {
	/*background-color: #EEFFFF;*/
	color:#111111;
	font-family:'Courier New',Courier;
}

.wikiElem .childPageList {
	font-size: 95%;
}

.wikiElem img {
	border: 0px;
}

/* begin Bliki generated class names, these are css classes that the Bliki parser adds to the HTML ---------------------------------------------------------------*/
.wikiElem img.type-border, .wikiElem img.type-frame, .wikiElem img.type-thumb, .wikiElem img.type-thumbnail {
	border: 1px solid black;
}

/*captions associated with images*/
.wikiElem div.framecaption, .wikiElem div.thumbcaption, .wikiElem div.thumbnailcaption {
	border: 1px dotted #333333;
}

/* applies to footnote text*/
.wikiElem ol.references>li {
	font-size: 80%;
	font-style: italic;
	color: inherit;
}

/*applies to super-script for footnotes.*/
.wikiElem sup.reference a {
	color: inherit;
}

.wikiElem sub, .wikiElem sup, .wikiElem sup.reference a {
	font-size: 80% !important;
}
	
.wikiElem div.tagCloud {
}

/* anchors in the tag cloud*/
.wikiElem div.tagCloud a:link, .wikiElem div.tagCloud a:visited,.wikiElem div.tagCloud a:focus, .wikiElem div.tagCloud a:active {
	text-decoration: none;
}

.wikiElem blockquote {
	margin-left: 3ex;
	font-family:helvetica,verdana,arial,sans-serif;
}

.wikiElem .voxeonStatusTable {
	background-color: #FFF;
}

.wikiElem .voxeonStatusTable caption {
	color: #4B7AAA;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	caption-side:bottom;
	margin-top: -8px;
}

.wikiElem table.voteTag {
	border: 1px solid #CCCCCC;
}
.wikiElem table.voteTag th {
	background-color: #EEEEEE;
}

.wikiElem table.voteTag td.voteCol {
	text-align: center;
}

.wikiElem table.voteTag caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	white-space:nowrap;
}
/* end voteTag */
/* begin ticketWeightTag */
.wikiElem table.ticketWeightTag {
	border: 1px solid #CCCCCC;
}
.wikiElem table.ticketWeightTag th {
	background-color: #EEEEEE;
}

.wikiElem table.ticketWeightTag td.weightCol {
	text-align: right;
}

.wikiElem table.ticketWeightTag caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	white-space:nowrap;
}
/* end ticketWeightTag */

/* end Bliki generated class names ---------------------------------------------------------------*/

/* begin javascript syntax hilighter ---------------------------------------------------------------*/
.wikiElem div.syntaxhighlighter {
	/* nothing going on here */
}
/* end javascript syntax hilighter ---------------------------------------------------------------*/



