﻿/* Color.css (dark-light) #390, #6C0, #D1F0B3, #EFFAE5
----------------------------------------------- */
.applicants a, .applicants a:link, .applicants a:visited
{
  color: #6C0;
}

.applicants a:hover, .applicants a:active
{
  color: #390;
}

.applicants h2, .applicants h3, .applicants h4
{
  color: #390;
}

.applicants h2 a, .applicants h2 a:link, .applicants h2 a:visited
{
  color: White;
}

.applicants input.btn
{
  color: #6C0;
}

.applicants legend
{
  color: #390;
}

/* =Lists.css
----------------------------------------------- */
.applicants .latest li:hover, .applicants .features li:hover
{
  border-color: #6C0;
}

.applicants .latest h4 a, .applicants .features h4 a
{
  background: url(../App_Themes/Applicants/Images/IconBullet_12x12.png) left 2px no-repeat;
}

.applicants .search select
{
  color: #390;
}

.applicants .linklist h3
{
  color: #6C0;
}

.applicants a.ptr, .applicants .linklist li a
{
  background: url(../App_Themes/Applicants/Images/raquo.png) 0 5px no-repeat;
}

/* =hdr
----------------------------------------------- */
.applicants .hdr
{
  background: #EFFAE5 url(../App_Themes/Applicants/Images/col_bg.png) left top repeat-x;
}

.applicants .hdr > h1, .applicants .hdr > h2
{
  XXcolor: #390;
  color: White;
}

.applicants .hdr .hdr_tl
{
  background: transparent url(../App_Themes/Applicants/Images/col_tl.png) left top no-repeat;
}

.applicants .hdr .hdr_tr
{
  background: transparent url(../App_Themes/Applicants/Images/col_tr.png) left top no-repeat;
}