html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; letter-spacing: normal; }
body {font-size: 10px;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol,dl,dd,dt { list-style: inherit;}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; }
a,a:link,a:visited,a:hover,a:active {cursor:pointer;}

/* General Style Classes for Document Layout and Images */
.width100 {width: 100%;}
.height100 {height: 100%;}
.block {display: block;}
.inline {display: inline;}
.pos-rel {position: relative;}
.pos-abs {position: absolute;}
.float-left {float: left;}
.float-right {float: right;}
.center-content {margin-left: auto; margin-right: auto;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.clear-both {clear: both;}
.clear-element {clear:both; height:0px; width:100%; display: block;}

/* Advanced Layout Techniques and roll-over text-replacement common properties - IE6 causes glitches */
.holding-box {display:block; position:relative; overflow:hidden; text-indent:-9999px;} /* block-element container for span image */
.span-image, .span-image:hover {display:block; height:100%; width:100%; position:absolute; top:0; left:0;} 

/* General Text Document Styles */
.hide-text {text-indent: -9999px;} /* Should be paired with overflow: hidden */
.italic {font-style: italic;}
.all-caps {text-transform:uppercase;}
.title-caps {text-transform:capitalize;}
.oblique {font-style: oblique;} /* Should only be used with serif fonts */
.bold-text {font-weight: bold;}
.small-caps {font-variant:small-caps;}
.underline {text-decoration: underline;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-top {vertical-align:text-top;}
.text-middle{vertical-align: middle;}
.text-bottom {vertical-align:text-bottom;}
.first-line-bold:first-line {font-weight: bold;}
/* For Superscript (<sup>html text node</sup>), and Subscript (<sub>html text node</sub>) */
sup, sub {font-variant: small-caps; font-size: 0.4em; font-family: arial, sans-serif; font-weight: bold;}

/* General Type Sizes in Incremental Em's > browser reset sets all font sizes to 10px */
.microscopic {font-size: 0.2em;}
.xxxsmall {font-size: 0.6em;}
.xxsmall {font-size: 0.7em;}
.xsmall {font-size: 0.8em;}
.small {font-size: 1em;}
.diet {font-size: 1.1em;}
.regular {font-size: 1.2em;}
.medium {font-size: 1.4em;}
.large {font-size: 1.6em;}
.xlarge {font-size: 1.8em;}
.xxlarge {font-size: 2em;}
.xxxlarge {font-size: 2.4em;}
.bigmac {font-size: 2.8em;}
.panda {font-size: 3.2em;}

/* Set Default Typeface for Document */
.arial {font-family: Arial, sans-serif;}
.helvetica {font-family: Helvetica, Arial, sans-serif;}
.verdana {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
.times {font-family: "Times New Roman", Times, serif;}
.georgia {font-family: Georgia, serif;}
.trebuchet {font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;}
.courier {font-family: "Courier New", Courier, monospace;}
.lucidagrande {font-family: "Lucida Grande", Helvetica, Arial, sans-serif;}
.impact {font-family: Impact, serif;}
.arialblack {font-family: "Arial Black", Arial, sans-serif;}

/* Letter Spacing - a.k.a "Tracking" */
.tracking-s7 {letter-spacing: -7px;}
.tracking-s4 {letter-spacing: -4px;}
.tracking-s2 {letter-spacing: -2px;}
.tracking-s1 {letter-spacing: -1px;}
.tracking-n0 {letter-spacing: normal;} /* default */
.tracking-p1 {letter-spacing: 1px;}
.tracking-p2 {letter-spacing: 2px;}
.tracking-p4 {letter-spacing: 4px;}
.tracking-p7 {letter-spacing: 7px;}

.ErrorMessage
{
	color: Red;
}
.ErrorText
{
	color: Red;
}
.TableTextLabel
{
	font-weight: bold;
}

h1, h2, h3, h4, h5, .dark-blue
{
	color: #001d36;
}
h2
{
	font-weight: normal;
	font-size: 1.4em;
}
.cr-green
{
	color: #1b7c11;
}
a, a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: none;
	color: #1b7c11;
}
li
{
	list-style: none;
}
p.download-button
{
	height: 49px;
	width: 235px;
}
p.download-button a span.span-image
{
	background: url(../cr_media/img_btn_download.png) left bottom no-repeat;
}
p.download-button a span.span-image:hover
{
	background: url(../cr_media/img_btn_download.png) left top no-repeat;
}

p.view-features-button
{
	height: 37px;
	width: 225px;
}
p.view-features-button span
{
	background: url(../cr_media/img_btn_viewfeatures.png) left bottom no-repeat;
}
p.view-features-button span:hover
{
	background: url(../cr_media/img_btn_viewfeatures.png) left top no-repeat;
}

div#support-content h1
{
	text-transform: uppercase;
	font-weight: bold;
	color: #1b7c11;
}
.silver-button
{
	background: url(../cr_media/img_btn_longsilver.png)left top no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.80em;
	height: 21px;
	width: 197px;
	line-height: 21px;
	text-indent: 10px;
	margin-top: 10px;
}
.silver-button a, .silver-button a:link, .silver-button a:visited, .silver-button a:hover, .silver-button a:active
{
	background: url(../cr_media/img_icon_arrow.gif) center right no-repeat;
	color: #1b7c11 !important;
	font-weight: normal;
	height: 20px;
	width: 190px;
	display: block;
	text-decoration: none !important;
}

ul#icons li
{
	float: left;
}

.ctc, .ctt
{
	height: 43px;
	width: 98px;
	margin: 6px;
}
.ctc span
{
	background: url(../cr_media/img_icon_ctchat.png) top left no-repeat;
}
.ctc span:hover
{
	background: url(../cr_media/img_icon_hvrctchat.png) top left no-repeat;
}

.ctt span
{
	background: url(../cr_media/img_icon_cttalk.png) top left no-repeat;
}
.ctt span:hover
{
	background: url(../cr_media/img_icon_hvrcttalk.png) top left no-repeat;
}

/* CSS for specific elements and ID's */
/* body and main container */
body
{
	background: url(../cr_media/tile_bggradient.jpg) top repeat-x;
	background-color: #020202;
	color: #333333;
}

DIV.gettingstarted
{
	padding: 30px 50px 0pt;
}
DIV.gettingstarted H2.features
{
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: Navy;
}
DIV.gettingstarted P
{
	color: #666;
	padding: 0.6em 0pt;
}
DIV.gettingstarted DIV.altclients
{
	font-size: 90%;
	padding-top: 10px;
}
DIV.gettingstarted DIV.altclients ul:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
DIV.gettingstarted DIV.altclients ul li
{
	float: left;
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #666;
	width: 25%;
}
DIV.gettingstarted DIV.altclients ul li dd
{
	display: inline;
	padding: 0;
	margin: 0;
}
DIV.gettingstarted DIV.altclients ul li dd a, table.pricing td a
{
	color: #03c;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
DIV.gettingstarted DIV.altclients ul li dd a:hover, table.pricing td a:hover
{
	color: #fff;
	border: 0 none;
	background-color: #333;
}
DIV.gettingstarted DIV.pricingcontainer
{
	margin: 20px auto 0 auto;
	padding: 6px;
	width: 792px;
	font-size: 77%;
	font-family: Verdana;
	background: transparent url(../cr_media/bg_features_main.png) no-repeat top left;
}
DIV.gettingstarted DIV.pricingcontainer div
{
	margin-bottom: 20px;
}
DIV.gettingstarted DIV.pricingcontainer div table
{
	background: transparent url(../cr_media/table_grad.png) repeat-x top left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
DIV.gettingstarted DIV.pricingcontainer div table th
{
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
}
DIV.gettingstarted DIV.pricingcontainer div table.groupa th
{
	background-color: #005f9f;
}
DIV.gettingstarted DIV.pricingcontainer div table.groupb th
{
	background-color: #3ba2cf;
}
DIV.gettingstarted DIV.pricingcontainer div table.groupc th
{
	background-color: #1B7C11;
}
DIV.gettingstarted DIV.pricingcontainer div table.pricing th, DIV.gettingstarted DIV.pricingcontainer div table.pricing td
{
	padding: 6px 10px;
	text-align: center;
	border: 1px solid #fff;
}
DIV.gettingstarted DIV.pricingcontainer div table.pricing th.description, DIV.gettingstarted DIV.pricingcontainer div table.pricing td.description
{
	text-align: left;
	width: 100%;
	border-width: 1px 0;
	padding-left: 7px;
}
DIV.gettingstarted DIV.pricingcontainer div table.pricing, DIV.gettingstarted DIV.pricingcontainer div table.pricing th.toprow
{
	border-left: none;
}
DIV.gettingstarted DIV.pricingcontainer div table.pricing td.description p
{
	color: #666;
}
DIV.gettingstarted DIV.pricingcontainer div table.pricing td.description strong
{
	font-weight: normal;
	color: #222;
}
.getting_started li {
	background: url(../cr_media/number1.gif) left -4px no-repeat;
	padding: 0px 0px 0px 49px;
	margin: 0px 0px 20px 0px;
}
.getting_started li.start2 {
	background-image: url(../cr_media/number2.gif);
}
.getting_started li.start3 {
	background-image: url(../cr_media/number3.gif);
}
.getting_started li.start4 {
	background-image: url(../cr_media/number4.gif);
}
.getting_started li.start5 {
	background-image: url(../cr_media/number5.gif);
}
.getting_started li.start6 {
	background-image: url(../cr_media/number6.gif);
}
.getting_started li.start7 {
	background-image: url(../cr_media/number7.gif);
}
.getting_started li.start8 {
	background-image: url(../cr_media/number8.gif);
}
.getting_started li.start9 {
	background-image: url(../cr_media/number9.gif);
}
.getting_started li h2 {
}
.getting_started li p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	line-height: 21px;
}
.cleer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.ctc img {
	height: 43px;
	width: 98px;
}
.lists {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.lists li {
	background: url(../cr_media/img_icon_arrow.gif) left 4px no-repeat;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}

div#standard-content
{
	background: #FFFFFF;
	display: block;
	height: auto;
	width: 964px;
	padding-bottom: 40px;
}

/*	About Page CSS
	------------------------------------------ */
div#content-about
{
	display: block;
	padding: 25px;
	background: #FFFFFF;
}

div#standard-content div#content-screenshots
{
	padding: 25px;
	background: #FFFFFF;
}

/*	Content Containers - Left & Right Sections
	------------------------------------------ */
div#standard-content div#content-about div#content-left-plain
{
	display: block;
	float: left;
	width: 602px;
	max-width: 602px;
}

 div#content-left
{
	display: block;
	float: left;
	width: 602px;
	max-width: 602px;
}
/* 902 */
 div#content-right
{
	display: block;
	float: right;
	width: 288px;
	max-width: 288px;
}

/*	#Left-Content Section
	------------------------------------------ */
div#content-left h1
{
	margin: 15px 0px 30px;
	color: Navy;
	background-color: White;
	font-size: x-large;
	font-weight: bold;
}
div#content-left h3, div#content-left p
{
	margin-bottom: 20px;
	line-height: 1.2em;
}

div#content-left h4
{
	margin-bottom: 20px;
	line-height: 1.2em;
	color: Navy;
	font-weight: bold;
}

div#content-left p a
{
	color: #007be5;
	text-decoration: underline;
}

div#content-left p.ctc-embed
{
	height: 54px;
	width: 108px;
}
div#content-left p.ctc-embed a
{
	background: url(../cr_media/img_btn_ctcdip.jpg) left bottom no-repeat;
}
div#content-left p.ctc-embed a:hover
{
	background: url(../cr_media/img_btn_ctcdip.jpg) left top no-repeat;
}



/*	#Right-Content Section
	------------------------------------------ */
div#content-right div#right-header
{
	height: 6px;
	width: 286px;
	background: url(../cr_media/img_bg_topshadow.jpg) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
}
div#content-right div#right-body
{
	background: url(../cr_media/img_bg_tileshadow.jpg) center top repeat-y;
	width: 270px;
	max-width: 270px;
	padding: 2px 8px 20px;
}
div#content-right div#right-body h4
{
	background: url(../cr_media/img_bg_tilerighthead.jpg) left top repeat-x;
	height: 35px;
	color: #FFFFFF;
	line-height: 35px;
	text-indent: 10px;
	font-size-adjust: .55;
}

div#right-body ul
{
	width: 215px;
	max-width: 215px;
	margin: auto;
	height: 100%;
	display: block;
}

div#right-body ul li h5, div#right-body ul li h5 a
{
	color: #001d36;
	font-weight: bold;
	font-size: 1.1em;
	font-size-adjust: .50;
	margin-top: 20px;
	text-decoration: underline; ;
}
div#right-body ul li a:hover
{
	color: #1b7c11;
}


div#content-right div#right-footer
{
	height: 6px;
	width: 286px;
	background: url(../cr_media/img_bg_bottomshadow.jpg) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
}

div#content-mid div#mid-header
{
	height: 6px;
	width: 286px;
	background: url(../cr_media/img_bg_topshadow.jpg) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
}
div#content-mid div#mid-body
{
	background: url(../cr_media/img_bg_tileshadow.jpg) center top repeat-y;
	width: 270px;
	max-width: 270px;
	padding: 2px 8px 20px;
}
div#content-mid div#mid-body h4
{
	background: url(../cr_media/img_bg_tilerightheaddisabled.jpg) left top repeat-x;
	height: 35px;
	color: #FFFFFF;
	line-height: 35px;
	text-indent: 10px;
	font-size-adjust: .55;
}

div#mid-body ul
{
	width: 215px;
	max-width: 215px;
	margin: auto;
	height: 100%;
	display: block;
}

div#mid-body ul li h5, div#mid-body ul li h5 a
{
	color: #001d36;
	font-weight: bold;
	font-size: 1.1em;
	font-size-adjust: .50;
	margin-top: 20px;
	text-decoration: underline; ;
}
div#mid-body ul li a:hover
{
	color: #1b7c11;
}
div#content-mid div#mid-footer
{
	height: 6px;
	width: 286px;
	background: url(../cr_media/img_bg_bottomshadow.jpg) no-repeat;
	border: none;
	margin: 0px;
	padding: 0px;
}
