﻿/* 
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: #808080;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 55px;
margin-bottom: 45px;
background: #ffffff;
text-align: center; /* apply only for center div otherwise use left */
}

table {
width: 100%;
margin: 0px;
text-align: left;
border-collapse: collapse;
}

tr {
padding: 5px;
border: 1px solid #999999;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

td {
padding: 5px;
border: 1px solid #999999;
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

ul {
list-style-type: square;
color: #999999;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

h1 {
color: #7aC042;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 18px;
text-decoration: none;
text-indent: 0px;
}

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

a {
color: #7aC042;
text-decoration: underline;
}

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

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

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

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

#menus a {
color: #5d378b;
text-decoration: none;
}

#menus a:link {
color: #5d378b;
text-decoration: none;
}

#menus a:visited {
color: #5d378b;
text-decoration: none;
}

#menus a:hover {
color: #367c2b;
text-decoration: none;
}

#menus a:active {
color: #5d378b;
text-decoration: none;
}


/* Centering Container
////////////////////////////////////////////////////////////////////////////////// */

#container_center {
width: 740px;
margin: 0 auto;
text-align: left;
}

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

#sub {
width: 798px;
padding-bottom: 10px;
margin: 0px;
text-align: right;
font-size: 10px;
background: #ffffff;
}

#header {
width: 798px;
padding-bottom: 10px;
margin: 0px;
text-align: right;
font-size: 10px;
background: #ffffff;
}

/* 2 Column Content
////////////////////////////////////////////////////////////////////////////////// */

#container_2_columns {
width: 798px;
padding: 0px;
border: 0px;
margin-right: auto;
margin-left: auto;
}

#content_2_columns_left {
float: left;
width: 170px;
overflow: hidden;
}

#menus {
height: 507px;
padding-left: 10px;
padding-top: 10px;
color: #808080;
font-size: 11px;
font-weight: bold;
background: #ffffff url('../images/menus.jpg') no-repeat;
}

#content_2_columns_right {
float: right;
width: 628px;
overflow: hidden;
}

#footer_2_columns {
width: 798px;
height: 0px;
font-size: 10px;
text-align: right;
clear: both;
}

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

.font_grey_10 {
color: #808080;
font-size: 10px;
line-height: 1.3em;
}

.font_red_10 {
color: #ff0000;
font-size: 10px;
line-height: 1.3em;
}

.font_red_12 {
color: #ff0000;
font-size: 12px;
}

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

.input_grey {
color: #666666;
font-size: 11px;
border: 1px solid #999999;
padding: 2px;
margin-bottom: 5px;
background: #ffffff;
}

.input_red {
color: #666666;
font-size: 11px;
border: 1px solid #ff0000;
padding: 2px;
margin-bottom: 5px;
background: #ffffff url('../images/b_03.jpg') repeat;
}

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

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

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