﻿/*--------- IE overrides with .gif backgrounds style ----------*/
.whiteberkleyfull 
{	
	border:solid 0px orange;
	width:100%;

	padding: 0 0 0 0;
}

.whiteberkleyfull .innercontainer
{
	width:100%;
	border: solid 0px red;
	border-collapse:collapse;
	border-spacing: 0;
}

.whiteberkleyfull .topleftcorner
{
	height:6px;
	width:6px;
	background-image:url(topleft.png);
	background-repeat:no-repeat;
}

.whiteberkleyfull .toprightcorner
{
	height:6px;
	width:6px;
	background-image:url(topright.png);
	background-repeat:no-repeat;
}

.whiteberkleyfull .innercontainer .topmid
{
	background-color:White;
}

.whiteberkleyfull .bottomleftcorner
{
	height:6px;
	width:6px;
	background-image:url(bottomleft.png);
	background-repeat:no-repeat;
}

.whiteberkleyfull .bottomrightcorner
{
	height:6px;
	width:6px;
	background-image:url(bottomright.png);
	background-repeat:no-repeat;
}

.whiteberkleyfull .bottommid
{
	background-color:White;
}


.whiteberkleyfull .titlearea
{
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom:5px;
}

.whiteberkleyfull .titleleft
{
	height:28px;
	width:3px;
	background-image:url(titleleft.jpg);
	background-repeat:no-repeat;
}

.whiteberkleyfull .titleright
{
	height:28px;
	width:3px;
	background-image:url(titleright.jpg);
	background-repeat:no-repeat;
}

.whiteberkleyfull .titlemid
{
	height:28px;	
	background-image:url(bg_title.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

.whiteberkleyfull .ContainerTitle
{
	color:Red;
	font-weight:bold;
	font-size:14px;
}

.whiteberkleyfull .contentleft,.whiteberkleyfull .contentright
{
	width:6px;
	background-color:White;
}

.whiteberkleyfull .contentmid
{
	background-color:White;
}

.whiteberkleyfull .ContentPane
{
	border: solid 0px blue;
}