﻿.moduleContainer
{
	margin-bottom: 15px;
}

.moduleContainer.popup
{
	margin-bottom: 0px;
}

.moduleContainer .contentPanel
{
	margin: 10px;
}

.moduleContainer .contentPanel.settings
{
    margin-bottom: 0px;
}

.moduleContainer .contentTable 
{
	/*table-layout: fixed;*/
	width: 100%;
}

.moduleContainer .contentTable.fixed-layout
{
    table-layout: fixed;
}

.moduleContainer .contentTable  tr.contentRow
{
	background-color: white;
}

.titlePanel 
{
	width: 100%;
	display: inline;
}

.moduleContainer > .RadToolBar
{
	float: none;
}
.moduleContainer > .RadToolBar .RadToolBar_Version1 .rtbOuter
{
	border-width: 0 !important;
	border-bottom-width: 1px !important;
}

.moduleContainer table.inner
{
    width: 100%;
}

.moduleContainer tr td.title
{
    width: 100%;
    empty-cells: show;
}

.moduleContainer .contentCenter
{
	border-top: 1px solid #b7d0e4;
	border-left: 1px solid #b7d0e4;
	border-right: 1px solid #b7d0e4;
}

.moduleContainer.popup .contentCenter
{
    border: none;
}

.moduleContainer .titleCenter
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleBg.png);
	background-repeat: repeat;
	height: 26px;
	padding-left: 2px;
	padding-right: 2px;
}

.moduleContainer .titleLeft
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleTopLeft.png);
	background-repeat: no-repeat;
	width: 4px;
	background-position: left;
}

.moduleContainer .titleRight
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleTopRight.png);
	background-repeat: no-repeat;
	width: 4px;
	background-position: right;
}

.moduleContainer .bottomCenter
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleBottom.gif);
	height: 4px;
	background-position: left bottom;
    background-repeat: repeat-x;
}

.moduleContainer .bottomLeft
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleBottomLeft.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	background-position: left;
}

.moduleContainer .bottomRight
{
	background-image: url(/App_Themes/Version1/Images/FrameWork/ModuleBottomRight.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	background-position: right;
}

.moduleContainer .titleCenter img
{
	margin-right: 8px;
	margin-top: 0px;
	float: left;
}

.moduleContainer .titleCenter span
{
	font-size: 11px;
	position: relative;
	top: 1px;
	float: left;
}

.moduleContainer > .status
{
	background-color: #FFFFC0;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 25px;
	background-image: url(/App_Themes/Version1/Images/Icons/about.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.moduleContainer .settingsLink
{
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.moduleContainer .RadToolBar .rtbOuter
{
	border: 0;
	font-size: 8px;
}

.moduleContainer.popup td.buttonsCell
{
    padding-left: 10px;
}