﻿/* CSS Document */

body
{
	font-size: 0.72em;
	color: Black;
	font-family: Calibri, Arial, Sans-Serif;
	margin: 0px;
	line-height: 130%;
	background-color: #2c2c2c;
} 
input,select,textarea
{
    font-family: Calibri, Arial, Sans-Serif;
	font-size: 1em;
	color: #333333;
}
select
{
    height: 25px;
    padding: 3px 3px 3px 1px;    
}
input
{
    border-width: 1px;
    height: 15px; 
    background: url(../images/back_loginfield.gif) top left repeat-x transparent;    
    padding-left: 3px;
    padding-right: 3px;
}
a
{
	text-decoration: none;	
	color: #0c75a0;
}
a:hover
{
	color: #ea7106;	
}
img
{
	border: 0px;	
}
h1,h2,h3,h4,h5
{
	font-weight: normal;	
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Candara, Calibri, Arial, Sans-Serif;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.2em;
	margin-bottom: 0px;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1em;
}
h5
{
	font-size: 1em;
}
p
{
	margin-bottom: 5px;
	margin-top: 0px;	
}
#content ul
{
	list-style-type: square;
	padding-left: 18px;
}
#content li
{
    padding: 1px;
}

#menu
{
	position: absolute;
	left: 10px;
	top: 111px;	
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 20px; width: 721px;
    overflow: visible;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;

}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../images/back_lavalamp.gif") no-repeat right -25px;
    width: 4px; height: 25px;
    z-index: 8;
    position: absolute;
    top: 2px;
}
    .lavaLamp li.back .left {
        background: url("../images/back_lavalamp.gif") no-repeat top left;
        height: 25px;
        margin-right: 4px;
    }
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; 
    overflow: hidden;
    text-align: center;
    height: 25px; 
    top: 6px;
    z-index: 10; 
    letter-spacing: 0;
    float: left; 
    display: block;
    margin: auto 05px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4em;
    color: White;
}
/*************************************************************** Skype SWF Object Fix */
#skypedetectionswf { position: fixed; top:0; left:-20px; }
