/****************************************************************************
----------------------------------------------------------------------------- 
    GLOBALS
    ------------------------
    Layout.. 
 ----------------------------------------------------------------------------- 
 */
BODY 
 {
	color:#FFF;
	font: 12pt Arial Verdana Helvetica;
    margin-top: 0px; 
    margin-bottom: 0px;
    background-color:#000;
	padding: 65px 0px 0px 0px;
}

* HTML BODY 
{
	color:#FFF;
	background-color:#000;
	OVERFLOW: hidden;

}

body, font{  font-family:  Arial Verdana, Helvetica; } /* needed for firefox linux */

hr{
    padding:0px;
}

a 
{
    color:#FFF;
}

/****************************************************************************
----------------------------------------------------------------------------- 
    PAGE HEADER LAYOUT.
    ------------------------
    Common Layout.. for all pages.. touch this and I'll kick you...!
 ----------------------------------------------------------------------------- 
 */
#MtgHeader {
    position:absolute;
    width:100%; 
	top:0;
	left:0;
    background-color:#000;
    border-bottom:1px dashed #CCC;
    -moz-opacity:1.0;
}

#MtgHeader .MtgHeaderBlock
{
	float: left; 
	width: 100%;
}

#MtgHeader #MtgCode
{
    FLOAT: left; 
    WIDTH: 60%; 
    display: block;
}
	
#MtgHeader .DateLink
{
	overflow:hidden;
	float:left; 
	width:20%;
}

#MtgHeader .right
{
	float:right;
	padding:0px 2px 2px 0px;
}

#MtgHeader h1 {
    padding:0;
    margin:0;
}
#MtgHeader p {
    font-style: italic;
    font-weight:normal;
    font-size:14pt;
    padding:0;
    margin:0;
}

#MtgHeader a 
{
}

@media Screen    
{
	BODY > #MtgHeader 
	{
		POSITION: fixed
	}
}

/* This is a bar that can be used to sit just under the MtgHeader. */
#PageBar 
{
    left:0;
    float:left;
    width:100%;
}

/* Page content.. */
* HTML DIV#PageContent 
{
   OVERFLOW: auto;
   height:100%;
}

/****************************************************************************
----------------------------------------------------------------------------- 
    FOOTER
    ------------------------
    Layout, link position.
 ----------------------------------------------------------------------------- 
 */

#LinksFooter {
    margin:10px 0 10px 2px;
    width:99%;
    font-size:12px;
    color:#FFF;
    float:left;
}

/* Time Date Stamp, Unitab Link */
#LinksFooter #DateStamp {
    display:block;
    width:100%;
    margin:3px;
    overflow:hidden;
    height:30px;
}
#LinksFooter #DateStamp #left {
    float:left;
    width:49%;
    text-align:left;
}
#LinksFooter #DateStamp #right {
    float:right;
    width:49%;
    text-align:right;
	padding:0 3px 0 0;
}
/* * * * * * * * * * * * * * * * */


#LinksFooter .left{
    float:left;
    width:30%;
    text-align:left;
}
#LinksFooter .centerLeft{
    float:left;
    width:20%;
    text-align:center;
}
#LinksFooter .centerRight{
    float:left;
    width:20%;
    text-align:right;
}

#LinksFooter .right{
    float:right;
    width:30%;
    text-align:right;
    
}


/****************************************************************************
----------------------------------------------------------------------------- 
    Common classes.
 ----------------------------------------------------------------------------- 
 */
.RowOn{
    background-color:#222;
}
.RowOff
{
    background-color:#000;

}

.Date{
    font-size:10pt;
}

.WTRChanged{
    color:#FFFF00;
    
}

.MultiLegs 
{
    font-size:10pt; 
    text-align:right;
}

.HeaderLinks
{
    color:#00ffff;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

