﻿/* Style Sheet for GetConnected */
*
{
	margin: 0;
	padding: 0;
}

body 
{ 
    background-color: #5b8a8c;
    font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;    
}

a, a:hover, a:active, a:link
{
    color: #000;
	text-decoration: underline;
}

img
{
    border: 0;
}

h1 
{
	font-size: 14px;
	font-weight: bold;	
	color: #9e1b34;
	margin: 0px;
}

h2 
{
	font-size: 14px;
	color: #9e1b34;
	margin: 0px;
}

select, input, textarea
{
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 12px;
}

#bodycontainer 
{
    margin-top: 10px;
    margin-right: auto;    
    margin-bottom: 0;
    margin-left: auto; 
	width: 90%;  
    background-color: #fff;	  
}

#header
{ 
	background: #fff;
	width: 100%;
	float: left;
	border-top: solid 5px #9cc;
	border-bottom: solid 5px #9cc;
}

#headerLeft, #headerLeft img
{
    float: left;
    top: 0px;
    width: 284px;
	background: #fff;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;	
	border: none;
}

#headerRight, #headerRight img
{
    float: right;
    top: 0;
    width: 268px;   
	background: #fff;
	padding-top: 5px;
	padding-right: 2px;
	border: none;	
}

#navigation
{ 
	height: 20px;
	width: 100%;	
    padding-top: 2px;
    padding-bottom: 2px;
	background-color: #fff;
	float: left;
}

#navigationLeft
{
    float: left;    
	font-size: 11px;
    color: #fff;
    padding-left: 10px;
    padding-top: 3px;
}

#navigationRight
{
    float: right;
	font-size: 11px;   
    color: #fff;    
    padding-right: 10px;    
    padding-top: 3px;    
}

#content 
{   
	background-color: #fff;
	width: 100%;
    text-align: left;
    float: left;    
}

#column1
{
    padding-left: 10px;    
    float: left;
    text-align: justify; 
}    

#column2
{
    padding-right: 10px;
    float: right;
}

#footer 
{
	float: left;   
	background-color: #5b8a8c;
    padding-top: 2px;
    padding-bottom: 2px;	
	height: 20px;
	font-size: 10px;
	color: #fff;
    padding-top: 3px;
    width: 100%;
    text-align: center;
}
	
#footer a:link, #footer a:visited 
{
	color: #fff;
	text-decoration: none;
}

/*Login Form*/
#loginForm
{
    padding-right: 15px;
    width: 235px;
    float: right;
    background-color: #ccc;
}

#loginForm fieldset
{
    background-color: #ccc; 
    clear: both;  
    width: 100%;
    margin: 0 0 1.5em 0;  
    border: 1px solid #ccc;           
}

#loginForm legend
{
    font-weight: bold;
    color: #000;
}
#loginForm label
{
    display: block;
    height: 2em;
    background-color: #ccc;
    padding: 10px 10px 0 5px;
}

#loginForm input 
{
    margin: 0 20px 0 5px;
    border: 1px solid #999;
    background: #fff;
}

#loginForm input:focus, #loginForm input:hover 
{
    border: 1px solid #333;
}

#loginForm p 
{
    padding: 0 0 0 5px;
}

/* http: //particletree.com/features/rediscovering-the-button-element/ */
/* Buttons */
.buttons a, .buttons button
{
    display: block;
    float: left;
    margin: 0 7px 0 0px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Tahoma, Arial, Verdana, Helvetica;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    /*width: 10%;*/
    width: auto;
    padding: 5px 10px 6px 7px; /* Links */
}

.buttons button
{
    /*width: 10%;*/
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]
{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
.first-child+html button[type]
{
    padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* Standard Buttons */
button:hover, .buttons a:hover
{
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.buttons a:active
{
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* Positive Buttons */
button.positive, .buttons a.positive
{
    color: #529214;
}

.buttons a.positive:hover, button.positive:hover
{
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.buttons a.positive:active
{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* Negative Buttons */
.buttons a.negative, button.negative
{
    color: #d12f19;
}

.buttons a.negative:hover, button.negative:hover
{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.buttons a.negative:active
{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

.errorMessage
{
    color:#f00;
}

.processMessage
{
    color:#333;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}