/*
style sheet for the job forum
oct 2002
*/

/* this style sheet is for the files in the admin directory */

body { background-color: #FFFFFF; color: text=#000040}

p, td, ul, li, dl, dt, dd, blockquote { font-family: 'Times New Roman', serif; font-size: 14px; color: #000040 }

h1, h2, h3, h4 {
color: #4d1e2b;
}

ul, li { list-style-type: circle; padding-bottom: 5px; }

a:link { color: #4d1e2b; }
a:active { color: #070044; }
a:visited { color: #4d1e2b; }

.head1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; color: #4d1e2b; }
.head2 { font-family: 'Times New Roman', serif; font-size: 13px; font-weight: 700; color: #070044; }

.hilite1 { color: #4d1e2b; }
.hilite2 { color: #070044; }

.navcenter { font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-align: center; }

.sfcoc { font-family: 'Times New Roman', serif; font-size: 18px; font-weight: 550; color: #4d1e2b; }
.mainnav { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #070044; }
.smtext { font-family: 'Times New Roman', serif; font-size: 10px; color: #000040 }

/* [DTC: 1/30/2011] Added styles
 */
  

a:hover {
	color: #070044;
	text-decoration: none;
}


/*the footer, with copyright*/
.footer {
	font-size: 90%;
	text-align: right;
}

.footer:after {
	content: " © 2000-2011 The Job Forum. All rights reserved."
}

/* For toggling block of text on/off */
.faq-list dt
{
/*	color:#680202; */
  ccursor: pointer; cursor: hand;
}

.faq-list dt span
{
  font-family: monospace;
}

.faq-list dd
{
  padding-bottom: 15px;
}

html.isJS .faq-list dd
{
  display: none;
}


