body, html
{
	height: 100%;	
	margin : 0px 0px 0px 0px;
}

.cloning_status
{
    color:Green;
}

#progressArea
{
	position: absolute;
	top: 45px;
	right: 30px;
	background-color: #009900;
	color: #ffffff;
	padding: 5px;
}

.buttons
{
/*	
	width : 80px;
	height : 20px;
*/
}

.ThrownMessagesValidatorSummary
{
	color: Red;
	font-size: 0.8em;
}

body
{
	font-size : 0.8em;
	font-family : Verdana;
}

a:link,a:visited
{
	text-decoration:underline;
	color:			#0072bc;
}

a:link:hover
{
	color:			#000000;
}

a:visited:hover {
	color:			#000000;
}

td.mainCell
{
	padding-left: 40px;
}

div.itemNumber
{
	float: left;
	color: #b1b3b6;
	font-size: 120%;
	width: 10%;
}

div.item
{
	float: left;
	width: 90%;
}

a.headerLink
{
	font-size: 120%;
}

div.childrenItem
{
	padding-top: 5px;
}

sup.help
{
	font-weight : bold;
	cursor : help;	
	background-color : Black;
	color : White;
	padding-left: 2px;
	padding-right: 2px;
	text-align : center;
}

hr
{
	height : 1px;
	color : Black;
	border : 1px dashed black;
}

.main_hr
{
	height : 1px;
	color : Black;
	border : 1px solid black;
}

.editwin
{
	width : 100%;
	
	border : 1px solid #CCCCCC;
	border-collapse : collapse;
}

.editwin_title
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#5B8493,endColorStr=black); */
	background-color : #0072bc;
	color : #FFFFFF;
	white-space : nowrap;
	font-size: 1.1em;
}

.editwin_sub_title
{
	background-color : #5B8493;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,endColorStr=#5B8493,startColorStr=black); */
	color : #FFFFFF;
	white-space : nowrap;
	padding-left : 10px;
	
	font-weight : bold;
}

#titleFirstPart
{
	color:			#0072bc;
	font-weight:	bold;
	font-size:		170%;

	border:			0;
	padding:		0;
	margin:			0;
}
#titleSecondPart
{
	color:			#cccccc;
	font-weight:	bold;
	font-size:		170%;

	border:			0;
	padding:		0;
	margin:			0;
}

.datagrid td
{
	padding: 5px;
}

.datagrid_title td
{
	vertical-align: top;
	color : #000000;
	background-color : #e6e6e9; /*#2b5c8c;*/
	white-space: normal;
}

.datagrid_title td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.datagrid_selected
{
	color : white;
	background-color : black;
	font-weight : bold;
}

a.datagrid_title_link, a.datagrid_title_link:hover, a.datagrid_title_link:link, a.datagrid_title_link:visited, a.datagrid_title_link:active
{
	color : #000000;
    
}

a.alph_selected, a.alph_selected:hover, a.alph_selected:visited, a.alph_selected:active, a.alph_selected:link
{
    color : #000000;
    text-decoration : underline;
    font-size : 16px;
    font-weight : bold;
    padding : 0px 20px 0px 20px
}

sup.reqfield
{
	vertical-align : text-top;
	color : Red;
	font-weight : bold;
	cursor: help;
}

#nav {
	background-color: white;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#nav ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#navigation_path
{
	border-bottom: solid 1px #b1b3b6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer
{
	border-top: solid 3px #a5bccf;
	padding: 15px;
	color: #585858;
}

.currentUser
{
	color: #585858;
	position: absolute;
	right: 30px;
	top: 15px;
}

.mainmenu
{
	white-space: nowrap;
}

.mmenu_span
{
	color : White;
}

.mmenu:active, .mmenu:link, .mmenu:visited
{
    text-decoration : none;
	white-space : nowrap;
          
	padding : 2px 2px 2px 2px;
    
    color : #000000;
}

.mmenu:hover
{
	background-color : white;
	color : #000000; 
	white-space : nowrap;

	padding : 2px 2px 2px 2px;
}

.headerlink, .headerlink:link, .headerlink:visited, .headerlink:active, .headerlink:hover
{
	font-size: 120%;
	font-weight: 600;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#004057,endColorStr=white); */
}

h2
{
	font-size: 120%;
	font-weight: 600;
}

.actions
{
	margin-top : 10px;
	margin-bottom : 10px;
}

#pageCaption
{
	padding-bottom : 10px;	
}

.modalBackground {
	background-color: #d3d3d3;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ContextMenuPanel 
{
	border: 1px solid #b1b3b6;
	z-index: 1000;
	cursor: default;
	padding: 0px 1px 0px 1px;
	font-size: 100%;
	margin-left: 107px;
	width: 160px;
	background-color: White;
}

.ContextMenuLink
{
	cursor: hand;
	color: #0072bc;
	padding: 5px;
	width: 45px;
	display: block; 
	text-decoration: underline;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 1px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-bottom: 1px solid #b1b3b6;	
}

a.ContextMenuItem, a.ContextMenuItemDisabled
{
	margin: 1px 0 1px 0;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;	
	padding: 5px 19px 5px 19px;
	white-space: nowrap;
}

a.ContextMenuItemDisabled
{
	color: #9d9da1;	
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #000000;
	border: 1px solid #D2B47A;
	padding: 4px 18px 4px 18px;
}

.alert
{
	color: Red;	
}

.filterTitle
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: bold;
	margin:0px 5px 0px 10px;
}

.txt11b {font-family: Trebuchet MS; font-size: 1.5em; font-weight: bold;}
.txt10b {font-family: Trebuchet MS; font-size: 1em; font-weight: bold;}

.txt16 {font-size: 16pt; font-weight: normal;}
.txt15 {font-size: 15pt; font-weight: normal;}
.txt14 {font-size: 14pt; font-weight: normal;}
.txt13 {font-size: 13pt; font-weight: normal;}
.txt12 {font-size: 12pt; font-weight: normal;}
.txt11 {font-size: 11pt; font-weight: normal;}
.txt10 {font-size: 10pt; font-weight: normal;}
.txt9 {font-size: 9pt; font-weight: normal;}
.txt8 {font-size: 8pt; font-weight: normal;}
.txt7 {font-size: 7pt; font-weight: normal;}

.txt15b {font-size: 15pt; font-weight: bold;}
.txt14b {font-size: 14pt; font-weight: bold;}
.txt13b {font-size: 13pt; font-weight: bold;}
.txt12b {font-size: 12pt; font-weight: bold;}

.txt9b {font-size: 9pt; font-weight: bold;}
.txt8b {font-size: 8pt; font-weight: bold;}
.txt7b {font-size: 7pt; font-weight: bold;}



.WhyTreeView
{
	overflow-x: hidden; 
	overflow-y: auto;	
}

.financialTable td, th
{
	font-weight:normal;
	font-size : 12px;
	font-family : Verdana;
	text-align: center;
}

div.password
{
    border: 1px solid black;
}
.areaTitle 
{
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
}
.promListBox 
{
    float:left;
    width: 500px;
}
.surveyListBox 
{
    float:left;
    width: 350px;
}





.promSelButton
{
    width:120px;
    display:block;
    margin:10px 0px 0px 0px;
}
.ndcButtonsParentDiv 
{
    float: left; width: 200px; padding-top: 100px;text-align: center;    
}
.ndcButtonsChildDiv {
    width: 120px; margin-left: auto; margin-right: auto;
}
.ndcPromTab {
    /*background-color: #C3D9FF;*/
    background-repeat: repeat-x;
    width:110px;
    text-align: center;
    line-height:2em;
    font-size:12px;
    border: #808080 1px solid;
    display:block;
 
   
}
.ndcSelTab 
{
       background-color: #FFCF96;
       border-bottom: #E6E6E9 1px solid;
     
}
.ndcPromTabOnProm 
{
     float:left;
     height:25px;
    
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.inputWidth
{
    width: 320px;
}

.ddWidth
{
    width: 325px;
}

.promotionPanels
{
    width:560px; 
    vertical-align: top; 
    float:left; 
    margin-right:10px;
    text-align: left;
    display:inline;
}

.fixWidth
{
    width: 220px;
    text-align:left;
}

.nbcTextbox {
 margin-right:11px;   
}

#commCodeListFiltersDiv
{
    width:500px;margin-left:auto;margin-right:auto;text-align:center;
}
.commCodeSearchByDiv
{    
 text-align: right;   
 margin-bottom:10px;
}
.CommCodeGrid .datagrid_title td
{
    vertical-align:middle;
}
.dgHubHistory td
{
    border-color:#D4D0C8;
    
}
.dgHubHistory tr 
{
    /* position:relative; */
}
.HubHistoryHeaderDiv
{
    border:1px solid #D4D0C8;width:100%;    
    text-align:center;
    background-color:#E6E6E9;
    font-size:x-large;
    
}
/*
.bottomSpace
{
    margin-bottom:5px;
    margin-top:5px;
}*/

.groupTransferEditTable td 
{
    height:25px;
}

.searchDiv 
{
    width:230px;float:left;text-align:right;padding-right:40px;
}
.bold 
{
    font-weight:bold;
}
