
/******************************************************************************
Copyright � 2008, Argo Computing Services
All rights reserved.
http://www.argocomputing.com.au
Redistribution and use in any form with or without modification,
are prohibited unless explicit permission is granted by
the Argo Computing Services Pty Ltd (Australia, ACN: 084560109).
******************************************************************************/

body {
	font-style: none; /*DCPSkin*/
	font-weight: normal; /*DCPSkin*/

} 


.formFormTable
{
    border: 0px;
	width: 100%; 

	padding: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	margin: 0px; 
/*S*/
font-family: Arial; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
font-size: 40px; /*DCPSkin*//*S*/
font-style: italic; /*DCPSkin*//*S*/
/*S*/
color: #00319c; /*DCPSkin*//*S*/
	
} 

.formFormTableName 
{

} 


.formPageMainTable 
{
	border: solid #000000 1px;
	width: 100%;
	padding-left: 10px; 

/*S*/
font-family: Arial; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: #dee7ef; /*DCPSkin*//*S*/
color: black; /*DCPSkin*//*S*/

} 

.mceContentBody {
	border: solid #000000 1px;
	/*width: 100%;*/
	padding-left: 10px; 

/*S*/
font-family: Arial; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: #dee7ef; /*DCPSkin*//*S*/
color: black; /*DCPSkin*//*S*/

}



.formPageTitleTable
{
    border: 0px;
    width: 100%;
    border-bottom: rgb(0,0,0) 2px solid; 

	padding: 2px;
	padding-left: 8px;
	padding-bottom: 6px;
	margin: 0px; 		
} 
 
.formPageTitle 
{
/*S*/
font-family: Verdana; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
font-size: 90%; /*DCPSkin*//*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
color: #00319C; /*DCPSkin*//*S*/

} 

.formPageCounter 
{
	width: 10%;
	border-left: rgb(0,0,0) 1px solid;
	text-align: right;
/*S*/
font-family: Verdana; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
font-size: 12px; /*DCPSkin*//*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
color: #00319C; /*DCPSkin*//*S*/

} 


/* formPageTable */ 
.formPageButtonsCell 
{
	text-align: center;
} 

.formPageNextButton 
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	/*border-style: solid;*/
	border-width: 1px; /*1px*/
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	white-space: nowrap; 
	
/*S*/
font-family: Tahoma; /*DCPSkin*//*S*/
font-weight: bold; /*DCPSkin*//*S*/
font-size: 80%; /*DCPSkin*//*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: #eeeeee; /*DCPSkin*//*S*/
color: #333333; /*DCPSkin*//*S*/
		
} 

 
.formPageFinishButton 
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	white-space: nowrap;	
	
/*S*/
font-family: Tahoma; /*DCPSkin*//*S*/
font-weight: bold; /*DCPSkin*//*S*/
font-size: 80%; /*DCPSkin*//*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: #eeeeee; /*DCPSkin*//*S*/
color: green; /*DCPSkin*//*S*/
	 
} 

/* 
****************** 
PER FIELD OPTIONS 
****************** 
*/ 

.formFieldTable 
{
	width: 100%;
	border-bottom: rgb(0,0,0) 1px solid;

/*S*/
font-family: Tahoma; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
font-size: 90%; /*DCPSkin*//*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/
	
} 

/* width for multiline free text*/ 
.formFieldTable tr td textarea 
{
    width: 100%; 
} 
.formFieldTable tr td 
{
    vertical-align: middle; 
} 

.formPageFieldTitle 
{
    font-size: 110%;
    font-weight: bold;
    border-bottom: #cccccc 1px solid;

/*S*/
font-family: Verdana; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: #dee7ef; /*DCPSkin*//*S*/
color: #000000; /*DCPSkin*//*S*/

    /* Below is for Label only */
    width: 100%;
    border: 0; /* for Label only - hide borders*/
	overflow: hidden; /* for Label only + IE - hide scrollbars*/

} 
.formPageFieldContent 
{
	border-left: #cccccc 1px solid;
/*S*/
/*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/

} 

.formFieldImageTable 
{
	width: 100%;
	border: solid #000 1px; 
} 

.formPageFieldValidator 
{
    border-top: #cccccc 1px solid; 
} 

.formFieldTable .attachmentFileName 
{
    font-family: Courier;
    border-left: #cccccc 1px solid;
    border-top: #cccccc 1px solid; 
} 

/* 
*********** TableField ********* 
*/ 
table.tableField 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;		 
} 

table.tableField tr th.tableFieldCell 
{
	border-width: 1px 1px 2px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: black; 
} 

table.tableField tr td.tableFieldCell 
{
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: black; 
} 
/* 
*********** TableField Inline Header ************** 
*/ 
table.tableItemsInlineHeader 
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
    text-align: center; 
} 
table.tableItemsInlineHeader tr th 
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
    border-bottom: 1px dotted gray; 
} 
table.tableItemsInlineHeader tr td 
{
	border-width: 0px 1px 0px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
    white-space: nowrap; 
} 


/* 
****************** TableField Inline Value ************** 
*/ 
table.tableItemsInlineValue 
{
    border-spacing: 0px; /* no IE */
    border-collapse: collapse; 
} 
table.tableItemsInlineValue tr td 
{
    padding: 0px;
    text-align: center;
    vertical-align: middle; 
	border-width: 0px 1px 0px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	
/*S*/
/*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
background-color: rgb(255, 255, 240); /*DCPSkin*//*S*/
/*S*/
	
} 
td.tableFieldCell *.formPageFieldValidator 
{
    font-size: 70%;
	display: block; 
} 

/* ************ Rating Table Styles ******** */ 
/* Rating html table*/ 
.ratingTable 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
			
} 

/* Rating table header row*/ 
.ratingTableHeader 
{
/*S*/
font-family: Verdana; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/

} 

.ratingTableHeader th 
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
    text-align: center;
    border-bottom: 1px dotted gray;
    width: 100px; 
} 
/* Rating table data row*/ 
.ratingTableRow 
{
    padding: 0px;
    text-align: center;
    vertical-align: middle; 

	border-width: 1px 0px 1px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray; 
} 
.ratingTableRow td 
{
    border: 1px black dotted; 
} 
/* Rating table caption cell */ 
.ratingTableCaption 
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px; 
/*S*/
font-family: Verdana; /*DCPSkin*//*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/
	
} 
/*** Actual Text (span) on the caption ***/ 
.ratingTableText 
{
    font-size: 90%; 
} 
.ratingTableCaption *.formPageFieldValidator 
{
    font-size: 70%;
    font-weight: normal;
    display: block; 
} 
/* Rating table caption option cell */ 

.ratingTableOption
{
    text-align: center;
/*S*/
/*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/
		
} 

.ratingTable .formCompositeAlt
{
/*S*/
/*S*/
font-weight: normal; /*DCPSkin*//*S*/
/*S*/
font-style: none; /*DCPSkin*//*S*/
/*S*/
/*S*/
		
}

/*
====== PER CONTROLS STYLES ===
Thanks to buggy BDS
*/
.wideCommentBox
{
    width: 100%;
}


/*
====== FOOTER ===
*/
.TermsConditionsTable
{
    width: 100%;
    font-size: 10;
    font-family: Tahome, Verdana, Arial;
    text-align: center;
}
.TermsConditionsCell
{
}

.TermsConditionsLink
{
}

.disabledField
{
    cursor: default;
    color: gray;

    filter:gray(); /* IE */
    -moz-opacity: 0.8; /* FF */
}

/* Static Table */
.staticTable
{
	border-collapse: collapse; /* cellspacing=0 */
	border: 2px;
	font-size: 90%;
}
.staticTable .staticTableCell
{
	padding: 5px;
}
.staticTable .staticTableCell
{
	border: 1px solid black;
}

.staticTable .formFieldTable
{
	border-bottom: none; /*Clear*/
}
.internalField
{
	border: 2px dashed red;	
}
.internalField .formFieldTable
{
	border: 2px dashed red;
}


label.webDocValidationError {
	border-bottom: 1px solid red;
}
.webDocValidationError {
	border-color: red;
}
#webDocInvalidItems li a {
	color: red;
}

#validationSummaryArea {
	position:fixed;
	_position:absolute;
	top:0;
	_top:expression(eval(document.body.scrollTop));
	width: 100%;
	text-align: center;
}
#validationErrorContainer {
	align: center;
	background-color: lightyellow;
	border: 2px solid gray;
	padding: 5px;
	width: 450px;
	margin: 0 auto;
	opacity: 0.9;
	filter: alpha(opacity=90);
	font-size: 14px;
}
#validationAreaActions {
	cursor: pointer;
	background-color: lightblue;
	align: center;
	border: 2px solid gray;
	padding: 0px;
	width: 460px;
	height: 16px;
	font-size: 12px;
	font-family: "Sans Serif";
	margin: 0 auto;
	text-align: right;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.webDocAttachedFileLink {
	margin-left: 5px;	
}

form.webDocForm 
{
	visibility: hidden;
}