@import "http://www.bevivid.co.uk/core_stylesheet.css";

/*////////////////////		Quick Reference		////////////////////*/

/*
Colors:
--------------------
Black: #000
White: #fff
Red: #f00
Green: #0f0
Blue: #00f
Yellow: #ff0
Cyan: #0ff
Magenta: #f0f

darkest to lightest respecfivly = 123456789abcdef

e.g take red: #f00, #c00 will darken the red color.

Divs:
--------------------
If at all possible DO NOT apply a width if you have applied a border, margin or padding to the same div element.
*/

/* remove default padding on certain elements, please take any tags out you do not wish to be affected */
img, form, h1, h2, h3, h4, h5, h6, p, body {border: 0; padding: 0; margin: 0}

/* set background to white and set the default font style. */
body {background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333}


/*		General Layout		*/

#header {height: 80px; background: #f60 url(images/wms-header.png) top left no-repeat; border-top: 1px solid #f60; border-bottom: 4px solid #c00; clear: both}
#content {margin: 0 10px 0 10px}


/* CCS tables */

.table {border: 1px solid #ccc}
.table_heading {background: #fff url('images/table-header.png') bottom left no-repeat; color: #000; font-weight: bold}
.table_footer {background-color: #eee}
.table_heading td {border-top: 2px solid #f60; padding-top: 5px; padding-bottom: 5px}
.table_footer td {border-top: 2px solid #f60}
.table td {border-bottom: 1px solid #ccc}
.subtable td {border-bottom: none}
.table tr:hover {background-color: #ffe}


/*		Text		*/

h1 {font-weight: bold; font-size: medium; font-family: Arial, Helvetica, sans-serif; color: #000; margin-bottom: 5px}
h2 {font-weight: bold; font-size: medium; font-family: Arial, Helvetica, sans-serif; color: #fff; background: #f60; padding: 5px}
h3 {font-weight: bold; font-size: medium; font-family: Arial, Helvetica, sans-serif; color: #333; margin-bottom: 10px}

p {font-size: small; font-family: Arial, Helvetica, sans-serif; color: #333}