﻿/* CSS Document */

/* ///////////////////////////////////////// RESET ///////////////////////////////////////// */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {
	height:100%;
}

body {
	line-height: 1;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////// GLOBAL //////////////////////////////////////// */

.clear         { clear:both; }
div.clear	   { clear:both; line-height:0; height:0; border:none; margin:0 !important; padding:0 !important; }
div.clear img  { margin:0 !important; padding:0 !important; border:none !important; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps		   { text-transform:uppercase; }
.light		   { color:#999999; }
 
.img-left      { float:left; margin:4px 18px 6px 0; }
.img-right     { float:right; margin:4px 0 6px 18px; }
 
.nopadding     { padding:0; }
.nomargin	   { margin:0; 	}
.nospace	   { margin:0; padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.nounderline   { text-decoration:none !important; }

.width100 	   { width: 100%; }
.width75 	   { width: 75%; }
.width50 	   { width: 50%; }

.invisible 	   { display:none; }

.deemphasize { font-size: 0.7em; }
/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////// TYPOGRAPHY /////////////////////////////////////// */

body, p, td, li, div {
	font:13px/19px Arial, sans-serif;
	color:#494949;
}

p, li {
	margin:0 0 6px 0; padding: 0;
}

a, a:link, a:visited, a:active {
	color: #1ba4db;
}

a:hover {
	color: #4bbfed;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	line-height: 1em; 
}

h1 { font-size: 22px; margin: 0 0 15px 0; color:#1ba4db; }

h2 { font-size: 19px; margin: 20px 0 10px 0; color:#97c03f; } 

h3, h4 { font-size:17px; margin: 15px 0 8px 0; color:#999999; }

h5 { font-size: 14px; margin: 12px 0 6px 0; color:#1ba4db; }

strong { font-weight:  bold; }
em, i { font-style: italic; }

#content ul {
	margin:10px 0 16px 0; padding: 0;
}

#content ul li, #content ol li ul li {
	font-style: italic;
	color: #676767;
	margin:0 0 4px 0; padding: 0;
	list-style-type: circle;
	list-style-position: inside;
}

#content ol {
	margin:10px 0 16px 0; padding: 0;
}

#content ol li {
	font-style: normal;
	color: #676767;
	margin:0 0 4px 0; padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}


blockquote, q { display:block; margin: 8px 20px; padding: 0; font-family: Georgia, Times, sans-serif; color: #999999; font-size: 18px; text-align: left; line-height:32px; letter-spacing:-0.01em;}
blockquote:before, q:before { content: url(/images/quote-open.png); margin: 0 5px 0 0; } 
blockquote:before, q:after { content: url(/images/quote-close.png); margin: 0 0 0 5px;}
blockquote a, q a { font-family: Georgia, Times, sans-serif; color: #999999 !important; text-decoration: none; border-bottom: 1px dotted #999999;  }
blockquote a:hover, q a:hover { color: #666666 !important;  }

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////// Primary Structure /////////////////////////////////// */

body {
	background: #FFFFFF url(/images/page_background.gif) repeat-x left top;
}

#container { 
	width:1000px;
	min-height: 100%;
   	height: auto !important;
   	height: 100%;
   	margin: 0 auto -115px;
	padding: 0;
	overflow:hidden;
}

#nav { width:970px; height:135px; margin: 0; padding: 0 15px; }

#content { clear: both; width:970px; margin: 30px 0 0 0; padding: 0 15px 115px; }

#footer { 
	clear:both;
	height:115px;
	width:100%;
	margin:0;
	padding:0;	 
	background: transparent url(/images/footer_background.gif) repeat-x left bottom;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////// Navigation ////////////////////////////////////// */



#nav ul#navlist { width:970px; height:80px; margin: 0; padding: 0; }

#nav ul#navlist  li {  float:left; height:11px; margin:53px 42px 0 0; padding:0;}

#nav ul#navlist  li a {
	display: block; height:11px; text-indent: -9999px;
	text-decoration: none; text-transform: uppercase;
	font-size: 12px; color: #FFFFFF;  
}

#nav ul#navlist li#home { margin:39px 60px 0 0; padding: 0 !important;}
#nav ul#navlist li#home a { height:27px; width: 348px; background: transparent url(/images/nav_home-logo.png) no-repeat; }
#nav ul#navlist li#product a { height:10px; width:67px; background: transparent url(/images/nav_products.png) no-repeat; }
#nav ul#navlist li#learn a { height:10px; width:90px; background: transparent url(/images/nav_resources.png) no-repeat; }
#nav ul#navlist li#store a { height:10px; width:25px; background: transparent url(/images/nav_buy.png) no-repeat; }
#nav ul#navlist li#support a { height:10px; width:58px; background: transparent url(/images/nav_support.png) no-repeat; }
#nav ul#navlist li#forums a { height:10px; width:54px; background: transparent url(/images/nav_forums.png) no-repeat; }
#nav ul#navlist li#about a { height:10px; width:56px; background: transparent url(/images/nav_about.png) no-repeat; }
#nav ul#navlist li.last { margin-right:0; }

/* drop down menus */

#nav ul#navlist li ul { 
	position: absolute; left:-999em; 
	padding: 15px 0 0 0;
	margin:0 -10px 0;
	width:130px;
	background: transparent url(/images/nav_background.png) no-repeat;
	z-index: 10;
}

#nav ul#navlist li ul li {
	float: none !important; height:auto !important; width: auto !important; 
	margin: 0 !important; padding:0 !important;
	border-bottom:2px solid #0180bf;
	border-left:2px solid #0180bf;
	border-right:2px solid #0180bf;
	background: transparent url(/images/nav_drop_background.png) repeat; 
}

#nav ul#navlist li ul li a {
	height:auto !important; width:auto !important; 
	text-indent:0 !important; text-transform:capitalize !important;
	background: transparent none !important;
	line-height: 12px; font-weight: bold;
	padding:8px 8px 9px !important;
}

#nav ul#navlist li ul li a:hover { color: #a5e4ff; background: transparent url(/images/nav_drop_background-hover.png) repeat !important; }
#nav ul#navlist li:hover ul, #nav ul#navlist li.sfhover ul { left: auto; }
#nav ul#navlist li.last:hover ul, #nav ul#navlist li.last.sfhover ul { margin-left:-50px }

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////// Breadcrumb/PageTitle ////////////////////////////////////// */

#nav h1 { 
	clear: both; float: left; height:35px; width:800px; margin:2px 0; padding:13px 20px 0 0;
	color: #FFFFFF;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////// Breadcrumb/PageTitle ////////////////////////////////////// */

#trial_button { 
	float: right; display:block; height:36px; width:135px; margin:9px 0; padding:0;
	color: #FFFFFF !important; font-weight: bold; font-size:14px; text-indent: -9999em;
	background: transparent url(/images/button_free_trial.png) no-repeat;	
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////// Footer ///////////////////////////////////////////////// */

#footer ul#footernavlist {
	width:970px;
	height:115px;
	margin:0 auto;
	padding:0 15px;
	background: transparent url(/images/footer_background.gif) repeat-x left bottom;
}

#footer ul#footernavlist li { 
	float: right; margin: 76px 0 0 20px;
	color: #4e839d;
	font-size: 14px;
}

#footer ul#footernavlist li.first {
	float:left; margin: 76px 0 0;
}
#footer a { color: #FFFFFF; font-size: 14px;}


/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////// Sidebar ////////////////////////////////////////////// */

#sidebar {
	float:right; width:180px; padding:0; margin:0 0 30px 50px;
	background: transparent url(/images/sidebar_bkg.gif) no-repeat top left;
}

#sidebar div.wrapper {
	padding:0 15px 12px; margin: 10px 0 0;
	background: transparent url(/images/sidebar_bkg-bottom.gif) no-repeat bottom left;
}

#sidebar ul {
	margin:0; padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom:1px dotted #999999;
	padding:0 0 6px;
}

#sidebar ul li:last-child {
	border-bottom: none; padding: 0; margin: 0;
	
}

#sidebar h3, #sidebar h4 {
	border-bottom:1px dotted #999999;
	margin:0; padding:0 0 6px;
}

#sidebar a {
	display:block;
	width:150px;
	margin:0; padding:0;
	background:transparent url(/images/arrow_right.png) no-repeat scroll -4px 2px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-indent:12px;
}

#container.company #sidebar p, #container.company_company #sidebar p, #container.company_newsroom #sidebar p, #container.company_mgmtteam #sidebar p {
	font-weight: bold;
	border-bottom:1px dotted #999999;
	margin:0; padding:6px 0 6px;
}

#sidebar p:last-child {
	border: none !important; padding:6px 0 0 !important;
}

#sidebar #logoutBox {
	margin:6px 0 0 0; padding:6px 0 0 0; border-top:1px dotted #999999;
}

#sidebar #logoutBox a {
	text-indent: 0; background:transparent none;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////// Sub Pages ////////////////////////////////////////////// */

#container div.left {
	width:700px;
}

.stockright { float:right; width: 460px; margin:-5px 0 30px; padding: 10px; } 

/* Partners */

#container #logoBox {
	width:800px !important; height: 700px !important;
}

#partners ul {
	list-style-type: none !important;
	margin: 0 !important; padding: 0 !important;
}

#partners ul li {
	font-style: normal;
	list-style-type: none;
	list-style-position: outside;
	color:#494949;
	min-height:147px;
}

#partners ul li a, #partners ul li span.logo{ 
	display:block;
	float:left;
	height:100px;
	margin:0 15px 10px 0;
	overflow:hidden;
	padding:5px;
	width:144px;
}

#partners ul li a { 
	border:1px solid #1ba4db;
}

#partners ul li a:hover { 
	border:1px solid #4bbfed;
}

#partners ul li span.logo { 
	border:1px solid #999;
}

#partners h2 {
	clear: left;
	margin-top:30px
}


#partners li h2 {
	clear: left;
	margin-top:20px;
	margin-bottom: 15px;
}

#partners a[href='#channelpartners'], #partners a[href="#techpartners"] {
	display: inline-block; width:200px; text-align: center; padding: 10px 10px 12px; margin: 20px 20px 15px 0px;
	border: 1px solid #CCC; font-size: 16px; text-decoration: none;
}


/* Case Studies */

#container.learn_casestudies h2 {
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #97c03f;
}

#container.learn_casestudies h3 {
	font-size: 15px;
}

#container.learn_casestudies h3 i {
	font-size: 11px; text-align: right;
}

#container.learn_casestudies p {
	border-bottom:1px dotted #c6c6c6;
	padding-bottom:15px;
}

#container.learn_casestudies p:first-child {
	border-bottom:none;
	padding-bottom:10px;
}

#container.learn_casestudies a.anchor {
	display: inline-block; text-align: center; padding: 5px 5px 6px; margin: 5px 5px 0 0;
	border: 1px solid #CCC; font-size: 14px; text-decoration: none;
}


/* Brochures */

#container.learn_info div.left img {
	float:left; height: 75px; margin: 0 15px 10px 0; padding:2px; border: 1px solid #CCC;
}

#container.learn_info div.left h3 {
	margin-top: 0;
}

#container.learn_info div.left div {
	border-bottom:1px dotted #c6c6c6;
	margin-bottom:15px;
	padding-bottom:40px;
	clear: left;
}


/* Customers */

#logoBox p {
	margin:0 0 20px 0;
}

#logoBox img {
	float: left; height: 95px; width: 95px; padding: 2px; margin: 0 4px 4px 0;
	border: 1px solid #CCC;
}


/* Cost Savings */

div.purchaseOrder {
	margin:15px 0 15px 0; padding: 5px 15px; border: 1px solid #CCC;
}

div.purchaseOrder select {
	margin-left: 15px;
}

div.purchaseOrder input {
	margin-left: 15px;
}

div.purchaseOrder td[colspan="3"] {
	display: none;
}

div.purchaseOrder .licenses, div.purchaseOrder .price, div.purchaseOrder .total {
	padding:7px 0 7px 0;
}

div.storeUserLicenses {
	font-size: 19px; margin: 20px 0 10px 0; color:#97c03f;
}

tr.gray td.total, tr.white td.total {
	font-weight: bold; color: #97c03f;
	padding:2px 10px;
}

tr.gray td.maintanceBottom, tr.white td.maintanceBottom {
	font-weight: bold; color: #666;
	width: 400px;
}

tr.gray td {
	background: #eff6fd;
}

table.purchaseOrder {
	width:700px;
}


/* Management Team */

#container.company_mgmtteam div.mgntTeam {
	border-bottom:1px dotted #c6c6c6;
	padding-bottom:24px;
	margin:0 0 30px 0;
}

#container.company_mgmtteam div.mgntTeam h2 {
	margin: 0 0 15px 0; width:505px;
	border-bottom: 1px solid #97c03f;
}

#container.company_mgmtteam div.mgntTeam p {
	font-size: 0.95em;
}

#container.company_mgmtteam div.mgntTeam img  {
	float: left; margin: 0 20px 60px 0px; padding: 3px;
	border:1px solid #c6c6c6;
	height: 250px;
}

#container.company_mgmtteam div.mgntTeam a img {
	float: none; margin: 15px 0 0 0; padding: 0; border: none; height: auto;
}


/* Newsroom */

#container.company_newsroom table 
 {
	margin: 0; padding: 0 0 20px;
	height: auto; width: 100%;
}

#container.company_newsroom table td.link
{ padding-left: 10px; }

#container.company_newsroom table td, #container #mcarchive td
{
	height: 30px; vertical-align:middle;
}

#content #yearlist li { display:inline; }
#content #pressreleaselist { padding-bottom: 30px; }

/* Beta Registration */

#container.beta_register form { border: 1px solid #cccccc; margin:15px 0; padding: 10px; width:450px}
#container.beta_register form td{
	vertical-align: top;
	font-size: 14px;
	color: #999;
}
#container.beta_register form table table td{
	padding:5px;
	width:25%;
}

#container.beta_register form input[type="text"] {
	padding:2px 4px 2px;
	font-size: 13px;
	color: #666;
	width:240px;
}
#container.beta_register form input[type="submit"] {
	padding:5px 7px; margin:5px 0px;
}


/* Trial */

#container.trial div.left, #container.trial_Download div.left, .stockleft {
	float:left;
	margin:-20px 30px 30px 0;
	width:450px;
}



#container.trial div.right, #container.trial_Download div.right{
	float:right;
	width:460px;
	/*height:800px;*/ 
	margin:-5px 0 30px; padding:10px;
}

#container.trial div.right img {
	margin:-10px -10px 10px -10px;
}

#container.trial #trial_button {
	display: none;
}

#container.trial form {
	border:1px solid #CCCCCC;
	margin:15px 0;
	padding:10px;
}

#container.trial form td,  fieldset table td {
	vertical-align: top;
	font-size: 14px;
	color: #999;	
}

#container.trial form table table td, fieldset table td {
	padding:5px;
}

#container.trial form input[type="text"],  fieldset input[type="text"], fieldset select {
	padding:2px 4px 2px;
	font-size: 13px;
	color: #666;
	width:240px;
}
fieldset legend { font-size: 19px; margin: 10px 0 10px 0; color:#97c03f; padding: 0 4px; } 
fieldset select  {	width: 252px; }
fieldset p { margin-left: 7px; }
#container.trial form input[type="checkbox"] {
	
}

#container.trial form input[type="submit"], fieldset input[type="submit"] {
	padding:5px 7px; margin:5px 0px;
}

#container.trial form table table table {
	margin:5px -10px 0;
}


/* Video */

#container.video #content {
	width:674px;
}

#container.video #movie {
	margin-bottom: 30px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////// Movies ////////////////////////////////////////////// */



#movie {
	border:2px solid #666666; margin: 0 30px 0 0; padding: 0;
	background-color: #777777;
}

#movie p {
	display: none;
}

#movie #player {
	border-bottom:2px solid #666666; margin: 0; padding: 0; 
}

#movie object, #content #movie embed {
	
}

#movie #social, #movie #share {
	padding:22px 20px 18px;
}

#movie #social ul, #movie #share ul {
	margin: 0 !important; padding: 0 !important;
}

#movie #social ul li, #movie #share ul li {
	display: inline !important; 
	margin: 0 15px 0 0 !important; 
	padding: 0 !important;
	list-style-type: none !important;
	color: #454545 !important; 
	text-transform: uppercase !important; 
	font-style: normal !important; 
	font-size: 11px !important; 
	font-weight: bold !important;
}

#movie #social ul li a, #movie #share ul li a {
	padding: 2px 0 2px 22px;
	color: #aaaaaa !important; text-decoration: none; font-weight: normal;
}

#movie #social ul li a:hover, #movie #share ul li a:hover {
	color: #CCCCCC !important;
}

#movie #social ul li.email a, #movie #share ul li.email a {
	background: transparent url(/images/social/email2.png) no-repeat 0 0;
}

#movie #social ul li.twitter a, #movie #share ul li.twitter a {
	background: transparent url(/images/social/twitter.png) no-repeat 0 0;
}

#movie #social ul li.facebook a, #movie #share ul li.facebook a {
	background: transparent url(/images/social/facebook.png) no-repeat 0 0;
}

#movie #social ul li.linkedin a, #movie #share ul li.linkedin a {
	background: transparent url(/images/social/linkedin.png) no-repeat 0 0;
}


/* ///////////////////////////////////////////////////////////////////////////////////////// */


/* ////////////////////////////////////// Support ////////////////////////////////////////// */

.support_dl_defaultR table td, .support_dl_defaultR table th 
{
	padding:4px 15px 6px; 
	 vertical-align: middle; font-size:12px; 
	color: #666666;
}
table tr.odd td 
{
	background-color: #eff6fd;
}
.support_dl_defaultR table th 
{font-weight: bold;color:#ffffff;background-color:#2586B8;text-align: center;}

#container.support_Login p strong, #container.support_LogIn p strong {
	font-size: 19px; margin: 0 0 10px 0; color:#97c03f; font-weight: normal;
	display: block;
}

#container.support_Login #login input, #container.support_LogIn #login input {
	display: block; margin: 5px 0;
}

#container.support_Login #login, #container.support_LogIn #login {
	border:1px solid #CCCCCC;
	margin:15px 0;
	padding:10px 15px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	height:auto
	
}
p.clickstyle {
    text-align:right;
    font-weight: bold;
    width: 200px;
    }
.supportModalPopup {
    width:500px;
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	margin:0px 0px 0px 50px;
}

.supportClickStyle {
    float:right;
    text-align:right;
    font-weight: bold;
    width: 200px;
    }
fieldset { border: 1px solid #cccccc; margin: 15px 0; padding: 10px; }

#content div.ticket-exchange { padding: 0 20px; }
#content #top-5-kb 
{
	padding: 0 0 0 20px;	
}

#content #top-5-kb li
{
	line-height: 2em;
}

#content #top-5-kb li.odd 
{
	background-color: #EFF6FD;
}

#container.support_Login #login, #container.support_Login #customer, #container.support_Login #notyet,
#container.support_LogIn #login, #container.support_LogIn #customer, #container.support_LogIn #notyet {
	width:600px; margin-bottom:20px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////// */

.tip * { 
	color: #FFFFFF !important;
	font-size: 12px; line-height: 16px;
}

.tip { 
	width: 220px;
	padding:9px 12px 7px;
	color: #FFFFFF !important;
	background-color: #333333;
}

.tip li {
	list-style-type: circle !important;
	list-style-position: inside;
	margin:0 0 4px 0 !important;
}

/* /////////////////////////////////////////////////////////////////////////////////////// */