﻿/*  This Section is just for Modules Title, don't Add , Delete or Rename Classes.              */
.ModuleBox
{
    padding-bottom: 10px;
    margin: 0px 0px -10px 0px;
    height: auto;
    background-color:#FFFFFF;
    border-bottom: dashed 1px #cca403;

}

.ModuleBox table
{
    vertical-align :top;
}

.ModuleBox table tbody
{
    vertical-align :top;
}

.ModuleBox table tbody tr
{
    vertical-align :top;
}

.ModuleTitle
{
	direction: ltr;
	font-size: 10px;
	color: #FFFFFF;
	font-family: tahoma;
	display: table;
	height: 20px;
	text-align: right;
	vertical-align: baseline;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}
 
.ModuleTitle_Link
{
	height: 20px;
	width: 24px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	padding: 0; /*overflow : scroll;*/
	margin-bottom: 2px;
	background-color:#FFFFFF;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #472325;
}

.ModuleTitle_Link a
{
	font-size: 8pt;
	height: 19px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color: #ff7200;
}

.ModuleTitle_Text
{
	font-size: 10pt;
	font-weight: normal;
	vertical-align: middle;
	padding-right: 5px;
	height: 18px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #472325;
}

.ModuleTitle_Text div
{
	width: 100%;
	white-space: nowrap;
	height: 19px;
	padding-top: 1px;
	overflow: hidden;
	color: #472325;
}

.ModuleTitle_TR
{
	height: 20px;
	width: 20px;
	vertical-align: middle;
	background-image: url('images/Header-TD-Right.png');
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-color:#FFFFFF;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #472325;
}

.ModuleTitle_TL
{
	height: 20px;
	width: 13px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #472325;
}

/* End of Module Title Section */
