/**********************************************/
/*   		lumalamps.css		      */
/**********************************************/
/*	Defines the layout/display of	      */
/*	the website		Nick 09/14/05 */
/**********************************************/

/*******************/
/*   Global	   */
/*******************/
p
{
    font-size: 10pt;
    color: black;
    text-indent: 0px;
    font-style: normal;
    font-family: arial;
}
h1
{
    font-weight: bold;
    font-size: 16pt;
    color: black;
    font-style: normal;
    font-family: arial;
}
h2
{
    font-weight: bold;
    font-size: 14pt;
    color: black;
    font-style: normal;
    font-family: arial;
}
h3
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-style: normal;
    font-family: arial;
}
th
{
    font-size: 10pt;
}
td
{
    font-size: 10pt;
}

ul
{
	margin-top:0px;
}

a
{
    font-weight: normal;
    color: black;
    font-style: normal;
    font-family: arial;
    text-decoration: underline;
}


a:visited
{
    color: gray;
    font-family: arial;
	text-decoration: underline;
}


a:hover
{
    
    font-style: normal;
    font-family: arial;
    color:#333399;
    text-decoration: underline;
}



a:active
{
    color: black;
    font-style: normal;
    font-family: arial;
}


body
{
    font-size: 10pt;
    color: black;
    font-family: arial;
	margin-top:0;
	text-align:center;
}

body /* This second body tag centers for firefox. */
{
	text-align: -moz-center;
}

li
{
    font-size: 10pt;
    color: black;
    font-family: arial
}


#NoUnderline
{
	text-decoration: none;
	font-weight: bold;
}

#sideFiller
{
	background: white;
}

/*******************/
/*   Page Layout   */
/*******************/

.Header
{
	width:750px;
	background-color:white;
}

.SideNavigation
{
	text-align:left;
	border:solid 1px black;
	background-color:white;
	height:100%;
	width:115px;
}

.MainContent
{
	height:100%;
	width:635px;
	background-color:white;
	border-bottom: 1px solid black;
	vertical-align:top;
	text-align: -moz-center;
}

.Footer
{
	text-align:left;
	background-color:white;
}

/***************/
/*   Buttons   */
/***************/

.ButtonLink,
.ButtonLink:visited,
.ButtonLink:focus,
.SubmitButton input
{	
	color: White;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	padding: 5px 6px 4px 6px;
	border: 1px solid black;	
	cursor: pointer;
	white-space: nowrap;
	display: block;
	background: black;
	font-weight:bold;
	height: 25px;
	width: 110px;
	text-align:center;
	border-color: white;
	margin: 1px;
}

.ButtonLink:hover,
.SubmitButton:hover input
{		
	background: white;
	border-color: black;
	color: black;
	text-decoration: none;
}


/**********************/
/*   Side Navigation  */
/**********************/

.SideNav
{

	background: white;
	color: black;
}

.SideNavLink,
.SideNavLink:visited,
.SideNavLink:focus
{
    color: black;
    font-family: arial;
}

.SideNavLink:hover
{
	font-weight: normal;
    color: #333399;
}

.SideNavLinkSmall,
.SideNavLinkSmall:visited,
.SideNavLinkSmall:focus
{
    color: black;
	font-size: 10px;
	font-family: arial;
}

.SideNavLinkSmall:hover
{
	font-weight: normal;
    color: #333399;
}

.SideNavTextBox
{
	font-size: 10px;
	position:relative;
	width:80px;
	height:13px;
	z-index:2;	
}

.SideNavTextBoxShadow
{
	position:relative;
	z-index:1;
	font-size:10px;
	width:80px;
	height:20px;
	background:black;
	margin-left:5px;
	margin-top:-19px;	
}

.SideNavButton,
.SideNavButton:visited,
.SideNavButton:focus
{
	font-weight:bold;
	font-family: arial;
	padding: 5px 6px 4px 6px;
	border: 1px solid white;
	color: black;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	position: relative;
	background: white;
}

.SideNavButton:hover
{
	color: white;
	background: black;
	border-color: black;
	text-decoration: none;
	cursor:pointer;
}


.TestButton, .TestButton:visited, .TestButton:focus
{
	background:#333399;
	color: white;
	text-decoration: none;
	cursor: default;
	white-space: nowrap;
	display: block;
	position: relative;
	font-weight:bold;
	font-family: arial;
	padding: 5px 6px 4px 6px;
	border: 1px solid black;
}

.TestButton:hover
{	
	color: black;
	background: yellow;
	border-color: white;
	text-decoration: none;
	cursor:pointer;
}


/**********************/
/*   DhtmlMenu	      */
/**********************/

.XulMenu
{
    font-family: arial;
    font-size: 11px;
    -moz-user-select: none;
}

.XulMenu .button,
.XulMenu .button:hover,
.XulMenu .button-active,
.XulMenu .button-active:hover 
{
    line-height: normal;
    padding: 5px 6px 4px 6px;
    color: Black;
    text-decoration: underline;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
    font-weight:normal;
    cursor:pointer;
}

.XulMenu .item,
.XulMenu .item-active,
.XulMenu .item:visited,
.XulMenu .item-active:visited
{
    background: white;
    line-height: normal;
    color: Black;
    text-decoration: none;
    cursor: default;
    white-space: nowrap;
    display: block;
    position: relative;
	font-weight:normal;
	cursor:pointer;
	background: white;	
}

.XulMenu .item:hover,
.XulMenu .item-active:hover 
{
    color:white;
	background:Black;
	text-decoration:none;
	
}
.XulMenu .section 
{
	background: white;
    position: absolute;
	border: 1px solid black;
    visibility: hidden;
   	z-index: 0;
	font-weight:normal;
	text-align:left;
}

.XulMenu .arrow 
{
    position: absolute;
    top: 7px;
    right: 8px;
    border: 0px;
}

* html .MainBody .XulMenu td { position: relative; } /* ie 5.0 fix */


/**********************/
/*   DhtmlToolTip     */
/**********************/

#DhtmlToolTip
{
    position: absolute;
    border: 2px solid black;
    padding: 2px;
    background-color: #297C7C;
    color:white;
    visibility: hidden;
    text-align:left;
    z-index: 100;
}
