﻿/*=============================================================================
	(c) Copyright, Hamid R. Kashani, 2016-2018.  All rights reserved.
=============================================================================*/

/* Vertical Menu -- Start */
.VertDropDownMenuTopDiv {
    box-shadow: 5px 5px 10px #888888;
	position: absolute;
	width: unset;
	display: none;
}

.VertDropDownMenuTopTable {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	border: 0;
	padding: 0;
	table-layout: fixed;
	width: auto;
	display: table;
}

.VMITD,.VMITD_Disabled {
    font-size: 0.75rem;
    font-weight: bold;
	white-space: nowrap;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.8rem;
	padding-right: 1rem;
	text-align: left;
	vertical-align:middle;
	border: 0;
	border-top: 1px solid #101030;
	border-bottom: 1px solid #101030;
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.VMITD {
	border-top: 1px solid #9999cc;
	border-bottom: 1px solid #c7c7cf;
	color: white;
	background-color: #101030;
	cursor: pointer;
}

.VMITD_Disabled {
	border-top: 1px solid #101030;
	border-bottom: 1px solid #101030;
	color: #333333;
	background-image: url('/_images/MiscIcons/DisabledTexture.gif');
	background-repeat: repeat;
	cursor: default;
}

A.VMITDA:link,A.VMITDA:visited,A.VMITDA:hover,A.VMITDA:active {
    font-size: 0.9rem;
    font-weight: normal;
    color: white;
    text-decoration:none;
}

A.VMITDA:hover {
	color: #CCCFFF;
}

/* Vertical Menu -- End  */

/*********** Navigation Table (Start) ***************/
.NavTableMenuTopDiv {
	width: 100%;
    font-size: 1rem;
    font-weight: bold;
	margin-top:2rem;
	margin-bottom:2rem;
	display: block;
}

.NavTableMenuTopTable {
	width: 100%;
	min-width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	margin-top:0.5rem;
	border: 0;
	padding: 0;
	table-layout: fixed;
	width: auto;
	display: table;
}

.NAVTD,.NAVTD_Disabled {
    font-size: 0.75rem;
    font-weight: bold;
	white-space: nowrap;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.8rem;
	padding-right: 1rem;
	text-align: left;
	vertical-align:middle;
	border: 0;
	border-top: 1px solid #000d51;
	border-bottom: 1px solid #000d51;
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.NAVTD {
	border-top: 1px solid #9999cc;
	border-bottom: 1px solid #c7c7cf;
	color:  #101030;
	background-color: white;
	cursor: pointer;
}

.NAVTD_Disabled {
	border-top: 1px solid #000d51;
	border-bottom: 1px solid #000d51;
	color: #333333;
	background-image: url('/_images/MiscIcons/DisabledTexture.gif');
	background-repeat: repeat;
	cursor: default;
}

A.NAVTDA:link,A.NAVTDA:visited,A.NAVTDA:hover,A.NAVTDA:active {
    font-size: 0.9rem;
    font-weight: normal;
    color:  #101030;
    text-decoration:none;
}

A.NAVTDA:hover {
	color: #888AFF;
}
/*********** Navigation Table (End) ***************/