﻿*
{ 
    margin: 0; 
} 
    
html
{ 
    height: 100%; 
} 
body {
background:#efefef url(/images/IndexBG.jpg) top left repeat-x;
color:#989898;
height:100%;
margin:0;
padding:0;
text-align:center;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial;
font-size:12px;
}
form {
margin:0;
padding:0;
}
h2,h3,h4 {
margin:0;
padding:0;
}
img, a img {
border:0 none;
}
.wrapper
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -4em; 
} 
.footer
{ 
    height: 4em;
    border-top: 1px solid #cccccc;
    clear: both;
}

.push
{ 
    height: 4em;
} 
a
{
    color: #029cf4;
    text-decoration: none;
}
a:visited
{
    color: #029cf4;
    text-decoration: none;
}
a:hover
{
    color: #029cf4;
    text-decoration: underline;
}
a:active
{
    color: #029cf4;
    text-decoration: none;
}
#container
{
    background-color: #ffffff; 
    padding: 0px;
    margin: 0px auto;
    width: 100%;
}
#IGForm
{
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
}
#IGForm table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
input.IGButton
{
	color:#333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	text-decoration: none;
	background: #efefef url('/images/igbutton.gif') top left repeat-x;
	height: 20px;
	width: 75px;
}
input.IGButton:hover
{
	border-top-color:#000;
	border-left-color:#000;    
	cursor: pointer;
}
.headingtext
{
    font-size: 16px;    
}
.requiredtext
{
    color: #aaa;
    font-size: 10px;    
}
.smalltext
{
    font-size: 10px;    
}
#page {
height:100%;
margin:0 auto;
text-align:left;
width:900px;
}
#pageContent {
width:900px;
}
.pageContentSite {
background-color:#ffffff;
}
#pageFooter {
background: url(/images/footer.gif) top left no-repeat;
height:20px;
padding-top:20px;
width:900px;
}
#pageFooterCopy {
height:20px;
width:400px;
}
#pageFooterLinks {
float:right;
height:20px;
text-align:right;
width:500px;
}
#pageFooterLinks a {
color:#989898;
}
#pageHeader {
height:161px;
width:900px;
}
#pageHeaderLogin {
float:right;
height:146px;
padding-top:14px;
width:359px;
}
#pageHeaderLogo {
height:160px;
padding-top:1px;
width:541;
}
#pageHeaderLoginAction {
background:url(/images/LoginBG.gif) top left no-repeat;
float:right;
height:136px;
padding:5px 10px;
width:230px;
}
#pageHeaderLoginStatus {
float:right;
height:146px;
width:109px;
}
#pageHeaderLoginActionBottom {
font-family:Georgia;
font-size:18px;
height:31px;
line-height:31px;
text-align:center;
}
#pageHeaderLoginActionBottom a {
text-decoration:underline;
}
#pageHeaderLoginActionTop {
font-size:10px;
height:105px;
}
.Edit_Fields
{
    margin-top: 20px;
    background-color: #efefef;
    border: 1px solid #aaa;
}
.Edit_Fields td
{
    vertical-align: middle;
    border-bottom: 1px solid #ccc;    
    padding: 5px;
}
.Edit_FieldsR
{
    border-left: 1px solid #ccc;    
    background-color: #fff;
}
.Edit_Title
{
    text-align: center;
    border-bottom: 1px solid #aaa;
    color: #666666;
}
.entity_statusbar_default
{
    padding: 5px;
    background: #0066A8;
}
.entity_statusbar_headingtext
{
    font-size: 15px;
    color: White;   
    font-weight: bold;
    text-align: right;
}
.error {
color:Red;
}