/* Contains the styles for the layout table and first page elements*/

/* Main Structure of the layout table */

table.LayoutTable {
	width: 811px;
	border: 0;
	background-color: #FFFFFF;
	border-collapse: collapse; 
}

table.LayoutTable td {
	padding: 0;
	vertical-align: top;
}

table.LayoutTable td.ShadowLeft {
	width: 4px;
	background-image: url(../images/layout/shadow_left.jpg);
}

table.LayoutTable td.PaddingLeft {
	width: 15px;
}

table.LayoutTable td.MenuFirstPage {
	width: 228px;
}

table.LayoutTable td.Menu {
	width: 228px;
	height: 550px;
	padding-bottom: 10px;
}

table.LayoutTable td.PaddingMiddle {
	width: 28px;
}

table.LayoutTable td.Content {
	width: 500px;
}

table.LayoutTable td.PaddingRight {
	width: 28px;
}

table.LayoutTable td.ShadowRight {
	width: 8px;
	background-image: url(../images/layout/shadow_right.jpg);
}

table.LayoutTable td.ShadowBottom {
	height: 8px;
	background-image: url(../images/layout/shadow_bottom.jpg);
}

/* Shadows for red stripes */

table.LayoutTable tr.HorizStripeRedTop {
	height: 25px;
}

table.LayoutTable td.ShadowLeftRed {
	width: 4px;
	background-image: url(../images/layout/shadow_left_red.jpg);
}

table.LayoutTable td.ShadowRightRed {
	width: 8px;
	background-image: url(../images/layout/shadow_right_red.jpg);
}

table.LayoutTable td.HorizStripeRedBottom {
	height: 23px;
	background-image: url(../images/layout/horiz_stripe_red_bottom.jpg);
}

/* Copyright and version footer */

table.LayoutTable tr.VersionCopyright {
	height: 18px;
	line-height: 17px;
}

/* Bottom images styles */

table.BottomImages {
	width: 789px;
	border: 1px solid #BCBDC0;
	background-color: #EDEDEE;	
	margin-bottom: 4px;
}

table.BottomImages td {
	height: 122px;
	vertical-align: bottom;
}

table.BottomImages td.IntBorder {
	width: 13px;
}

table.BottomImages td.IntMiddle {
	width: 17px;
}

table.BottomImages td.ImagePlaceholder {
	width: 178px;
}

div.BottomImagePlaceholderDiv {
	height: 117px;
	width: 176px;
	border: 1px solid #BCBDC0;
	background-color: #FFFFFF;
}

/* Other */

div.UnderMenuAdvice {
	margin-top: 30px;
	margin-bottom: 20px;
}

div.GoalDiv {
	margin-top: 10px;
	margin-bottom: 25px;
}

