/*********************************************

  CSS styles (screen) for the website content
  
  (c) 2005 RSZdesign
  File created and modified by RSZdesign

 ********************************************/


#page-title { display: none; clear: both;
				background: transparent; color: #597C8A;
				font-size: 130%; font-weight: bolder;
				letter-spacing: 0em; }

#quick-content, #content { line-height: 130%; }

#content h3 { margin: 0 0 0.5em 0; padding: 0; font-size: 130%; }

#content h4, #content h5, #content h6
            { font-weight: bold; letter-spacing: 0em; }

#content h4 { margin: 0 0 0.5em 0; padding: 0; font-size: 120%; }

#content h5 { margin: 0 0 0.3em 0; padding: 0; font-size: 115%; }

#content h6 { margin: 0 0 0.3em 0; padding: 0; font-size: 110%; }


#content table          { margin: 0 0 2em 0; border-collapse: separate; border-spacing: 0; }
#content table caption  { border-bottom: solid 1px #999999; font-size: 100%; font-weight: bold; text-align: left; }
#content table th       { font-weight: bold; }
#content table thead th, #content table thead td {
	padding: 5px; cursor: default; font-size: 90%;
}
#content table thead td {  }
#content table tbody th, #content table tbody td {
	padding: 5px;
}
#content table tbody th { padding: 10px; }
#content table tbody td { font-size: 90%; }


#content ul    { margin: 0.2em 0 1.2em 0; padding: 0 0 0 30px; }
#content ul li { margin: 0 0 0.5em 0; padding: 0 0 0 5px;} 


#content blockquote {
	margin: 0 0 2em 0;
	padding: 0 0 0 1.5em;
	font-style: italic;
}


#content code	{ display: block; padding: 10px; background: #FEFEFE; color: #333333;
				  font-family: Courier, "Courier New", monospace; }


#content p		{ margin: 0 0 2em 0; }


#content a:link, #content a:active, #content a:visited
                   { text-decoration: underline; background: transparent; color: #B9AA37; }
#content a:hover   { text-decoration: underline; background: transparent; color: #F2E05A; }


#content img		{  }
#content .left		{ float: left; margin-right: 5px; }
#content .right		{ float: right; margin-left: 5px; }


#content .warning	{ background-color: transparent; color: #CC0000; font-weight: bold; }

#content .info { font-size: 85%; }
