﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
#mailtolink {
	background-image:url(/Images/email_link.png);
	display: inline-block;
	height: 24px;
	width: 24px;
	}
.ca {
	width: 200px;
}
/**** For Company details in panel header ****/
.tableCellValue .ajax__tab_xp .panelHead {
	border: none;
	border-radius: 2px;
	box-shadow: 0px 0px 0px #999999;
	width: 940px;
	padding: 10px;
}

.largeText {
	color: Green;
	font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 30px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
}

.mediumText {
	color: Green;
	font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 20px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
}

.tableCellValue .ajax__tab_xp .panelSubDetail {
	border: none;
	border-radius: 2px;
	box-shadow: 0px 0px 0px #999999;
	text-align: left;
	width: 870px;
}

.psdttc {
	font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	width: 20%;
}

.psdtic {
	padding: 0px;
	padding-left: 16px;
	padding-top: 0px;
	padding-right: 4px;
	vertical-align: top;
	width: 16px;
}

.psdTitle {
	width: 100px;
}

.hide {
    visibility:hidden;
}

.pcT {
    background-color: #F6F6EC;
    height: 64px;
    left: 0px;
    position: fixed;
    top: 0px;
    vertical-align: bottom;
    width: 100%;
    z-index: 200;
}

.pHeaderL {
    background-image: url(../../Images/logoCompanyName.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 55px;
    position: absolute;
    top: 0px;
    width: 578px;
}


.pageBackground, .pBack { /* body */
	background-color: #F6F6EC;
	font-family: Arial, Verdana, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 104px;
	width: 1000px;
	}

.MLMmenuAlign {
    background-color: #3C3C3C;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px;
    position: relative;
    text-align: center;
    width: 1000px;
    z-index: 200;
}

.pcmC {
    background-color: #3C3C3C;
    left: 0px;
    position: fixed;
    top: 64px;
    width: 100%;
    z-index: 100;
}

.signInBar a {
    color: #3C3C3C;
    font-family: 'PT Sans Narrow', Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.alertHigh {
    background-color: #d63e3e;
}

.alertMedium {
    background-color: coral;
}

.alertLow {
    background-color:forestgreen;
    visibility:hidden;
}

.tableCellValueHidden {
	visibility: hidden;
}

/****
.pBack {
	width: 1400px;
}
.dv_wide { 
	width: 1400px;
}
*****/