﻿/*--------- IE overrides with .gif backgrounds style ----------*/
.whiteberkleyright 
{	
	width:258px;
	border: solid 0px blue;
	padding: 0 0 5px 5px;
}

.whiteberkleyright .innercontainer
{
	width:100%;
	border: solid 0px red;
	border-collapse:collapse;
	border-spacing: 0;
}

.whiteberkleyright .topleftcorner
{
	height:6px;
	width:6px;
	background-image:url(topleft.png);
	background-repeat:no-repeat;
}

.whiteberkleyright .toprightcorner
{
	height:6px;
	width:6px;
	background-image:url(topright.png);
	background-repeat:no-repeat;
}

.whiteberkleyright .innercontainer .topmid
{
	background-color:White;
}

.whiteberkleyright .bottomleftcorner
{
	height:6px;
	width:6px;
	background-image:url(bottomleft.png);
	background-repeat:no-repeat;
}

.whiteberkleyright .bottomrightcorner
{
	height:6px;
	width:6px;
	background-image:url(bottomright.png);
	background-repeat:no-repeat;
}

.whiteberkleyright .bottommid
{
	background-color:White;
}


.whiteberkleyright .titlearea
{
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom:5px;
}

.whiteberkleyright .titleleft
{
	height:28px;
	width:3px;
	background-image:url(titleleft.jpg);
	background-repeat:no-repeat;
}

.whiteberkleyright .titleright
{
	height:28px;
	width:3px;
	background-image:url(titleright.jpg);
	background-repeat:no-repeat;
}

.whiteberkleyright .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;
}

.whiteberkleyright .ContainerTitle
{
	color:Red;
	font-weight:bold;
	font-size:14px;
}

.whiteberkleyright .contentleft,.whiteberkleyright .contentright
{
	width:6px;
	background-color:White;
}

.whiteberkleyright .contentmid
{
	background-color:White;
}

.whiteberkleyright .ContentPane
{
	border: solid 0px blue;
}