/*=============================================*/
/* LO-FI SCREEN CSS FILE                       */
/* (c) 2004 Invision Power Services, Inc.      */
/* This CSS by: Matthew Mecham                 */
/*=============================================*/

BODY
{ 
	background-color: #fff /* #E5E5D7;*/
	color: #000;
	font-family: Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 1em;
	margin: 20px;
	padding: 0px;
}

.fullv {display:none;}

#navigationgen
{width:200px;	
padding: 10px;
	margin-top:10px;
	border:0px solid gray;
	float:left;
		font-size: .8em;
		line-height:130%;
	}

#navigationgen li
{
padding-bottom:5px;
}


.ipbnav
{
	font-size: 11px;
	font-weight: bold;
	border:1px solid gray;
	padding:10px;
}

.ipbpagespan
{
	font-size: 11px;
	font-weight: bold;
	border:1px solid gray;
	padding:10px;
	margin-top: 10px;
}

.ipbnavsmall
{
	font-size: 10px;
	font-weight: bold;
	border:1px dotted lightgray;
	padding:8px 8px 8px 8px;
	text-align:center;
	width:350px;
	float:right;
}

#largetext
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 3px;
	width:auto;
}

#ipbwrapper
{

}

#ipbcopyright
{
	margin-top: 10px;
	font-size: 10px;
	text-align:center;
	clear:both;
}

#ipbcontent
{
	width:70%;
	padding: 10px;
	margin-top:10px;
	border:0px solid gray;
	float:right;
}



.topicwrap,
.forumwrap
{
	line-height:130%;
}

.topicwrap ul,
.forumwrap ul
{
	list-style-type: none;
}

.topicwrap li,
.forumwrap li
{
	font-size: 1em;
}

.forumwrap strong
{
	font-size: 1.1em;
	font-weight: bold;
}

.desc
{
	color: gray;
	font-size: 10px;
}

#smalltext
{
	color: gray;
	font-size: 10px;
	text-align:center;
	padding:10px;
	clear:both;
}

/*---------------------------------------*/
/* Post view */
/*---------------------------------------*/


.postwrapper
{
	border:1px solid #E6E3E4;
	padding:1px;
	margin-bottom: 15px;
}

.posttopbar
{
	background-color: #E6E3E4;
	padding: 6px;
}

.postname
{
	font-weight: bold;
	font-size: 0.8em;
	width: auto;
	float:left;
}

.postdate
{
	width:auto;
	font-size: 0.8em;
	color: gray;
	text-align:right;
}

.postcontent
{
	padding: 6px;
	font-size: 0.8em;
}

/*---------------------------------------*/
/* NEW QUOTE / CODE WRAPPERS             */
/*---------------------------------------*/

.quotetop
{
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 8px;
	background-color:#E4EAF2;
	border-left: 4px solid #8394B2;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
}
.quotemain
{
	color: #465584;
	background-color: #FAFCFE;
	border-left: 4px solid #8394B2;
	border-right: 1px dotted #000;
	/*border-top: 1px dotted #000;*/
	border-bottom: 1px dotted #000;
	padding: 4px;
	margin: 0px auto 8px auto;
}

.codetop,
.sqltop,
.htmltop
{
	width:98%;
	color: #000;
	margin: 0px auto 0px auto;
	font-weight:bold;
	padding: 3px;
	background-color:#FDDBCC;
	background-repeat: no-repeat;
}
.codemain,
.sqlmain,
.htmlmain
{
	font-family: Courier, Courier New, Verdana, Arial;
	color: #465584;
	background-color: #FAFCFE;
	border: 1px dotted #000;
	padding: 2px;
	width:98%;
	margin: 0px auto 0px auto;
	/*overflow: auto;
	height: 200px;*/
}


/* GEN */ 


a {text-decoration:none;
color: #dd070f;
font-weight:bold;

}
a:link { 
color: #dd070f;
}
a:hover {
color: #dd070f;
text-decoration: underline; 
background-color:#ccc;	
}
a:focus { 
color: #dd070f;
text-decoration: underline; 
}
a:active { 
color: #dd070f;
text-decoration: underline; 
}
a:visited {
color: #dd070f;
}



h1 {
font-size: 14px;
line-height: 14px;
font-weight: bold;
vertical-align: middle;
color: #003366;
background-color: #C1C9DD;
}


/* 
- h2-style can can be used more than once
- black font
- bold caracters
*/
h2 {
font-family: verdana, geneva, sans-serif;
font-size: 0.9em;
vertical-align: middle;
color: #000000;
margin-top: 0em;
margin-bottom: 0em;
}

/*  h3 is used exclusively as subsection title within header of level-02-pages */
/* old color 929082 */
h3 {
color: #333333;
font-family: verdana, geneva, sans-serif;
font-size: 14px;
font-weight: bold;
margin: 0px 11px 17px 0px;
}


/* titles - used also within popup messages - are hierargically spoken on 4th level */
h4 {
color: #000000;
font-family: verdana, geneva, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 3px 0px;
}

/* sub-titles - used also within popup messages - are hierargically spoken on 5th level */
h5 {
color: #000000;
font-family: verdana, geneva, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0px 0px 3px 0px;
}









