﻿body
{
    margin: 0px;
    background-color: White;
    background-image: url("../images/main_bg.gif");
    background-repeat: repeat-x;
}
a
{
    color: #435567;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.hr
{
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #cccccc;
}
.mainWrapper
{
    margin: 0px auto 0px auto;
}
.header
{
    background-image: url("../images/header.gif");
    background-repeat: no-repeat;
}
.tagline
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #aaaaaa;
    position: relative;
    top: 75px;
    left: 95px;
}
.nav_bg
{
    background-image: url("../images/nav_bg.gif");
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: Black;
}
.nav_bg a
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #dddddd;
}
.nav_bg a:hover
{
    color: White;
}
.selected
{
    background-image: url("../images/nav_tab_bg.gif");
    background-repeat: repeat-x;
}
.content
{
    font-family: Verdana;
    font-size: 12px;
    background-color: White;
    padding: 30px;
    line-height: 20px;
}
.contenthome
{
    font-family: Verdana;
    font-size: 12px;
    background-color: White;
    padding: 0px;
    line-height: 20px;
}
.news
{
    padding: 12px 30px 12px 30px;
    line-height: 16px;
    color: #666666;
}
.news strong
{
    color: #333333;
}
.projectandclientcontent
{
    font-family: Verdana;
    font-size: 12px;
    background-color: White;
    margin: 0px;
    padding: 30px 0px 12px 18px;
    line-height: 20px;
}
.spinpublishercontent
{
    margin: 0px 15px 0px 15px;
    padding: 0px 15px 0px 15px;
    border-left: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    min-height: 720px;
}
.spinpublishernavigation
{
    width: 175px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    margin: 4px 0px 18px 0px;
    padding: 12px 0px 14px 0px;
}
.spinpublishernavigation ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.spinpublisheruserstext
{
    line-height: normal;
    font-size: 11px;
    color: #666666;
}
.spinpublisherusersimages
{
    width: 171px;
    border-top: solid 1px #eeeeee;
    margin-top: 12px;
    padding-top: 12px;
    text-align: center;
}
.spinpublisherusersimages img
{
    margin-bottom: 12px;
}
.screenBG
{
	background-color: Black;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	visibility: hidden;
}
.Screen
{
	position: absolute;
	width: 908px;
	z-index: 200;
	background-color: Black;
	visibility: hidden;
	padding: 10px;
	border: solid 1px White;
}
.spinpublisherhead
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 22px;
    color: White;
    padding: 0px 0px 6px 2px;
}
.spinpublisherclose
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 6px 6px 0px;
}
.spinpublisherclose a
{
    color: #ff3300;
    text-decoration: none;
}
.smalltext
{
    font-size: 10px;
    color: #999999;
}
.bullet
{
    padding-right: 4px;
    color: #ff3300;
}
.headline
{
    display: block;
    font-size: 16px;
    color: #435567;
    margin-bottom: 12px;
}
.oops
{
    font-size: 48px;
    color: #435567;
}
.listBox
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 300px;
}
.clientwrapper
{
    width: 175px;
    height: 210px;
    margin: 0px 6px 12px 6px;
    text-align: center;
    float: left;
    border: solid 1px #eeeeee;
    line-height: normal;
}
.clientindustry
{
    color: #666666;
    font-size: 11px;
    line-height: normal;
}
.projectwrapper
{
    width: 300px;
    height: 300px;
    margin: 0px 6px 12px 6px;
    text-align: center;
    float: left;
    border: solid 1px #eeeeee;
    line-height: normal;
}
.projectdescription
{
    border-top: solid 1px #eeeeee;
    padding-top: 10px;
    line-height: normal;
}
.projectdescription span
{
    color: #666666;
    font-size: 11px;
    line-height: normal;
}
.leftshadow
{
    background-image: url("../images/shadow_left_bg.gif");
    background-repeat: repeat-y;
}
.rightshadow
{
    background-image: url("../images/shadow_right_bg.gif");
    background-repeat: repeat-y;
}
.footer
{
    font-family: Verdana;
    font-size: 9px;
    color: #cccccc;
    padding: 0px 16px 12px 0px;
}