table.table_bgcolor tr{
}

ul.errorMessage {
	list-style-type: square;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

ul.systemMessage {
	list-style-type: square;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

/*\*/
* html ul.errorMessage {
	position: relative;
}  /**/ /*\*/
* html ul.systemMessage {
	position: relative;
}  /**/
#iframeLoading {
	position: absolute;
	left: 400px;
	top: 300px;
	z-index: 1000;
	height: 40px;
	width: 70px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f6f6;
	link="#000000";
	vlink="#000000";
	alink="#000000";
}

a:hover {
	color: #000000;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

#mainContainer { /*min-width:700px;*/
	/* IE Dynamic Expression to set the width */
	/*width:expression(document.body.clientWidth < 750 ? "700px" : "100%" );*/
	
}

#mainHead { /*border:1px solid #CCCCCC;*/
	
}

#mainMenu {
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 14px;
	padding-left: 0px;
	/*width:200px;*/
	height: 90%;
	float: left
}

#mainBody {
	height: 90%;
	width: 78%;
}

#mainFooter {
	clear: left;
	width: 100%;
}

.back_button_enabled {
	background-image: url(../../img/common/ButtonBack.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 22px;
	width: 46px;
	padding-right: 4px;
	float: left;
	cursor: hand;
}

.back_button_disabled {
	height: 20px;
	width: 42px;
	padding-top: 2px;
	padding-right: 4px;
	float: left;
}

.loginButton {
	background-image:url(../../img/common/button.gif);
}

.filter_button_container {
	float: right;
	margin-top: 3px;
	margin-right: 4px;
}

/* filter button style start */
.but-filter {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-filter .but_left_enabled {
	background-image: url(../../img/common/filter_button_left_enabled.png);
	width: 19px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.but-filter .but_left_disabled {
	background-image: url(../../img/common/filter_button_left_disabled.png);
	width: 19px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.but-filter .but_right_opened {
	background-image: url(../../img/common/filter_button_right_opened.png);
	width: 21px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.but-filter .but_right_closed {
	background-image: url(../../img/common/filter_button_right_closed.png);
	width: 21px;
	height: 22px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.but-filter .but_left {
	background-image: url(../../img/common/ButtonStdLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-filter .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../../img/common/but_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	vertical-align: text-bottom;
}

.but-filter a {
	text-decoration: none;
}

/* Standard button style */
.but-standard {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-standard .but_left {
	background-image: url(../../img/common/ButtonStdLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-standard .but_right {
	background-image: url(../../img/common/ButtonStdRight.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-standard .back_button {
	background-image: url(../../img/common/ButtonStdBack.png);
	width: 32px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
	cursor: hand;
}

.but-standard .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* This line is to fix the transparent png display problem in IE */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/but_bg.png');*/
	background-image: url(../../img/common/ButtonBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: text-bottom;
	white-space: nowrap;
	cursor: hand;
}

/* This style for non-IE browser. IE will ignores this style. */
.but-standard .text[class] {
	/*background-image: url(../../img/common/ButtonBackground.png);*/
	
}

.but-standard a:hover { /*text-decoration: underline;*/
	
}

.but-standard a {
	text-decoration: none;
}

.but-standard .img-side {
	border: none;
	position: relative;
	float: left;
}

.but-standard .text img {
	border: 0px;
	padding-top: 5px;
}

/* standard button disabled style*/
.but-standard-disabled {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-standard-disabled .but_left {
	background-image: url(../../img/common/ButtonStdLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-standard-disabled .but_right {
	background-image: url(../../img/common/ButtonStdRight.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-standard-disabled .back_button {
	background-image: url(../../img/common/ButtonStdBack.png);
	width: 32px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
}

.but-standard-disabled .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #dddddd;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* This line is to fix the transparent png display problem in IE */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/but_bg.png');*/
	background-image: url(../../img/common/ButtonBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: text-bottom;
	white-space: nowrap;
}

/* This style for non-IE browser. IE will ignores this style. */
.but-standard-disabled .text[class] {
	/*background-image: url(../../img/common/ButtonBackground.png);*/
	
}

.but-standard-disabled a:hover { /*text-decoration: underline;*/
	
}

.but-standard-disabled a {
	text-decoration: none;
	cursor: default;
}

.but-standard-disabled .img-side {
	border: none;
	position: relative;
	float: left;
}

.but-standard-disabled .text img {
	border: 0px;
	padding-top: 5px;
}

/* Column header button style */
.but-colheader {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-colheader .but_left {
	background-image: url(../../img/common/ButtonColHeaderLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader .but_right {
	background-image: url(../../img/common/ButtonColHeaderRight.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader .but_right_arrow {
	background-image: url(../../img/common/ButtonColHeaderRightArrow.png);
	width: 20px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	cursor: hand;
}

.but-colheader .but_left_arrow {
	background-image: url(../../img/common/ButtonColHeaderLeftArrow.png);
	width: 20px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* This line is to fix the transparent png display problem in IE */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/but_bg.png');*/
	background-image: url(../../img/common/ButtonBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: text-bottom;
	white-space: nowrap;
	cursor: hand;
}

/* This style for non-IE browser. IE will ignores this style. */
.but-colheader .text[class] {
	/*background-image: url(../../img/common/ButtonBackground.png);*/
	
}

.but-colheader a:hover { /*text-decoration: underline;*/
	
}

.but-colheader a {
	text-decoration: none;
}

.but-colheader .img-side {
	border: none;
	position: relative;
	float: left;
	top: -3px;
}

.but-colheader .back_button {
	border: none;
	position: relative;
	float: left;
	top: 0px;
	width: 32px;
	height: 22px;
	background-image: url(../../img/common/ButtonStdBack.png);
	background-repeat: no-repeat;
}

.but-colheader .back_button_disabled { /*
    border: none;
    position: relative;
    float: left;
    top: 0px;
    width: 32px;
    height: 22px;
    background-image: url(../../img/common/ButtonStdBack.png);
    background-repeat: no-repeat;
    */
	
}

.but-colheader .text img {
	border: 0px;
	padding-top: 5px;
}

/* Disabled Column header button style */
.but-colheader-disabled {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-colheader-disabled .but_left {
	background-image: url(../../img/common/ButtonColHeaderLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader-disabled .but_right {
	background-image: url(../../img/common/ButtonColHeaderRight.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader-disabled .but_right_arrow {
	background-image: url(../../img/common/ButtonColHeaderRightArrow.png);
	width: 20px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-colheader-disabled .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #dddddd;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* This line is to fix the transparent png display problem in IE */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/but_bg.png');*/
	background-image: url(../../img/common/ButtonBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: text-bottom;
	white-space: nowrap;
}

/* This style for non-IE browser. IE will ignores this style. */
.but-colheader-disabled .text[class] {
	/*background-image: url(../../img/common/ButtonBackground.png);*/
	
}

.but-colheader-disabled a:hover { /*text-decoration: underline;*/
	
}

.but-colheader-disabled a {
	text-decoration: none;
	cursor: default;
}

.but-colheader-disabled .img-side {
	border: none;
	position: relative;
	float: left;
	top: -3px;
}

.but-colheader-disabled .back_button {
	border: none;
	position: relative;
	float: left;
	top: 0px;
	width: 32px;
	height: 22px;
	background-image: url(../../img/common/ButtonStdBack.png);
	background-repeat: no-repeat;
}

.but-colheader-disabled .back_button_disabled { /*
    border: none;
    position: relative;
    float: left;
    top: 0px;
    width: 32px;
    height: 22px;
    background-image: url(../../img/common/ButtonStdBack.png);
    background-repeat: no-repeat;
    */
	
}

.but-colheader-disabled .text img {
	border: 0px;
	padding-top: 5px;
}

/* Search button style */
.but-search {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.but-search .but_left {
	background-image: url(../../img/common/ButtonStdLeft.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-search .but_right {
	background-image: url(../../img/common/ButtonStdRight.png);
	width: 8px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
}

.but-search .back_button {
	background-image: url(../../img/common/ButtonStdBack.png);
	width: 32px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	top: -4px;
}

.but-search .text {
	height: 22px;
	line-height: 1.6em;
	float: left;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* This line is to fix the transparent png display problem in IE */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/but_bg.png');*/
	background-image: url(../../img/common/ButtonBackground.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: text-bottom;
	white-space: nowrap;
	cursor: hand;
}

/* This style for non-IE browser. IE will ignores this style. */
.but-search .text[class] { /*background-image: url(images/but_bg.png);*/
	
}

.but-search a:hover { /*text-decoration: underline;*/
	
}

.but-search a {
	text-decoration: none;
}

.but-search .img-side {
	border: none;
	position: relative;
	float: left;
}

.but-search .text img {
	border: 0px;
	padding-top: 5px;
}

/* white banner on the top */
.logo_banner {
	background-image: url(../../img/common/LogoBannerBackground.png);
	/*width: 100%;*/
	height: 27px;
}

/* bg for the logo */
#logo_bg {
	position: absolute;
	background-image: url(../../img/common/LogoParaDMBackGround.png);
	background-repeat: no-repeat;
	left: 16px;
	z-index: 10;
	width: 115px;
	height: 31px;
}

#logo_copyright {
	background-image: url(../../img/common/LogoCopyright.gif);
	width: 80px;
	background-repeat: no-repeat;
	height: 20px;
	float: right;
	cursor: pointer;
}

/* the colored area which depends on module */
.para_banner {
	background-image: url(../../img/common/Layout_Header_bg_HOM.png);
	height: 38px;
	position: relative;
	z-index: 9;
	padding-left: 16px;
	padding-right: 16px;
}

#para_banner_HOM {
	background-image: url(../../img/common/Layout_Header_bg_HOM.png);
}

#para_banner_DMS {
	background-image: url(../../img/common/Layout_Header_bg_DMS.png);
}

#para_banner_FMB {
	background-image: url(../../img/common/Layout_Header_bg_FMB.png);
}

#para_banner_WFM {
	background-image: url(../../img/common/Layout_Header_bg_WFM.png);
}

/* menu on the top right corner */
#top-menu {
	width: auto;
	position: absolute;
	right: 8px;
	top: 30px;
	font-size: 12px;
	text-align: right;
	color: #737373;
	font-weight: bold;
	z-index: 66666px;
}

#top-menu a,#top-menu a:hover {
	color: #040404;
}

#top-menu .icon {
	margin-right: 3px;
}

#top-menu ul { /*remove the bullet*/
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#top-menu li { /*make it hori*/
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/* 0.15em;*/
}

#top-menu li img {
	margin-right: 3px;
}

/* the header section of each page*/
#pageHeader {
	padding-right: 16px;
	padding-left: 22px;
}

.breadcrumb {
	font-size: 12px;
	color: #737373;
	margin-top: 3px;
	margin-right: 305px;
	min-height: 12px;
	height: auto !important;
	word-break: break-all;
}

.breadcrumb a {
	color: #737373;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #737373;
	text-decoration: underline;
}

.pageTitle {
	font-size: 20px;
	color: #212121;
	margin-top: 2px;
	margin-right: 305px;
}

.headerPageTitle {
	height: auto !important;
	word-break: break-all;
}

/* the clipbox*/
#pageHeader #clipBox {
	
}

#pageHeader #clipBox a {
	font-size: 12px;
	color: #000000;
}

/* the common search box on every page */
#pageHeader #searchBox {
	top: 30px;
	position: absolute;
	right: 13px;
}

#searchBox #searchLinkPane a {
	color: #000000;
	text-decoration: underline;
}

#searchBox #searchLinkPane {
	font-size: 11px;
	color: #595959;
	clear: both;
}

/* area for page content */
#pageContent {
	clear: both;
	margin-top: 10px;
	margin-left: 16px;
	margin-right: 16px;
}

/* area for copyright statement */
#pageFooter {
	clear: both;
	font-size: 11px;
	color: #868686;
	margin-left: 16px;
	margin-right: 22px;
	text-align: right;
	border-top: 1px dotted #a4a4a4;
	margin-top: 13px;
	padding-top: 4px;
}

#pageFooter img {
	position: relative;
	top: 4px;
}

/* page's confirmation / cancel / close area */
#bottomButtonArea {
	clear: both;
	height: 30px;
	background-color: #f3f3f3;
	border: 1px solid #bbbbbb;
	border-top: 0px;
}

#bottomButtonArea #buttonSection { /*position: relative;
    top: 5px;
    right: 5px;*/
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

#topButtonArea {
	height: 30px;
	background-color: #e4e4e4;
	clear: both;
}

#topButtonArea #buttonSection {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

#popupPanelBottom {
	clear: both;
	height: 30px;
	background-color: #f3f3f3;
}

#popupPanelBottom #buttonSection {
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

.pagingSelectBox {
	float: left;
	border: none;
	margin-right: 2px;
}

.pagingBox {
	float: left;
	border: 1px solid #666666;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 2px;
}

.pagingBox a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 18px;
}

.pagingBox a:hover {
	background-color: #F3F3F3;
	text-decoration: none;
}

.master_table {
	table-layout: fixed;
	padding: 0;
	width: 100%;
}

.home_left_spacer {
	width: 16px;
	height: 300px;
}

.common_left_panel {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 164px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000000;
	font-size: 10px;
	vertical-align: top;
}

.home_left_panel {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 249px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000000;
	font-size: 10px;
	vertical-align: top;
}

/*This need to be removed as it will affect all the hyperlinks in left panel
.home_left_panel a{
    display: block;
}*/
.home_left_panel_spacer {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 14px;
	color: #000000;
}

.home_right_panel {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.home_right_spacer {
	width: 16px;
}

.layout_copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: right;
	color: #BBBBBB;
	font-size: 10px;
}

.body_content_panel {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #ccdddd;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	vertical-align: top;
}

.permissionSetup {
	width: 791px;
	padding: 8px;
}

.permissionLeft {
	float: left;
	width: 470px;
}

.permissionRight {
	background-color: #eeeeee;
	float: left;
	width: 305px;
	height: 100%;
}

.permissionSetup .permissionEntity {
	background-color: #eeeeee;
	float: left;
	padding: 8px;
	width: 470px;
}

.permissionSetup .permissionEntity .permissionDiv {
	width: 454px;
	height: 200px;
	overflow: auto;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 11px;
}

.permissionSetup .permissionSubject {
	background-color: #ffffff;
	float: left;
	padding-left: 6px;
	padding-right: 0px;
	width: 454px;
	height: 25px;
}

.permissionSetup .permissionSubjectList {
	background-color: #ffffff;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	width: 470px;
}

.permissionSetup .permissionACL {
	background-color: #eeeeee;
	float: left;
	padding: 8px;
	width: 305px;
	font-size: 11px;
	color: #000000;
}

.permissionSetup .permissionSeparator {
	height: 1px;
	background-color: #747474;
}

.permissionSetup .subjectType {
	float: left;
	width: 150px;
}

.permissionSetup .subjectList {
	width: 454px;
	border-color: #bbbbbb;
}

.popupPanelTitle {
	padding: 5px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	background-color: #f3f3f3;
	color: #000000;
	vertical-align: middle;
	height: 30px;
}

.popupInviteePanelTitle {
	padding: 5px;
	border: 0;
	font-weight: bold;
	font-size: 14px;
	background-color: #f3f3f3;
	color: #4F4F4F;
	vertical-align: middle;
	height: 24px;
}

.documentInfoFonts {
	font-size: 11px;
}

.documentInfoBorder {
	background-color: #6b717c;
}

.documentInfoBackground {
	background-color: #e2edff;
}

.documentInfoTable {
	width: 100%;
}

.documentInfoField {
	vertical-align: top;
	white-space: nowrap;
}

.documentInfoValue {
	vertical-align: top;
	white-space: nowrap;
}

.legend {
	padding-right: 20px;
	float: right;
}

.legend .invitation {
	float: left;
	background-image: url(../../img/common/DMSLegendInvitation.gif);
	background-position-y: 50%;
	background-repeat: no-repeat;
	padding-left: 22px;
	color: #FF6600;
}

.legend .deleted {
	float: left;
	padding-left: 32px;
	color: #000000;
	text-decoration: line-through;
	height: 18px;
}

.legend .archived {
	float: left;
	background-image: url(../../img/common/DMSLegendArchived.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	padding-left: 32px;
	color: #BBBBBB;
}

.relatedObject {
	flow: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* -- Workflow Tree Style -- */
.NodeSelectedLine {
	background-image: url(../../img/common/ChartLineRed.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

.NodeNormalLine {
	background-image: url(../../img/common/ChartLineGrey.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

.ChartLineSelected {
	background-color: red;
}

.ChartLineNormal {
	background-color: #666666;
}

.NodeNormal {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #0054A6;
	background-color: #727272;
}

.FirstNode {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #003366;
	background-color: #727272;
}

.NodeStart {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #003366;
	background-color: #727272;
}

.NodePending {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #FF9000;
}

.NodeContent {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	background-color: #FFFFFF;
}

.NodeEnd {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #003366;
	background-color: #727272;
}

.NodeEndSelected {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: red;
	font-size: 8pt; //
	background-color: #0000AA;
	background-color: #727272;
}

.NodeRepeat {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #9E0039;
	background-color: #727272;
}

.NodeOverDue {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt; //
	background-color: #000000;
	background-color: #727272;
}

.NodeProceeded {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #727272;
}

.ChartLineLabel {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000000;
	font-size: 8pt;
}

.logintext {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #999999;
}

.loginboxtext {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

#searchLinkPane li {
	float: left;
	list-style-type: none;
}

#searchLinkPane #bulkSearch {
	margin-left: 10px;
}

#searchLinkPane #advSearch {
	margin-left: 10px;
}

/* List section in popup page */
.popupWrapperContainer {
	padding: 20px;
	background-color: #ffffff;
}

.popupInviteeWrapperContainer {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #ffffff;
}

/* Use this class to avoid the wrapper div doest work correctly when all of its childs are float block. */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
.alertInvite {
	font-weight: normal;
	color: #FF6600;
	text-align: left;
	text-decoration: underline;
}

.alertInvite-no-underline {
	font-weight: normal;
	padding-left: 3px;
	color: #FF6600;
	text-align: left;
	text-decoration: none;
}

.archive {
	font-weight: normal;
	color: #BBBBBB;
	text-align: left;
	text-decoration: underline;
}

.archive-no-underline {
	font-weight: normal;
	padding-left: 3px;
	color: #BBBBBB;
	text-align: left;
	text-decoration: none;
}

.alertDual {
	font-weight: normal;
	/*color           : #6633CC;*/
	text-align: left;
	text-decoration: underline;
}

.alertDual-no-underline {
	font-weight: normal;
	padding-left: 3px;
	/*color           : #6633CC;*/
	text-align: left;
	text-decoration: none;
}

.alertEdit {
	font-weight: normal;
	/*color           : #FF0000;*/
	text-align: left;
}

.alertEdit-no-underline {
	font-weight: normal;
	padding-left: 3px;
	/*color           : #FF0000;*/
	text-align: left;
	text-decoration: none;
}

.no-underline {
	font-weight: normal;
	padding-left: 3px;
	text-align: left;
	text-decoration: none;
}

.div-2-a {
	float: left;
}

.div-2-b {
	float: right;
}

.message-list {
	list-style-type: square;
	font-size: 12px;
}

.suggestValueContainer {
	border: 1px solid #bbbbbb;
	background-color: #f5f5f5;
	position: absolute;
}

.borderTable {
	border-collapse: collapse;
}

.borderTable td {
	border: 1px solid #bbbbbb;
	padding: 3px;
}

#invitationDetail {
	font-size: 12px;
	font-weight: bold;
	color: #4f4f4f;
}

.selectionStatus img {
	padding-left: 1px;
	padding-right: 1px;
}

.messageAlarm {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

.warningBox {
	background: #FFFFFF;
	width: 264px;
	height: 180px;
	border-color: #CCCCCC;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	position: inherit;
	z-index: auto;
	overflow: auto;
}

a.ruleSettingSelectColor {
	color: blue;
}

.breakAll {
	word-break: break-all;
}