﻿/* 
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Screen
Type: Master CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
padding-bottom: 15px; /* firefox bug */
margin-top: 45px;
margin-bottom: 15px;
background: #FFFFFF;
}

td, tr, p {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h1 {
color: #65B121;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}

h2 {
color: #2E4B94;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}

a {
color: #CC0000;
text-decoration: underline;
}

a:link {
color: #CC0000;
text-decoration: underline;
}

a:visited {
color: #CC0000;
text-decoration: underline;
}

a:hover {
color: #999999;
text-decoration: underline;
}

a:active {
color: #CC0000;
text-decoration: underline;
}

#navigation a {
color: #FF0000;
text-decoration: none;
}

#navigation a:link {
color: #FF0000;
text-decoration: none;
}

#navigation a:visited {
color: #FF0000;
text-decoration: none;
}

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

#navigation a:active {
color: #FF0000;
text-decoration: none;
}

/* 1 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#header {
width: 785px;
height: 50px;
padding: 0px;
margin-bottom: 5px;
background: #FFFFFF url('../images/b_01.jpg') no-repeat;
}

#multimedia {
width: 785px;
padding: 0px;
margin-bottom: 5px;
background: #CCCCCC;
}

#content {
width: 785px;
padding: 0px;
margin: 0px;
background: #FFFFFF url('../images/b_01.jpg') repeat;
}

#footer {
width: 785px;
height: 25px;
padding: 0px;
margin-top: 5px;
background: #CCCCCC;
}

.table_header {
color: #888888;
font-size: 10px;
text-align: right;
line-height: 1.5em;
padding-right: 10px;
margin: 0px;
}

.table_content {
text-align: left;
line-height: 1.5em;
padding: 20px;
margin: 0px;
}

.table_content_home {
font-size: 11px;
text-align: left;
line-height: 1.5em;
padding: 20px;
margin: 0px;
}

.table_footer {
color: #FFFFFF;
font-size: 10px;
text-align: right;
line-height: 1.5em;
padding-right: 10px;
margin: 0px;
}

/* Forms
////////////////////////////////////////////////////////////////////////////////// */

.form_grey {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
margin: 0px;
}

.form_red {                
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
border: 1px solid #FF0000;
padding: 5px;
margin: 0px;
}

/* Fonts
////////////////////////////////////////////////////////////////////////////////// */

.font_grey_10 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.1em;
text-align: left;
}

.font_red_10 {
color: #F00000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.1em;
text-align: left;
}

/* Boxes
////////////////////////////////////////////////////////////////////////////////// */

.box {
color: #808080;
border: 1px solid #FF0000;
padding: 6px;
margin: 0px;
background: #151515;
}

.images {
border: 1px solid #FF0000;
padding: 6px;
margin: 10px;
background: #FFFFFF url('../images/loading.gif') no-repeat 50% 50%;
}

.close{
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #FFFFFF;
}