﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;  /*Purplish Blue*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.mainhead 
{
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 7px;
	color: #ffffff;
}

a.footer:link 
{
	text-decoration: none;
	color: #ffffff;
}

a.footer:visited 
{
	text-decoration: none;
	color: #ffffff;
}

a.footer:hover 
{
	text-decoration: underline;
}

.footerError 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 7px;
	color: #000000;
}

a.footerError:link, visited, hover
{
	text-decoration: none;
}

/* Global Menu styles start */
#dropmenudiv
{
	position:absolute;
	visibility: hidden;
	border:1px #735222;      /*Blackish Gold*/
	border-bottom-width: 0;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 18px;
	z-index: 100;

	background-color: #2e364b;  /*Dark Purplish Blue*/
	width: 200px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #735222;   /*Blackish Gold*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#dropmenudiv a:hover
{ 
	background-color: #69b928;   /*Neon Green*/
	color: #ffffff;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;   /*Purplish Grayish Blue*/
    color: #dde4ec;              /*Light Gray*/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6; /*Dark Gray*/
    color: #465c71;            /*Purplish Blue*/
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

#tabs .tabs
{
    display: none;
}

#tabs .tabs.open
{
    display: block;
}

.cblBusinessGroups
{
    width: 100%;
}

.cblBusinessGroups tr
{
    display: inline;
}

.cblBehavioralItems tr
{
   height: 24px;
}

.cblBehavioralItems td
{
   margin-left: 10px;
   width: 400px; /* or percent value: 25% */
}


div.datepickerBtn
{
    background-image: url("../Images/Calendar.png");
    width: 24px;
    height: 24px;
    float: right;
    cursor: pointer;
}

div.datepicker.hasDatepicker
{
    position: absolute;
    margin-left: 5%;
}

.custom-combobox input.custom-combobox-input
{
    color: Black;
    background-color: White;
    border-radius: 0;
    border: 1px solid darkslategray;
    height: 18px;
    width: 80%;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.x11 
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	/*vertical-align:bottom;*/
}

.x11b 
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}

.x11white
{
	font-size: 11px; 
	color: white; 
	font-family: Tahoma, Arial; 
	text-decoration: none; 
	height: 21px; 
	/*vertical-align:bottom;*/
}

.x11noheight 
{
	font-size: 11px; 
	color: #000000; 
	font-family: Tahoma, Arial; 
	text-decoration: none; 
	/*width: 150px;*/
	/*height: 21px;*/
	/*vertical-align:bottom;*/
}

.x11i
{
	font-size: 11px;
	font-style: italic;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
}

.x11_green 
{
	font-size: 11px;
	color: #009900;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	font-weight: normal;
}

.x11b_green 
{
	font-size: 11px;
	color: #009900;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	font-weight: bold;
}

.x11_red 
{
	font-size: 11px;
	color: #C51515;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	font-weight: normal;
}

.x11b_red 
{
	font-size: 11px;
	color: #C51515;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	font-weight: bold;
}

.x12b 
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

.x12bred 
{
	font-size: 12px;
	color: #CC0033;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}

.x14 
{
	font-size: 14px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	height: 21px;
	/*vertical-align:bottom;*/
}

.x18
{
	font-size: 18px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: normal;
	height: 19px; 
}

.x18b 
{
	font-size: 18px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	height: 19px; 
}

.x20
{
	font-size: 20px; 
	color: #000000; 
	font-family: Tahoma, Arial; 
	text-decoration: none; 
	height: 21px; 
	/*vertical-align:bottom;*/
}

.x20b 
{
	font-size: 20px;
	color: #000000;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	height: 21px; 
}


/* UL Lists 
----------------------------------------------------------*/

li.li5 { padding-left: 10px; padding: 5px; }


ul.actions_menu {
    display: inline;
    list-style-type: none;
    margin: -20px;
    /*border: 1px solid #808080;*/
    border-bottom: none;
}

ul.actions_menu li {
  display: none;
  text-align: center;
  font-size: 12px; 
  font-weight: 300;
  font-family: Tahoma, Arial;  
  color: #000000;
  /*background: #ffffff;*/  /*#7592bd; light Purplish Blue, #4b6c9e; Purplish Blue, #f3f3f5; Light Gray, #0000CC; Blue, #4D5258; Dark Gray*/
  width: 20px;
  min-height: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  list-style-type: none;
  border-bottom: none;
  padding: 4px;
  /*margin: 0px;*/
}

ul.actions_menu li a:link    { text-decoration: none; }
ul.actions_menu li a:visit   { text-decoration: none; }
ul.actions_menu li a:visited { text-decoration: none; }
ul.actions_menu li a:active  { text-decoration: underline; }
ul.actions_menu li a:hover   { text-decoration: underline; }

/* INLINE MENU STYLES */
.cctl_Inline_ul
{
    display: block;
    background-color: #2e364b;
    color: #ffffff;  
}

.cctl_Inline_li 
{  
    text-align: left;  
    color: #ffffff;
    font-size: 12px; 
 }
 
 A.cctl_Inline_a:LINK
 {
    display: block;
    background-color: #2e364b;
    color: #ffffff;
    text-decoration: none;
    border-width: 2px;
    font-weight: bold;
    border-bottom-color: #525252;
    border-right-color: #525252;
    border-left-color: #7a7a7a;
    border-top-color: #7a7a7a;
 }
 
A.cctl_Inline_a:HOVER
 {
    display: block; 
    background-color: #69b928;
    color: #ffffff;   
    text-decoration: none;
    border-width: 2px;
    font-weight: bold;
    border-bottom-color: #525252;
    border-right-color: #525252;
    border-left-color: #7a7a7a;
    border-top-color: #7a7a7a;
 }
 
  A.cctl_Inline_a:VISIT
 {
    display: block;
    color: #ffffff;
    text-decoration: none;
 }
 
   A.cctl_Inline_a:VISITED
 {
    display: block;
    color: #ffffff;
    text-decoration: none;
 }
 
 A.cctl_Inline_a:ACTIVE
 {
    display: block; 
    background-color: #69b928;
    color: #ffffff;   
    text-decoration: none;
    border-width: 2px;
    font-weight: bold;
    border-bottom-color: #525252;
    border-right-color: #525252;
    border-left-color: #7a7a7a;
    border-top-color: #7a7a7a;
 }
/* INLINE MENU STYLES */
 
/* Content Box Styles */
td.box_top_left         { background-image: url("../images/box_top_left.png"); background-repeat: no-repeat; width: 18px; height: 17px; }
td.box_top_middle       { background-image: url("../images/box_top_middle.png"); background-repeat: repeat-x; height: 17px; }
td.box_top_right        { background-image: url("../images/box_top_right.png"); background-repeat: no-repeat; width: 14px; height: 17px; } 

td.box_top_left_grey     { background-image: url("../images/box_top_left_grey.png"); background-repeat: no-repeat; width: 18px; height: 17px; }
td.box_top_middle_grey   { background-image: url("../images/box_top_middle_grey.png"); background-repeat: repeat-x; height: 17px; }
td.box_top_right_grey    { background-image: url("../images/box_top_right_grey.png"); background-repeat: no-repeat; width: 14px; height: 17px; } 

td.body_left            { background-image: url("../images/body_left.png"); background-repeat: repeat-y; width: 9px; }
td.body_content         { background-image: url("../images/body_content-sm.png"); background-repeat: repeat-x; background-position: bottom; }
td.body_right           { background-image: url("../images/body_right.png"); background-repeat: repeat-y; width: 9px; }

td.box_bottom_left      { background-image: url("../images/box_bottom_left.png"); background-repeat: no-repeat; width: 18px; height: 19px; }
td.box_bottom_middle    { background-image: url("../images/box_bottom_middle.png"); background-repeat: repeat-x; height: 19px; }
td.box_bottom_right     { background-image: url("../images/box_bottom_right.png"); background-repeat: no-repeat; width: 14px; height: 19px; }

.BlueHeader             { background-color: #4a6e9e; color: #ffffff; font-weight: bold; font-size: 11px; padding-left: 5px; height: 20px; }

.BlueHeaderTopNav                { background-color: #4a6e9e; color: #ffffff; font-weight: bold; font-size: 11px; height: 35px; }
ul.BlueHeaderTopNav a:active { background-color: #4a6e9e; color: #ffffff; font-weight: bold; font-size: 18px; height: 35px; }

.GreenHeader            { background-color: #76d54f; color: #ffffff; font-weight: bold; font-size: 11px; padding-left: 5px; }
.PurpleHeader           { background-color: #8720b7; color: #ffffff; font-weight: bold; font-size: 11px; padding-left: 5px; }
.FARedHeader            { color: #a40810; }

td.UserRecordCallout    { background-image: url("../images/UserRecord_BG.gif"); background-repeat: repeat-x; background-position: bottom; background-color: #ffffff; }
.UserRecordHeader       { font-family: Arial; font-size: 11px; color: #a8a8a8; font-style: italic; font-weight: bold; } 

.RepeaterTDAlt          { background-color: #f3f3f5; font-size: 11px; color: #000000; font-family: Tahoma, Arial; text-decoration: none; }
.RepeaterTDAltWarn      { background-color: #f3f3f5; font-size: 11px; color: #C51515; font-family: Tahoma, Arial; text-decoration: none; }
.RepeaterTD             { background-color: #dde0e7; font-size: 11px; color: #000000; font-family: Tahoma, Arial; text-decoration: none; }
.RepeaterTDWarn         { background-color: #dde0e7; font-size: 11px; color: #C51515; font-family: Tahoma, Arial; text-decoration: none; }   /* C51515 ff6633*/
.RepeaterTDGreen        { background-color: Green; font-size: 11px; color: #000000; font-family: Tahoma, Arial; text-decoration: none; }
 
/* User Callout */
td.UC_box_top_left         { background-image: url("../images/uc_top_left.png"); background-repeat: no-repeat; width: 23px; height: 18px; }
td.UC_box_top_right        { background-image: url("../images/uc_top_right.png"); background-repeat: no-repeat; height: 18px; width: 28px; }
td.UC_box_top              { background-image: url("../images/uc_top.png"); background-repeat: repeat-x; height: 18px; } 

td.UC_body_left              { background-image: url("../images/uc_left.png"); background-repeat: repeat-y; width: 18px; }
td.UC_body_content           { background-color: #4a6e9e; color: #ffffff; }
td.UC_Body_content_text      { color: #ffffff; font-family: Arial; font-size: 11px; }
td.UC_body_right             { background-image: url("../images/uc_right.png"); background-repeat: repeat-y; width: 18px; }

td.UC_box_bottom_left      { background-image: url("../images/uc_bottom_left.png"); background-repeat: no-repeat; width: 27px; height: 18px; }
td.UC_box_bottom_right     { background-image: url("../images/uc_bottom_right.png"); background-repeat: no-repeat; width: 27px; height: 18px; }
td.UC_box_bottom           { background-image: url("../images/uc_bottom.png"); background-repeat: repeat-x; height: 18px; }

A.UC:LINK                  { color: #eaff00; text-decoration: none; }
A.UC:VISIT                 { color: #eaff00; text-decoration: none; }
A.UC:VISITED               { color: #eaff00; text-decoration: none; }
A.UC:ACTIVE                { color: #78ff00; text-decoration: underline; }
A.UC:HOVER                 { color: #78ff00; text-decoration: underline; }

A.UC1:LINK                  { color: #00FF19; text-decoration: none; }
A.UC1:VISIT                 { color: #00FF19; text-decoration: none; }
A.UC1:VISITED               { color: #00FF19; text-decoration: none; }
A.UC1:ACTIVE                { color: #78ff00; text-decoration: underline; }
A.UC1:HOVER                 { color: #78ff00; text-decoration: underline; }


/* Notices */
.NoticeSuccessful  { height: 20px; padding: 0px; margin: 0px; border-width: thin; border-color: #3b8c21; background-color: #76d54f; font-family: Arial; font-size: 11px; color: #000000; }
TD.NoticeSuccessfulTD { border-width: 0px; border-color: #3b8c21; text-align: left; }

.NoticeError  { height: 20px; width: 400px; padding: 0px; margin: 0px; border-width: thin; border-color: #e00000; background-color: #f7aaaa; font-family: Arial; font-size: 11px; color: #5b1e1e; }
TD.NoticeErrorTD { border-width: 0px; border-color: #e00000; text-align: left; }

.NoticeWarning  { width: 300px; padding: 10px; margin: 0px; border-width: thin; border-color: #FFEA00; background-color: #F9FF98; font-family: Arial; font-size: 11px; color: #5C5617; }
TD.NoticeWarningTD { border-width: 0px; border-color: #FFEA00; text-align: left; }


/* Global Menu styles end */
.ReqStar    { font-family: Arial; font-size: 14px; color: #C51515; font-weight: bold; vertical-align: middle; }
.ReqText    { font-family: Arial; font-size: 11px; color: #C51515; font-weight: bold; } /*5C5617  #ff0000 ff6633*/

.ImageLink image
{
    border-style: none;
}
