/* -------------------------------------------------------------- */
/* Resources Compliance Knowledgebase    SKILL ZONE LTD, 2008     */
/* -------------------------------------------------------------- */ 
BODY
{
margin: 0;
padding: 20px;
background: #D2D2D2 url(grad_grey_bar.gif) top left repeat-x;
}


h1
{
font-size: 15pt;
font-weight: bold;
line-height: normal;
}

h2
{
color: black;
font-weight: bold;
font-size: 13pt;
line-height: normal;
}

h3
{
color: black;
font-weight: bold;
font-size: 12pt;
line-height: normal;
}

div.footer
{
font-size: x-small;
}

/* --------------------------------------------------- */
/* RESOURCE COMPLIANCE PAGE                            */
/* --------------------------------------------------- */

td.red
{
width: 200px;
height: 450px;
background: #c84040 url(grad_red_bar.gif) top left repeat-x;
padding:10px;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
}

td.red a, td.red a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

td.red a:active, td.red a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}

td.mainbox
{
background: #f0eee5;
padding:10px;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

span.redheading
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #E6113B;
}

td.grey_small_text 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #333333;
}

a:link
{
text-decoration: none;
color: #952020;
}

a:visited
{
text-decoration: none;
color: #952020;
}

a:hover
{
text-decoration: underline;
color: #333333;
}

a:active
{
text-decoration: none;
color: #333333;
}

/* --------------------------------------------------- */
/* FORMS                                               */
/* --------------------------------------------------- */
INPUT.modern, TEXTAREA.modern
{
border: solid black 1px;
background: #f0f8ff;
width: 400px;
}

