﻿/* 
======================================================
                 CONTAINER.CSS FOR SHAMROCK PIES
======================================================
*/
.VideoContentPane {
	background-color: #EEEEEE;
	width: 100%;
	border: 0px;
	text-align:center;
	padding:10px;
}
.rowImage {
	background-color: #5E686E;
	height: 25px;
}
.rowImageGreen {
	background-color: #ddf0bd;
	height: 29px;
	border-bottom: 1px green solid;
}
.contleftimageGreen {
	background-position: top left;
/*adds rounded corner on left*/	background-image: url('contleft_green.gif');
	background-repeat: no-repeat;
	width: 30px;
	border-bottom: 1px green solid;
}
.rowImageRed {
	background-image: url('conRedRep.gif');
	background-repeat: repeat-x;
	height: 29px;
	border-bottom: 1px blue solid;
}
.contleftimageRed {
	background-image: url('conRedRep.gif');
	background-repeat: repeat-x;
	width: 30px;
	background-position: right;
	width: 100%;
}
.conRimage {
	background-image: url('imageRowRT.gif');
	background-position: right;
	background-repeat: no-repeat;
	text-indent: 10px;
}
.containermaster_blue {
	background-color: #FFFFFF;
	float: left;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/
}
.ModuleTitle_MenuItem TD {
	/*TD if menu is using tables*/
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 0px 3px 3px 0px;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0px 1px 1px 0px;   /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak {
	background-color: #EEEEEE;
	font-size: 9pt; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
