/* 
================================
 vg container skin
================================
*/   

.containermaster, .containermaster .containerRowWrapper, .containermaster .containerTopRow, .containermaster .containerBottomRow
{
	width:100%;
	float:left;
}
/*
================================
Добавлен containerRowWrapper т.к. containerrow был float + width 100% + margin - роль float + width 100% теперь выполняет containerRowWrapper
================================
.contentpane .containermaster
{
	width:606px;
	float:left;
}

.contentpane .containermaster .containerrow
{
	width:606px;
	margin:15px;
	display:inline; Необходимо из-за ошибки IE margin+float=doubleMargin
	font-size:1.1em;
}
================================
Добавлен containerRowWrapper т.к. containerrow был float + width 100% + margin - роль float + width 100% теперь выполняет containerRowWrapper
================================
*/

.contentpane .containermaster .containerrow
{
	padding:0px;
	margin:15px;
	font-size:1.1em;
	line-height:1.6em;
}

/*.contentpane .containermaster .containerrow p
{
	margin:0;
}*/

.containerTitle {
   font-family: "Times New Roman", Times, serif;
   font-size: 1.6em;
   letter-spacing: 1.1px;
   text-transform:lowercase;
   font-weight: 900;
   color: #696969;
   line-height:30px;
}

.containerTitle .romNum
{
   font-size: 0.7em;
   text-transform:uppercase;
}

.contentpane .containerTopRow .containerTitle, .toppane .containerTopRow .containerTitle
{
	display:none;
}

.leftpaneBox .containermaster 
{
	border-top: #b3b3b3 3px solid;
}

.leftpaneBox .containerTopRow
{
	border-bottom:#b3b3b3 1px solid;
}

.contentpane .containermaster
{
	border-top:dotted 1px #b3b3b3;
}

.containermaster 
{
	/*margin-top:-3px;
	margin-bottom:3px;*/
	clear:both;
}

.containerTopRow img
{
	margin-left:5px;
	margin-right:5px;
}

/*.containerrow 
{
	padding:0px;
}*/

.leftActionBtnBox
{
	float:left;
}

.rightActionBtnBox
{
	float:right;
}

.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: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.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; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); */
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*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;
}


/*.containerBottomRow
{
	Пока что единственный метод выравнивания по низу, который не приводит к лишним пробелам, 
	чтобы в Firefox кнопка редактирования не вела себя странно (font-size:1px)
	width:100%;
	font-size:1px; 
	clear:both;
	margin-top:-3px;
}*/

/*.contentpane .containerTopRow .Head
{
	margin-left:7px;
}*/
