/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: Navy  ; 
 /*   background-color:  darkred; */
}

/* background color for the content part of the pages */
body
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: white;
    margin: 0px;
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link
{
	color: darkred;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  darkred;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* DEFAULT PAGE LAYOUT */
.pageTable {
    width: 100%;
    border: 0px;
}
.paneTable {
    width: 98%;
    border: 0px;
}
.pageTable tr, .paneTable tr {
    vertical-align: top;
}
.paneTable td {
    padding: 4px;
}
.errorTable {
    width: 100%;
    height: 100%;
    border: 0px;
    border-spacing: 6px;
    border-collapse: separate;
}
.errorTable td {
    padding: 1px;
}
.noshade {
    border: 1px solid rgb(128, 128, 128);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 200px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .message {
  max-height: 30%;
  overflow: auto;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family:   Book Antiqua, Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    color:#6b78a2;
    font-weight: bold;
}

#site_header {
    position: absolute;
    height:125px;
    width:100%;
    top: 0px;
    left: 0px;
    background-color: #0823A4;
    background-image: url('images/site_header_repeat.jpg');
    background-repeat: repeat-x;
}

#site_header_left {
    position: absolute;
    top: 0px;
    left: 0px;
}

#site_header_right {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
}

#site_header_right img {
    width: 200px;
}

#site_date_label {
    margin-top: 18px;
    margin-right: 5px;
    color: lightgray;
}

#site_root_name {
    position: absolute;
    top: 43px;
    left: 100px;
    color: #FFF;
}

#site_root_name a {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
}

#site_root_name a:link,
#site_root_name a:visited,
#site_root_name a:hover {
    color: #FFF;
}

#current_site_name {
    position: absolute;
    top: 56px;
    left: 93px;
    color: #FFF;
    position: absolute;
}

#current_site_name a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24pt;
    text-decoration: none;
    color: #FFF;
    padding: 0px;
    margin: 0px;
}

#current_site_name a:link,
#current_site_name a:visited,
#current_site_name a:hover {
    color: #FFF;
}

/*    font-weight: bold;*/
/* background/border colors for the selected tab */
.TabBg {
    background-color: #cccccc;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #9ccccc;
    border-color:  black;
}
/*    background-color: dimgray;*/

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:Black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana,Helvetica,sans-serif ;
    font-size: 11px;
    color: white;
    text-decoration: none;
}
/*    font-weight: bold*/
/*    color:gainsboro;*/

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: white;
}

A.OtherTabs:active  {
    text-decoration: none;
    color: white;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: lightcyan;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited  {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:active   {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:hover    {
    text-decoration: underline;
    color: white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight: bold;
}

/* Append this CSS code to your "portal.css" (default) file
/*	this will provide the initial style for the sub tabs.
/*	Feel free to modify this to match your site style.
/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg {
    background-color: steelblue;
    border-color: white;
}
.searchBar {
    background-color: steelblue;
    border-color: black;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color: #cccccc;
    border-color: white;
    margin-top: 2px;    
}
.GrayBorder {
    background-color: gray;
    border-color: black;
    margin-top: 2px;    
}
.WhiteBorder {
    background-color: white;
    border-color: black;
    margin-top: 2px;    
}
/* text style for the selected sub tab */
.SelectedSubTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    font-weight: bold
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    text-decoration:none;
}
/*    font-weight: bold*/

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherSubTabs:hover   {
    text-decoration: underline;
    color:white;
}

/* end of SUB tab section
/* *****************************************************


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: black;
/*    font-size:  16px;
    font-weight:    normal;
    color: #666644;*/
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* style of really small module subtitles */
.TinyHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    normal;
    color: black;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}
.WhiteLink, A.WhiteLink, .WhiteLink:visited, A.WhiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: white;
}
.WhiteLink:hover, A.WhiteLink:hover {
    text-decoration: underline;
    color:white;
}
.SearchLink, .SearchLink:visited, A.SearchLink, A.SearchLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: white;
}
.SearchLink:hover, A.SearchLink:hover {
    text-decoration: underline;
    color: white;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.ErrorBox
{
	border-right: red thin solid;
	padding-right: 4px;
	border-top: red thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: red thin solid;
	padding-top: 4px;
	border-bottom: red thin solid;
	background-color: transparent;
}

.ErrorMessageTitle
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}

.ErrorMessage
{
	font-size: 11px;
	color: red;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: darkred;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: darkred;
}

.bannerImage
{
	filter: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=0,finishOpacity=100,startX=0,finishX=10,startY=0,finishY=0)
}

.ErroredControl
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Verdana;
}

.StepList
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: khaki;
}

.StepListTitle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: khaki;
	text-align: left;
	font-variant: small-caps;
}

.StepListCurrent
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: khaki;
}







.WizHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
}

.WizInstructions
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}

.WizQuestions
{
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}

.WizConfirmation
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}

.WizRequired
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
}
.TableHeader
{
	font-weight: bold;
	font-size: 11px;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6b78a2;
}

.TableFooter
{
	font-weight: normal;
	font-size: 10px;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6b78a2;
}
.TableItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TableAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #dddcee;
}
.TablePager
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6b78a2;
}
A.AddEmployer
{
	border-right: silver thin outset;
	padding-right: 5px;
	border-top: silver thin outset;
	padding-left: 6px;
	font-size: x-small;
	padding-bottom: 1px;
	vertical-align: baseline;
	border-left: silver thin outset;
	color: black;
	padding-top: 1px;
	border-bottom: silver thin outset;
	font-family: Arial;
	background-color: lightgrey;
	text-align: center;
	text-decoration: none;
}
A.AddEmployer:link
{
	color: black;
	text-decoration: none;
}
A.AddEmployer:visited
{
	color: black;
	text-decoration: none;
}
A.AddEmployer:active
{
	color: black;
	text-decoration: none;
}
A.AddEmployer:hover
{
	color: black;
	text-decoration: none;
}

.ProfileSection td 
{
    white-space:nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px  
}

.ProfileSection td.Label
{
    width: 1%;
    font-weight: bold;
}