/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #e7e7e7;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.containermaster_whiteblue {
	width: 100%;
	height:1;
	background-color: #cfd7f1;
	
}
.containermaster_white {
	width: 100%;
	height:1;
	background-color: #ffffff;
	
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #e7e7e7;
	padding-right: 15px; 
	padding-left: 15px;
}
.upperleft
{
	background-image: url(/JOIF/images/upperleft.jpg);
	width:13;
	height:14;
	background-repeat:no-repeat;
}
.upperright
{
	background-image: url(/JOIF/images/upperright.jpg);
	width:13;
	height:14;
	background-repeat:no-repeat;
	background-position: right;
	vertical-align:top;
}
.lowerleft
{
	background-image: url(/JOIF/images/lowerleft.jpg);
	width:13;
	height:14;
	background-repeat:no-repeat;
}
.lowerright
{
	background-image: url(/JOIF/images/lowerright.jpg);
	width:13;
	height:14;
	background-repeat:no-repeat;
	background-position: right;
}
.headVote
{
	background-image:url(VoteHead.gif);
	background-repeat:no-repeat;
	height:35px;
}
.bottom
{
	background-image:url(Votefoot.gif);
	background-repeat:no-repeat;
	height:15px;
}
.body
{
	 background-image: url(bgvote.gif);
	background-repeat:repeat-y;
	direction:rtl;
}
.main
{
	width:140;
	vertical-align:middle;
}
