﻿/* 
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: 0px;
margin-top: 55px;
margin-bottom: 15px;
background: #FFFFFF;
}

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

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

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

img {
border-width: 0px;
}

h1 {
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #666666;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

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

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

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

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

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

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

#header {
width: 800px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
}

#content {
width: 790px;
padding: 0px;
border-right: 5px solid #000000;
border-left: 5px solid #000000;
margin: 0px;
background: #FFFFFF;
}

#footer {
width: 800px;
padding: 0px;
margin: 0px;
background: #FFFFFF;
}

.table_content {
text-align: left;
line-height: 1.3em;
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;
}

/* Misc
////////////////////////////////////////////////////////////////////////////////// */

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