﻿/* 
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: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header {
width: 682px;
height: 96px;
padding: 10px;
margin: 0px;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
font-size: 10px;
text-align: right;
background: #ffffff url('../images/header.gif') no-repeat;
}

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

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

#footer {
width: 692px;
padding: 5px;
margin: 0px;
color: #666666;
font-size: 10px;
text-align: right;
background: #ffffff;
}

.table_content {
text-align: left;
line-height: 1.5em;
padding: 20px;
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 #006600;
padding: 6px;
margin: 2px;
background: #ffffff url('../images/loading.gif') no-repeat 50% 50%;
}

/* 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: normal;
}

#navcontainer a {
display: block;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
width: 130px;
background-color: #006600;
border-bottom: 6px solid #ffffff;
}

#navlist a:visited {
color: #ffffff;
text-decoration: none;
}

#navcontainer a:link {
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #cc9a02;
color: #ffffff;
}