/*=============================================*/
/* LO-FI SCREEN CSS FILE                       */
/* (c) 2004 Invision Power Services, Inc.      */
/* This CSS by: Matthew Mecham                 */
/*=============================================*/

BODY
{ 
	background-color: #FFF;
	color: #222;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	margin: 10px;
	padding: 0px;
}

.ipbpagespan
{
	font-size: 7pt;;
	font-weight: bold;
	border:1px solid gray;
	padding:10px;
	margin-top: 10px;
}

#ipbwrapper
{

}

img{
	border: 0; /* makes sure linked images do not have a border */
	vertical-align: middle;
}

#ipbcontent
{
	padding: 10px;
	margin-top:10px;
	border:1px solid gray;
}

.topicwrap,
.forumwrap
{
	line-height:130%;
}

.topicwrap ul,
.forumwrap ul
{
	list-style-type: none;
}

.topicwrap li,
.forumwrap li
{
	font-size: 8pt;;
}

.forumwrap strong
{
	font-size: 9pt;;
	font-weight: bold;
}

.smalltext
{
	color: gray;
	font-size: 7pt;;
	text-align:center;
	padding:10px;
}

/*---------------------------------------*/
/* Post view */
/*---------------------------------------*/


.postwrapper
{
	border:1px solid #E6E3E4;
	padding:1px;
	margin-bottom: 15px;
}

.postname
{
	background-color: #E6E3E4;
	padding: 6px;
	color: gray;
	font-size: 8pt;
	width: auto;
}

.postcontent
{
	padding: 6px;
	font-size: 8pt;;
}

/*---------------------------------------*/
/* NEW QUOTE / CODE WRAPPERS             */
/*---------------------------------------*/

.codetop,
.sqltop,
.htmltop,
.quotetop{
	background: #E4EAF2 url(<#IMG_DIR#>/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	color: #808080;
	font-size: 8pt;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.codemain,
.sqlmain,
.htmlmain,
.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-top: 0;
	color: #465584;
	padding: 8px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC url(<#IMG_DIR#>/css_img_code.gif) no-repeat right;
}

.a_descr,
.descr{ 
	background: transparent;
	font-size: 8pt; 
	color: gray;
	line-height: 140%;
	padding: 0;
}

.a_descr a:link,
.a_descr a:visited,
.a_descr a:active{
	color: #505050;
	text-decoration: none;
}

.borderwrap { /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #FFF; 
	border: 1px solid #9c9c9c;
	padding: 0; 
	margin: 0; 
}

