﻿/*
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: #555555;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin-top: 45px;
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;
}

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

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

img {
border-width: 0px;
}

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

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

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

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

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

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

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

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

#languages {
width: 786px;
height: 30px;
padding: 0px;
margin: 0px;
text-align: right;
background: #ffffff;
}

#line_light_blue {
width: 786px;
height: 10px;
margin: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background: #ffffff url('../images/line_light_blue.gif') no-repeat center center;
}

#line_dark_blue {
width: 786px;
height: 10px;
margin: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background: #ffffff url('../images/line_dark_blue.gif') no-repeat center center;
}

#header {
width: 781px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
margin: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
text-align: right;
color: #808080;
font-size: 10px;
line-height: 1.3em;
background: #ffffff url('../images/logo.gif') no-repeat left center;
}

#content {
width: 562px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
margin: 0px;
text-align: left;
color: #555555;
font-size: 12px;
background: #ffffff;
}

#footer {
width: 786px;
padding-top: 5px;
padding-bottom: 25px;
margin: 0px;
text-align: right;
color: #808080;
font-size: 10px;
background: #ffffff;
}

#pop {
width: 450px;
margin-top: -30px;
text-align: left;
color: #808080;
font-size: 11px;
background: #ffffff;
}

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

#container_2_columns {
width: 786px;
padding: 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
text-align: left;
line-height: 1.5em;
margin-right: auto;
margin-left: auto;
background: #ffffff url('../images/background_side.gif') repeat-y left;
}

#content_2_columns_left {
float: left;
width: 160px;
height: 100%;
padding-left: 34px;
overflow: hidden;
}

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

#footer_2_columns { /* apply inside container_2_columns */
clear: both; /* only use this line in case of lack of content */
}

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

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

.font_grey_11 {
color: #555555;
font-size: 11px;
line-height: 1.5em;
}

.font_grey_12 {
color: #808080;
font-size: 12px;
}

.font_navigation {
color: #336699;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
padding-left: 15px;
background: url('../images/bullet_01.gif') no-repeat left center;
}

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

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

#navcontainer {
width: 155px;
margin-top: 12px;
margin-bottom: 12px;
}

#navcontainer ul {
margin: 0px;
padding-bottom: 7px;
padding-left: 0px;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
}

#navcontainer a {
padding-left: 15px;
background: url('../images/bullet_02.gif') no-repeat left center;
}

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

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

#navcontainer a:hover {
color: #336699;
background: url('../images/bullet_03.gif') no-repeat left center;
}

#navcontainer #currentpage a {
color: #336699;
background: url('../images/bullet_04.gif') no-repeat left center;
}