/* LoonYProgS */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
}

a
{
	color: #448844;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

/* Outline */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #114400 url('lpgrfx/a5.gif') bottom left repeat-x;
	height: 5em;
	padding-left: 2em;
}

#header h1
{
	position: absolute;
	top: .3em;
	font-size: 2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #98a880;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 3.7em;
	left: 8em;
	color: #CCCCCC;
}

/* Menu */

#menu
{
	position: absolute;
	top: 3em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: .5em;
	margin-left: .3em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	/*padding: 0.1em;*/
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.3em;
}


#content p
{
	margin-bottom: 1em;
}

#content h2,h3,h4
{
	color: #335533;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #98a880;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1em;
}
 
#content h3
{
	font-size: 0.9em;
}

#content h5
{
	color: #335533;
/*	margin-bottom: 1em;*/
	font-size: 0.9em;
	padding-bottom: 0.1em;
}

#content h6
{
	font-size: .8em;
	font-weight: normal;
	color:#117700;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #98a880;
	padding-bottom: 0.1em;
	}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: none;
line-height: 1.2em;
	}

#content blockquote
{
	margin-bottom: 1.5em;
	background: #FDFDFD url('lpgrfx/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('lpgrfx/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('lpgrfx/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('lpgrfx/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Main Content */

#MainContentForm
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#mainContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 0em 1em 1.5em 2em;
}
#mainContent a
{
	color: #22aa00;
	text-decoration: none;
}
#mainContent a:hover
{
	color: #000;
	text-decoration: underline;
}

.posted {
	margin-top: 0;
	font-size: .6em;
	color:#ccc
	}
	
	/* Left Menu */

#LeftyContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 1em 2em 1.5em 2em;
	background: #fff url('lpgrfx/a1.gif') top right repeat-y;
}

#LeftyContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('lpgrfx/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Right menu */

#RightyContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 1em 2em 1.5em 2em;
	background: #fff url('lpgrfx/a2.gif') top left repeat-y;
}

#RightyContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('lpgrfx/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 1em 0em;
	margin: 1em 2em 0em 2em;
	font-size: .8em;
	text-align: center;
}

.clear
{
	clear: both;
}

/*poppers */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /* enlarged */
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -2000px;
border: 1px dashed #606850;
visibility: hidden;
color: #771100;
text-decoration: none;
}

.thumbnail span img{ /*enlarged */
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*enlarged */
visibility: visible;
top: 0;
left: 110px; /*position where enlarged image should offset horizontally */

}

table.out {
	background-color: #AABBBB; /*#8F978A;*/
}

TR {
	/*text-align : top;*/
	vertical-align : top;
}

TR.head  {
	font-weight : bold;
}
TR.grey {
	background-color : #E0E8E8; /*#D8DDD0; #d8dddd;*/
}
TR.submit {
	background-color : #E0E8E8; /*#B6BBA3;*/
}
TR.head2 {
	background-color : #D8DDD0; /*#e8eeee;*/
}
TR.tX { /*20020601: old for winner*/
	background-color : #fe7;
	text-align : right;
}
TR.t1 { /*20020601: new for 1st place*/
	background-color : #fe7; /*#FFCC33;*/
	text-align : right;
}
TR.t2 { /*20020601: new for 2nd place*/
	background-color : #eed;  /* #F1ECDA; #FCF3CF;*/
	text-align : right;
}
TR.t0  { /*20020601: new for other places*/
	background-color : #FFFFFF;
	text-align : right;
}
TR.cont  {
	background-color : #E0E8E8;
}
TR.cont22  {
	background-color : #FFFFFF;
}


TD  {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	line-height : 90%;
  vertical-align : top; /*Opera7*/
}
TD.article  {
	line-height : 150%;
}
TD.title  {
	font-size : 21px;
	font-weight : bold;
}
TD.code  {
	font-family: 'Courier New';
	font-size : 11px;
	background-color : #FFFFFF; /*#E0E8E8;*/ /*#F8F8F8;*/
}
TD.black  {
	font-weight : bold;
	color : #E0E8E8; /*#CCC0A6;*/
	background-color : #273747;
}
TD.tdgrey  {
	background-color : #E0E8E8; /*#d8dddd;*/
}
TD.blue  {
	font-weight : bold;
	color : #E0E8E8;
	background-color : #116666;
} 
TD.green  {
	font-weight : bold;
	color : #E0E8E8;
	background-color : #334466; /*#10696B;*/
}
TD.red  {
	font-weight : bold;
	color : #E0E8E8;
	background-color : #AA4455;
}
TD.num  {
	text-align : right;
}
TD.time  {
	color : #bF0000;
	text-align : right;
}
