﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #ced5df;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.logoBackground
{
	background-image: url(../../images/layout/logo_ABAi.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: left bottom;
}
.textCopyrightCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	height: 45px;
	background: url(../../images/layout/bgReflection.jpg);
}
.aboveNavigationBar
{
	background-color: #ffffff;
	height: 100px;
}
.belowNavigationBar
{
	background-color: #ffffff;
	height: 10px;
}
.footer
{
	/*background-color: #948570;*/
	color: #ced5df;
	height: 45px;
}
.textHeadingOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.textHeadingBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4271F5;
}
.textInputFieldTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	height: 25px;
	text-align: left;
}
.textSearchPostcode
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	height: 25px;
	text-align: center;
}
.textInputFieldReadOnly
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	text-align: left;
}
.abaTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 13px;
	width: 200px;
	border: 1px solid b9c7d7;
}
.abaButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	width: 100px;
}

.textHeadingGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.textSubHeadingGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C5C5C;
	text-align: left;
}
.textSubHeadingOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}
.textBoldOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}
.textRegStage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}
.inputTextField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	padding: 2px;
	height: 160px;
	width: 200px;
	border: 1px solid #b9c7d7;
	margin-top: 10px;
}
.inputSearchTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	height: 13px;
	width: 80px;
}
.inputSearchDropDown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	height: 19px;
	width: 110px;
	border: 1px solid b9c7d7;
}
.abaSelect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 19px;
	width: auto;
	min-width: 205px;
	border: 1px solid b9c7d7;
}
.abaDropDown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 19px;
	width: 40px;
	border: 1px solid b9c7d7;
}
.inputSearchButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;
	width: 30px;
}
.textSearchInputFieldTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5C5C5C;
}
.navOption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5C5C5C;
}
.textBodyCopy
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5C5C5C;
}
.textBodyHome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5C5C5C;
}
.reportHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-weight: bold;
}
.reportHeaderText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #666666;
}
.reportTableHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF6600;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.reportTableRowWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
}
.reportTableRowGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	background-color: #efefef;
}
.reportTableRowOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #FF6600;
	color: #FFFFFF;
}
.reportTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-right-style: none;
	border-bottom-style: none;
}
.reportTableRow
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.clientTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #efefef;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
.abaGridViewPage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #5C5C5C;
	height: 30px;
}
.sideTint
{
	background-image: url(../../images/layout/bgTint.jpg);
	background-color: #ced5df;
	background-repeat: repeat-x;
	background-position: left top;
}
.treeView a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	text-decoration: none;
}
.treeView a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	text-decoration: none;
}
.treeView a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
.treeViewSelect a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
.treeViewSelect a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
.treeViewSelect a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
.abaMenuCell
{
	background-color: #A0A2C2;
}
.abaRoleFunctions
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
}
.abaMandatory
{
	font-size: 7pt;
	color: maroon;
	font-family: Arial;
}
.abaListTableRow
{
	border-right: medium none;
	border-top: medium none;
	font-size: 8pt;
	border-left: medium none;
	color: black;
	border-bottom: #A6A7C4 1px solid;
	font-family: Arial;
	cursor: hand;
}
.abaListTableHeader
{
	font-weight: bold;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #A6A7C4;
}
.abaLoginTitle
{
	background-color: #A0A2C2;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.abaTiny
{
	font-size: 2px;
}
.abaErrorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #FF6600 1px solid;
	padding: 5px;
	width: 300px;
	color: #FF6600;
	text-align: center;
}
.abaSuccessMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #009f00 1px solid;
	padding: 5px;
	width: 300px;
	color: #009f00;
	text-align: center;
}
.abaSideTop
{
	padding: 6px 15px 5px 2px;
	text-decoration: none;
	font-size: 11pt;
	color: #FF9900;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	background-color: #25285B;
}
.abaSideTitle
{
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: none;
	padding: 5px 2px 0px 2px;
}
.abaSideText
{
	font-size: 12pt;
	color: #FF9900;
	font-family: Arial;
	text-decoration: none;
	padding: 5px 2px 0px 2px;
}

.abaSideTextBold
{
	font-size: 7pt;
	font-weight: bold;
	color: #FF9900;
	font-family: Tahoma;
	text-decoration: none;
	padding: 5px 2px 0px 2px;
}
.abaSideSelect
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	padding: 5px 2px 0px 2px;
}
.abaTinySide
{
	font-size: 3px;
}
.abaBottomRow
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: #A0A2C2;
}
.abaPageTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}
.abaPermissionMessage
{
	border-right: maroon 1px solid;
	padding-right: 5px;
	border-top: maroon 1px solid;
	padding-left: 5px;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: maroon 1px solid;
	width: 300px;
	color: maroon;
	padding-top: 5px;
	border-bottom: maroon 1px solid;
	font-family: Arial;
	text-align: center;
}
.abaFormField
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-align: left;
}
.abaFormFieldSubHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.abaFormCell
{
	border-right: black 1px solid;
	padding-right: 20px;
	border-top: black 1px solid;
	padding-left: 20px;
	border-left: black 1px solid;
	padding-top: 0px;
	border-bottom: black 1px solid;
	background-color: #A0A2C2;
}
.abaTableHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: black;
}
.abaListTable
{
	border-right: #081f5b 1px;
	border-top: #081f5b 1px;
	border-left: #081f5b 1px;
	border-bottom: #081f5b 1px;
}
.abaListButton
{
	border-right: #081f5b 1px solid;
	padding-right: 0px;
	border-top: #081f5b 1px solid;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 0px;
	border-left: #081f5b 1px solid;
	cursor: hand;
	color: white;
	padding-top: 0px;
	border-bottom: #081f5b 1px solid;
	font-family: Arial;
	background-color: #A6A7C4;
}
.abaListButtonAdmin
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	cursor: hand;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: red;
}
.abaListTableRowOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #4271F5;
	color: #FFFFFF;
}
.abaInstructionText
{
	font-size: 8pt;
	color: maroon;
	font-family: Arial;
	text-align: center;
}
.abaAgentDetails
{
	border-right: black 1px solid;
	padding-right: 20px;
	border-top: black 1px solid;
	padding-left: 20px;
	border-left: black 1px solid;
	padding-top: 0px;
	border-bottom: black 1px solid;
	background-color: #B7BCBD;
}
.abaHeaderCell
{
	border-right: #A0A2C2 2px solid;
	border-top: #A0A2C2 2px solid;
	border-left: #A0A2C2 2px solid;
	border-bottom: #A0A2C2 2px solid;
	background-color: #A0A2C2;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
}
.abaTabCell
{
	background-color: #A0A2C2;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
	padding-right: 2px;
}
.abaSearchTitle
{
	border-right: #313131 2px solid;
	border-top: #313131 2px solid;
	border-left: #313131 2px solid;
	border-bottom: #313131 2px solid;
	background-color: #313131;
	font-family: Arial;
	font-size: 10pt;
	color: white;
}
.abaListBox
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
	padding: 5px 2px 0px 2px;
}
.abaQuestionnaire
{
	border: solid 1px black;
}
.abaQuestionnaireHeader
{
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: black;
	font-family: Arial;
	background-color: #B7BCBD;
	padding: 2px 2px 2px 2px;
}
.abaQuestionnaireHeaderArrows
{
	font-family: Webdings;
	color: black;
	text-decoration: none;
}
.abaQuestionnaireHeaderRank
{
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: #B7BCBD;
	padding: 2px 2px 2px 2px;
}
a.abaQuestionnaireLink
{
	font-family: Arial;
	font-size: 8pt;
	color: white;
	text-decoration: underline;
	cursor: hand !important;
}
a:hover.abaQuestionnaireLink
{
	color: #FF9900;
}
.abaQuestionnaireQuestion
{
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: Black;
	font-family: Arial;
	padding: 2px 2px 2px 2px;
	background-color: #A0A2C2;
}
.abaQuestionnaireQuestionArrows
{
	font-family: Webdings;
	color: black;
	text-decoration: none;
}
.abaQuestionnaireQuestionRank
{
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	color: Black;
	font-family: Arial;
	background-color: #A0A2C2;
	padding: 1px 1px 1px 1px;
}
a.abaQuestionnaireQuestionLink
{
	font-family: Arial;
	font-size: 8pt;
	color: black;
	text-decoration: underline;
	cursor: hand !important;
}
a:hover.abaQuestionnaireQuestionLink
{
	color: #FF9900;
}
.abaQuestionnaireAnswer
{
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	background-color: #DAD9ED;
	color: black;
	font-family: Arial;
	padding: 1px 2px 1px 2px;
}
.abaQuestionnaireAnswerRank
{
	font-weight: normal;
	font-size: 8pt;
	background-color: #DAD9ED;
	color: Black;
	font-family: Arial;
	padding: 0px 0px 0px 0px;
}
.abaQuestionnaireAnswerArrows
{
	font-family: Webdings;
	color: black;
	text-decoration: none;
}
a.abaQuestionnaireAnswerLink
{
	font-family: Arial;
	font-size: 8pt;
	color: Maroon;
	text-decoration: underline;
	cursor: hand !important;
}
a:hover.abaQuestionnaireAnswerLink
{
	color: black;
	cursor: hand !important;
}

.questionnaireHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-weight: bold;
}
.questionnaireHeaderDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
	font-weight: normal;
}
.questionnaireQuestionDescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	height: 25px;
	text-align: left;
}
/********************************Ajax Progress Panel***********************************/
#UpdateProgress
{
	color: #000;
	width: 100%;
}

#UpdateProgress img
{
	vertical-align: middle;
	margin: 2px;
}
/********************************Ajax Progress Panel END******************************/

/********************************Questionnaire layout******************************/
.abaQuestionnaire
{
	border: 1px solid #cccccc;
}
.abaQuestionnaireHeaderRow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	background: #ffffff;
}
.abaQuestionnaireHeaderCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	background: #EFEFEF;
	border: solid 1px #CCCCCC;
}
.abaTextBoxMultiLine
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	height: 150px;
	width: 299px;
	border: 1px solid b9c7d7;
	overflow: visible;
}
/********************************Questionnaire layout END******************************/

/********************************   Progress Bar START   ******************************/
.progressBarHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	font-weight: bold;
}
.progressBar
{
	width: 154;
	height: 11;
	background-image: url( 'images/progress/custom1_box.gif' );
	background-repeat: no-repeat;
}
/********************************   Progress Bar END   ******************************/

/********************************   Curved DIV START   ******************************/
.curvy
{
	position: relative;
	width: 100%;
	background: #cccccc;
	color: #000;
	margin: 5em auto;
}
#ctl, #cbl, #ctr, #cbr
{
	position: absolute;
	width: 20px;
	height: 20px;
	color: #cccccc;
	background: #fff;
	overflow: hidden;
	font-style: normal;
	z-index: 1;
}
#ctl
{
	top: 0;
	left: 0;
}
#cbl
{
	bottom: 0;
	left: 0;
}
#ctr
{
	top: 0;
	right: 0;
}
#cbr
{
	bottom: 0;
	right: 0;
}
.curvy em b
{
	position: absolute;
	font-size: 150px;
	font-family: arial;
	color: #cccccc;
	line-height: 40px;
	font-weight: normal;
}
#ctl b
{
	left: -8px;
}
#ctr b
{
	left: -25px;
}
#cbl b
{
	left: -8px;
	top: -17px;
}
#cbr b
{
	left: -25px;
	top: -17px;
}
.curvy p
{
	position: relative;
	z-index: 100;
	padding: 5px 10px;
}
/********************************   Curved DIV END   ******************************/

/********************************   Modal DIV START   ******************************/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
/********************************   Modal DIV END   ******************************/

/************************************MENU STYLES START***********************************/
.menuTop
{
	background-image: url(../../images/layout/bgNavBar_BT.jpg);
	height: 36px;
	border: 0px;
	background-repeat: repeat-x;
}

/************************************MENU STYLES END***********************************/

.addToFavourite
{
	display: block;
}

.setAsHomePage
{
	display: none;
}
.signUpToABAi
{
	display: block;
}

.rememberMe
{
	background-image: url(../../images/layout/LeftArrowHead.png); 
	background-position: left; 
	background-repeat: no-repeat; 
	padding: 2px 0px 0px 15px; 
	background-color: #7393B1; 
	text-align: left; 
	height: 18px; 
	width: 300px; 
	color: White; 
	display: none;
}
.loginTable
{
	background-image: url(../../images/layout/loginbackground.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 350px;
}
.outerContentCell
{
	height: 576px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
}
/************************************LINK STYLES START***********************************/
a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
/************************************LINK STYLES END***********************************/