﻿/* 
================================
 Container Styles for the panels on the side of the web page
================================
*/   

.containermaster_blue
{
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
	color: #676767;
	background-color: Transparent;
	text-align: justify;
	

}
.containerroTitle_Center {
	BACKGROUND-IMAGE: url(containerCenter.png);
	background-repeat:repeat-x;
	height: 32px;
	background-color:Transparent;
	
}
.containerTitle_Left {
	BACKGROUND-IMAGE: url(containerLeft.png);
	background-repeat:no-repeat;
	width:5px;
	height: 32px;
	background-color:Transparent;
	
}
.containerTitle_Right {
	BACKGROUND-IMAGE: url(containerRight.png);
	background-repeat:no-repeat ;
	width:10px;
	height: 32px;
	background-color:Transparent;
	
}
.containerrow2_blue {
	background-color: #FFFFFF
}

.moduleTitle
{
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color:White;
	letter-spacing:1px;
	
}


.bottomMenu 
{
	font-family: Arial;
	color: #737373;
	font-size: 7pt;
	text-decoration: none;
	font-weight:bold;
	
}
.bottomMenu:hover
{
	font-family: Arial;
	color: #ec1e1b;
	font-size: 7pt;
	text-decoration: none;
	font-weight:bold;
}



