﻿/*
Author: The iNet Group
Author URL: http://www.iNetGroup.com
Media: Print
Type: Print CSS
Other credits: Denoted below w/comments
*/

html {
height: 100.02%;
}

/* Global Selectors
////////////////////////////////////////////////////////////////////////////////// */

body {
color: #000000;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-decoration: none;
text-align: left;
line-height: 120%;
background: #ffffff;
}

form {
display: none;
}

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

td,tr {
padding: 2px;
border: 1px solid #000000;
}

ul {
list-style-type: square;
color: #000000;
font-weight: normal;
font-size: 10px;
text-decoration: none;
line-height: 120%;
}

img {
border-width: 0px;
}

h1 {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h2 {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

h3 {
color: #000000;
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

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

a.help {
color: #000000;
text-decoration: underline;
}

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

#content {
text-align: left;
}

#content_add {
text-align: left;
}

#content_no_borders {
text-align: left;
}

#content_no_borders_pop {
text-align: left;
}

#content_no_borders_plesk {
text-align: center;
}

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

#container_2_columns {
text-align: left;
}

#content_2_columns_left {
text-align: left;
}

#content_2_columns_right {
display: none;
}

#footer_2_columns {
display: none;
}

/* Global Content
////////////////////////////////////////////////////////////////////////////////// */

#header_sub_navigation {
display: none;
}

#header_navigation {
display: none;
}

#header_no_navigation {
display: none;
}

#header_no_navigation_pop {
display: none;
}

#footer_logos {
display: none;
}

#footer_copyright {
display: none;
}

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

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

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

.font_light_11 {
color: #000000 !important;
font-size: 11px;
line-height: 1.3em;
}

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

.font_red_11 {
color: #000000;
font-size: 11px;
line-height: 1.3em;
}

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

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

.box_portfolio {
color: #cccccc;
border: 1px solid #000000;
padding: 6px;
margin: 0px;
}