﻿/*
Site Colors: 
    Main        
        White:              #FFFFFF;
        LightBlueFromLogo:  #94D9F2;
        MediumBlueFromLogo: #47BEEB;
        BlueFromLogo:       #009EE2;
        LighterGrayFromLogo:#D6D8D9;
        GrayFromLogo:       #737B7F;
    Others
        NeonGreen:          #33CC00;
        LightGreen:         #B7FFAA;
*/

/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#FFFFFF;  /*#fff;*/
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}

.PECOBristolContent{
	text-align:center;
}

/* -------------------------------------------------------- */
/* ---- This section is dedicated for the LoginControl ---- */
/* -------------------------------------------------------- */
/* --------------------Start Section----------------------- */
.LoginMainTable {
	border: outset 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align:center;
	margin: 0 auto;
}
.LoginTitle {
	font-weight: bold; 
	font-size: 0.8em; 
	vertical-align: top;
	color: white; 
	background-color: #6798c7
}
.LoginInner {
	/*background-image: url(fhBg.gif); */
	vertical-align: top; 
	color: #246398; 
	background-repeat: repeat-x; 
	background-color: #ffffff;
	text-align:center;
}
.LoginLabel {
	font-size: 0.75em
}
.LoginTxt {
	border: solid 1px;
	font-size: 0.7em
}
.LoginPwd {
	border: solid 1px;
	font-size: 0.7em;
	font-family: Wingdings
}
.LoginBtn {
	background-color: #6798c7;
	border: solid 1px #6798c7;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.7em;
}
.LoginCheck {
	font-size: 0.65em;
}
.LoginErrorMsg {
	font-size: 0.65em;
	color: rgb(255,0,0);
	font-weight: bold;
	padding: 3px	
}
a.LoginLink, a.LoginLink:visited, a.LoginLink:link {
    color: #013DA4;
    font-size: 0.7em;
    text-decoration: none
}
a.LoginLink:Hover {
	color: #013DA4;
    font-size: 0.7em;
    text-decoration: underline
}

.ChangePasswordMainTable{
	text-align:center;
	margin: 0 auto;
}
.PasswordMainTable{
	text-align:center;
	margin: 0 auto;
}

/* ----------------------End Section----------------------- */


/*Guest Book Admin*/
.scrollDiv
{
    overflow: scroll;
    height: 445px;
}

.requiredFields
{
    font-style:italic;
    font-weight:bold;
}

.validationCss
{
    font-size:19pt;
    font-weight:bold;
}

.content {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
