﻿/*  This Section is just for Modules Title, don't Add , Delete or Rename Classes.              */
.ModuleBox
{
    border: 1px solid #c0c0c0;
    /*border-right: 1px solid #83b0ec;
    border-bottom: 1px solid #83b0ec;
    padding-bottom: 10px;*/
    margin: 0px 0px 0px 0px;
    height: auto;
    background-color:#FFFFFF
}

.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: #9c0000;
	font-family: tahoma;
	display: table;
	height: 20px;
	text-align: left;
	vertical-align: baseline;
	width: 100%;
	padding: 0;
	margin: 0;
}
 
.ModuleTitle_Link
{
	height: 20px;
	width: 24px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	padding: 0; /*overflow : scroll;*/
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.ModuleTitle_Link a
{
	font-size: 8pt;
	height: 19px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color: #9c0000;
}

.ModuleTitle_Text
{
	font-size:10pt;
	font-weight:normal;
	vertical-align:middle;
	padding-right:5px;
	height: 18px;
	text-align: right;
	border-top-style:solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.ModuleTitle_Text div
{
	width: 100%;
	white-space: nowrap;
	height: 19px;
	padding-top: 1px;
	overflow: hidden;
}

.ModuleTitle_TR
{
	height: 20px;
	width: 20px;
	vertical-align: middle;
	background-image: url('images/Header-TD-Right.png');
	border-top: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	margin-top: 0px; background-repeat:no-repeat;
}

.ModuleTitle_TL
{
	height: 20px;
	width: 13px;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

/* End of Module Title Section */
