/*
Document   : 2colLayout
Created on : 7-May-2009, 2:02:06 PM
Author     : Tom
Description:
Purpose of the stylesheet follows.


Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*+clearfix {*/
DIV#fullContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
DIV#fullContent
{
	display: inline-block;
}
DIV#fullContent
{
/*\*/
	display: block;
/**/
	_height: 1px;
}
/*+}*/
DIV#page
{
	border: 0px solid #800080;
	width: 745px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/*+placement:shift -1px -7px;*/
	position: relative;
	left: -1px;
	top: -7px;
}


DIV#header
{
	border: 0px solid #FF0000;
	width: 743px;
/*height:30px;*/
}

DIV#menu
{
	border: 0px solid #008000;
	width: 190px;
	float: left;
	margin: 0px 0 10px 5px;
    padding-top:0;
/*height:350px;*/
}

DIV#content
{
	border: 0px solid #0000FF;
    border-left:1px dotted #ADADAD;
	width: 519px;
	margin: 0px 0 10px 200px;
	min-height: 500px;
	_height: 500px;
	padding:10px;
    padding-left:10px;
    padding-top:0;

}
/*[clearfix]*/DIV#fullContent
{
	border: 0px solid #0000FF;
	width: 735px;
	margin: 10px -189px 10px 5px;
	min-height: 500px;
	_height: 500px;
}
DIV#footer
{
	border: 0px solid #FF0000;
	width: 740px;
/*height:30px;*/
}

/*Standard Table*/
table.tblStd{
     border:1px solid dimgray;
     border-collapse:collapse;
     padding:4px;
}

table.tblStd tr
{

}

table.tblStd th
{
    /* Same as tableRowHeadingBold*/
    background:#E2E7E9 url(../res/bg_table_row_heading.gif) repeat-x scroll left top;
    color:#27343C;
    font-size:11px;
    font-weight:bold;
    /*padding:8px 10px 8px 6px;*/
    padding:5px;
    border:1px solid dimgray;

}

table.tblStd td{
    border:1px solid dimgray;
    padding:4px;
}

    /* Layout Overflow Window - used for scrollable content window*/
.l_overflowWindow
{
    max-height:450px;
    overflow:auto;
    border:1px solid #ADADAD;
    padding:5px;
}


/* Layout Overflow Window - used for scrollable results table window*/
.l_resultsSimple
{
    max-height:450px;
    overflow:auto;
    border:1px solid #ADADAD;
    padding:0;
}

