﻿body
{
	background-color: #f1f1f1;
	color: #000000;
	font-size: 0.9em;
    line-height:1.3em;
    text-align:center;
}
body, input, select, td, th, textarea
{
	font-family: Arial, Verdana, Sans-Serif;
}

.caption {font-size:0.85em !important;}

input, select, textarea
{
	vertical-align: top;
}

textarea
{
	font-size: 1.0em;	
}

/* H1 - Page Header */
h1
{
    font-size: 1.4em;
	font-weight: normal;
    margin-top: 0px;
    margin-bottom: 1.5em;
    color: #004f5a;
    font-family: Arial, Verdana, Sans-Serif;
}

/* H2 - Page Sub Header */

/*
    pageComponentHeading is a generic css reference for Page Component Heading elements
    Skin Id: pageComponentHeading
    CssClass:  pageComponentHeading
    .squareBorder is used on the Submit Request & eSubmit pages
*/
h2, .pageComponentHeading, .squareBorder
{
	font-size: 1.3em;
    margin-bottom: 1.0em;
    color: #348591;
    font-family: Arial, Verdana, Sans-Serif;
   	display: block;
}

.squareBorder td {
    text-align:left;
    padding-top:0.5em;
    font-weight:normal;
}


/*
    sectionHeading is a generic css reference for Page Component Section Heading and Section Heading elements (Grid etc)
    Skin Id: lblSectionHeading
    CssClass:  sectionHeading
*/
h3, .sectionHeading, .cssPageTitle
{
	font-size: 1.2em;
    font-weight: normal;
    color: #384652;
    font-family: Arial, Verdana, Sans-Serif;
}


h4
{
    font-size: 1.1em;
    margin-bottom: 1.0em;
    font-weight: bold;
    color: #384652;
    font-family: Arial, Verdana, Sans-Serif;
    font-style: italic;
    display: block;
}

p
{
   font-size: 1.0em;
   color: #384652;
   font-family: arial;
   font-style: italic; 
}

a, a:visited
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    color: #0066cc;
}

a:hover
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    color: #004f5a;
}

fieldset.fieldset
{
	border: none;
}

fieldset.fieldset legend
{
	display: none;
}

.buttonArea
{
	margin-left: 20ex;
}

.HyperLink
{
	font-size:1.0em;
	padding-left:2px;
}

.button, button, .LongButton, .noScriptLinkButton input 
{
  /* Buttons as Text */
 /*   cursor: pointer;
      

  /* Buttons as Text */
 /*  color: #004076;
   display:inline-block;
   width: 100PX;    
   height: 30PX;
   background-color: #A3D3FB;
   background-position:center; 
   font-weight: bold;
   font-size: 12px;
    /*text-decoration: underline;
    border: solid 0px #FFFFFF;*/
    
    background-position: 5px 5px;
    color: #004076;
    font-weight: bold;
    font-size: 1.0em; 
}


.SearchButton
{
    background: url(Images/search-white.png) no-repeat;
	background-position: left 0.6em center;
    padding: 0.5em 0.8em 0.5em 2.1em;
}

.CrossButton, .CrossLongButton
{
    background: url(Images/cross-white.png) no-repeat;
	background-position: left 0.6em center;
    padding: 0.5em 0.8em 0.5em 2.1em;
}

.EmailButton, .EmailButtonLong
{
  background: url(Images/Button_Email.png) no-repeat;
}

.LeftArrowButton
{
    background: url(Images/arrow-left-white.png) no-repeat;
	background-position: left 0.7em center;
    padding: 0.5em 0.8em 0.5em 1.6em;
}

.RightArrowButton
{
    background: url(Images/arrow-right-white.png) no-repeat;
	background-position: right 0.7em center;
    padding: 0.5em 1.7em 0.5em 0.8em;
}

.ActivationLoginButton {
    background: url(Images/arrow-right-white.png) no-repeat;
}

.PrintButton
{
    background: url(Images/Button_Print.png) no-repeat;
}

.SaveButton
{
   background: url(Images/save-white.png) no-repeat;
	background-position: left 0.7em center;
    padding: 0.5em 0.8em 0.5em 2.1em;
}

.UpArrowButton
{
  background: url(Images/Button_UpArrow.png) no-repeat;
}

.TickButton, .TickButtonLong
{
  background: url(Images/Button_Tick.png) no-repeat;
}

.PlusButton
{
  background: url(Images/Button_Plus.png) no-repeat;
}

.PencilButton
{
  background: url(Images/Button_Pencil.png) no-repeat;
}

.QuestionMarkButton
{
    background: url(Images/Button_QuestionMark.png) no-repeat;
}

.HouseButton, .HouseButtonLong
{
  background: url(Images/Button_House.png) no-repeat;
}

.LeftArrowButton 
{
    text-align: right;
    background-color: #222222;
    color: #ffffff;
    border-radius:0.2em;
    font-weight: normal;
    font-size: 1.0em;
    border:none;
    cursor:pointer;
	display: inline-table;
    width:auto;
    height:auto;
    margin-bottom:1.0em;
}


.RightArrowButton, .LongButton, .SearchButton, .CrossButton, .CrossLongButton, .PrintButon, .SaveButton, .UpArrowButton, .TickButton, .TickButtonLong, .PlusButton, .PencilButton, .QuestionMarkButton, .HouseButton, .HouseButtonLong, .EmailButton, .EmailButtonLong, .PrintButton, .ActivationLoginButton
{
    text-align: left;
    background-color: #222222;
    color: #ffffff;
    border-radius:0.2em;
    font-weight: normal;
    font-size: 0.9em;
    border:none;
    cursor:pointer;
	display: inline-block;
    width:auto;
    height:auto;
    margin-bottom:1.0em;
}


.RightArrowButton:hover, .LongButton:hover, .SearchButton:hover, .CrossButton:hover, .CrossLongButton:hover, .PrintButon:hover, .SaveButton:hover, .UpArrowButton:hover, .TickButton:hover, .TickButtonLong:hover, .PlusButton:hover, .PencilButton:hover, .QuestionMarkButton:hover, .HouseButton:hover, .HouseButtonLong:hover, .EmailButton:hover, .EmailButtonLong:hover, .PrintButton:hover, .ActivationLoginButton:hover, .LeftArrowButton:hover
{
    background-color: #006874;
}



.LongButton
{
    width: 200px;
    background-position: 175px 5px;
}
.CrossLongButton
{    
    width: 150px;
    background-position: 125px 5px;
}
.HouseButtonLong
{
    width: 200px;
    background-position: 175px 5px;
}

.TickButtonLong
{
    width: 120px;
    background-position: 95px 5px;
}

.EmailButtonLong
{
    width: 130px;
    background-position: 105px 5px;
}

.QuestionMarkButton
{
    width: 130px;
    background-position: 105px 5px;
}

.SearchTabs .noScriptLinkButton
{
	display:inline;
}

.noScriptLinkButton input
{
	text-align:left;
}

.ActivationLoginButton {
    width: 150px;
    background-position: 128px 6px;
}

.tabButtonActive, tabButtonActive
{
	background-color: #328591;
	color: #FFFFFF;
	border: solid 2px #000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

.tabButtonInactive, tabButtonInactive
{
	background-color:Gray;
	color: #FFFFFF;
	border: solid 0px #000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

#ctl00_mnuTabbarn0 table
{
	display: none;
	empty-cells: show;
}

ul.workplaceList li
{
	padding: 1ex 0ex 1ex 0ex;
}

.fieldLabel, .field, .wideField, .readOnlyField, .wideReadOnlyField, .autoSize, .tableField, .checklistField, .sectionTitle, .sectionField, .sectionFieldAlt, .sectionFieldValue, .sectionFieldAltValue, .summaryFieldName, .shortField, .mediumField, .shortFieldLabel, .numberField, .shortNumberFieldLabel, .EmailAddress, .textField, .wideTextField, .shortTextField, .readOnlyTextField
{
    display: -moz-inline-box; /* mozilla-specific. mozilla does not currently handle 'inline-block' correctly. */
    display: inline-table;
    display: inline-block;
    empty-cells: show;     
    padding:0.2em;
}

textarea.textField, textarea.field
{
    height: auto;
}

.nowrapBounds
{
    vertical-align:middle;
	white-space: nowrap;
	width:100%;
}

.nowrap
{
	white-space: nowrap;
}

.block
{
	display: block;
}

.autoSize
{
	width: auto;
}

.editMode
{
	border-color:#336699;
	border-style:solid;
	border-width:2px;
	margin: 2px 0px 2px 0px;
}

.field, .wideField, .readOnlyField, .wideReadOnlyField, .autoSize, .tableField, .checklistField, .shortField, .mediumField, .numberField, .EmailAddress, .textField
{
	margin-right: 1ex;
	margin-bottom: 1ex;
	empty-cells: show;
	height: 22px;
	font-size:1.0em;
	/*border: solid 1px #CCCCCC;*/
}


.textField, .numberField, .EmailAddress, .shortTextField, .mediumTextField, .wideTextField, .largeTextField
{
    border: solid 1px #CCCCCC;
	-moz-box-shadow:    inset 0 0 1px #CCCCCC;
    -webkit-box-shadow: inset 0 0 1px #CCCCCC;
    box-shadow:         inset 0 0 1px #CCCCCC;
    font-size: 1.0em;
    padding:0.2em;
}

.fieldLabel
{
    padding:0.2em;
	vertical-align:middle; 
    font-size:1.0em;
}

.summaryFieldName
{
    vertical-align: middle;
}

.shortFieldLabel
{
	margin-bottom: 1ex;
	white-space: normal;
	width: 18ex;
	font-family:Arial;
}

.shortNumberFieldLabel
{
	margin-bottom: 1ex;
	white-space: normal;
	width: 2ex;
	font-family:Arial;
}

.fieldLabel span
{
	display: block;
}

.fieldLabel, .fieldLabel span, .summaryFieldName, .grid .headerColumn
{
	width: 25ex;
	vertical-align: text-top;
}

.tableField, .checklistField
{
	width: 53ex;
	empty-cells: show;
}

.checklistField
{
    height: auto;
 }
 

.sectionTitle
{
	width:100%;
	color:#384652;
	font-weight:bold;
	padding-left:5px;
	position:relative;
	padding-bottom: 5px;
}


.sectionField
{
	background-color: WhiteSmoke;
	width: 30ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

.sectionFieldValue
{
	background-color: WhiteSmoke;
	width: 64ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

.sectionFieldAlt
{
	background-color: #FFFFFF;
	width: 30ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

.sectionFieldAltValue
{
	background-color: #FFFFFF;
	width: 64ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

.field, .readOnlyField, .textField
{
	width: 31ex;
}

.shortField, .readOnlyField, .shortTextField
{
	width: 7ex;
}

.mediumField, .readOnlyField, .mediumTextField
{
	width: 18ex;
}
.largeTextField 
{
    width: 38ex;
}
/*.shortField
{
	width: 15ex;
} */
.wideField, .wideReadOnlyField, .wideTextField
{
	width: 81ex;
}
.EmailAddress
{
	width: 50ex;
}

.numberField
{
	width: 6ex;
}

.readOnlyField, .wideReadOnlyField
{
	border-style: groove;
	background-color: #DBE1F9;
	color: #384652;
}

.validatorSummary
{
    border: 1px solid #eed9d9;
    color: #384652;
    padding:1.0em 1.0em 1.0em 4.0em;
    background-color: #fff7f7;
    border-radius:0.2em;
	background-image: url(Images/error32.png);
	background-repeat: no-repeat;
	background-position: left 1.0em top 1.0em;	
	margin-bottom: 1.0em;
    min-height:calc(32px + 2.0em);
    box-sizing:border-box;
}

.validatorSummary ul
{
    margin-bottom:0;
}

.validator
{
    color: red;
    background: url(Images/error.gif) no-repeat;
    padding: 1px 1ex 1ex 1ex;
    background-position: center center;
    
}

.validator .validatorText
{
	visibility: hidden;
}

#cssContent .radioList label
{
	width: auto;
	display: inline;
	float: none;
}

input.padded
{
	padding: 0ex 2ex 0ex 2ex;
	margin: 1ex 0ex 1ex 0ex;
}


/*---------------------------*/
/* Menu Panel Elements - Left Hand Menu
/*---------------------------*/
.menuPanel
{
	width: 159px;
}

.menuPanel .menuHeader
{
    font-size: 1.0em;
    font-weight:normal;
	background: #004f5a;
	color: #FFFFFF;
	padding: 0.5em;
	margin-bottom: 1px;
}

.menuPanel ul
{
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

.menuPanel ul li
{
    font-size: 1.0em;
    font-weight:normal;
    background-color: #328591;
	color: #FFFFFF;
    border-width: 1px 1px 0px 1px;
    padding: 0.5em;
    margin: 1px auto 1px auto;
}

.menuPanel ul li a
{
	text-decoration: none;
	 color: #ffffff;  
	 font-size: 1.0em;
}

.menuPanel ul li a:hover
{
	text-decoration: none;
	 color: #ffffff;  
	 font-size: 1.0em;
}

.menuPanel ul li:hover
{
	background: #8f9e60;	
	color: #ffffff;
}




.menuPanel ul li.selected
{
	background-color: #d1e9fd !important;	
	color: #FFFFFF;
}

.menuPanel ul li:selected, li:active, li:focus
{
	background-color: #d1e9fd !important;	
	color: #FFFFFF;
}

.menuPanel .menuFooter
{
	display: none;
}
/* Menu Panel Elements - End
/*---------------------------*/

/*---------------------------*/
/* Task Panel Elements - Right Hand Menu
/*---------------------------*/
.taskPanel
{
	width: 159px;
}

.taskPanel .taskHeader
{

    
    font-size: 1.0em;
    font-weight:normal;
	background: #004f5a !important;
	color: #FFFFFF;
	padding: 0.5em;
    border:none;
}

/* Wizard Table Cell CSS Element */
.taskPanel td
{
    margin: 0px;
	border-bottom: dotted 1px #aaaaaa;
	list-style-type: none;
	background-color: #FFFFFF;
    padding: 0.5em;
    vertical-align:middle;
}

.taskPanel td img 
{
    float:right; 
}


/*{
    font-size: 1.0em;
    font-weight:normal;
    background-color: #328591;
	color: #FFFFFF;
    border-width: 1px 1px 0px 1px;
    margin: 1px auto 1px auto;*/



.taskPanel ul
{
	margin: 0px;
	padding: 0px;
}


.taskPanel ul li
{
	list-style-type: none;
	background-color: #ECECEC;
	padding: 2px 8px 2px 8px;
}


.taskPanel ul li a
{
	font-weight: normal;
	text-decoration: none;
	color: #384652;
	font-size: 1.0em;
}

.taskPanel ul li:hover
{
	background: #d1e9fd;	
	color: #384652;
	text-decoration: none !important;
}

.taskPanel .taskFooter
{
	display: none;
}

/*Wizard styling to stop larger font*/
a.WizardLink
{
    font-size:1.0em;
}
a.WizardLink:hover
{
    font-size:1.0em;
}

/* Task Panel Elements - End
/*---------------------------*/

.inlinePanel
{
    display: inline;
    vertical-align: bottom;
}

.roleTitle
{
	text-transform: none;
	font-size: 200%;
	font-weight: bolder;
	color: #384652;
	/*visibility:hidden;*/
}

.clear
{
	clear: both;
}

.invisible
{
	display: none;
}

img.verticalBar
{
	vertical-align: bottom;
    height:1.0em;
}

#cssBounds
{
	width: 1015px;
    text-align:left;
	margin-left:auto !important;
	margin-right:auto !important;
	background-color: #FFFFFF;
	color: #384652;
	border-style: none;
    box-sizing:border-box;
	position:relative;
    background-image:url('Images/tsc-graphic-element.png');
    background-repeat:repeat-x;
    background-position:center bottom; /*border:1px solid red !important;*/
}

#cssBanner
{
	width: 100%; 
    box-sizing:border-box;
	height: calc(80px + 4.0em); 
   	background-image: url('Images/tsc-header-background.png');
   	background-repeat: no-repeat;
    background-position: right top;
    background-size:contain;
	padding: 2.0em;

}

#cssBannerLogo
{
   	float: left;
   	background: url(Images/tsc-logo.png) no-repeat bottom !important;
   	height: 75px;
   	width: 206px;	
}

#cssBannerMenu
{
 	text-align: right; 
	width: 680px;
	padding: 4px 11px 6px 0px;
	margin: 0px;
}

#cssBannerMenu a
{
	color: #384652;
}

#cssBannerMenu div
{
    padding: 5px 0px 5px 0px;
}

#cssTaskpane
{
/*	height: 670px;*/
}

#cssTaskpane hr
{
    height:1px;
    color:#ffffff;
    border:none;
}

#cssSimpleTaskpane
{
	/*height: 700px;*/
}

#cssTaskpane, #cssSimpleTaskpane
{
	float: left;
	width: 159px;
	
	margin: 0px;
	border: none;
}

#cssTaskpaneRelatedLinks
{
	float:right;
	width: 159px;
	padding-top: 15px;
	padding-right: 17px;
	margin: 0px;
	height:inherit;
	margin-left: 30px;
	background-color: Transparent;
	border-color: inherit;
}

#cssTaskpaneRelatedLinks .taskHeader
{
    color: #004f5a;
    background-color: Transparent;
    font-weight: bold;
    font-size: 1.0em;
}

#cssTaskpaneRelatedLinks .taskPanel ul li 
{
    color: #1991F5;
    background-color: Transparent;
    font-size: 1.0em;
    background-image: url(Images/taskpanel_bullet.gif); 
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 10px;
    padding: 5px 3px 5px 3px;
}

#cssTaskpaneRelatedLinks .taskPanel a
{
    color: #1991F5;
    font-size: 1.0em;
}


#cssTaskpaneAdministration
{
	float:left;
	width: 159px;
}

#cssTaskpane legend, #cssSimpleTaskpane legend
{
	display: none;
}

#cssSimpleContentArea, #cssContentArea
{
	margin-top: 10px;
}

#cssSimpleContentArea, #cssContentArea
{
	width: 100%;
	background: none;
	min-height: 360px;
}

#cssContent
{
	margin: 0 0 0 calc(159px + 2.0em);
}

#cssContentArea
{
	padding: 2.0em 2.0em 2.0em 2.0em;
    box-sizing:border-box;
}

#cssContent .cssContentWorkspace
{
    width: 100%;
}

#cssBottomBar
{
	font-size: 0.9em;
    margin-bottom:0.5em;
    padding:2.0em 2.0em 3.0em 2.0em;
}

#cssBottomBarLegal
{
	float: left;
	width: 50%;
}

#cssBottomBarLegal img 
{
    margin-left:0.3em;
    margin-right:0.3em;
}


#cssBottomBarCopyright
{
	text-align: right;
}

#cssTabArea
{
	width: 100%; 
	visibility:hidden;
}

#cssTabAreaSpacer
{
	float: left; 
	width: 199px;
	height: 1px;
}

#cssBottomBar a, div.taskPanel ul li a
{
	text-decoration: none;
	color: #384652;
    font-size: 1.0em;
}

#cssBannerMenu a
{
	text-decoration: none;
	color: #384652;
}

#cssBottomBar a:hover, #cssTabBar a:hover, #cssBannerMenu a:hover, div.taskPanel ul li a:hover
{
	text-decoration: underline;
}

.AdminHeader
{
    background-image: url(Images/adminicon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#cssHelpAndAdmin .AdminHeader, .HelpHeader
{
    background-color: #333333;
    height: 20px;
    font-weight: bold;
    text-indent: 20px;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 8px 3px 0px 0px;
}

#cssHelpAndAdmin .taskPanel ul li
{
    font-size: 1.0em;
    background-color: #ECECEC;
    border-width: 1px 1px 0px 1px;
    padding: 5px 8px 5px 8px;
    margin: 1px auto 1px auto;
    background-image: none;
    color: #384652;
    text-decoration: none;
}

#cssHelpAndAdmin .taskPanel ul li a
{
    color: #384652;
    text-decoration: none;
}

#cssHelpAndAdmin .taskPanel ul li:hover
{
	text-decoration: none;
    background-color: #d1e9fd;  
    font-size: 1.0em;
}

.RowHeading
{
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #a3d3fb;
    background-color: #E4F2FE;
    color: #004076;
    font-weight: bold;
    font-family: Arial;
    height: 30px;
    padding: 5px 0px 0px 5px;
}

.menuColumn
{
	display: block; 
	float: left;
}

.menuList
{
	margin-left: 5px;
	padding-left: 0px;
}

.menuGroup, .menuGroupSmall
{
    margin-bottom: 1ex;
    margin-right: 2ex;
    font-weight: bold;
    list-style-position: inside;
}

.menuGroup
{
    font-size: large;
}

.menuGroupSmall
{
    font-size: medium;
}

.menuGroupHeader
{
	margin-left: 0.5ex;
}

.menuGroupList
{
	list-style-type:katakana none;
	list-style-image: none;
	list-style-position: outside;
	padding-left: 1ex;
}

.menuGroup .menuGroupList
{
	margin-left: 24px;
}

.menuGroupSmall .menuGroupList
{
	margin-left: 16px;
}

.menuGroupList li, .menuGroupList li a
{
	font-weight: normal;
	text-decoration: none;
	}

/*---------------------------*/
/* Grid Elements
/*---------------------------*/
.grid
{
	background-color:#ffffff;
	border: 1px solid #cccccc;
	font-size: 1.0em;
}

.grid td  
{
    padding:0.5em;
}

.grid a  
{
	font-size: 1.0em;
}

.grid a:hover
{
    font-size:1.0em;
}

/* Header Column Styles */
.grid .headerColumn
{
	font-weight: normal;
	color: #384652;
}

/* Header Row Styles */
.grid .headerRow
{
	color: #000000;
	background-color: #dddddd;
	text-align: left;
	font-weight: normal;
}
.grid .headerRow th
{
    padding:0.5em;
	font-weight: normal;
}

.grid .headerRow a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.grid .headerRow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Footer and Pager Row Styles */
.grid .footerRow, .pagerRow
{
	background-color: #dddddd;
	color: #000000;
	font-weight: normal;
}

.footerRow a
{
  color:#000000;
  font-weight: normal;
  text-decoration: none;
}

.grid .footerRow a, .pagerRow a
{
    color:#000000;
    text-decoration: underline;
}

.grid .footerRow .pagerRow a:hover
{
    color:#000000;
    text-decoration: underline;
}

/*NEW*/
.footerRow, .footerRow a {
    color: #000000 !important;
}
.ui-input-text {
    color: #000000 !important;
}
.ui-btn-text {
    color: #ffffff !important;
}

/* Normal Row Styles */
.grid .normalRow {
    background-color: #f1f1f1;
}

.grid .normalRow a
{
    color:#336699;
    text-decoration: none;
}
.grid .normalRow a:hover
{
    color:#336699;
    text-decoration: underline;
}

/* Alternate Row Styles */
.grid .alternateRow
{
	background-color: #FFFFFF;
}

.grid .alternateRow a
{
    color:#336699;
    text-decoration: none;
}
.grid .alternateRow a:hover
{
    color:#336699;
    text-decoration: underline;
}

/* Blank Row Styles */
.grid .blankRow
{
	background-color: Transparent;
	border-style:hidden;
}

/* Selected Row Styles */
.grid .selectedRow
{
	background-color: #d3d3d3;
}
/* Grid Elements - End
/*---------------------------*/

/*---------------------------*/
/* Grid-View Elements
/*---------------------------*/
.grid-view
{
	background-color:#FFFFFF;
	padding: 0;
	margin: 1.0em 0 0 0;
	border: solid 1px #cccccc;
	font-size: 1.0em;
}

.grid-view td  
{
    padding:0.5em;
}

.grid-view a
{
	font-size: 1.0em;
}

/* Header Column Styles */
.grid-view .headerColumn
{
	font-weight: normal;
	color: #000000;
}

/* Header Row Styles */
.grid-view .headerRow
{
    color: #000000;
    background-color: #dddddd;
    text-align: left;
    font-weight: normal;
}

.grid-view .headerRow th
{
    padding:0.5em;
	font-weight: normal;
}

.grid-view .headerRow a
{
	color: #FFFFFF;
	text-decoration: none;
}

.grid-view .headerRow a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Normal Row Styles */
.grid-view .normalRow
{
	background-color: #f1f1f1;
}

.grid-view .normalRow a
{
    color:#336699;
    text-decoration: none;
}
.grid-view .normalRow a:hover
{
    color:#336699;
    text-decoration: underline;
}

/* Alternate Row Styles */
.grid-view .alternateRow
{
	background-color: #FFFFFF;
}

.grid-view .alternateRow a
{
    color:#336699;
    text-decoration: none;
}
.grid-view .alternateRow a:hover
{
    color:#336699;
    text-decoration: underline;
}

/* Footer and Paging Row Styles */
.grid-view .footerRow, .pagerRow
{
    background-color: #004f5a;
}

.grid-view .footerRow, .pagerRow a
{
    color:#FFFFFF;
    text-decoration: none;
}
.grid-view .footerRow, .pagerRow a:hover
{
    color:#FFFFFF;
    text-decoration: underline;
}

/* Blank Row Styles */
.grid-view .blankRow
{
	background-color: #FFFFFF;
}

.grid-view .blankRow a
{
    color:#FFFFFF;
    text-decoration: none;
}
.grid-view .blankRow a:hover
{
    color:#FFFFFF;
    text-decoration: underline;
}

/* Selected Row Styles */
.grid-view .selectedRow
{
	background-color: #d3d3d3;
}
/* Grid Elements - End
/*---------------------------*/

/*---------------------------*/
/* Special Link - Login Details
/*---------------------------*/
.speciallink 
{
	text-align:right;
	padding-right:0;
}

.speciallink {
	COLOR: #384652; 
}

.speciallink A:link 
{   FONT-FAMILY: Arial;
	font-weight: normal;
	font-size: 1.0em;
	COLOR: #ffffff; 
	TEXT-DECORATION: none;

}

.Login
{
	padding: 0.5em 1.5em 0.5em 0.9em;
	background: url(Images/arrow-right-white.png) no-repeat;
	background-position: right 0.7em center;
	background-color: #222222;
    color:#ffffff;
    border-radius:0.2em;
	display: inline-table;
	text-align: left;
    float:right;
    border:none;
margin-top:calc(80px - 2.0em);
}
.Login:hover
{
    background-color: #34848f;
}

.speciallink A:visited {
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
}
.speciallink A:hover {
	/*background-color: #d1e9fd; */
	TEXT-DECORATION: none;
}
/* Special Link - End
/*---------------------------*/

/* Section Separator
   Use this class for the div area that wraps your separation image
*/
.sectionSeparator
{
	width:100%;
}

/* Customisation Grid Hyperlink
   This css class is used to wrap the hyperlink on the customisation grid when in edit mode
*/
.customisationGridLink
{
	text-align:right;
	width:100%;	
}

/* Customisation Grid Debtor Amount - Positive
*/
.customisationGridPositiveDebtorAmount
{
	color:#FF0000;
}

/* Customisation Grid Debtor Amount - Negative
*/
.customisationGridNegativeDebtorAmount
{
	color:#384652;
}

/* Action Buttons
   Use this class for the div area that wraps your submit, cancel action buttons
*/
.actionButtons
{
	text-align:right;	
    margin-top:1.0em;
 }

.actionButtonsRight
{
	float:right;
    margin-top:1.0em;
}

.actionButtonsLeft
{
	float: left;
    margin-top:1.0em;
}

.paymentDescription
{
	padding-left:30px;
}

.paymentLink
{
	padding-left:5px;
}

/* Section Separator
   Use this class for the div area that wraps your separation image
*/

/*This setting doesn't seem to be taking into account currently*/
br
{
    font-size: 1.0em;
}

.RemoveSection
{
    margin-top:-20px;
    font-size: 1px;
    margin-bottom:-20px;
}

/* Section Title
   This is the style for the title above the section separator
*/
.sectionTitle
{
	width:100%;
	color:#384652;
	font-weight:bold;
	padding-left:5px;
	position:relative;
	padding-top: 15px;
	margin-bottom: -10px;
			
}
.subTotalField
{
 width: 12ex;	
}
.sectionField
{
	background-color: WhiteSmoke;
	width: 28ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}
/* Section Field Alt
   This is the style for the alternating field in a customisation grid
*/
tr.altRow td.sectionField
{
	background-color: #FFF000;
	width: 28ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

/* Section Value
   This is the style for the value in a customisation grid
*/
.sectionValue
{
	background-color: WhiteSmoke;
	width: 60ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}


/* Section Value Alt
   This is the style for the alternating value in a customisation grid
*/
tr.altRow td.sectionValue
{
	background-color: #FFF000;
	width: 60ex;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

/* Unordered list of Categories on the GroupCategory page */
.listCategories
{
	margin-top:-5px;
	list-style:none; 
	padding-left:0;
}

.listCategories li {margin-bottom:0.2em;}

.editModeBounds
{
    border: solid 1px #0457A1;
    color: #0457A1;
    padding:2px 2px 2px 2px;
    background-color: #edf6ff;
}

.payNowLink
{
    text-align: left;
    padding-left: 25px;
}

.TwoColumns
{
    position: relative;
    height: 100%;
}
.TwoColumns .FirstColumn
{
    width: 24ex;
    float: left;
}           
.TwoColumns .SecondColumn 
{
    margin-left: 24ex;
    width: 31ex;
}

.AddressColumns
{
	width: 100%;
	position: relative;
}

.AddressColumns .FirstColumn
{
	width: 50%;
	float: left;
}

.AddressColumns .SecondColumn
{
	margin-left: 50%;
}


/*---------------------------*/
/* Page Box Elemets
/*---------------------------*/
.#336699Box
{
    border: solid 1px #a3d3fb;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
 }
 
.informationBox
{
    border: solid 1px #cad9e6;
    color: #0457A1;
    padding: 1.0em 1.0em 1.0em 4.0em;
    background-color:#fafdff;
    border-radius:0.2em;
    background-image: url(Images/info32.png);
    background-repeat: no-repeat;
    background-position: left 1.0em top 1.0em;
	margin-bottom: 1.0em;
    min-height:calc(32px + 2.0em);
    box-sizing:border-box;
    }

.warningBox
{
    border: solid 1px #e19696;
    color: #e19696;
    padding: 5px 5px 5px 60px;
    background-color: #fff7f7;
    background-image: url(Images/error32.png);
    background-repeat: no-repeat;
    background-position: 15px;
    min-height:calc(32px + 2.0em);
    box-sizing:border-box;
}

.blackBox
{
    border: solid 1px #000000;
    color: #384652;
    padding: 5px 2px 5px 2px;
    background-color: #eeeeee;
}

.redBox
{
    border: solid 1px red;
    color: red;
    padding: 5px 2px 5px 2px;
    background-color: #ffefef;
}

/*.#336699Box
{
    border: solid 1px #0457A1;
    color: #0457A1;
    padding: 5px 2px 5px 2px;
    background-color: #edf6ff;
}*/

.greenBox
{
    border: solid 1px #009400;
    color: #009400;
    padding: 5px 2px 5px 2px;
    background-color: #c3f2c3;
}

/*---------------------------*/
/* Skin Specific Style Elements
/*---------------------------*/



/*
    noRowsFound is a generic css reference for NoRowsFound
    Skin Id: lblNoRowsFound
    CssClass:  noRowsFound
*/
.noRowsFound, .noInformationFound
{
    color: #cc0000;
    background-color: inherit;
}

/*
    ddlNormal is a generic css reference for Drop Down List elements
    Skin Id: <not specific>
    ListBoxCssClass:  ddlNormal
*/
.ddlNormal, .ddlWide, .ddlMiddle, .ddlNarrow
{
    border: solid 1px #CCCCCC;
    font-size: 1.0em;
    padding:0.2em;
    height: auto;
    }

/*
    ddlWide is a generic css reference for Drop Down List elements
    Skin Id: <not specific>
    ListBoxCssClass:  ddlWide
*/
.ddlWide
{
    width:370px;
}

/*
    ddlMedium is a generic css reference for Drop Down List elements
    Skin Id: <not specific>
    ListBoxCssClass:  ddlMedium
*/
.ddlMedium
{
    width:300px;
}

/*
    ddlNarrow is a generic css reference for Drop Down List elements
    Skin Id: <not specific>
    ListBoxCssClass:  ddlNarrow
*/
.ddlNarrow
{
    width:18ex;
    margin: 0 1ex 0 0;
}

/*---------------------------*/
/* Address Land Search Control
/*---------------------------*/

/*

*/
.SearchTabs
{
	/*margin-bottom: 10px;*/
}

/*

*/
.AddressSearch, .StreetSearch, .LocationSearch, .LandSearch
{
    padding: 2.0em 2.0em 0 2.0em;
    box-sizing:border-box;
    font-size: 1.0em;
    background-color: #f1f1f1;
    border:1px solid transparent;
}

.AddressSearch .field, .AddressSearch .numberField, .AddressSearch .textField, .AddressSearch .shortTextField, .AddressSearch .shortField, .AddressSearch .mediumTextField
{
    font-size: 1.0em;
    height: auto;
    vertical-align: middle;
}

.StreetSearch .mediumTextField, .StreetSearch .numberField
{
    font-size: 1.0em;
    height: auto;
}

.LocationSearch .mediumTextField
{
    font-size: 1.0em;
    height: auto;
}

.LandSearch .ddlNarrow, .LandSearch .mediumTextField
{
   font-size: 1.0em;
   height: auto;
 }
/*

*/
.AddressSearchOptions
{
    vertical-align: bottom;
    padding-left: 10px;
    margin-bottom: 10px;
    
}
.AdvancedSearchOptions
{
    vertical-align: bottom;
     margin-bottom: 5px;
}

/*

*/
.AddressFastSearch
{
    margin-bottom: 10px;
/*  border-bottom: solid 1px #6699cc;*/
}

/*

*/
AddressSearchField
{
    margin-bottom: 10px;
 /* border-bottom: solid 1px #6699cc;*/
}

/*

*/
.SearchButtons
{
    /*  border-top: solid 1px #6699cc;*/
    padding: 0 2.0em 1.0em 2.0em;
    background-color: #f1f1f1;
    box-sizing:border-box;
    border:1px solid transparent;
}


/* 
 Search Tab Structure 
*/
.tabmenu {
	color: #384652;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
    font-size: 1.0em;
}

.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

.tabmenu a {
	color: #000000;
	background-color:#cccccc;
	margin: 0px;
    text-decoration: none; 
	font-weight: normal;
    display: inline-table;
    font-size: 1.0em;
    text-align: center;   
    font-family: Arial, Verdana, Sans-Serif;
    padding:0.5em 1.0em 0.5em 1.0em;
    border-radius:0.2em 0.2em 0 0;
}

.tabmenu a.active
{
    background-color:#f1f1f1;
    font-size: 1.0em;
    margin: 0px;
    font-weight: normal;
    font-family: Arial, Verdana, Sans-Serif;
    color: #000000;
    display: inline-table;
    text-align: center;
    padding:0.5em 1.0em 0.5em 1.0em;
    border-radius:0.2em 0.2em 0 0;
}
/*
 AutoComplete flyout 
*/
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : #ffffff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}

/* 
 AutoComplete highlighted item 
*/
.autocomplete_highlightedListItem
{
	background-color: #dcedff;
	color: #384652;
	padding: 1px;
}

/* 
 AutoComplete item 
*/
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.Indentblock
{
	display: block;
	margin-left: 20px;
}

.fieldLabelBlock
{
    empty-cells: show;
	display: block;
	width: 30ex;
	margin-bottom: 1ex;
	white-space: normal;
	vertical-align:middle;
}

.QuestionHeading
{
	 font-weight: bold;
}

/*No indent for the first question */
.QuestionIndent1
{
	display: block;
	margin-left: 0px;
}

.QuestionIndent2
{
	display: block;
	margin-left: 15px;
}

.QuestionIndent3
{
	display: block;
	margin-left: 30px;
}

.QuestionIndent4
{
	display: block;
	margin-left: 45px;
}

.QuestionIndent5
{
	display: block;
	margin-left: 60px;
}

.QuestionIndent6
{
	display: block;
	margin-left: 75px;
}

.QuestionIndent7
{
	display: block;
	margin-left: 90px;
}

.QuestionIndent8
{
	display: block;
	margin-left: 115px;
}

.captcha {
	float:left;
	/* This causes problems with Register.aspx */
/*	clear:both;  */
	display:inline;
	padding:5px;
	margin:5px 10px;
	border:solid 1px #d9dde0;
	background-color:#eaeef4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
.captchaImg {
	float:left;
	}
	
.captcha img {
	float:left;
	border:solid 1px #fff;
	}
	
.captchaOptions {
	float:left;
	margin-left:5px;
	}
	
.horizontal .captchaOptions {
	clear:both;
	margin:5px 0 0 0;
	}
	
.captchaRefresh, .captchaAudio {
	float:left;
	clear:both;
	width:23px;
	height:22px;
	margin:2px 0;
	border:none;
	}
	
.horizontal .captchaRefresh, .horizontal .captchaAudio {
	clear:none;
	margin:2px 2px 2px 0;
	}
	
.captchaRefresh:hover, .captchaAudio:hover {
	background-position:0 -22px;
	}
	
.captchaRefresh {
	background:#c5c9cc url(Images/captchaRefresh.png) no-repeat top left;
	}
	
.captchaAudio {
	background:#c5c9cc url(Images/captchaAudio.png) no-repeat top left;
	}
	
.captchaEnterTxtField {
	float:left;
	clear:both;
	margin-top:5px;
	}
	
.horizontal .captchaEnterTxtField {
	clear:none;
	margin:0;
	padding-left:10px;
	}
		
.captchaEnterTxtField label {
	float:left;
	padding:5px 0;
	font-size: 1.0em;
	}
	
.captchaEnterInput {
	float:left;
	clear:both;
	}
	
.homeNav
{
   	width: 260px;
   	height: 60px;
}

.homeNavLogin
{
		margin-top: 3ex;
   	margin-left: 20ex;
}

.btnAddPointItemActive {
    position: absolute;
    background-image: url(../../Images/map/addMarker.png);
   top: 2px;
    left: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #0000FF;
        border-radius: 3px;
}    

.btnAddPointItemInactive {
    position: absolute;
    background-image: url(../../Images/map/addMarker.png);
   top: 2px;
    left: 5px;
    width: 24px;
    height: 24px;
       border: 1px solid #ccc;
        border-radius: 3px;
}  


.btnMovePointItemActive {
        position: absolute;
        background-image:  url(../../Images/map/moveMarker.png);
        top: 2px;
        left: 92px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }    
    .btnMovePointItemInactive {
        position: absolute;
        background-image:  url(../../Images/map/moveMarker.png);
       top: 2px;
        left: 92px;
        width: 24px;
        height: 24px;
         border: 1px solid #ccc;
        border-radius: 3px;
    } 
    
.btnDrawLineItemActive {
        position: absolute;
       background-image:  url(../../Images/map/addLine.png);
       top: 2px;
        left: 34px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }
.btnDrawLineItemInactive {
        position: absolute;
        background-image:  url(../../Images/map/addLine.png);
       top: 2px;
        left: 34px;
        width: 24px;
        height: 24px;
         border: 1px solid #ccc;
        border-radius: 3px;
    }


.btnDrawPolygonItemActive {
        position: absolute;
		background-image:  url(../../Images/map/addPolygon.png);
       top: 2px;
        left: 63px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }
 .btnDrawPolygonItemInactive {
        position: absolute;
        background-image:  url(../../Images/map/addPolygon.png);
       top: 2px;
        left: 63px;
        width: 24px;
        height: 24px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.btnDeleteItemActive {
        position: absolute;
        background-image:  url(../../Images/map/delete.png);
       top: 2px;
        left: 121px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }    
    .btnDeleteItemInactive {
        position: absolute;
        background-image:  url(../../Images/map/delete.png);
       top: 2px;
        left: 121px;
        width: 24px;
        height: 24px;
        border: 1px solid #ccc;
        border-radius: 3px;
   } 
   
   .btnDeleteAllItemActive {
        position: absolute;
        background-image:  url(../../Images/map/delete_red.png);
       top: 2px;
        left: 150px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }    
    .btnDeleteAllItemInactive {
        position: absolute;
        background-image:  url(../../Images/map/delete_red.png);
       top: 2px;
        left: 150px;
        width: 24px;
        height: 24px;
        border: 1px solid #ccc;
        border-radius: 3px;
   } 
   
 
.btnFinishSketchItemActive {
        position: absolute;
        background-image:  url(../../Images/map/complete.png);
       top: 2px;
        left: 121px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }    
    .btnFinishSketchItemInactive {
       position: absolute;
        background-image:  url(../../Images/map/complete.png);
       top: 2px;
        left: 121px;
        width: 24px;
        height: 24px;
        border: 1px solid #ccc;
        border-radius: 3px;
   } 
   
   .btnUndoSketchItemActive {
        position: absolute;
        background-image:  url(../../Images/map/undo_drawing.png);
       top: 2px;
        left: 92px;
        width: 24px;
        height: 24px;
        border: 1px solid #0000FF;
        border-radius: 3px;
    }    
    .btnUndoSketchItemInactive {
       position: absolute;
        background-image:  url(../../Images/map/undo_drawing.png);
       top: 2px;
        left: 92px;
        width: 24px;
        height: 24px;
        border: 1px solid #ccc;
        border-radius: 3px;
   } 
   
   .btCreateSubmission
   {       
       width: 150PX;
       height: 28PX;
       text-align: left;
       text-indent: 10px;
       background-color: #A3D3FB;
       background-position:125px 5px;
       color: #004076;
       font-weight: bold;
       font-size: 1.0em;
   }
        
   .BulkUpdateButton
   {       
       width: 110PX;
       height: 28PX;
       text-align: left;
       text-indent: 10px;
       background-color: #A3D3FB;
       background-position:125px 5px;
       color: #004076;
       font-weight: bold;
       font-size: 1.0em;
   }
     
.pnlMapCommand {
        border: 1px solid black;
        background-color: white;
        bottom: 20px;
        left: 12px;
        width: 98px;
        height: 30px;
        position: absolute;
        cursor: pointer;
    }
    
.pnlMapInfo 
{
        z-index: 1007;
        border: 1px solid black;
        background-color: #FFEDB7;
        bottom: 55px;
        left: 12px;
        width: auto;
        height: 20px;
        position: absolute;
        cursor: pointer;
    display: none;
    }
    
  .btnZoom {
                z-index: 1001;
                position: relative;
                top: 30px;
                left: 20px;
            }
            .btnZoom a {
                text-decoration: none;
                position: absolute;
                display: block;
                width: 100px;
                text-align: center;
                font-weight: bold;
                color: #FFFFFF;
            }
            .btnZoom a:hover {
                background: #036;
            }
            .btnZoomOut {
                top: 25px;
            }
                        
 .imgCircle 
 {
     z-index: 3000;
     background-image:url(../../Images/map/circle.gif);
     position: relative;
     top: 50%;
     left: 50%;
     display: none;
     width: 50px;
     height: 50px;
 }
 #disablingDiv
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.00; 
    filter: alpha(opacity=00); 
}

@media print
{		
	.button, button
	{
		display: none;
	}
	.cssNoPrint
	{
		display: none;
	}
	#cssContent
	{
		margin: 0;
		min-width: 0;
		border: 0 none;
		border-width: 0px 0px 0px 0px;
	}
	#cssContentArea
	{
		min-width: 0;
		border: 0 none;
		border-width: 0px 0px 0px 0px;
	    padding: 0 2.0em 2.0em 2.0em;
	}
	#cssBounds
	{
		width: auto;
	}
}
           

/*
    map area
*/
#locationPopup{
    pointer-events: none;
}
.fraMap{
    display: none;
}

.IFrameExtPayment {
    border: none;
    height: 500px;
    width: 100%;
}

.ajax__calendar{
    display: inline;
}