/***

NOTES:
  comnet_blue == #112992
  light_blue  == #e6eefe

***/

/*** Define HTML Elements ***/
body {
  background-color: #eeeeee;
/*
  background-image: url(../images/black_border_bg.png);
  background-repeat: repeat-y;
  background-position: center;
*/
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  text-align: center;
}

img {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

div {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  word-spacing: 1pt;
}

a, a:visited {
  color: #112992;
}
a:hover {
  color: #ad1a1a;
}

li {
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 0;
  padding-bottom: 5px;
}

/*** Define Specific Classes ***/
.cni_blue {
  color: #112992;
}

.lt_blue_bg {
  background-color: #e6eefe;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.content_body {
  width: 540px;
}

.content_img {
  width: 200px;
  float: right;
}

.menu_block {
  float: left;
  width: 350px;
  padding: 11px;
}

.menu_holder {
  margin: 0 auto;
  padding: 0;
}

.menu_header {
/*
  background-image: url(../images/title_bar.png);
  background-repeat: no-repeat;
*/
  padding-top: 5px;
  padding-left: 5px;
  height: 23px;
  vertical-align: bottom;
  font-weight: bold;

  margin: 0 auto;
  padding: 0;
/*
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
*/
  border-bottom: 1px solid #777;
/*
  background-color: #eee;
  background-image: url(../images/link_bar4.png);
  background-repeat: repeat-x;
  background-position: center;
  height: 16px;
*/
  height: 14px;
  padding-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222;
  text-align: center;
  margin-bottom: 3px;
}

.menu_links {
  width: 330px;
}

.solution_block {
  float: left;
  width: 226px;
  padding: 11px;
}

.solution_header {
/*
  background-image: url(../images/solution_bar.png);
  background-repeat: no-repeat;
*/
  padding-top: 5px;
  padding-left: 5px;
  height: 23px;
  vertical-align: bottom;

  font-weight: bold;
  margin: 0 auto;
  padding: 0;
/*
  border: 1px solid #999;
*/
  border-bottom: 1px solid #777;
/*
  background-color: #eee;
  background-image: url(../images/link_bar4.png);
  background-repeat: repeat-x;
  background-position: center;
  height: 16px;
*/
  height: 14px;
  padding-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222;
  text-align: center;
}

.solution_links {
  width: 222px;
}

div.paragraph {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-indent: 1em;
  word-spacing: 1pt;
  text-align: justify;
}

  div.subparagraph {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-left: 2em;
    padding-top: 1em;
    word-spacing: 1pt;
    text-align: justify;
  }

.service_name {
  /*border-bottom: 1px solid black;*/
  background-image: url(../images/black_bar_fade.png);
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: bold;
}

.service_desc {
  position: relative;
  float: left;
  padding: 2px;
  padding-top: 5px;
  border-left: 1px solid black;
  /*background-color: #eeeeee;*/
  background-image: url(../images/gray_bar_fade.png);
  background-repeat: repeat-y;
  width: 711px;
}

.service_desc_white {
  position: relative;
  float: left;
  padding: 2px;
  padding-top: 5px;
  border-left: 1px solid black;
  background-color: #fff;
  width: 711px;
}

.service_name a,
.service_name a:visited {
  color: #000000;
  text-decoration: none;
}

.service_name a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.footer_text, .footer_text a {
  padding: 5px;
  color: #fff;
  font-weight: bolder;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
}

.cms_list_item {
  width: 700px;
}

.cms_list_item_even {
  background-image: url(../images/lt_blue_grad.png);
  background-repeat: repeat-y;
}

.cms_list_item a,
.cms_list_item a:visited {
  color: #112992;
}

.cms_list_item a:hover {
  color: #ad1a1a;
}

.sm_cms_list_item {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  word-spacing: 1pt;
}

.sm_cms_list_item_even {
  background-image: url(../images/lt_blue_grad_sm.png);
  background-repeat: repeat-y;
}

.sm_cms_list_item a,
.sm_cms_list_item a:visited {
  color: #112992;
}
.sm_cms_list_item a:hover {
  color: #ad1a1a;
}

.spacer_10_width {
  width: 10px;
  float: left;
  height: 10px;
}

.service_space {
  position: relative;
  float: left;
  width: 30px;
}

.ql_link {
  padding-bottom: 3px;
  text-align: center;
  position: relative;
  float: left;
  font-family: "trebuchet ms";
}

.ql_link a,
.ql_link a:visited {
  color: #112992;
}

.ql_link a:hover {
  color: #ad1a1a;
}

.ql_1_of_1 {
  width: 750px;
}

.ql_1_of_2 {
  width: 375px;
}

.ql_1_of_3 {
  width: 250px;
}

.red_text {
  color: #ec0000;
}

.yellow_text {
  color: #dfdf00;
}

.green_text {
  color: #17ce17;
}

/*** Define Specific DIVs ***/
#container {
  margin: 0 auto;
  padding: 0;
  width: 758px;
  border: 0px;
  background-color: #ffffff;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#content {
  padding: 5px;
  text-align: left;
  /*_height: 300px;
  min-height: 300px;*/
}

#title_img {
  height: 100px;
  overflow: hidden;
}

#link_bar_holder {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

#link_bar {
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #eee;
  background-image: url(../images/link_bar4.png);
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 3px 4px 3px;
}

#link_bar a {
  padding: 4px 8px 4px 8px;
  border: 0px;
  font-weight: bold;
}

#link_bar a,
#link_bar a:visited {
  text-decoration: none;
  color: #222;
}

#link_bar a:hover {
  text-decoration: none;
  background-color: #112992;
  color: #fff;
}

#ql_container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #000000;
  /*border-bottom: 1px solid #000000;*/
  background-color: #e6eefe;
  text-align: center;
}

#ql_contents {
  position: relative;
  padding: 3px;
  background-color: #e6eefe;
}

#ql_header {
  padding: 3px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "trebuchet ms";
}

#footer {
  background-color: #112992;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}


/*** USER PANEL ***/

#display_user_info {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #555;
  width: 100%;
  border-bottom: 1px solid #000;
  font-family: "trebuchet ms";
  font-size: 16px;
}

#userPanel {
  /*border-top: 1px solid #000000;*/
  border-bottom: 1px solid #000000;
  padding: 3px;
  background-color: #fff; /*#e6eefe;*/
  font-family: "trebuchet ms";
  font-size: 12px;
  border-collapse: collapse;
}

#userPanelLink_holder {
  position: relative;
  /*bottom: -2px;*/
  margin-top: 5px;
}

a.userPanelLink {
  margin:0;
  padding: 3px 6px 2px 6px;
  border-collapse: collapse;
  border: 1px solid #555;
  font-family: "trebuchet ms";
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

a.userPanelLink.userPanelLink_active {
  font-weight: bold;
}

a.userPanelLink.userPanelLink_active,
a.userPanelLink.userPanelLink:hover {
  border: 1px solid #112992;
  background-color: #d2daea;
  border-collapse: collapse;
  text-decoration: none;
  color: #112992;
}

a.userPanelLink.userPanelLink.userPanelLink_admin.userPanelLink_active,
a.userPanelLink.userPanelLink.userPanelLink_admin:hover {
  border: 1px solid #871f1f;
  background-color: #ead2d2;
}

a.userPanelLink.userPanelLink_admin {
  font-weight: bold;
  color: #ead2d2;
}

a.userPanelLink.userPanelLink_admin.userPanelLink_active,
a.userPanelLink.userPanelLink_admin:hover {
  color: #871f1f;
}

a.userPanelLink.clockIn:hover,
a.userPanelLink.clockIn {
  border: 1px solid #000;
  background-color: #22e02b;
  border-collapse: collapse;
  text-decoration: none;
  color: #000;
}

a.userPanelLink.clockOut:hover,
a.userPanelLink.clockOut {
  border: 1px solid #000;
  background-color: #f00;
  border-collapse: collapse;
  text-decoration: none;
  color: #000;
}

/*
.tabs_userPanelLink {
  margin:0;
  margin-left: 4px;
  padding: 3px 6px 2px 6px;
  border: 1px solid #000;
  border-collapse: collapse;
  font-family: "trebuchet ms";
  font-size: 12px;
  background-color: #d2daea;
}

.tabs_userPanelLink_active, .userPanelLink:hover {
  border: 1px solid #000;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
}

.tabs_userPanelLink a {
  color: #000;
  text-decoration: none;
}

.tabs_userPanelLink.userPanelLink_admin {
  background-color: #ead2d2;
}

.tabs_userPanelLink.userPanelLink_admin:hover,
.tabs_userPanelLink.userPanelLink_admin.userPanelLink_active {
  background-color: #ffffff;
}

.tabs_userPanelLink_admin a {
  color: #871f1f;
}
*/

img.pngfix {
  behavior: url('/css_2/pngHack.htc');
}
