.cside{}
.csidetitle{font:normal 12px Arial;color:#fff;line-height:24px;vertical-align:middle;}
.csidetitlebg{padding-left:10px;height:24px;background-color:#00a9cc;}
.csidecontent{color:#fff;padding:10px;padding-right:0px;}
.csidecontent div, .csidecontent p, .csidecontent table, .csidecontent td {
	font: normal 12px Arial;
	color: #fff;
}
.csidecontent a, .csidecontent a:link, .csidecontent a:hover, .csidecontent a:active, .csidecontent a:visited {
	color: #fff;
	font: normal 12px Arial;
	text-decoration: none;
}
.csidecontent a:hover {
	text-decoration: underline;
}
.csidelinecontainer {
    padding-left: 15px;
    padding-right: 15px;
}
.csideline {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

/* Module Title Menu */
.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-width: 0px;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-width: 0px;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-width: 0px;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #fff 1px solid;
	border-left: #fff 0px solid;
	border-top: #fff 1px solid;
	border-right: #fff 0px solid;
	background-color: #eee;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #ddd;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-width: 0px;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}


