#G4Blue{
	background-color:#FFFFFF;
	clear:both;
}

#G4Blue .TopTile{
	background : url(images/blue-top-tile.gif) repeat-x scroll top;
}

#G4Blue .RightTile{
	background : url(images/blue-right-tile.gif) repeat-y scroll right;
}

#G4Blue .BottomTile{
	background : url(images/blue-bottom-tile.gif) repeat-x scroll bottom;
}

#G4Blue .LeftTile{
	background : url(images/blue-left-tile.gif) repeat-y scroll left;
}

#G4Blue .TopLeft{
	background : url(images/blue-top-left.gif) no-repeat scroll top left;
}

#G4Blue .Topright{
	background : url(images/blue-top-right.gif) no-repeat scroll top right;
}

#G4Blue .BottomLeft{
	background : url(images/blue-bottom-left.gif) no-repeat scroll bottom left;
}

#G4Blue .BottomRight{
	background : url(images/blue-bottom-right.gif) no-repeat scroll bottom right;
}

#G4Blue .Content{
clear:both;
}

#G4Blue .Content .Padding{
	padding:10px 15px 15px 15px;;
}

#G4Blue .Content .Padding p{
	margin-top:0;
}

#G4Blue .TopBar{
	padding-top:5px;
}

#G4Blue .TopBar .Left{
float:left;
height:36px;
line-height:36px;
padding:0 0 0 15px;
}

#G4Blue .TopBar .Right{
float:right;
height:36px;
line-height:36px;
padding:0 10px 0 0;
margin:0 0 4px 0;
}

.G4WhiteTitle{
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

