/*
Core classes and IDs for minimal functionality within a FatWire project
*/

/*-----------------------------
Structural elements
------------------------------*/	
#Table_01 {
    margin-left: 5px;
}
.onecolumn {
	padding: 0px 5px;
	text-align: left;
}
.appear {
	display: table-row;
}
.disappear {
	display: table-row;
}
.footerContent {
	text-align: center;
	color: #999;
	display: block;
}
.footerContent a:link {
	color: #999;	
	text-decoration: none;
	display: inline;
}
.footerContent a:visited {
	color: #999;	
	text-decoration: none;
	display: inline;
}
.footerContent a:hover {
	color: #999;	
	text-decoration: none;
	display: inline;
}
.statisticsBox {
	padding: 5px;
}
.homeNewsTitle {
	font-weight: bold;
	color: #003366;
}
.homeSubTitle {
	font-size: 18px;
	font-weight: bold;
	color: #5488DF;
	padding: 0px 5px 0px 5px;
}
.homeSpecialText1 {
	font-weight: bold;
	color: #FF3300;
}
.blueBorder {
	border: 1px solid #A7C9E0;
}
.dottedLine2px {
	border-top: 2px dotted #A7C9E0;
	margin: 0px 5px 0px 5px;
}
.dottedVLine2px {
	border-right: 2px dotted #A7C9E0;
	margin: 0px 2px 0px 0px;
}

.Nav {
	background-color: #FFF;
	height: 100%;
	background: url(http://www.birdsource.org/gbbc/images/bg_nav.gif) repeat-y;
}
.Nav p {
 	width: 160px;
}
.results1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #5488DF;
	padding: 5px;
}
.results2 {
	padding: 5px;
	border-top: 1px #5488DF;
	border-right: 1px solid #5488DF;
	border-bottom: 1px #5488DF;
	border-left: 1px solid #5488DF;
}
.results3 {
	padding: 5px;
	border-top: 1px #5488DF;
	border-right: 1px solid #5488DF;
	border-bottom: 1px solid #5488DF;
	border-left: 1px solid #5488DF;
	text-align: right;
}

.Nav p {
	width: 160px;
}

/*-----------------------------
Navigation elements
------------------------------*/	
.lftNav1 {
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	display: block;
}
.lftNav1 img {
	text-decoration: none;
	display: block;
}
.lftNav1 a {
	margin: 3px 0px 0px 28px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #2054FF;
	background: url(http://www.birdsource.org/gbbc/images/nav_purplearrow.gif) 0px 4px no-repeat;
	text-decoration: none;
	display: block;
}
.lftNav1 a:hover {
	color: #03269A;
	display: block;
}
.lftNav1 a:visited {
	color: #9320FF;
	display: block;
}
#logobox {
    margin: 0;
    padding: 35px 0 0 0;
    }

#logobox p {
    text-align: center !important;
    color: #2b72b0;
    margin: 0;
    padding-right: 5px;
    }

/*-----------------------------
Form display elements
------------------------------*/	

.FieldLabel {
	font-family: 'Lucida Grande', Lucida, Geneva, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
}

.FieldLabel a {
	color: #060;
}	

.errorMessage {
	font-family: 'Lucida Grande', Lucida, Geneva, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color: #900;
	font-weight: bold;
}
.required {
	color: #900;
	font-weight: bold;
}
/*-----------------------------
Utility elements
------------------------------*/	
.caption {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	display: block;
	width: 200px;
}
.FeatureImageFloatRight {
	float: right;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	background-color: #FFF;
	}
.FeatureImageFloatRight img {
	margin: 0px 0px 5px 0px;
}	
.FeatureImageFloatLeft {
	float: left;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	}
.FeatureImageFloatLeft img {
	margin: 0px 0px 5px 0px;
}	

.SpacerClearRight {
	clear: right;
	margin: 0px;
	padding: 0px;
	}
.SpacerClearLeft {
	clear: left;
	margin: 0px;
	padding: 0px;
	}
.SpacerClearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
.tools {
    background: #fff url(http://www.birdsource.org/gbbc/images/header_toolsbg.gif) no-repeat;
}

.tools ul {
    margin-top: 0;
    padding: 0;
}
.tools ul li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
