.ck_menu {
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
	margin: 0;
 	padding: 0;
    BORDER-BOTTOM: 2px outset #797a92;
    BORDER-LEFT: 2px outset #797a92;
    BORDER-RIGHT:2px outset #797a92;
    BORDER-TOP: 2px outset #797a92;
	width: 170px;
}

.ck_menu li {
	margin: 0;
	padding: 0;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 2px;
	text-decoration: none;
	background: #5a5b75;
	color: white;
}

.ck_menu li a {
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 2px;
	text-decoration: none;
	background: #5a5b75;
	color: white;
}

.ck_menu li a:hover {
	background: white;
	color: #5a5b75;
}

body
{
	font-size: 12px;
	margin: 0px;
	color: black;
	font-family: Arial, Verdana;
	background-color: whitesmoke;
}


table
{
	font-size: 12px;
}

table th
{
	color: white;
	font-weight: normal;
	border: 2px outset #B2B3CE;
	border-bottom: outset 2px #B2B3CE;
	border-left: outset 2px #B2B3CE;
	border-right: outset 2px #B2B3CE;
	border-top: outset 2px #B2B3CE;
	background-color: #676883;
}

table th a
{
	color: white;
	text-decoration:none;
}

table th a:hover
{
	color: yellow;
}

table.striped tr:nth-child(odd) {
	background-color: #ececec;
}

table.inheritbg tr:nth-child(odd) {
	background-color: transparent;
}

input,select,textarea
{
	font-family: Arial, Verdana;
	font-size: 12px;
}
.TdButton
{
	background-color:white;
	color:#666680;
	border-bottom: solid 1px #666680;
	border-left: solid 1px #666680;
	border-right: solid 1px #666680;
	border-top: solid 1px #666680;
	text-align:center;
	cursor: pointer;
}

.button
{
	
	background: white;
	border-bottom: solid 1px #666680;
	border-left: solid 1px #666680;
	border-right: solid 1px #666680;
	border-top: solid 1px #666680;
	color: #666660;
	font-family: arial;
	font-size:10px;
	font-weight: bold;
}

.Heading1
{
	border: none;
	font-weight: bold;
	font-size: 14px;
	background: lightsteelblue;
	color: #545675;
	font-family: Verdana;
	text-align: left;
}
.tree
{
	background-image: url(../Images/vLineBg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.VerticalColumn {
	border-left:solid 1px lightsteelblue;
}

.Tab 
{
	border: outset 2px #B2B3CE;
	cursor: pointer;
}

.SelectedTab
{
	border: inset 2px #B2B3CE;
	cursor: pointer;
}
.Ln
{
	border-bottom: solid 1px black;
}

#overlay {
    z-index: 1900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.3;
}

#emailPDFpopup {
    z-index: 2000;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

#emailPDFpopup > table {
    top: 50px;
    width: 350px;
    margin: 0 auto;
}

#emailPDFpopup th {
    background-color: #676883;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
}

#emailPDFpopup td {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    border: 0;
}

#emailPopupMessageContainer {
    padding-top: 15px !important;
}