﻿
/* Master Top Panel */
.mstr_TB
{
    width:100%;
    height:90px;
    background-color:#857D6F;
}

.mstr_TB_Data
{
    width:1100px;
    background-color:#857D6F;
    margin-left:auto;
    margin-right:auto;
}

.mstr_TB_Data tr:first-child
{
    height:90px;
    vertical-align:middle; 
}

.mstr_TB_Data td:first-child
{
    text-align:left;
    vertical-align:middle; 
}

.mstr_TB_Data td:nth-child(2)
{
    font-family:Calibri;
    font-size:16pt;
    font-weight:bold;
    color:#FFFFFF ;
    text-align:right;
    vertical-align:middle;
    padding-right:10px;
    width:100%;
}

.mstr_TB_Data td:last-child
{
    text-align:right;
    vertical-align:middle; 
}

/* Not Really Used */
.mstr_TB_FloatingName
{
    font-family:Calibri;
    font-size:13pt;
    font-weight:bold;
    color:#FFFFFF;
    position:absolute;
    top:2px;
    right:5px;
    line-height:26px;
    min-width:100px;
    text-align:center;
    margin-right:200px;
}

/* Master Middle Panel */
.mstr_MB_Court
{
    width:1100px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.mstr_MB_Head
{
    background-color:#D5D2CA;
    height:30px;
    line-height:30px;
}

.mstr_MB_Head td
{
    font-weight:bold;
    color:#000000;
}

.mstr_MB_Head td:first-child
{
    padding-left:10px;
    text-align:left;
    width:37%;
}

.mstr_MB_Head td:last-child
{
    padding-right:10px;
    text-align:right;
    width:37%;
}

.mstr_MB_Head td:nth-child(2)
{
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    width:26%;
}

.mstr_MB_Feedback
{
    margin-bottom:5px;
    border: solid 1px #857D6F;
    background-color:#FFF0F0;
    vertical-align:middle;
    display:block;
    padding-top:2px;
    padding-bottom:2px;
}

.mstr_MB_Feedback .FB_Logo
{
    text-align:center;
    vertical-align:middle;
    width:50px;
}

.mstr_MB_Feedback .FB_Title
{
    font-weight:bold !important;
    font-size: 12pt;
    padding:5px;
    vertical-align:bottom;
}

.mstr_MB_Feedback .FB_Text
{
    padding:5px !important;
}

.mstr_MB_Body
{
    min-height:600px;
    background-color:#FFFFFF;
    position:relative;
}

.mstr_MB_Left
{
    width:200px;
    float:left;
    padding:10px;
}

.mstr_MB_Right
{
    margin-left:220px;
    padding:10px;
    border: solid 0px #0000FF;
}

.mstr_MB_Full
{
    width:98%;
    padding:10px;
    border: none 1px #0000FF;
    clear:both;
    content:"";
    display:table;
}


/* Master Footer */
.mstr_MB_Foot
{
    font-size:10.5pt;
    background-color:#343434;
    height:30px;
    line-height:30px;
}

.mstr_MB_Foot td
{
    font-size:10.5pt;
    font-weight:bold;
    color:#FFFFFF;
}

.mstr_MB_Foot td:first-child
{
    padding-left:10px;
    text-align:left;
    width:25%;
}

.mstr_MB_Foot td:last-child
{
    padding-right:10px;
    text-align:right;
    width:25%;
}

.mstr_MB_Foot td:nth-child(2)
{
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    width:50%;
}

.mstr_MB_Foot a,
.mstr_MB_Foot a:link,
.mstr_MB_Foot a:visited,
.mstr_MB_Foot a:hover,
.mstr_MB_Foot a:active
{
    font-size:10.5pt;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
}

/* Notice */
.mstr_Notice_Vanish
{
    display:none;
}

.mstr_Notice
{
    min-height:100px;
    border: solid 0px #0000FF;

}

.mstr_Notice table
{
    width:190px;
    border: solid 1px #343434;
    border-collapse:collapse;
    table-layout:fixed;
}

.mstr_Notice tr:first-child
{
    font-weight:bold;
    height:24px;
    line-height:24px;
    background-color:#343434;
    text-align:center;
    color:#FFFFFF;
}

.mstr_Notice tr:last-child td 
{
    vertical-align:top;
    text-align:center;
    padding:5px;
    min-height:80px;
    
}

/* Menu */
.mstr_Menu
{
    height:200px;
    border: solid 0px #00FF00;
    margin-bottom:20px;
}

/* Action P{anel ....*/
.mstr_ActionPanel
{
    margin-bottom:50px;
    min-height:50px;
    vertical-align:middle;
    text-align:center;
    position:absolute;
    bottom:0px;
    width:190px;
}





td.LRBmenu
{
    height:28px;
    background-color:#000000;
    color:#FFFFFF;
    text-align:center;
    z-index:9999;
    font-family:Calibri;
    font-size:10.5pt;
}

td.LRBmenu:hover
{
    position:relative;
    height:28px;
    background-color:#5800B0; /*purple*/
    color:#FFFFFF;
    text-align:center;
    z-index:9999;
    display:block;
    font-family:Calibri;
    font-size:10.5pt;
}

td.LRBmenu div
{
    display:none;
    margin-left:-1px;
}


/* top horizontal menu classes*/

.liDIV
{
    width:100%;
    padding:0px;
    margin:0px;
}


.liMainUL
{
    display:table;
    width:100%;
    padding-left:0px;
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;
    
    background-color: #343434;
    /*border-collapse:collapse;*/
}

.liMainLI_DMN
{
    list-style: none;
    display: table-cell;
    text-align:center;
    padding:0px;
    /*height:38px;*/
    height:28px;
    
    border-top:solid 0px #666666;
    border-bottom:solid 0px #666666;
    border-right:solid 1px #ffffff;
}


.liLB
{
    border-left:solid 1px #666666;
}


.liMainLI:hover,
.liMainLI_DMN hover
{
    border-left:solid 1px #666666;
}

.liMainLI a, 
.liMainLI_DMN a 
{
	display: block;
	background-color: #343434;
	color: #FFFFFF !important;
	padding-top: 14px ;
	text-decoration: none !important;
	font-family:Calibri !important;
	font-size:10.5pt !important;
	border-right:solid 1px #ffffff;
	height:28px;
	/*height:100%;
	
	display: none;*/
}

.liMainLI a:hover ,
.liMainLI_DMN a:hover
{
	 background-color: #823C47 !important;
	 color:#FFFFFF !important;
}


.liMainLI:hover > ul > li,
.liMainLI_DMN:hover > ul > li
{
    border:solid 1px #666666;
}

.liMainLI:hover ul > li > a:hover,
.liMainLI_DMN:hover ul > li > a:hover  
{
	background-color: #FABB40;
    color:#FFFFFF !important;
}

.liMainLI_Highlight
{
	 background-color: #823C47 !important;
	 color:#FFFFFF !important;
}


.aEntityName
{
	display: block;
	background-color: #343434;
	color: #FFFFFF !important;
	padding-top: 14px ;
	text-decoration: none !important;
	font-family:Calibri !important;
	font-size:10.5pt !important;
	border-right:solid 1px #ffffff;
	height:28px;
	text-align: right; 
    padding-right: 6px;
    cursor:auto;
}