/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*Content Styles*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------*/

#pageContent
{
	font: 14px trebuchet MS, Arial, Verdana;
	padding:5px;
	min-height:200px;
}

#pageContent div.pageStatus,
#pageContent div.pageRevision,
#pageContent div#pageToc div.pageToc
{
	font-size:11px;
	padding:0px 5px 0px 5px;
}


#topic,
#topic table,
#pageText,
#pageText table {
	font-size: 14px;
	font-family:trebuchet MS, Arial, Verdana;

}

#topic a,
#pageText a,
p.modified a {
	color: #0000ff;
}

#topic a:hover,
#pageText a:hover,
p.modified a:hover {
	color: #ef9c1e;
	text-decoration:underline;
}

#pageText a.new {
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dashed;	
}

#title, #topic h1, #pageText h1, .header_1 {
	border-bottom: 1px solid #e6e6e6;
}
#title,
#topic h1,
#topic h2,
#topic h3,
#topic h4,
#topic h5,
#topic h6,
#pageText h1,
#pageText h2,
#pageText h3,
#pageText h4,
#pageText h5,
#pageText h6,
#attachments h1,
#files h2,
.header_1,
.header_2,
.header_3,
.header_4,
.header_5,
.header_6  {
	font-family: trebuchet MS, Arial, Verdana;
	margin-bottom: 10px;
	margin-top:20px;
	padding-bottom: 0;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#topic strong,
#topic b,
#pageText strong,
#pageText b
{
	font-weight:bold;
}

#topic em,
#pageText em
{
	font-style:italic;
} 
#title {
	padding-top: 6px;
	padding-left: 0px;
	width:100%;
	overflow:hidden;
}
#topic a.editsectionlink,
#pageText a.editsectionlink,
#title a.editsectionlink {
	text-decoration: none;
	visibility: hidden;
	padding-left: 4px;
}
h1#title {
	margin-top: 0;
}

#topic h1,
#pageText h1,
#title,
#imageGallery h2,
#attachments h2,
#attachments h1,
.header_1 {
	font-size: 18pt;
}
#topic h2,
#pageText h2,
.header_2 {
	font-size: 16pt;
}
#topic h3,
#pageText h3,
.header_3 {
	font-size: 14pt;
}
#topic h4,
#pageText h4,
.header_4 {
	font-size: 12pt;
	font-weight:bold;
}

#topic h5,
#pageText h5,
.header_5 {
	font-size: 11pt;
	font-weight:bold;
}

#topic h6,
#pageText h6,
.header_6 {
	font-size: 10pt;
	font-weight:bold;
}

#topic p,
#topic blockquote,
#topic pre,
#pageText p,
#pageText blockquote,
#pageText pre {
	line-height: 1.25;
	margin-top: 5px;
	margin-bottom: 10px;
}

#topic p,
#pageText p {
	line-height: 1.25;
}


#topic ol ol ,
#topic ol ol ol,
#topic ol ol ol ol,
#topic ol ol ol ol ol,
#topic ol ol ol ol ol ol,
#topic ol ol ol ol ol ol ol,
#topic ol ol ol ol ol ol ol ol,
#topic ol ol ol ol ol ol ol ol ol,
#pageText ol ol ,
#pageText ol ol ol,
#pageText ol ol ol ol,
#pageText ol ol ol ol ol,
#pageText ol ol ol ol ol ol,
#pageText ol ol ol ol ol ol ol,
#pageText ol ol ol ol ol ol ol ol,
#pageText ol ol ol ol ol ol ol ol ol
{
	margin-bottom: 5px;
	margin-top:5px;
}

#topic ul li,
#pageText ul li
{
	line-height: 1.25;
	margin-left:10px;
	padding-left:10px;
	line-height:1.5;
}


#topic ul ,
#topic ul ul ul ul,
#topic ul ul ul ul ul ul ul,
#pageText ul ,
#pageText ul ul ul ul,
#pageText ul ul ul ul ul ul ul
{
	list-style-type:disc;
	margin-bottom: 0px;
	margin-top:0px;
}

#topic ul ul,
#topic ul ul ul ul ul,
#topic ul ul ul ul ul ul ul ul,
#pageText ul ul,
#pageText ul ul ul ul ul,
#pageText ul ul ul ul ul ul ul ul
{
	list-style-type:circle;
	margin-bottom: 0px;
	margin-top:0px;
}


#topic ul ul ul,
#topic ul ul ul ul ul ul,
#topic ul ul ul ul ul ul ul ul ul,
#pageText ul ul ul,
#pageText ul ul ul ul ul ul,
#pageText ul ul ul ul ul ul ul ul ul
{
	list-style-type:square;
	margin-bottom: 0px;
	margin-top:0px;
}


#topic ol,
#topic ul,
#pageText ol,
#pageText ul
{
	margin-bottom: 5px;
	margin-top:5px;
	padding:0px;
	padding-left:10px;
	margin-left:10px;
	list-style-position:outside;
}


#topic ol li,
#pageText ol li {
	line-height: 1.25;
	margin-left:10px;
	padding-left:10px;
	line-height:1.5;
	list-style-type:decimal;
}

#topic pre,
#pageText pre {
	padding: 1em;
	border: 1px dashed #000;
	background-color: #fafafa;
	overflow: auto;
	width: auto;
}

#topic table,
#pageText table {
	overflow: auto;
}

#topic pre.script {
	border:1px solid #66cc66;
	padding-left:30px;
	background-image: url(../script_bg.gif);
	background-repeat: repeat-y;
	line-height:17px;
	font-size:12px;
}




