﻿@import url("markup.css");

body, table, input, select, textarea, button
{
	font: normal 9.5pt Verdana, Arial, Helvetica, Sans-Serif;
}

body 
{
	margin: 4px auto;
	padding: 0;
}

abbr 
{
	cursor: help;
	border-bottom: dotted 1px #000;
}

#container
{
	position: relative;
	--font-size: 10pt;
}

a
{
	color: #006699;
}

a:hover
{
	color: #C41818;
}

a img
{
	border: none;
}

h1
{
	margin: 0.5em 0;
	padding: 0;
	color: #4F81BD;
	font: bold 1.6em Tahoma, Arial, Helvetica, Sans-Serif;
}

h2 
{
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	color: #4F81BD;
}

h3 
{
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.1em;
	color: #4F81BD;
}

p 
{
	text-align: justify;
	padding: 0;
	margin: 1em 0;
}

ul.okbullet
{
	list-style-type: none;
	margin: 1em;
	padding: 0;
}

ul.okbullet li
{
	padding: 2px 0 2px 22px;
	background: url(img/okbullet.gif) no-repeat 0px 4px;
}

ul.okbullet p
{
	margin-top: 2px;
}

dl.okbullet
{
	margin: 0 1em;
}

dl.okbullet dt
{
	padding: 2px 0 0 22px;
	background: url(img/okbullet.gif) no-repeat 0px 4px;
	font-weight: bold;
}

dl.okbullet dd
{
	margin: 0;
	padding: 2px 0 1em 22px;
	font-size: 0.9em;
}

.clear
{
	clear: both;
}

#container
{
	width: 720px;
	position: relative;
	text-align: left;
	margin: 0 auto; 
}

#nav
{
	margin: 25px 0 0;
	padding: 0;
	float: right;
	height: 55px;
	line-height: 2em;
	white-space: nowrap;
}

#nav a, #nav span
{
	display: inline-block;
	line-height: 2em;
	color: #000000;
}

#nav a:hover
{
	color: #C41818;
}

#nav #login {
	padding: 0px 8px;
	background: #DDD;
	text-decoration: none;
	border: 1px solid #999;
}

#menu
{
}

#menu div
{
	float: left;
	width: 179px;
	border-right: solid 1px #FFFFFF;
}

#menu h1
{
	--color: #000;
	background: #17365D;
	color: #FFFFFF;
	font: bold 11pt Tahoma, Helvetica, Sans-Serif;
	padding: 8px;
	margin: 0;
	--text-decoration: none;
	--border-bottom: solid 1px #FFFFFF;
	--border-right: solid 1px #FFFFFF;
	white-space: nowrap;
}

#menu div.col1 {
	background: #D4DEEA;
}

#menu div.col3 {
	background: #E7D5E5;
}

#menu div.col4 {
	background: #EDD9DA;
}

#menu div.col2 {
	background: #D1E4EB;
}


#menu div.col1 p, #menu div.col2 p, #menu div.col3 p, #menu div.col4 p
{
	--border-right: solid 1px #FFFFFF;
	margin: 0;
	padding: 61px 12px 0px 12px;
	text-align: left;
	height: 7em;
	line-height: 1.4em;
}

#menu div.col1 p
{
	background: #D4DEEA url('img/home_pic1.jpg') no-repeat top center;
}

#menu div.col3 p
{
	background: #E7D5E5 url('img/home_pic2.jpg') no-repeat top center;
}

#menu div.col4 p
{
	background: #EDD9DA url('img/home_pic3.jpg') no-repeat top center;
}

#menu div.col2 p
{
	background: #D1E4EB url('img/home_pic4.jpg') no-repeat top center;
}

#submenu
{
	display: block;
	background: #EEE;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

#submenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#submenu li a.current
{
	font-weight: bold;
	background: #C6D9F1;
	text-decoration: none;
}

#submenu li a
{
	display: inline-block;
	white-space: nowrap;
	padding: 12px;
}

#submenu a
{
	color: #000;
}

#submenu a:hover
{
	color: #C41818;
	text-decoration: underline;
}

a.freetrial
{
	border: solid 1px gray;
	padding: 0.3em 1em;
	font-weight: bold;
	text-align: center;
	font-size: 1.05em;
	background: #C41818;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.4em;
	display: block;
	margin: 6px;
}

a.freetrial:hover
{
	background: #FF0000;
}

#title
{
	background: #C6D9F1;
	border: solid 1px #C6D9F1;
	border-bottom-style: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#title h1
{
	background: #C6D9F1;
	padding: 7px;
	margin: 0px;
	font: bold 1.8em Tahoma, Helvetica, Sans-Serif;
	color: #000000;
}

#introduction
{
	display: none;
}

#introcontent
{
	display: none;
}

#content
{
	margin: 1em 0;
	clear: both;
}

#sidebar-left
{
	width: 180px;
	float: left;
}

#sidebar-right
{
	width: 240px;
	float: right;
	border: solid 1px #548DD4;
	background: #C6D9F1;
	padding: 16px;
	margin: 0 0 16px 16px; 
}

#sidebar-right h3 {
	color: #000;
	margin: 0;
}

#sidebar-right p {
	margin: 0.5em 0;
}

div.twocols div.col1
{
	float: left;
	width: 350px;
}

div.twocols div.col2
{
	width: 350px;
	margin-left: 370px;
}

blockquote
{
	border: solid 1px #067ea5;
	background: #f2faff url('img/quote.gif') no-repeat 8px 12px;
	padding: 8px 12px 8px 60px;
	margin: 0;
	font-style: italic;
	text-align: justify;
}

#custquote blockquote {
	border: none 0px #FFF;
	background-color: #FFF;
	padding-right: 0;
}

blockquote address
{
	margin-top: 4px;
	text-align: right;
	font-weight: bold;
	font-style: normal;
}

.rquote
{
	float: right;
	width: 200px;
	margin: 0 0 8px 8px;
}

div.fourcols div
{
	float: left;
	width: 179px;
	padding: 0;
	background: #C6D9F1;
	border-right: solid 1px #FFFFFF;
	height: 19em;
}

div.fourcols div.last
{
	margin-left: 540px;
	width: 180px;
	float: none;
	border-right: none;
}

div.fourcols h3
{
	background: #548DD4;
	color: #FFFFFF;
	margin: 0;
	padding: 4px;
}

div.fourcols p
{
	margin: 0.5em;
	text-align: left;
}

div.fourcols ul
{
	padding: 0;
	margin: 4px 4px 4px 20px;
}

div.fourcols li
{
	padding: 4px 0px
}

#categories
{
	background: #C6D9F1;
	margin: 0;
	padding: 0 4px 4px 4px;
	border: solid 1px #548DD4;
	border-radius: 2px;
	list-style: none outside;
}

#categories p {
	font-size: 1.05em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.5em 0 0.3em 0;
}
#categories #q {
	border: solid 1px #D1D3D4;
	padding: 2px;
}

#categories li {
	margin-left: 0em;
	padding-left: 0px;
}

#categories form
{
	margin: 0;
	padding: 0;
	display: inline;
}

#categories #q
{
	width: 140px;
	border: solid 1px #548DD4;
	margin: 0 4px 0 0;
}

.category {
	list-style-type: none;
	color: #C41818;
	margin-left: 4px;
	padding-left: 4px;
	font-size: 0.9em;
}

.category li {
	padding: 1px 0;
}

.category li a {
	color: #000000;
}

.category li a:hover {
	color: #C41818;
}

#sidemenu
{
	background: #C6D9F1;
	margin: 0;
	padding: 8px 0;
	border: solid 1px #548DD4;
	list-style: none;
	border-radius: 4px;
}

#sidemenu li
{
	padding: 2px 8px;
}

#sidemenu li.menu-selected
{
	padding: 2px 4px 2px 4px;
	border-left: solid 4px #548DD4;
	border-right: solid 4px #548DD4;
}

#sidemenu a
{
	color: #000000;
}

#sidemenu a:hover
{
	color: #C41818;
}



#content34
{
	margin-left: 190px;
}

#introduction {
	font-size: 8pt;
	color: #808080;
	margin-top: 1em;
}

#introduction h1, #introduction a {
	color: #808080;
}

#introstart h1 {
	margin-top: 0.25em;
	background: #EEE;
	padding: 4px;
}

#footer 
{
	margin: 4px 0;
	border-top: solid 1px #DEDEDE;
	padding: 8px 0px;
	line-height: 1.5em;
	color: #808080;
	font-size: 8pt;
}

#footer a 
{
	color: #808080;
}

.cbody {
	margin-top: 3px;
	margin-bottom: 4px;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

#slideshow  
{
	padding-top: 1em;
}

#slideshow ul { position: relative; display: block; list-style-type: none; height: 9em; }
#slideshow ul li { top: 0; margin: 0; padding: 0; visibility: hidden; display: block; position: absolute; }

#caselinks { text-align: center; }
#caselinks a { width:12px;height:12px;display:inline-block; background: url(img/slideshow.gif);outline:none;margin:0 3px;}
#caselinks a.selected { background-position: 0 -24px; }
#caselinks a:hover { background-position: 0 -12px; }

#casestudies {
	text-align: justify;
	margin: 0;
	padding: 0;
}

#casestudies img
{
	float: left;
	border: solid 1px #808080;
	padding: 1px;
	margin: 0 8px 8px 0;
}

#casestudies p 
{
	margin: 0;
}

#casestudies blockquote
{
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	margin: 0;
}

#casestudies blockquote div
{
	text-align: right;
	font-style: normal;
}

#casestudy img
{
	float: right;
	border: solid 1px #808080;
	padding: 1px;
	margin: 0 0 8px 8px;
}

#pricing
{
	border-collapse: collapse;
	float: left;
	width: 270px;
	border: solid 1px #548DD4;
}

#pricing th
{
	background: #548DD4;
	color: #FFFFFF;
}

#pricing th, #pricing td
{
	border: solid 1px #FFFFFF;
	padding: 10px 8px;
}

#pricing td.price {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}

#pricing td.mini{
	font-size: 1em;
}

#pricing tr.odd td
{
	background: #EFEFEF;
}

#pricing-benefits
{
	margin-left: 280px;
	background: #EFEFEF;
	padding: 1px 8px;
}

#pricing-benefits ul, #pricing-benefits dl
{
	margin: 0;
	padding: 0;
}

#pricing-benefits ul li
{
	padding-bottom: 4px;
}

table.yourcontrol
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 3em;
}

table.yourcontrol th
{
	width: 33%;
	vertical-align: bottom;
	text-align: center;
	padding: 0;
}

table.yourcontrol ul
{
	margin: 1em;
	padding: 0;
}

table.yourcontrol th div
{
	background: #808080;
	height: 1.1em;
	padding: 4px;
	color: #FFFFFF;
}

table.yourcontrol th.teamdesk div
{
	background: #548DD4;
	height: 1.4em;
	font-size: 1.2em;
}

table.yourcontrol ul.okbullet 
{
	margin: 0 0;
}

table.yourcontrol td
{
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-top: solid 1px #808080;
}

table.yourcontrol h2 
{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.6em;
}

table.yourcontrol td td
{
	text-align: left;
	vertical-align: top;
	padding: 1px;
	border-top: none;
}

table.yourcontrol td.traditional
{
	border-left: solid 1px #808080;
}

table.yourcontrol td.teamdesk
{
	background: #C6D9F1;
	border-top: solid 1px #FFFFFF;
}

table.yourcontrol td.custom
{
	border-right: solid 1px #808080;
}

table.yourcontrol tr.tfoot td
{
	font-size: 8px;
	padding: 0;
}

table.yourcontrol tr.tfoot td.teamdesk
{
	border-top: solid 1px #C6D9F1;
}

table.yourcontrol table th 
{
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding: 2px 4px;
}

div.hr {
	margin: 1em 0;
	border-top: dotted 1px #CCCCCC;
}
div.hr hr {
	display: none;
}

.application {
	margin-top:1em;
}
.centered
{
	text-align: center;
}
#buttonbox
{
	text-align: center;
	height: 5em;
}
.rating {
	float:right;
	text-align:center;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 0.85em;
}

.rating .f20 {
	font-size: 20pt;
}
.rating .f12 {
	font-size: 12pt;
}
.rating .f7 {
	font-size: 7pt;
}
a.buttonred {
	border: solid 1px gray;
	padding: 0.3em 1em;
	font-weight: bold;
	text-align: center;
	font-size: 1.05em;
	background: #C41818;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.4em;
	display: inline-block;
}
a.buttonred:hover {
	background: #FF0000;
	color: #FFFFFF;
}
a.playdemo {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: right;
	border: solid 1px #067ea5;
	margin-left: 16px;
	background: #548DD4 url('img/play.gif') no-repeat center center;
}
a.playdemo:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #82b8ee;
}
a.playdemo h4 {
	font: normal 14pt Tahoma, Arial, Sans-Serif;
	margin: 8px 8px 68px;
}
a.playdemo p {
	font: normal 12pt Tahoma, Arial, Sans-Serif;
	margin: 8px;
}

#appdesc
{
	position: static;
}
#apptab {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-weight: bold;
}
#apptab li {
	position: relative;
	top: 1px;
	z-index: 2;
	display: inline;
	margin: 0;
	padding: 0;
	height: 1.6em;
}
#apptab li a {
	display: inline-block;
	border: solid 1px #D1D3D4;
	border-bottom: none;
	padding: 0.2em 1em;
	background: #D1D3D4;
	color: #6D6E71;
	text-decoration: none;
}
#apptab li a:hover {
	background: #C6D9F1;
	color: #000000;
}

#apptab li.active a {
	background: #FFFFFF;
}

#apptab li.active a:hover {
	background: #FFFFFF;
	color: #6D6E71;
}
#appcontent {
	border: solid 1px #D1D3D4;
	padding: 0.5em 1em;
}
#appcontent h3 {
	margin: 0.5em 0em;
	padding: 4px;
	background: #D1D3D4;
	color: #0061B0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
form.form {
	margin: 0;
}
form.form table {
	border: 0;
	width: 100%;
}
form.form td {
	background: transparent;
}
form.form div.lbl
{
	margin-top: 4px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 1px;
}
form.form div.req {
	border-left: solid 4px #990000;
	padding-left: 4px;
}
form.form td.editvalue {
	vertical-align: top;
	width: 48%;
}
form.form .editvalue input,
form.form .editvalue textarea {
	width: 96%;
}
form.form .error {
	color: #990000;
	font-size: smaller;
	font-weight: bold;
}
td.submit {
	padding: 1em 0;
	text-align: center;
}
table.dtab
{
	border: none;
	width: 100%;
}
table.dtab td, table.dtab th
{
	text-align: left;
	vertical-align: top;
	background-color: #F1F1F1;
	color: #6D6E71;
	padding: 4px;
}
table.dtab thead th
{
	font-weight: bold;
	background-color: #E1E3E4;
	color: #0061B0;
}
table.dtab tbody th
{
	font-weight: bold;
}

input.nodata
{
	color: #808080;
	font-style: italic;
}

.email {}
