﻿/*
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-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
background: #ffffff url('../images/b_01.jpg') repeat-y;
text-align: left; /* apply only for center div otherwise use left */
}

p {
margin: 0px;
}

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

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

ul {
list-style-type: square;
color: #999999;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 1.8em;
}

img {
border-width: 0px;
}

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

h2 {
color: #414278;
font-family: 'Trebuchet MS', verdana, sans-serif;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-indent: 0px;
}

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

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

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

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

#logo {
width: 102px;
height: 45px;
top: 40px;
left: 50px;
position: absolute;
background: #ffffff url('../images/logo.jpg') no-repeat top left;
}

#header {
width: 599px;
height: 111px;
padding: 0px;
margin-left: 161px;
border-bottom: 10px solid #cccccc;
text-align: right;
background: #f1f1f5;
}

#multimedia {
width: 599px;
padding: 0px;
margin-left: 161px;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
text-align: left;
background: #ffffff;
}

#content {
width: 559px;
padding: 20px;
margin-left: 161px;
border-top: 10px solid #cccccc;
border-bottom: 10px solid #cccccc;
text-align: left;
line-height: 1.5em;
background: #ffffff;
}

#footer {
width: 594px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 25px;
margin-left: 161px;
border-top: 2px solid #ffffff;
text-align: right;
color: #808080;
font-size: 10px;
background: #f1f1f5;
}

/* 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_grey_12 {
color: #808080;
font-size: 12px;
}

.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;
}

.submit {
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}

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

.box {
color: #808080;
border: 1px solid #ff0000;
padding: 6px;
margin: 0px;
background: #151515 url('../images/loading.gif') no-repeat center center;
}

.close{
color: #999999;
font-size: 11px;
font-weight: normal;
border: 1px solid #999999;
background: #ffffff;
}