
p {
    margin: 10px 0px 10px 0px;
}
   
    
body
{
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Arial;
}

table
{
	font-size: 8pt;
	font-family: Arial;
}

/* HTML Controls */
input
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
	text-align: right;
	
}

.inputNegative
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
	text-align: right;
	color: Red;
}

.inputPositive
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
	text-align: right;
	color: Green;
}

.HeaderLabel
{
    font-weight:bold;
}

.FormLabel
{
    font-weight:bold;
}

.FormLabelBig
{
    font-size: 10pt;
    font-weight:bold;
}

.FormLabelMedium
{
    font-size: 9pt;
    font-weight:bold;
}

.FormData
{
    font-weight:normal;
}

.WordWrap
{
    word-wrap:break-word;
}

.ddcblImage,
a.ddcblImage:link,
a.ddcblImage:link:visited,
a.ddcblImage:visited,
a.ddcblImage:active,
a.ddcblImage:hover
{
	border-width:0px;
	border-style:none;
}

.displayTextBox
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border:solid 1px #7f9db9;
	background-color:White;
	white-space:nowrap;
}

.displayCheckBoxList
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border:solid 1px #7f9db9;
	background-color:White;
	overflow:scroll;
}


.recentList
{
	position: absolute;
	padding-top:0px;
	padding-left:0px;
	z-index: 90;
}

.recentList iframe
{
	position:absolute;
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	top: 23;
	z-index:-1;/*must have*/
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/* Accordion Control */
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px outset #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    width: 137px;
}

.accordionContentCase
{
    background-color: #D3DEEF;
    border: 1px outset #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    width: 175px;
}

.accordionContentVendor
{
    background-color: #D3DEEF;
    border: 1px outset #2F4F4F;
    padding: 5px;
    padding-top: 5px;
    width: 295px;
}

.accordionHeader
{
	border: 1px solid #6e8de0;
    color:#215DC6;
    background-image: url(../Images/background_parent.jpg);
    background-repeat:no-repeat;
    background-position:top;
    width:136px;
    font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}
.accordionHeader span
{
    font:bold 11px arial, tahoma, sans-serif;
    color:#215DC6;
    text-align:left;
    /* text-indent controls (horizontally) where the group header text will be drawn */
    text-decoration:none;
    padding:2px 0 0 5px;
    display:inline-block;
    width:106px;
    word-wrap:break-word;
}
.accordionHeaderCase
{
	border: 1px solid #6e8de0;
    color:#215DC6;
    background-image: url(../Images/go_to_case.gif);
    background-repeat:no-repeat;
    background-position:left;
    height:23px;
    width:25px;
    font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 20px;
	cursor: pointer;
}
.accordionHeaderOver
{
    border: 1px outset #6e8de0;
    color:#428EFF;
    background-image: url(../Images/background_parentover.jpg);
    background-repeat:no-repeat;
    background-position:top;
    width:136px;
    font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}
.accordionHeaderOver span
{
    font:bold 11px arial, tahoma, sans-serif;
    color:#215DC6;
    text-align:left;
    /* text-indent controls (horizontally) where the group header text will be drawn */
    text-decoration:none;
    padding:2px 0 0 5px;
    display:inline-block;
    width:106px;
    word-wrap:break-word;
}
.accordionHeaderSelected
{
    border: 1px outset #2F4F4F;
    border-bottom: none;
    color:#215DC6;
    background-image: url(../Images/background_parentselected.jpg);
    background-repeat:no-repeat;
    background-position:left;
    width:136px;
    font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
    cursor: pointer;
}
.accordionHeaderSelected span
{
    font:bold 11px arial, tahoma, sans-serif;
    color:#215DC6;
    text-align:left;
    /* text-indent controls (horizontally) where the group header text will be drawn */
    text-decoration:none;
    padding:0 0 0 5px;
    display:inline-block;
    width:106px;
    word-wrap:break-word;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#bfcfff;
	border: solid 1px Navy;
}

.popupHover 
{
	border: 1px outset Navy;
}

textarea
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
}

select
{
	font-size: 8pt;
	font-family: Arial;
	padding-left: 4pt;
}
/* End HTML Controls */

.invalidCB
{
	background-color:#d3d3d3;
	color:Black;
}

.inputText
{
	text-align:left
}

inputDateTextBox
{
	text-align: left;
}

.redText
{
	color:Red;
}

.burntUmberText
{
	color:#B00500;
}

.readOnlyData
{
	color:Gray;
	TEXT-TRANSFORM: none;
}

.regularText
{
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
}

.caption
{
	font-weight:bold;
}

.dataGridCount
{
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
	font-style:italic;
}

.brokenRule
{ 
	color:Red;
	font-size: 10pt;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;	
}
	
.brokenRules
{
	padding-left: 5px;
	color:Red;
	border-width:1px;
	border-style:Solid;
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	border-color: Red;
	width: 622px;
	white-space:normal;
	background-color:#fffffb;
}

.brokenRulesPopup
{
	padding-left: 5px;
	color:Red;
	border-width:1px;
	border-style:Solid;
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	border-color: Red;
	width:98%;
}

.fileUpload {
    border-width:2px;
    border-style:solid;
    background-color:#ccc;
    border-color:#96A6EA;
	font-size: 8pt;
	font-family: Arial;
    padding:3px 6px 3px 6px;
    width:95%;
    text-align:left;
}

.pageEntity 
{
	height:50px;
	width: 630px;
	background: #d6dff7;
	border: solid 1px #dcdcdc;
    margin-bottom: 4px;
    font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
}

.menu {
	border: solid 0px #dcdcdc;
	background: #001e7a;
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
}

.footer 
{
    table-layout: fixed;
	border: solid 1px #dcdcdc;
	background: #6e8de0;
	width: 630px;
	margin-top: 4px;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	height:25px;
    word-wrap:break-word;	
}

.menu a {
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px 0px 5px;
}

.menu a:hover {color: #bfcfff;}

.overrideLink
{
	text-decoration:none;
}

.breadCrumbs 
{
	border: solid 0px #dcdcdc;
	background: #d6dff7;
	position: relative;
	left: 0px;
	width: 780px;
	padding-top: 1px;
}

.breadCrumbs a 
{
	color: #001e7a;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}

.breadCrumbs span {padding-left:10px;}

.breadCrumbs a:hover {color: #3366ff;}

.buttonContainer{
float:right;
}

.buttonContainer a{
padding-left:0px;
padding-right:0px
}

a:link 
{
	color: #215DC6;
	text-decoration: none;
}

a:hover {color: #3366ff;}

.sideNav 
{
	position: absolute;
	left: 5px;
	width: 139px;
	background: #d6dff7;
}

.sideNavHidden
{
	display: none;
}

.content 
{
	position: absolute;
	left: 150px;
	width: 630px;
}

.contentOnly
{
	position: absolute;
	left: 5px;
	width: 775px;
}

.login 
{
	width: 630px;	
	height: 19px;
}

.login td 
{
	padding-left: 4px;
	padding-bottom: 4px;
}

.entityHeader {
	font-weight: bolder;
	font-size: 12pt;
	background: #6e8de0;
	width: 630px;
	border: solid 1px #dcdcdc;
	font-family: arial, tahoma, sans-serif;
	height: 30px;
}

.entityHeaderNB {
	font-weight: bolder;
	font-size: 12pt;
	background: #6e8de0;
	width: 630px;
	border-style:none;
	border-collapse:collapse;
	font-family: arial, tahoma, sans-serif;
	height: 30px;
}

.entityHeader td {padding: 4px 4px 4px 12px;}

.entityHeaderNB td {padding: 0px 0px 0px 0px;}

.entityBody {
	width: 630px;
	background: #bfcfff;
	border: solid 1px #dcdcdc;
    font-size: 8pt;
    font-family: arial, tahoma, sans-serif;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.entityBodyBackground
{
	background: #bfcfff;
}

.entityTableBody
{
	width: 630px;
	background: #bfcfff;
	border: solid 1px #dcdcdc;
    font-size: 8pt;
    font-family: arial, tahoma, sans-serif;
    margin-bottom: 4px;
}

.entityTableBodyHeader 
{
	font-weight: bold;
}

.entityBody td {
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
	padding: 0px 0px 0px 12px;
}

.smallBodySeparatorContainer {
    vertical-align:middle;
    background-color:transparent;
    height:12px;
    width:100%;
}

.smallBodySeparatorLine {
    background-color: #dcdcdc;
    height: 2px;
    width: 100%;
}

.smallBodyHeader 
{
	font-weight: bolder;
	font-size: 9pt;
	background: #6e8de0;
	width: 630px;
	border: solid 1px #dcdcdc;
	height: 15px;
	margin-top: 4px;
}

.smallBodySubHeader 
{
    padding: 3px 3px 3px 10px;
	font-weight: bolder;
	font-size: 9pt;
	background: #95b9ec;
	width: 630px;
	border: none;
}

.smallBodySubHeaderColor
{
    background-color: #95b9ec;
}


.smallBodySubHeaderText
{
	font-weight: bolder;
	font-size: 9pt;
}


.smallBodyHeader td 
{
	padding: 2px 2px 2px 12px;
}

.dataGrid td 
{
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
	padding: 4px 4px 4px 12px;
}


.popUp 
{
	position:absolute;
	margin-bottom: 4px;
    background: Navy;
	border: solid 1px Navy;
	top: 10px;
	left: 10px;
}

.gridPopUp 
{
	position:absolute;
	margin-top: 0px;
	padding-top: 0px;
    background: #d6dff7;
	border: solid 2px Navy;
	top: 80px;
	left: 10px;	
}

.popUpHeader2
{
	font-family:  arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	height: 30px;
	background: #447adf;
	color: white;
	margin-top: 4px;
}

.popUpContents2
{
	background: #d6dff7;
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
}

.popUpHeaderBGColor
{
	background: #215DC6;
}

.popUpHeader
{
	font-family:  arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	height: 30px;
	background: #215DC6;
	color: white;
	margin-top: 4px;
}

.popUpContents
{
	background: #bfcfff;
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
}

.popUpContentsOverdue
{
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	background-color: #ff9933;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.popUpHeaderSetWidth
{
	width: 628px;
	/*font-family:  arial, tahoma, sans-serif;
	font-weight: bolder;
	font-size: 10pt;
	height: 30px;
	background: Navy;
	color: #ffffff;*/
	font-weight: bolder;
	font-size: 9pt;
	background: #6e8de0;
	margin-top: 4px;
	margin-top: 4px;
}
.popUpContentsSetWidth
{
	width: 628px;
	background: #d6dff7;
    font-size: 8pt;
/*	background: #bfcfff;
	font-size: 8pt;
    font-family: arial, tahoma, sans-serif;*/
}

.smallBody 
{
	width: 630px;
	background: #d6dff7;
	border: solid 1px #dcdcdc;
    font-size: 8pt;
}

.smallBodyDarker 
{
	width: 615px;
	background: #bfcfff;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 8pt;
}

.tightTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
    font-size: 8pt;
}

.tightTable td
{
	padding: 0px 0px 0px 0px;
    font-size: 8pt;
}

.tightCollapse
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-collapse:collapse;
    font-size: 8pt;
}

.tightCollapse td
{
	padding: 0px 0px 0px 0px;
    font-size: 8pt;
}

.inlineGroup
{
    display:inline;
    margin:0px 0px 0px 0px;
    white-space:nowrap;
}

.inlineGroupItem
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    display:inline;
}

.dataRepeater
{
	border-collapse: collapse;
	width: 630px;
    font-weight: normal;
    font-size:8pt;
    color: #000000;
    border: solid 1px #dcdcdc;
}

.dataRepeater td
{
	padding-left: 5px;
	vertical-align:top;
}

.dataTable
{
	border-collapse: collapse;
	width: 470px;
    font-weight: normal;
    font-size:8pt;
    color: #000000;
    border: none 0px #ffffff;
    word-wrap:break-word;
}

.dataTable td,
.dataTable th
{
	padding-left: 5px;
}

.dataTableTight
{
	border-collapse: collapse;
	width: 470px;
    font-weight: normal;
    font-size:8pt;
    color: #000000;
    border: solid 1px #dcdcdc;
    word-wrap:break-word;
}

.dataTableTight td
{
	padding-left: 2px;
}

.smallLeftPad 
{
	padding-left: 5px;
}

.smallRightPad
{
	padding-right:5px;
}

.bigLeftPad 
{
	padding-left: 15px;
}

.bigRightPad
{
	padding-right:15px;
}

.dataTable tr
{
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
	font-size: 8pt;
}

.dataTableNew
{
	border-collapse: collapse;
	width: 470px;
    font-weight: normal;
    font-size:8pt;
    color: #000000;
    border: solid 1px #dcdcdc;
    word-wrap:break-word;
}

.dataTableNewWide
{
	border-collapse: collapse;
	width: 630px;
    font-weight: normal;
    font-size:8pt;
    color: #000000;
    border: solid 1px #dcdcdc;
    word-wrap:break-word;
}

.dataTableNew td
{
	padding-left: 10px;
	padding-right: 10px;
}

.dataTableNewWide td
{
	padding-left: 10px;
}

.headerStyle td,
.headerStyle th
{
	text-align:left;
	border: solid 1px #dcdcdc;
	padding-left:10px;
	background:#d6dff7;
	font-weight:bold;
}

tr.headerStyle
{
	border: solid 1px #dcdcdc;
}

.mainRow
{
	font-weight: normal;
	border: solid 1px #dcdcdc;
	background-color: #ffffff;
	height: 10px;
}

.altRow
{
	font-weight: normal;
	border: solid 1px #dcdcdc;  
	background-color: #bfcfff; 
	height: 10px;
}

.selRow
{
	font-weight: normal;
	border: solid 1px #dcdcdc;  
	background-color: #B8FFAD; 
	height: 10px;
}

.cancelledRow 
{
	font-weight: normal;
	border: solid 1px #dcdcdc;  
	background-color: Yellow; 
	height: 10px;	
}

.cancelledRowRed 
{
	font-weight: normal;
	border: solid 1px #dcdcdc;  
	background-color: Red; 
	height: 10px;	
}

.additionalAgrSchdPayment
{
    font-weight: normal;
	border: solid 1px #dcdcdc; 
    background-color: #FFFFBF;
	height: 10px;
}

.pastDueAgrSchdPayment
{
    text-decoration:line-through;
}

.gridVAlign td
{
	vertical-align:top;
}

.gridHAlign td
{
	text-align:center;
}

.visPopUp 
{
	position: relative;
	top: auto;
	border-left-style:window-inset;
	border-top-style:window-inset;
	border-bottom-style:outset;
	border-right-style:outset;
	width: 306px; 
	height: 206px; 
	padding: 0;
	position: absolute;
	z-index: 1; 
	visibility: visible;
}

.hidPopUp 
{
	visibility: hidden;
}

.messageBox
{
	background-color: #ffffff;
	border-width: thin;
	border-style: solid;
	border-color: #ff0000;
	width: 500px;
	
}
.appHeader
{
	font-size: 14pt;
	color: #001e7a;
	font-weight:bold;		
}

.top
{
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 80px;	
}

.footer a {
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
}

.footer a:hover {color: #bfcfff;}

.fieldLabel
{
	font-weight:bold;
}

.fieldLabelLarger
{
	font-size: 9pt;
}

.fieldLabelLarger2
{
	font-size: 10pt;
}

.hiddenColumn
{
	display:none
}

.contactBody 
{
	width: 300px;
	background: #d6dff7;
	border: solid 1px #dcdcdc;
    margin-bottom: 4px;
    font-size: 8pt;
}

.userControl
{
	margin-top: 0px;
}

.currencyColumn
{
	margin-right: 5px;
}

.panelBody
{
	font-size: 8pt;
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
	background: #d6dff7;
	border-style:none;
	border-width:0px;
	padding:10px;
    border-spacing:0px;
    border-collapse:collapse;
}

.rightBody 
{
	width: 630px;
    font-size: 8pt;
	border-style:none;
	border-width:0px;
    padding:0px;
    border-spacing:0px;
    border-collapse:collapse;
}

.negativeEntitlement
{
	color:Red;
}

.translucent
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

#ajaxprogress
{
	z-index:999;
	position: absolute;
	height:50px;
	background-color:#d6dff7;
	
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:Navy;
	
	border-left-width:2px;
	border-left-color:Navy;
	border-left-style:solid;
	
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:Navy;
	
	border-right-width:2px;
	border-right-color:Navy;
	border-right-style:solid;
	
	color:Navy;
	font-size:11px;
	font-family:Arial;
	 
}

.BlockUIDiv {
	left: 0px;
	top: 0px;
	z-index: 999950;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #999999;
	opacity: 0.4;
	-moz-opacity: 0.4;
	/*filter:alpah(opacity=40);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.ProcessingIndrDiv {
	left: 0px;
	top: 0px;
	z-index: 999981;
	position: absolute;
	height: 70px;
	background-color: #d6dff7;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: Navy;
	border-left-width: 2px;
	border-left-color: Navy;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: Navy;
	border-right-width: 2px;
	border-right-color: Navy;
	border-right-style: solid;
	color: Navy;
	font-size: 11px;
	font-family: Arial;
}

.NotificationMessageDiv {
	left: 0px;
	top: 0px;
	z-index: 999970;
	position: absolute;
	height: 70px;
	width: 250px;
	background-color: #d6dff7;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: Navy;
	border-left-width: 2px;
	border-left-color: Navy;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: Navy;
	border-right-width: 2px;
	border-right-color: Navy;
	border-right-style: solid;
	color: Navy;
	font-size: 11px;
	font-family: Arial;
}

.AlertDiv {
	left: 0px;
	top: 0px;
	z-index: 999970;
	position: absolute;
	background-color: white;
	border: 2px solid Navy;
	color: black;
	font-size: 11px;
	font-family: Arial;
}

.ConfirmDiv {
	left: 0px;
	top: 0px;
	z-index: 999970;
	position: absolute;
	background-color: white;
	border: 2px solid Navy;
	color: black;
	font-size: 11px;
	font-family: Arial;
}

.ExtensionDivTitle {
	font-weight: bolder;
	font-size: 1.5em;
	background: #6e8de0;
	border: solid 1px #dcdcdc;
	padding: 10px;
	margin-top: 0px;
}

.ExtendSessionDiv {
	left: 0px;
	top: 0px;
	z-index: 999990;
	position: absolute;
	background-color: white;
	border: 2px solid Navy;
	color: black;
	font-size: 11px;
	font-family: Arial;
}

.watermarked {
	height:20px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

.noPadding
{
	padding:0px 0px 0px 0px;
}

.dataTable TD.noPadding
{
	padding:0px 0px 0px 0px;
}

.noPadding td
{
	padding:0px 0px 0px 0px;
}

.paddingTopRow td
{
	 padding:2px 0px 1px 0px;
}

.paddingBottomRow td
{
	 padding:1px 0px 2px 0px;
}

.alignleftlabeltotext
{
	padding-left:14px;
}

.viewNote
{
	background-color:#d6dff7;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.topPadding
{
	padding-top:5px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Following style fixes a bug with the ajax calendar extender:
    http://ajaxcontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=22894
 */
div.ajax__calendar_title 
{
border: none; /* Fixes the "previous" and "next" buttons in the popup title */
}
.ajax__calendar
{
    display:inline;
}
.ajax__calendar_container 
{ 
    z-index : 1000 ;
}

.ajax__calendar_body table tr td 
{   
    padding: 0px; 
}

.calendarInlineGroup
{
    display: inline;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
}

.calendarDateTextBox
{
    vertical-align: bottom;
    width: 65px;
}

.calendarButton
{
    vertical-align: top;
}

.agreementActivitiesCostSummary 
{
    font-size: 8pt;
}

.agreementActivitiesCostSummary th
{
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.agreementActivitiesCostSummary td
{
    text-align: center;
}

.agreementActivitiesCostSummary .rowLabel
{
    text-align: left;
}

.hidden
{
	display:none;
}

.visible
{
	display:block;
}

.viewNotesTable
{
	border-collapse: collapse;
    font-weight: normal;
    color: #000000;
    border: none 0px #ffffff;
}

.viewNotesTable td,
.viewNotesTable th
{
	padding-left: 3px;
	padding-right: 3px;
}

.BoldInstructsContainer
{
    font-weight: bold;
    padding: 3px 0px 0px 10px;
}

ul.BoldInstructs
{
    font-weight: bold;
}

ul.BoldInstructs
{
    list-style-type:circle;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 30px;
}

li.BoldInstructs,ul.BoldInstructs,div.BoldInstructs
{
    font-weight: bold;
}

hr
{
	border-top: #6e8de0 1px solid;
	border-left: #00 0px;
	border-bottom: #001e7a 1px solid;
	border-right: #00 0px;
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
}
hr.subtleDivider
{
	border-top: #d9d9d9 1px solid;
	border-left: #00 0px;
	border-bottom: #a9a9a9 1px solid;
	border-right: #00 0px;
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
}
/*

ContactInfoList

*/

.labelColumn
{
    text-align: right;
    width: 100px;
}

.labelColumnPlus
{
    text-align: right;
    width: 120px;
}

.labelColumnPlusPlus
{
    text-align: right;
    width: 100px;
}

.labelColumnPlusPlus2
{
    text-align: right;
    width: 140px;
}

.contactInfoSeperator
{
    height: 15px;
}

.addressText
{
    width: 200px;
}

.cityText
{
    width: 200px;
}

.countryDropDown
{
    width: 200px;
}

.provinceDropDown
{
    width: 200px;
}

.postalCodeText
{
    width: 75px;
}

/*


*/

.uddColumn1 {
	width: 10px;
}

.uddColumn2 {
	width: 300px;
}

.uddColumn3 {
	width: 15px;
	position: relative;
}

.uddColumn4 {
	width: 15px;
	position: relative;
}

.uddColumn5 {
	width: 270px;
}

.uddColumn6 {
	width: 20px;
}

.uddColumn1-Admin {
	width: 10px;
}

.uddColumn2-Admin {
	width: 285px;
}

.uddColumn3-Admin {
	width: 15px;
	display: block;
	position: relative;
}

.uddColumn4-Admin {
	width: 15px;
	display: block;
	position: relative;
}

.uddColumn5-Admin {
	width: 270px;
}

.uddColumn6-Admin {
	width: 15px;
}

.uddColumn7-Admin {
	width: 20px;
	display: block;
	position: relative;
	background: white;
}

.uddField {
	max-width: 270px;
}

.uddFieldIcon {
	width: 15px;
	height: 15px;
}

.uddHorizontalRadioList {
	width: 100%;
	text-align: center;
}

	.uddHorizontalRadioList LABEL {
		display: block;
	}

	.uddHorizontalRadioList TD {
		vertical-align: baseline;
	}

.uddRadioList {
	width: 100%;
}

.uddMultiSelectDropdownText {
	width: 180px;
}

.uddMultiSelectDropdownCheckBoxDiv {
	padding: 0 0 0 0;
	top: 100px;
	left: 100px;
	display: none;
	overflow: auto;
	width: 270px;
}

.uddCheckboxList {
	width: 100%;
}

.uddNumLabel {
	font-size: smaller;
	width: 10px;
	display: table-cell;
}

.uddHeaderLabel {
	font-weight: bold;
	padding-bottom: 5px;
	display: table-cell;
	font-size: 10pt;
}

.uddHeadNumLabel {
	font-weight: bold;
	font-size: smaller;
	width: 25px;
	display: inline-block;
}

.uddCaptionLabel {
	display: table-cell;
	padding-left: 5px;
}

.DEBUG_Column {
	width: 450px;
}