/* ===========================================================
    CSS STYLES FOR PORTAL FARM-CREDIT - Young & Beginning Producer
    v4.0, 05/2010
   ===========================================================
*/


@import url("../portal.css");

/* ____________ PAGE HEADER ___________________ */

.HeadBg {
}
td.headLogo {
	width: 75%;
	padding: 45px 40px 35px 20px;
}
/* Site Title - not visible by default */
.SiteTitle {  }
.Welcome {
	color: #787878;
	font-size: 11px;
	font-weight: normal;
}
/* Site Links (at extreme top-right of header) */
td.SiteLink {
}
.SiteLink {
	font-size: 11px;
	font-weight: bold;
}
.SiteLink A:link, .SiteLink A:visited, .SiteLink A:hover {
	color: #787878;
	text-decoration: none;
}
.SiteLink A:hover {
	text-decoration: underline;
}
/* Separator between Site Links */
.Accent {
	color: #BBBBBB;
	font-weight: bold;
}
#trAdmin td, #trAdmin select {
	font-size: 11px;
	white-space: nowrap;
}
/* ____________ PAGE HEADER END ___________________ */

/* ____________ PAGE BACKGROUND __________________ */

/* Background color for the content part of the pages; images in the background display in module "Design View" & should be defined in page template */
Body {
	margin: 0;
	background-color: #F2D380;
}
table.tableMain {
	background-color: #E4DBC9;
	background-image: url(images/contentBg.gif); 
	background-repeat: repeat-x; 
	background-position: 0 0;
}
.tableContent {  }
/* LEFT Pane Navigation - see also ".OtherPagesBg" & ".PageBg" for background colors */
#tdNavigation {
	padding: 10px 5px 10px 0;
	border-right: 0 solid #DDDDDD;
}
/* LEFT Pane */
#tdLeftPane {
                     width: 170px;
	padding: 0;
	background-color: black;
	background-image: url(images/borderTopLeft.gif);
	background-repeat: no-repeat;
	background-position: -1px 0;
	border-right: 0 solid #DDDDDD;
}
/* LEFT Pane Content */
#LeftPane {
	padding: 220px 15px 20px 10px;
	background-image: url(images/leftpaneBg.jpg);
	background-repeat: no-repeat;
	background-position: -1px 0;
	border-right: 0 solid #DDDDDD;
}
/* CENTER Pane */
#ContentPane {
	width: 100%;
	height: 300px;
	padding: 15px 10px 20px 30px;
}
/* RIGHT Pane */
#RightPane {
	width: 50px;
	padding: 30px 30px 20px 10px;
	border-left: 0 solid #AAAAAA;
}
/* ____________ PAGE BACKGROUND END ____________ */


