
/************************************ LEGAL NOTICE ***********************************/
/*    The combination of colors, images, typography and positioning ("the design")   */
/*    in this CSS is copyright 2006/2007 Inxitus LLC and ReelACT.com and may not be  */
/*    reproduced.                                                                    */
/*************************************************************************************/


body
{
	color:#333333;
	font-size:8pt;
	font-weight:normal;
	font-family:tahoma,verdana,lucida,helvetica,sans-serif;
	padding:3px;
	margin:3px;
}

/*
** Header
*/

#header
{
	position:relative;
	left:0px;
	top:0px;
}
#logo
{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:2px;
}
#title
{
	position:relative;
	left:488px;
	top:-11px;
}


/*
** Right Panel
*/

#rightPanel
{
	position:absolute;
	left:500px;
	top:184px;
	width:268px;
}
#welcome
{
	position:relative;
	left:0px;
	top:10px;
}
#welcomePanelTitle
{
	padding-left:20px;
	font-size:10pt;
	font-weight:bold;
}
#infoPanel
{
	width:268px;
	height:212px;
	background-image:url(/img/rightPanelBottomBg.gif);
}
#news
{
	position:relative;
	left:19px;
	top:16px;
	width:247px;
	height:88px;
}
.newsFeed
{
	padding-left:6px;
	padding-top:0px;
	margin-top:6px;
}
#partners
{
	position:absolute;
	left:20px;
	top:308px;
	width:220px;
}


/*
** Lower Panel
*/

#lowerPanel
{
	position:absolute;
	left:13px;
	top:398px;
}
#quote {
	position:relative;
	left:-5px;
	top:44px;
	width:494px;
	height:141px;
	background-image:url(/img/homepage_quote.jpg);
}
#quoteLink {
	position:relative;
	left:85px;
	top:84px;
}
#quoteTitle
{
	position:relative;
	left:18px;
	top:25px;
	font-size:10pt;
	font-weight:bold;
	font-color:#4C7399;
}
#quoteSignature
{
	position:relative;
	left:276px;
	top:78px;
	font-size:8pt;
	font-weight:bold;
}


/*
** Left Panel
*/

#leftPanel
{
	position:absolute;
	left:8px;
	top:100px;
	height:350px;
}
#mainNav
{
	position:relative;
	left:20px;
	top:0px;
}
#leftPanelSkin
{
	position:relative;
	left:0px;
	top:13px;
	width:175px;
	height:313px;
	background-image:url(/img/leftPanelBg.gif);
}
#login
{
	position:relative;
	left:32px;
	top:15px;
	/*border: solid 1px red;*/
}
#register
{
	position:absolute;
	left:35px;
	top:169px;
	width:120px;
	font-size:8pt;
	font-face:bold;
	text-align:center;
}
#quickLinks
{
	position:relative;
	left:18px;
	top:-70px;
}


/*
** Content
*/

#content
{
	position:absolute;
	left:260px;
	top:115px;
}

/*
** Footer
*/

#footer
{
	position:absolute;
	left:8px;
	top:584px;
}

.input {
	color: #333333;
	font-size: 8pt;
	font-family:tahoma,verdana,lucida,helvetica,sans-serif;
	}

.panelTitle
{
	font-weight:bold;
	font-size:10pt;
}

div.scrollerRed {
	height:21;
	width: 760;
	margin:0;
	border-top:2px outset #CC6666;
	border-bottom:0px outset #A0A0A0;
	background-color:#B42424;
	color:#FFFFFF;
	font-weight:bold;
	font-size:7pt;
	font-family:tahoma,verdana,lucida,helvetica,sans-serif;
	text-align: center;
}
img {
	border:0;
}


/*
** Styles
*/

a:link.body {
	font-weight:normal;
	font-size: 8pt;
	text-decoration:none;
	color:#00688B;
	background:transparent;
	}
a:visited.body {
	font-weight:normal;
	font-size:8pt;
	color:#00688B;
	text-decoration:none;
	}
a:hover.body {
	font-weight:normal;
	font-size:8pt;
	text-decoration:underline;
	color:#00688B;
	background:#E0FFFF;
	}
a:active.body {
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
	color:#00688B;
	background:#E0FFFF;
	}


/*
** Home Page
*/

td.scroller {
	height:16;
	width: *;
	padding: 5;
	margin: 0;
	border-bottom:2px outset #A0A0A0;
	background-color:#B42424;
	color:#FFFFFF;
	font-weight:bold;
	font-size:7pt;
	font-family:tahoma,verdana,lucida,helvetica,sans-serif;
	text-align: center;
	}
a:link.navLink {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
a:visited.navLink {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
a:hover.navLink {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
	background:#E0FFFF;
	}
a:active.navLink {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background:#E0FFFF;
	}
.mainNav {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	}

