/*
FILE: jocom.css
AUTHOR: Brandon Regard
DATE: 09.03.2008
DESCRIPTION: Site wide CSS
*/

html {
	height: 100%;
	margin-bottom: 1px; 
}

body {
	background-color: #F1F1F2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9pt;
}

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

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 10px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}

img {
	vertical-align: middle;
}

#page-margin {
    background-color:#F1F1F2;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#page-footer {
	padding-top: 15px;
	clear: both;
}

/*
CLASS SELECTORS
*/
.page {
	width: 810px;
}

.menubar {
	width: 810px;
	height: 63px; 
	margin-top: 15px;
}

.menu-filler {
	height: 31px;
	background-image: url("../img/item.png");
	background-repeat: repeat-x;
}

.menu-top-left {
	width: 10px;
	height: 31px;
	background-image: url("../img/menu_top_left.png");
	background-repeat: no-repeat;
	float: left;
}

.menu-top-right {
	width: 12px;
	height: 31px;
	background-image: url("../img/menu_top_right.png");
	background-repeat: no-repeat;
	float: right;
}

.item-active-left {
	height: 31px;
	width: 6px;
	background-image: url("../img/item_active_left.png");
	background-repeat: no-repeat;
	float: left;
}

.item-active-right {
	height: 31px;
	width: 7px;
	background-image: url("../img/item_active_right.png");
	background-repeat: no-repeat;
	float: left;
}

.item-active {
	height: 19px;
	background-image: url("../img/item_active.png");
	background-repeat: repeat-x;
	float: left;
	color: #FFFFFF;
	padding-top: 12px;
	text-decoration: none;
	font-weight: bold;
}

.item-active:hover {
	text-decoration: underline;
}

.item {
	height: 21px;
	float: left;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.menu-status-filler {
	height: 31px;
	background-image: url("../img/menu_status.png");
	background-repeat: repeat-x;
}

.menu-status-left {
	width: 10px;
	height: 31px;
	background-image: url("../img/menu_status_left.png");
	background-repeat: no-repeat;
	float: left;
}

.menu-status {
	height: 22px;
	width: 788px;
	float: left;
	padding-top: 9px;
	color: #666666;
	font-size: 8pt;
}

.menu-status-right {
	width: 12px;
	height: 31px;
	background-image: url("../img/menu_status_right.png");
	background-repeat: no-repeat;
	float: right;
}

.blur {
	background: transparent url("../img/blur.png");
	color: inherit;
	position: absolute;
	width: 250px;
	z-index: 500;
	margin-left: 2px;
	margin-top: 2px;
	visibility: hidden;
}

.shadow, .content {
	position: relative;
	bottom: 1px;
	right: 1px;
}

.shadow {
	background: transparent url("../img/shadow.png");
	color: inherit;
}

.content {
	background-image: url("../img/menu_background.png");
	background-repeat: repeat-x;
	background-position: bottom left; 
	color: #000000; 
	border: 1px solid #666666;
	padding: 0px 10px 10px 10px;
}

.small-description {
	font-size: 8pt;
	color: #666666;
}

p, .body-text {
	font-size: 9pt;
	color: #666666;
}

.body-text-bold {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.body-text-small {
	font-size: 8pt;
	color: #666666;
}

.list-big {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.list-big li {
	background-image: url("../img/bullet_big.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 0px 0px 30px;
	margin-top: 0px;
}

.list-small {
	list-style-image: url("../img/bullet_small.png");
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.list-mac {
	list-style-type: none;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.list-mac li {
	background-image: url("../img/mac.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 0px 0px 30px;
	margin-top: 0px;
}

.list-win {
	list-style-type: none;
	margin: 0px;
	padding: 25px 0px 0px 0px;
}

.list-win li {
	background-image: url("../img/win.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 0px 0px 30px;
	margin-top: 0px;
}

.list-server {
	list-style-type: none;
	margin: 0px 0px 20px 26px;
	padding: 0px;
}

.list-server li {
	background-image: url("../img/server.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 30px;
	padding: 5px 0px 0px 30px;
	margin-top: 0px;
	line-height: 20px;
}

.list-client {
	list-style-type: none;
	margin: 0px 0px 20px 26px;
	padding: 0px;
}

.list-client li {
	background-image: url("../img/client.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 0px 0px 30px;
	margin-top: 0px;
	line-height: 20px;
}

.footer-text {
	font-size: 8pt;
	color: #999999;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.jsvalidation {
	font-size: 8pt;
	color: #BF2C37;
}

.sidebar {
	width: 286px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}

h3.side {
	color: #666666;
}

.body-with-sidebar {
	float: left;
	width: 509px;
}

.body-top {
	background-image: url("../img/body_top.png");
	width: 810px;
	height: 9px;
	float: left;
}

.body-middle {
	background-image: url("../img/body.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	width: 788px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.body-bottom {
	background-image: url("../img/body_bottom.png");
	width: 810px;
	height: 13px;
	float: left;
}

.sidebar-top {
	background-image: url("../img/sidebar_top.png");
	width: 286px;
	height: 9px;
	float: left;
}

.sidebar-middle {
	background-image: url("../img/sidebar_middle.png");
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	width: 264px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.sidebar-bottom {
	background-image: url("../img/sidebar_bottom.png");
	width: 286px;
	height: 13px;
	float: left;
	margin-bottom: 10px;
}

.sidebar-form-header {
	float: left;
	clear: both;
}

.sidebar-form-body {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.sidebar-form-footer {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

#download-form-input-name,
#download-form-input-company,
#download-form-input-email,
#support-form-input-name,
#support-form-input-company,
#support-form-input-email,
#support-form-input-subject {
	width: 254px;
}

#download-form-input-users {
	width: 100px;
}

#support-form-input-description {
	width: 254px;
	height: 150px;
}

.sidebar-form {
	padding-top: 10px;
}

.sidebar-form-row {
	padding-top: 5px;
	width: 244px;
	clear: both;
}

.sidebar-form-label {
	width: 20px;
	float: left;
	text-align: right;
}

.sidebar-form-input {
	width: 219px;
	padding-left: 5px;
	float: right;
	text-align: left;
}

#newsbar-top {
	background-image: url("../img/newsbar_top.png");
	width: 810px;
	height: 9px;
	float: left;
}

#newsbar-middle {
	background-color: #FFFFFF;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	width: 788px;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#newsbar-middle a {
	text-decoration: none;
}

#newsbar-bottom {
	background-image: url("../img/newsbar_bottom.png");
	width: 810px;
	height: 9px;
	margin-bottom: 10px;
	float: left;
}

#support-button {
	width: 166px;
	height: 36px;
	border: 0px;
	background: transparent url("../img/support.png") center top;
	cursor: pointer;
}

.document-icon {
	clear: left;
	float: left;
}

.document-description {
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}

.sidebar-top {
	background-image: url("../img/sidebar_top.png");
	width: 286px;
	height: 9px;
	float: left;
}

.sidebar-middle {
	background-image: url("../img/sidebar_middle.png");
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	width: 264px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.sidebar-bottom {
	background-image: url("../img/sidebar_bottom.png");
	width: 286px;
	height: 13px;
	float: left;
	margin-bottom: 10px;
}

.sidebar-form-header {
	float: left;
	clear: both;
}

.sidebar-form-body {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.sidebar-form-footer {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

#download-form-input-name,
#download-form-input-company,
#download-form-input-email,
#support-form-input-name,
#support-form-input-company,
#support-form-input-email,
#support-form-input-subject {
	width: 254px;
}

#download-form-input-users {
	width: 100px;
}

#support-form-input-description {
	width: 254px;
	height: 150px;
}

#info-form {
	padding-top: 0px;
}

.info-form-row {
	padding-top: 5px;
	width: 204px;
	clear: both;
}

.info-form-label {
	width: 20px;
	float: left;
	text-align: right;
}

.info-form-input {
	width: 179px;
	padding-left: 5px;
	float: right;
	text-align: left;
}

#info-top {
	background-image: url("../img/info_top.png");
	width: 480px;
	height: 9px;
	float: left;
}

#info-middle {
	background-image: url("../img/sidebar_middle.png");
	background-repeat: repeat-x;
	background-position: center center;
	border-left: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	width: 458px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	clear: both;
}

#info-bottom {
	background-image: url("../img/info_bottom.png");
	width: 480px;
	height: 13px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#info-form-header {
	float: left;
	clear: both;
}

#info-form-body {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#info-form-footer {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

#info-form-input-name,
#info-form-input-title,
#info-form-input-company,
#info-form-input-business-type,
#info-form-input-city,
#info-form-input-country,
#info-form-input-email,
#info-form-input-referral {
	width: 214px;
}

#info-form-input-state {
	width: 20px;
}

#info-form-input-users {
	width: 100px;
}

#info-form-input-questions-text {
	width: 214px;
	height: 150px;
}

#info-form-left {
	float: left;
	width: 238px;
}

#info-form-right {
	float: left;
	width: 220px;
}

#info-form-message {
	padding-top: 10px;
	width: 458px;
	clear: both;
}

#info {
	float: left;
}

.list-document {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.list-document li {
	background-image: url("../img/pdf.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	padding: 0px 0px 0px 20px;
	margin-top: 0px;
}

.price-table-header {
	font-weight: bold;
	background-color: #CCCCCC;
}

.price-table-row {
	background-color: #EEEEEE;
}

.price-table-description {
	color: #7C77B7;
}

.price-table-sale {
	font-weight: bold;
	color: #BF2C37;
}

td {
	padding: 0px 5px 0px 5px;
}
