button
/*************************************
	Styles for eStart UI bits 
**************************************/
BODY {
    font-size: 75%;
    background: white;
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    background-color: #b3d0e7;
}

TD {
    font-size: 75%;
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
/* Large buttons (Save, cancel etc) */
.WaitCursor {
    cursor: wait;
}

.DefaultCursor {
    cursor: default;
}

.ActiveTab {
    font-size: x-small;
}

.fullscreen {
    height: 100%;
}

.image {
    background-image: url( ../../Images/motherdaughter2.jpg );
    background-repeat: no-repeat;
    background-position: center center;
}

.hand {
    cursor: hand;
}

.MenuText {
}

    .MenuText A:hover {
        text-decoration: none;
    }

    .MenuText A:link {
        text-decoration: none;
    }

    .MenuText A:visited {
        text-decoration: none;
    }

.HeaderText {
    font-size: medium;
    background-color: #000084;
    font-weight: bold;
    color: White;
    text-align: center;
    width: auto; /*background-image:  url('/estart/img/tabbg.gif');*/
}

.MessageText {
    Font: Verdana;
    font-size: 15px;
    text-align: left;
    width: auto; /*background-image:  url('/estart/img/tabbg.gif');*/
    Height: 25px;
    Width: 100%;
}

.ErrorText {
    Font: Verdana;
    color: Red;
    font-size: Small;
    text-align: left;
    width: auto; /*background-image:  url('/estart/img/tabbg.gif');*/
    Width: 100%;
}

.InlineErrorText {
    Font: Verdana;
    color: Red;
    font-size: Small;
    text-align: left;
}

.VersionErrorText {
    color: Red;
}

.ContactPointHeaderText {
    font-size: medium;
    background-color: Orange;
    font-weight: bold;
    color: White;
    text-align: center;
    width: auto;
}

.SummaryText {
    font-size: x-small;
}

.None {
    visibility: hidden;
}

.NoStyle {
    background-image: url( ../../Images/transparent.png );
}

.SefPage {
    background-color: White;
    border-color: #4682B4;
    border-style: dashed;
    border-width: thin;
    overflow: scroll;
}

/*Add Blue Border to Button*/
.ButtonBlueBorder {
    cursor: hand;
    font-size: xx-small;
    border: thin Groove Aqua;
    height: 22;
    border-style: solid;
    border-color: rgb(0, 0, 131);
    border-width: 2px;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

/* Small buttons (with > on them for example */
.SmallButton {
    cursor: hand;
    font-size: xx-small;
    border: thin Groove Aqua;
    height: 22;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

.popupControl {
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ui-dialog {
    background-color: #AAD4FF;
    position: absolute;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

#dialog-form {
    background-color: #b3d0e7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.SmallButtonBuzz {
    cursor: hand;
    font-size: x-small;
    font-weight: bold;
    border: thin Groove Aqua;
    height: 22;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

.SmallButtonEnhanced {
    cursor: hand;
    font-size: xx-small;
    border: thin Groove Red;
    height: 22;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

.VerySmallButton {
    text-align: center;
    cursor: hand;
    font-size: xx-small;
    border: thin Groove Aqua;
    height: 19;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

.HeaderButton {
    cursor: hand;
    font-size: xx-small;
    border: thin Groove Red;
    background: #E0E0E0 url( ../../Images/tabbgl.gif );
}

.LargeButton {
    cursor: hand;
    font-size: x-small;
    border: thin Groove Aqua;
    background: Aqua url( ../../Images/tabbgl.gif );
}

.LargeButtonfix {
    cursor: hand;
    font-size: small;
    border: thin Groove Aqua;
    background: Aqua url( ../../Images/tabbgl.gif );
}

.LargeButtonPrint {
    font-size: small;
    border: thin Groove Aqua;
    margin-left: 100px;
    background: Aqua url( ../../Images/tabbgl.gif );
}


    .LargeButton A:mouseover {
        cursor: hand;
        font-size: x-small;
        border-color: Black;
        border-style: outset;
        border-style: groove;
        background-color: Yellow;
        color: Red;
    }

    .LargeButton A:hover {
        cursor: hand;
        font-size: x-small;
        border-color: Black;
        border-style: outset;
        background-color: Yellow;
        color: Red;
    }
/* Tabstrip Components */
/* hacks to make links go away */
.TabStrip A:link {
    color: Black;
    text-decoration: none;
}

.TabStrip A:visited {
    color: Black;
    text-decoration: none;
}

/* The outer region of a tab strip */
.TabStrip {
    width: 100%;
    text-align: center; /* border:thin Groove #DDDDDD; */
    background-position: 0 0;
}

/* The selected item in a tab strip */
.TabStripSelectedItem {
    font-weight: bold;
    background-image: url( ../../Images/tabsel.png );
    background-repeat: no-repeat;
}

/* A normal unselected item in a tab strip */
.TabStripItem {
    /*background-image: url('/estart/img/tabbgu.gif'); */
    background-image: url( ../../Images/tab.gif );
    vertical-align: bottom;
    background-repeat: no-repeat;
}

    .TabStripItem A:mouseover {
        cursor: hand;
        color: Red;
        text-decoration: none;
    }

    .TabStripItem A:hover {
        cursor: hand;
        color: Red;
        text-decoration: none;
    }
/* The currently selected panel in a tab strip */
.TabStripSelectedPanel {
    border: Groove thin #DDDDDD;
    text-align: center;
    width: 100%;
    overflow: auto;
    font-size: x-small;
    vertical-align: top;
}

.TabPanel {
    vertical-align: top;
}
/* Deselected panels */
.TabStripPanel {
    display: none;
    visibility: hidden;
}

/*  
	Scrolling DIV 
	Used for surrounding datagrids mostly
*/
.ScrollingDiv {
    overflow: auto;
    text-align: center;
    vertical-align: top;
}

.ScrollingPanel td {
    border: solid 1px white;
}

.DataGridViewborder td {
    border: solid 1px white;
}

.DataGridViewborder {
    border: solid 1px white;
}

.ScrollingPanel {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 300px;
}

.ScrollingPanelEventStaff {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: expression(screen.height - 549 + "px");
}

.ScrollingPanelEventMember {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: expression(screen.height - 670 + "px");
}

.MembersScrollingPanel {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 290px;
}

.CareworkerScrollingPanel {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 480px;
}

.AnonymousScrollingPanel {
    overflow: auto;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 580px;
}

/*
	Layout table
	Used for laying out UI elements
*/
.LayoutTable {
    border-style: none;
    border-width: 0;
    width: 100%;
    text-align: left;
}

/*
	Label cells go to the left of items in a layout table
*/
.SmallLabel {
    font-weight: bold;
    font-size: xx-small;
}

.labelWidth {
    width: 150px;
}

.LabelCell {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 24px;
}

.LabelCellChild {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
    font-size: x-small;
    height: 24px;
}

.ValidationSummary {
    display: none; 
    color:red;
}

.ValidationItem {
    color: red;
}

.LabelCellText {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 24px;
}

.LabelCellTab {
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 24px;
    color: White;
}

.LabelHeadingCell {
    /*font-weight: bold;*/
    text-align: left;
    white-space: nowrap;
    width: 30%;
    font-size: medium;
    color: #4E6A9A;
}

.LabelCellBuzz {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 100%;
}

.LabelCell2 {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 120px;
    font-size: x-small;
    height: 24;
}

.LabelCellCenter {
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
}

.LabelCellCenter2 {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 10;
}

.LabelCellLeft {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
}

/* Headings */
.LargeHeading {
    font-weight: bold;
    font-size: medium;
}

.MediumHeading {
    font-weight: bold;
    font-size: x-small;
}

/* The Loading... message */
.LoadingBox {
    font-weight: bold;
    z-index: 1000;
    border: gray thick solid;
    width: 100%;
    cursor: wait; /*color: dimgray;*/
    font-style: normal;
    font-family: Arial;
    position: absolute;
    height: 100%;
    background-color: #f8f8dc;
    text-align: center;
    font-variant: small-caps;
    vertical-align: bottom;
}

/* The title which goes at the top of pages */
.PageTitle {
    font-size: medium;
    background-color: #000084;
    font-weight: bold;
    color: White;
    text-align: center;
    width: 100%;
}


/* The validation error list */
.ValidationErrorList {
    background-color: Red;
    border-style: double;
    text-align: left;
    font-size: x-small;
    border-color: Black;
    color: White;
}

.BoldText {
    font-weight: bold;
}

.WideItem {
    width: 100%;
}

.BorderPanel {
    margin-left: 20;
    border: Groove thin #DDDDDD;
}

.OuterTable {
    width: 100%;
    text-align: center;
    border: Groove thin #DDDDDD;
    font-size: x-small;
}

.PrintSectionHeading {
    display: none;
    visibility: hidden;
}

.OutlinedBox {
    border: Groove thin #DDDDDD;
}

.AmendDetails {
    color: Black;
    text-decoration: none;
    text-decoration: none;
}

.FooterEmail {
    font-size: xx-small;
    background: none transparent scroll repeat 0% 0%;
    color: black;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .FooterEmail A:visited {
        color: Black;
        text-decoration: none;
    }

    .FooterEmail A:link {
        color: Black;
        text-decoration: none;
    }

.MenuItem {
    color: Black;
    text-decoration: none; /*background-color:LemonChiffon; */
    text-decoration: none;
    font-size: x-small;
}

    .MenuItem A:visited {
        color: Black;
        text-decoration: none;
    }

    .MenuItem A:link {
        color: Black;
        text-decoration: none;
    }

    .MenuItem A:mouseover {
        color: Red;
        text-decoration: none;
    }

    .MenuItem A:hover {
        color: Red;
        text-decoration: none;
    }

UL.sortable LI {
    position: relative;
}

UL.boxy {
    border: solid 1px #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
    padding-bottom: 0px;
    margin: 0px;
    width: 18em;
    padding-top: 4px;
    font-family: Arial, sans-serif;
    list-style-type: none;
}

    UL.boxy LI {
        border-right: #ccc 1px solid;
        padding-right: 2px;
        border-top: #ccc 1px solid;
        padding-left: 2px;
        margin-bottom: 4px;
        padding-bottom: 2px;
        border-left: #ccc 1px solid;
        cursor: move;
        padding-top: 2px;
        border-bottom: #ccc 1px solid;
        background-color: #eee;
    }

UL.boxier {
    border: solid 1px #FFFFFF;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 13px;
    padding-bottom: 0px;
    margin: 0px;
    width: 18em;
    padding-top: 4px;
    font-family: Arial, sans-serif;
    list-style-type: none;
    font-variant: small-caps;
}

    UL.boxier LI {
        border-right: #c00 1px solid;
        padding-right: 2px;
        border-top: #c00 1px solid;
        padding-left: 2px;
        margin-bottom: 4px;
        padding-bottom: 2px;
        border-left: #c00 1px solid;
        cursor: move;
        padding-top: 2px;
        border-bottom: #c00 1px solid;
        background-color: #eee;
    }

UL.boxy BlankLI {
    border-style: none;
    background: none;
    cursor: auto;
}

.RequiredField {
    background-color: #FFFF80;
    width: 100%;
}

.DropDownRequiredField {
    background-color: #FFFF80;
}
/****************************************
	Styles for given HTML elements 
*****************************************/
body {
    font-size: 7pt;
    font-family: Arial;
    vertical-align: top;
    z-index: 0;
}

A.MonthStyle {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: x-small;
    color: White;
    text-decoration: none;
}

    A.MonthStyle:Visited {
    }

    A.MonthStyle:hover {
        text-decoration: Underline;
    }

    A.MonthStyle:Active {
    }

A.MonthStyleClicked {
    font-weight: bold;
    color: #E0E0E0;
    font-size: larger;
}

.MonthBackColour {
    background-color: #004080;
    border-color: Black;
    border-width: thin;
    border-style: solid;
}

#AnimPanel {
    height: 0px;
    overflow: hidden;
}

.MasterHeader {
    top: 0px;
    height: 40px; /*background:#bababa; 	border-top:1px solid #000; 	border-right:1px solid #000; 	border-left:1px solid #000; 	voice-family: "\"}\""; 	voice-family: inherit;*/
}

.MasterLeft {
    position: absolute;
    left: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #bababa;
    height: 100%; /*padding:10px;*/
}

.MasterContent {
    background: #fff;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 40px;
    border: 1px solid #bababa;
    height: 900px;
    padding: 10px;
}


.MasterRight {
    position: absolute;
    right: 0px;
    width: 180px;
    background: #fff;
    border: 1px solid #000;
    border: 1px solid #bababa;
    height: 100%; /*padding:10px;*/
}

.MasterFooter {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url( ../../Images/footer-side.gif );
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 10px; /*position: absolute;	 	right: 0; 	left: 0;	 	bottom: 0;		 	background-image: url(./Images/footer-side.gif); 	background-repeat: repeat-x; 	width: 100%; 	height: auto; 	text-align: center; 	font-size: 10px;*/
}

.MasterFooterLeft {
    float: left;
}

.MasterFooterRight {
    float: right;
}

.RightTextFooter {
    float: right;
    padding-right: 10px;
}

#progress {
    border: 1px solid #000;
    text-align: left;
    margin-left: 10px;
    margin-top: 58px;
    width: 15%;
}

.InfoWindow {
    float: left;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 100px; /*margin-left: 10px;*/
    width: 15%;
    height: 100%;
}

.FooterTop {
    width: 12px;
    vertical-align: top;
    background: #D9E5FA;
}

.FooterRight {
    width: 10px;
    vertical-align: top;
    background: #375283;
}

.Surroundl {
    border: "1";
    background-image: url( ../../Images/surroundl.gif );
    height: 60px;
    width: 140px;
}

.Surroundline {
    border: "1";
    background-image: url( ../../Images/line.gif );
    width: 100%;
    height: 60px;
}

.Surroundr {
    border: "1";
    background-image: url( ../../Images/surroundr.gif );
    width: 120;
    height: 60;
}

.DefaultForm {
    background: #D9E5FA;
}

.Invisible {
    display: none;
}

.hide_control {
    visibility: hidden;
}

.show_control {
    visibility: visible;
}
/* The width of the first td in tables
   to give small margin between navigation bar
   and main body of forms */
.LeftMargin {
    width: 20px;
}


/*** image borders ***/
img {
    border: none;
}

.title_bold {
    font-size: 1.4em;
    font-weight: bold;
}

.hide_address {
    position: absolute;
    top: -1600px;
    left: -1600px;
    visibility: hidden;
    z-index: 99;
}

/*** spacer between tables ***/
.spacer {
    width: 99%;
    position: relative;
    height: 3em;
}

/******* hyperlink and anchor tag styles *******/
#menubar {
    width: 99%;
    position: relative;
    height: 26px;
    border-bottom-color: Black;
    /*background-image: url(../images/af_vertgrad05.jpg);	*/
}

#menu_bar {
    background-color: #82a9e9;
    width: 100%;
}

#mainright {
    width: 48%;
    float: left;
    padding-bottom: 10px;
}

#mainleft {
    width: 38%;
    float: left;
    padding-bottom: 10px;
}

body {
    font-size: 0.9em;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #b3d0e7;
}


h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

h4 {
    color: #000000;
}
/*standard elements*/
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
}

li {
    font-size: 1em;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
}

table {
    color: #000000;
}

/*table td, th 
{	
	border-top: #999999 1px solid;
}*/

.SolidTop {
    border-top: #999999 1px solid;
}

.SolidTopThick {
    border-top: #999999 4px solid;
}

table th {
    background-color: #666666;
    color: #ffffff;
}


ul {
    list-style-type: square;
    list-style-position: outside;
}

/*
	table formatting
*/
table caption {
    font-size: 0.9em;
    color: #FFFFFF;
    caption-side: bottom;
    text-align: left;
    background-color: #000084; /*#5B858C;*/
}

table .idview {
    background-color: #FFFFFF;
}

.heading_black {
    font-size: 1.2em;
    color: #CC0000;
    float: left;
}

.border_black {
    border-bottom: #999999 thin solid;
    border-left: #999999 thin solid;
}

.border_black_right {
    border-bottom: #999999 thin solid;
    border-left: #999999 thin solid;
    border-right: #999999 thin solid;
}



.cm3ShowContact {
    color: #FFFFFF;
    background-color: #596388;
    font-weight: bolder;
    border-color: #0099CC #000066 #000066 #0099CC;
    border-style: solid;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    width: 6em;
}

.textboxcapitalise {
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    text-transform: capitalize;
    border-left: #999999 1px solid;
    line-height: normal;
    border-bottom: #999999 1px solid;
}

.textboxuppercase {
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    text-transform: uppercase;
    border-left: #999999 1px solid;
    line-height: normal;
    border-bottom: #999999 1px solid;
}

.tbl_heading_white {
    float: left;
    font-size: 1em;
    color: #FFFFFF;
    background-color: #333399;
}

.ul_for_tbl_cell_black {
    border-bottom: black thin solid;
}

.ul_for_tbl_cell_white {
    border-bottom: #EEFFFF thin solid;
}

.cell_grey {
    background-color: #CCCCCC;
}

.BulletBackgroundColor {
    color: #FFFFFF;
}

.DataColor {
    color: #DEDECA;
}

.footer {
    font-size: .75em;
    color: #999999;
}

.FormBackgroundColor {
    color: #cccccc;
}

.ImageTitleColor {
    color: #CCCCCC;
}

.LabelColor {
    color: #CCCCCC;
}

.ListColorEven {
    color: #CCCCCC;
}

.ListFooterColor {
    color: #333333;
}

.ListHeaderColor {
    color: #333333;
}

.ListColorOdd {
    color: #DEDECA;
}

.ListTitleColor {
    color: #CCCCCC;
}

.NavigationBackgroundColor {
    color: #99cc99;
}

.NavigationColor {
    color: #CCCCCC;
}

.NewsDataColor {
    color: #DEDECA;
}

.StoryTitle {
    color: #000000;
    font-weight: bold;
}

.StoryContentColor {
    color: #000000;
}

.TitleColor {
    color: #000000;
}

body.sub {
    margin: 0.1em;
}

tr.ListHeaderColor th {
    text-align: left;
}

.small {
    font-size: 85%;
}

label {
    text-align: left;
    display: inline;
    white-space: nowrap;
}

/* text select and checkbot positions*/
.inputpos {
    /*
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
*/
    padding: 0 0 0 0;
    position: absolute;
    left: 15em;
}

.checkinputpos {
    position: absolute;
    left: 15.5em;
}

.datafieldpanel {
    left: 15em;
    position: absolute;
}

.datafieldpanel2 {
    left: 15.5em;
    position: relative;
}

/*position the postcode elements 
=================================
*/
.inputpospc1 {
    position: absolute;
    left: 15em;
    text-transform: uppercase;
}

.inputpospc2 {
    position: absolute;
    left: 20em;
    text-transform: uppercase;
}


#addresslookupbutton {
    left: 20em;
    color: #ff0033;
    position: relative;
}

.lyraddressformat {
    z-index: 1;
    visibility: hidden;
    overflow: auto;
    position: absolute;
    left: 10em;
}

.newline {
    overflow: auto;
    position: absolute;
    visibility: visible;
    z-index: auto;
    height: 2em;
}

img {
    border: 0px none;
}

.imgnoboarder {
    border: 0px none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 {
    position: absolute;
    top: 112px;
    left: 2%;
    right: 2%;
    width: 95.6%;
    color: #ffffff;
}

#tl {
    position: absolute;
    top: -1px;
    left: -1px;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    font-size: 1em;
}

#tr {
    position: absolute;
    top: -1px;
    right: -1px;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    font-size: 1em;
}

#masthead {
    position: absolute;
    top: 0px;
    left: 2%;
    right: 2%;
    width: 95.6%;
    font-size: 1em;
}

#pageNav {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    width: 9.4em;
    padding-top: 0px;
    font-size: 1em;
}

#tblNav {
    font-size: 1em;
}

#pageCont {
    position: absolute;
    top: 0px;
    float: right;
    padding-left: 1em;
    font-size: 1em;
}

#content {
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 178px;
    border-left: 1px solid #ccd2d2;
    font-size: 1em;
}

/************ sectionLinks styles **************/

#sectionLinks {
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
}

    #sectionLinks h3 {
        padding: 10px 0px 2px 10px;
        border-bottom: 1px solid #cccccc;
        font-size: 0.9em;
    }

    #sectionLinks a:link, #sectionLinks a:visited {
        padding-right: 0px;
        /*border-top: #ffffff 1px solid;*/
        display: block;
        padding-left: 10px;
        font-weight: normal;
        padding-bottom: 3px;
        color: #000000;
        padding-top: 3px;
        border-bottom: #ffffff 1px solid;
        font-size: 1em;
    }

    #sectionLinks a:hover {
        /*border-top: #cccccc 1px solid;*/
        color: #ddeeff;
        text-decoration: none;
    }


/************* relatedLinks styles **************/

.relatedLinks {
    margin: 0px;
    padding: 0px 0px 10px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 1em;
}

    .relatedLinks h3 {
        padding: 10px 0px 2px 0px;
    }

.logoBlock {
    padding: 10px 0px 2px 0px;
}

.relatedLinks a {
    display: block;
}

/************* text block positioning**************/
.tbHeight {
    height: 1.9em;
}

.taHeight {
    height: 3.2em;
}

.mbHeight {
    height: 4em;
}
/*rollover stuff for address lookup link*/
a.addresslookupbutton {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

    a.addresslookupbutton:link {
        color: White;
    }

    a.addresslookupbutton:visited {
        color: White;
    }

    a.addresslookupbutton:active {
        color: White;
    }

    a.addresslookupbutton:hover {
        color: White;
    }

A.log {
    font-weight: bold;
    text-decoration: none;
}

    A.log:link {
        color: #0000cc;
    }

    A.log:visited {
        color: #0000cc;
    }

    A.log:active {
        color: #3399ff;
    }

    A.log:hover {
        color: #0099ff;
    }


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */



/*printer styles*/
@media print {
    /*hide the left column when printing*/
    #leftcol {
        display: none;
    }

    /*hide the right column when printing*/
    #rightcol {
        display: none;
    }

    #twocols, #maincol {
        width: 100%;
        float: none;
    }
}

caption {
    font-weight: bold;
}

/*alt colours for drop lists */
.bg_grey {
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    background-color: #ddf4fe;
}

.bg_showedit {
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    background-color: #FFFF66;
}

.bg_white {
    background-color: #FFFFFF;
}

.bg_alt_colour {
    border-right: #000000 thin solid;
    border-top: #000000 thin solid;
    border-left: #000000 thin solid;
    border-bottom: #000000 thin solid;
    background-color: #99FFFF;
}

OPTION {
    border-bottom: darkgray 1px solid;
}

#lyrTopMenu {
    color: #FFFFFF;
    background-color: #000000;
    /*border: 1px solid #000000;*/
}

.menuoptionoff {
    font-weight: bold;
    font-size: 0.8em;
    color: #ffffff;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: #000000;
    width: 8em;
}

.menuoptionon {
    font-weight: bold;
    font-size: 0.8em;
    color: #ffff00;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    background-color: #000000;
    width: 8em;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.mandatoryheading {
    font-weight: bolder;
    color: #FF0000;
    text-align: left;
}

.nonmandatoryheading {
    font-weight: bolder;
    color: #006600;
    text-align: left;
}

.spaceleft {
    width: 15em;
}

.but_save_for_later {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 0px solid;
    background-color: #FFCC00;
    background-image: url( ../../Images/af_vertgrad04.jpg );
    font-family: "Arial Narrow", sans-serif;
}

.but_save_complete {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 0px solid;
    background-color: #66FF66;
    background-image: url( ../../Images/af_vertgrad05.jpg );
    font-family: "Arial Narrow", sans-serif;
}

.pagestyle {
    overflow: hidden;
    z-index: auto;
    height: 50%;
    width: 100%;
}

.but_tab_selected {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 0px solid;
    background-color: #FFFFFF;
}

.but_tab_de_selected {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 0px solid;
    background-color: #FFCC00;
    background-image: url( ../../Images/af_vertgrad03.jpg );
}

.but_new_location {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 1px solid;
    background-color: #FFCC00;
    background-image: url( ../../Images/af_vertgrad04.jpg );
}

.but_mouse_over {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background-image: url( ../../Images/af_vertgrad04.jpg );
    border-left: #000000 1px solid;
    border-bottom: #ffffff 1px solid;
    background-color: #ffcc00;
    padding-left: 20;
}

.but_mouse_out {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #FFFFFF 1px solid;
    background-color: #FFCC00;
    background-image: url( ../../Images/af_vertgrad05.jpg );
    padding-left: 20;
}

.lyrhidden {
    height: 0px;
    visibility: hidden;
}

.pagehide {
    position: absolute;
    height: 0;
    overflow: scroll;
    top: -1000;
    left: -1000;
}


/* css/tooltip.css -- fancy tooltips */

span.tool {
    position: relative; /* this is key */
    cursor: help;
}

    span.tool span.tip {
        display: none; /* so is this */
    }

    /* tooltip will display on :hover event */

    span.tool:hover span.tip {
        display: block;
        z-index: 100;
        position: absolute;
        top: 2.5em;
        left: 0;
        width: auto;
        line-height: 1.2em;
        padding: 3px 7px 4px 6px;
        border: 1px solid #336;
        background-color: #f7f7ee;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000;
        text-align: left;
    }


#content span.tool::after {
    padding-left: 2px; /* eye candy */
    content: url( ../../Images/bubble.gif );
}


.Ink {
    position: absolute;
    background-color: #fff;
    border-top: 1px solid;
    width: 10px;
    height: 10px;
}

.ListBox {
    border-style: solid;
}

.progress {
    color: #FFFF99;
    float: right;
}

.WatermarkStyle {
    font-style: italic;
    color: Gray;
}

.Heading {
    font-weight: bold;
}

.tabControlNonSelectedItem {
    background-color: Lime;
    background-image: url(../../Images/EventAttendies_tab_blank.jpg);
    height: 30px;
    width: 100px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, helvetica, Tahoma;
}

.tabControlSelectedItem {
    background-image: url(../../Images/EventAttendies_tab_sel.jpg);
    height: 30px;
    width: 100px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, helvetica, Tahoma;
}

.LabelLogCell {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 24;
}

.LabelCellEdit {
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    /*width: 1%; todo: need to check */
    font-size: x-small;
}


.CpSearchTable {
    width: 100%;
}

.CpSearchRow {
    width: 49%;
    float: left;
}

.CpSearchColumnLeft {
    float: left;
    width: 45%;
    text-align: right;
    padding-top: 7px;
    padding-right: 5px;
    color: Black;
}

.CpSearchColumnRight {
    float: left;
    width: 53%;
    text-align: left;
    color: Black;
}

.ContactPointErrorPanel {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: White;
}

.lstBarMainMenudefItem {
    font-family: Verdana;
    font-size: 8pt;
    margin-left: 1px;
    padding-left: 5px;
    cursor: Default;
}

.lstBarMainMenuselItem {
    font-family: Verdana;
    font-size: 8pt;
    border-style: Inset;
    border-width: 1px;
    margin-left: 0px;
    padding-left: 5px;
    cursor: Default;
    background-image: url( ../../Images/OrangeExplorer_35.gif);
}

.lstBarMainMenuhovItem {
    font-family: Verdana;
    font-size: 8pt;
    border-style: Outset;
    border-width: 1px;
    margin-left: 0px;
    padding-left: 5px;
    cursor: Default;
}

.lstBarMainMenudefGroup {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 1px;
    height: 30px;
    padding: 2px 2px 2px 2px;
    cursor: Default;
    background-image: url( ../../Images/GrayExplorer_35.gif);
}

.lstBarMainMenuselGroup {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 1px;
    color: Black;
    height: 30px;
    padding: 2px 2px 2px 2px;
    cursor: Default;
    background-image: url( ../../Images/OrangeExplorer.gif);
}

.lstBarMainMenuhovGroup {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    border-color: #CCCCCC;
    border-style: Solid;
    border-width: 1px;
    height: 30px;
    padding: 2px 2px 2px 2px;
    cursor: Hand;
    background-image: url( ../../Images/GrayExplorer_35.gif);
    FILTER: progid:dximagetransform.microsoft.gradient(startcolorstr='#f1f1f1', endcolorstr='#e69511', gradienttype='0');
}

.lstBarMainMenugrp {
    background-color: WhiteSmoke;
    height: 100%;
    cursor: Default;
}

.ValSummary {
    padding: 5px 5px 5px 5px;
}

.inactiveCarer {
    background-color: #cccccc;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 19pt;
    border-top: solid 1px black;
    font-family: Arial;
}

.tabBorder {
    padding: 3px 3px 3px 3px;
}

.CPPage {
    background-color: #FAEBD7; /*AntiqueWhite*/
}

.CPNode {
    color: Orange;
}

.CPHeaderText {
    font-size: medium;
    background-color: Orange;
    font-weight: bold;
    color: White;
    text-align: center;
    width: auto;
}

.CPLabelCell {
    color: Orange;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    /*width: 1%;*/
    font-size: x-small;
    height: 24px;
}

.CPInfraDescriptionPanel {
    FONT-SIZE: x-small;
    font-weight: normal;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #FAFAFA;
    width: 100%;
    height: auto;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 5px;
    color: #3C7FD1;
    cursor: default;
}

.CPInfraDescriptionPanelContent {
    border: solid 1px silver;
    BACKGROUND-COLOR: #D9E5FA; /*#FDFDFD*/
}

.CPInfraDescriptionPanelHeader {
    FONT-FAMILY: verdana,helvetica,arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    BACKGROUND-IMAGE: url(CPFRS/Images/silverglass.gif);
    COLOR: black;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 3px;
    /*BORDER-LEFT: silver 1px solid; 
	BORDER-RIGHT: silver 1px solid;*/
    border: solid 1px silver;
    BACKGROUND-COLOR: #e0e0e0;
}

.CPDetailsOthersLeftPnl {
    width: 180px;
    float: left;
}

.CPDetailsOthersLeftPnlContent {
    width: 100%;
    padding: 10px 0px 0px 10px;
}

.CPDetailsOthersRightPnl {
    width: auto;
    float: left;
}

.CPDetailsOthersRightPnlContent {
    width: 100%;
    padding: 15px 0px 0px 0px;
}

.SubmitSuccessText {
    color: Green;
    font-weight: bold;
}

.SubmitFailureText {
    color: Red;
    font-weight: bold;
}

/* Use hide style below for making visibility false for any controls in the page */
.hide {
    display: none;
}

/* Styling for Tab Container from the AJAX Control Toolkit */
/*Header*/

.Tab .ajax__tab_header {
    FONT-SIZE: x-small;
    vertical-align: middle;
}

/*Body*/

.Tab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    padding-top: 0px;
}

/*Tab Active*/

.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: url(../../Images/UserGroupPermission_SE_Tab.jpg) repeat-x;
    height: 20px;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: url(../../Images/UserGroupPermission_SE_Tab_left.jpg) no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: url(../../Images/UserGroupPermission_SE_Tab_Right.jpg) no-repeat right;
    padding-right: 6px;
}



/*Tab Inactive*/

.Tab .ajax__tab_tab {
    color: #666666;
    background: url(../../Images/UserGroupPermission_NS_Tab.jpg) repeat-x;
    height: 20px;
}

.Tab .ajax__tab_inner {
    color: #666666;
    background: url(../../Images/UserGroupPermission_NS_Tab_Left.jpg) no-repeat left;
    padding-left: 10px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    background: url(../../Images/UserGroupPermission_NS_Tab_right.jpg) no-repeat right;
    padding-right: 6px;
    margin-right: 2px;
}

#SmsSearchLine1 {
    position: relative;
    padding: 2px;
}

#SmsSearchLine2 {
    position: relative;
    padding: 2px;
}

.placeholders {
    padding-top: 8px;
    padding-bottom: 8px;
}

#dialog-form {
    display: none;
}

.modal-dialog {
    display: none;
    background-color: #b3d0e7;
}

#dialog-form-placeholder {
    background-color: #b3d0e7;
}

#placeholderHelp {
    vertical-align: top;
}

.HelpPopup {
    margin: 10px 10px 10px 10px;
}

.smsApplyUserLimits {
    width: 60%;
    text-align: right;
}
/* UNA Template color changes*/
.hoverWebDataMenu {
    width: 100px;
    border-color: seagreen;
    background-color: white;
}

.MenuItem {
    background-color: white;
    background: #D9E5FA;
}

.MenuItemHover {
    background: #000084;
    background-color: #000084;
}

.CentreText {
    text-align: center;
}

.cell-consent {
    padding: 8px 8px 15px;
}

