﻿
/* Reset
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain) */
/* this is the line that causes issues in internet explorer 7 */
.link-modules, .link-modules * { position:relative; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
    background: #ffffff url(../images/bg.png) repeat-x;
    font-size: 11pt;
	line-height: 1.5;
}
* { font-family: Times New Roman;} 

strong
{
    font-weight: bold;
}

hr
{
    border: none;
    border-top: 1px solid #c7c7c7;
}

h1, h2, h3, h4, h5, h6, p
{
    color: #030000;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 3px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h1, h2, h3
{
    background: #cac3b9 url(../images/bg-title.png) repeat-x;
    border: 1px solid #9a9790;
    border-left: 0;
    border-right: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 1em;
    margin: 0.5em 0;
}

h1
{
	font-size: 140%;
}

h2
{
	font-size: 130%;
}

h3
{
	font-size: 120%;
}

a
{
    color: #aa2512;
    text-decoration: none;
}

a:hover
{
    color: #000000;
}

a.active {color: #000}

label
{
    font-weight: bold;
}

img
{
    border: 0;
}

table 
{
    width: 100%;
}

table th,
table td
{
    padding: 5px;
    vertical-align: middle;
}

table thead tr th
{
    font-weight: bold;    
    background: #cac3b9 url(../images/bg-title.png) repeat-x;
    color: #030000;
    text-align: left;
}

table tbody tr:nth-child(even) 
{
    background: #e7e4df;
}

table tbody tr:hover
{
    background: #f2f2f2;
    cursor: pointer;
}