/* font faces */
body, div, span, p, form, td, ul, ol, input, select, option, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}
.plaintext {
	font-family: 'Courier New', courier, monospace;
}
h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
}

/* font sizes */
.head {
	font-size: 17pt;
}
h1, .head2, .head2red {
	font-size: 14pt;
}
h2, .subh1, .subh2 {
	font-size: 12pt;
}
h3, .subh3, .thead, .searchbox, .txt, .txtr {
	font-size: 10pt;
}
body, div, span, p, form, td, ul, ol, input, select, option, textarea,
.sml, .smlw, .plaintext {
	font-size: 9pt;
}
.small, .tny, .tnyw {
	font-size: 8pt;
}
.featured {
	font-size: x-small;
}

/* font weights */
h1, h2, h3, fieldset legend, .head2red, .thead, .new, .featured {
	font-weight: bold;
}

/* background color (I have no idea why this is explicitly set) */
.sthead {
	background-color: white;
}

/* colours */
.smlw, .tnyw, .featured {
	color: white;
}
h1, h2.title, .txtr, .red, .head2red, .new {
	color: red;
}
.featured {
	background-color: red;
}

/* home page titles */
h2.title {
	border-top: solid 1px black;
	padding-top: 3px;
	margin-bottom: 0;
}

/* link colours */
a:link    { color: #990000 }
a:visited { color: #333333 }
a:active  { color: #990000 }
a:hover   { color: #FF0000 }
a.sidebar:link { color: #ffffff }
a.sidebar:visited { color: #ffffff }
a.sidebar:active { color: #ffffff }
a.sidebar:hover { color: #ffffff }

/* Home page - need new p spacing to replace spacer gids */
td.sml p {
	margin: 0.5em 0;
}
td.sml p.sml {
	margin: 0.5em 0 1.5em 0;
}

ul.tickboxes li {
	list-style-type: none;
}

/* new style for mags wrappers required in ujs */
p.pUnSpaced {  
	margin: 0.4em 0;
}


#jobdesc {
	border-style: solid;
	border-color: black;
	border-width: 1px 0;
	padding: 6px 0;
	}
#jobfeatlogo {
	width: 200px;
	float: right;
	text-align: center;
	margin: 0 0 20px 0;
	}

/* standout boxes on advertising page */
td.sml p.standout, .boxout {
	border: solid 1px black;
	margin: 1em 3em;
	padding: 1em;
	/*/*//*/
	margin: 0.2em 3em;
	padding: 0.5em 0.5em 0.2em 0.5em;
	/* */
}

/* Featured products */
.featured {
	padding: 1px;
}

/* Magazine table-of-contents style */
h2.tocHeading {
	font: bold medium arial, helvetica, sans-serif;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
}
.tocSection {
	margin-left: 3em;
}
.tocSection ul, .tocSection dl, .tocSection p {
	margin-top: 0 !important; /* clash with td.sml p */
	margin-bottom: 0.25em !important; /* clash with td.sml p */
}
.tocSection ul {
	list-style-type: none;
	margin-left: 0; /* MSIE */
	padding-left: 0; /* Gecko */
}
.tocSection dd {
	font-size: smaller;
}

/* New magazine index style */
ul.magazineIndex, ul.sidebarMenu {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	/*/*/ /*/
	margin-left: -2em;
	/* end hack for Netscape 4 */
}
ul.magazineIndex .author {
	color: green;
}
ul.magazineIndex .page {
	color: #666;
}
ul.sidebarMenu li {
	margin-bottom: 0.25em;
}

/*
 * Default styles for FIELDSET/LEGEND/LABEL
 */
fieldset {
	border: solid 1px black;
	padding: 4px;
}

fieldset br {
	clear: both;
}

fieldset legend {
	color: black;
}

/* Second-level LEGENDs have a slightly different style */
fieldset fieldset legend {
	font-weight: normal;
	font-style: italic;
	color: black;
}

label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding: 0 2px 0 0;
}

label.checkbox, label.radio {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
}

label[for] {
	cusror: pointer;
}


/* samples product platform contact form */
.noerr {
  color: black;
}

.err {
  color: red;
}

#message {
   color: red; 
   font-size: 1.2em;
   text-align: center;
}

.required {
  color: red;
}

/* end of samples product platform stuff */

div#readerComments {
	margin: 0;
	padding: 0;	
}

#readerComments h1 {
	margin-top: 0;
	color: #000;
}

#readerComments h2 {
	color: #f00;
}

#readerComments #note {
	font-size: x-small;
	border-top: solid 1px #ccc;
	margin-top: 2em;
}

#readerComments p.even {
	font-weight: bold;
}

address {
	font-style: normal;
}

h3.sidebar {
  color: #fff;
  background-color: #f00;
  text-transform: lowercase;
}
