﻿/* The container */
.DefaultContainer { clear: both; overflow: hidden; }

/* The header */
.DefaultContainer .Header { clear: both; }
.DefaultContainer .Header .Actions { float: left; }
.DefaultContainer .Header .Icon { float: left; }
.DefaultContainer .Header .Title { float: left; }
.DefaultContainer .Header .Title .TitleText{ color: #46a7dd; font-family: Arial, Sans-Serif; font-weight: bold; font-size: 21px; }
.DefaultContainer .Header .Actions .ModuleTitle_MenuBar .ModuleTitle_MenuItem { border: 0px; }
.DefaultContainer .Header .Actions .ModuleTitle_MenuBar .ModuleTitle_SubMenu { background-color: #000000; }
.DefaultContainer .Header .Actions .ModuleTitle_MenuBar .ModuleTitle_SubMenu .mi { background-color: #000000; }
.DefaultContainer .Header .Actions .ModuleTitle_MenuBar .ModuleTitle_SubMenu .icn { background-color: #000000; border: 0px; }

/* The content */
.DefaultContainer .Content { clear: both; margin-bottom: 15px; }
.DefaultContainer .Content .ContainerContentPane {  }

/* The footer */
.DefaultContainer .Footer { clear: both; }