﻿/*
CSS Author: Kris Nyreen, Inetium
Creation Date: May 2009
Contact Info: knyreen@inetium.com
*/
td, p, div, table, h1, h2, h3, h4, h5, h6
{
	font-family:'Segoe UI', Arial, Verdana, Sans-Serif;
}
body.background
{
    background: #FFF url(../GlobalImg/backgroundpattern.jpg) no-repeat scroll center top;
}

.border
{
    border: solid 1px gray;
}
.protoBox
{
    background-color: #efefef;
}

H1
{
    font-size: 20px;
    color: #333;
}
H2
{
    font-size: 15px;
    color: #333;
}
H3
{
    font-size: 12px;
    color: #333;
}
#container
{
	background-image:url(../GlobalImg/Opaque.png);
	background-repeat:repeat;
	padding-top: 8px;
}

#InnerContainer
{
    background-color: #fff;
    margin: 0px 10px;
}

#LeftNav
{
    background-color: #dcdcdc;
}
.contentArea
{
    margin: 10px 10px 10px 10px;
}


/*Header*/
#header
{
    height: 70px;
    padding-top:5px;
}
#SearchArea
{
	float:right;
}
#SearchArea span
{
	font-weight:bold;
	font-size: 14px;
	padding-right: 3px;
}

#liveid
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #333;
}

/*Footer*/
#Footer
{
	border-top: solid 1px #ccc;
}
.copyright
{
	font-size: 11px;
	color: #333;
	padding-top:10px;
}
.copyright a {color:#008e7f;}
.copyright a:hover {color:#999;}


#globalNavBox
{
	height:78px;
	/*background-color:#fff;*/
}


