﻿/* 
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: 11px;
text-decoration: none;
padding: 0px;
margin-top: 45px;
margin-bottom: 15px;
background: #CCCCCC;
}

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

h1 {
color: #033B76;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

a {
color: #033B76;
text-decoration: underline;
}

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

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

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

a:active {
color: #033B76;
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;
}

#footer a {
color: #FFFFFF;
text-decoration: underline;
}

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

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

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

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

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

#logo {
width: 700px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
text-align: left;
}

#banner {
width: 700px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#content {
width: 700px;
padding: 0px;
margin: 0px;
background: #FFFFFF url('../images/b_01.gif') repeat-y left;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#spacer_top {
width: 700px;
height: 20px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#footer {
width: 702px;
padding: 0px;
margin: 0px;
background: #999999;
}

#spacer_bottom {
width: 700px;
height: 20px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

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

.table_footer {
color: #E2E2E2;
font-size: 10px;
text-align: center;
line-height: 1.5em;
padding: 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;
}

/* Navigation
////////////////////////////////////////////////////////////////////////////////// */

#navcontainer {
width: 160px;
margin-top: 20px;
}

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

#navcontainer a {
display: block;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
width: 130px;
background-color: #033B76;
border-bottom: 6px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #999999;
color: #FFFFFF;
}