/* solver.com web gui - CSS 2.1 */
/* ********************************************* */ 
body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #121233;
}
a {
	color: #3F83A6;
} /* ********************************************* */
#main {
	min-width: 980px;
	max-width: 1400px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -16px;
	padding: 0px;
	text-align: left;
} /* ********************************************* */
#titletd {
}
#logobox {
	padding: 0px;
	margin: 0px;
} /* ********************************************* */
#chatinvitation {
	display: none;
}
/* ********************************************* */
#titleholder {
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	vertical-align: bottom;
}
#title td {
	padding: 0px;
	vertical-align: bottom;
}
#title #solvertitle {
	font-size: 25pt;
	color: #0197D5;
}
#title #dotcom {
	color: #0197D5;
}
#title .subhead {
	z-index: 128;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	font-size: 12pt;
	color:#0197D5;
	white-space:nowrap;
	font-weight: bold;
	text-decoration:none;
}
/* ********************************************* */
#searchbox {
	position: absolute;
	top: 14px;
	right: 22px;
	white-space:nowrap;
	text-align: right;
	font-size: 10pt;
	background: none;
	left: 300px; top: 12px;
	
} /* ********************************************* */
#chatinvitation {
	font-size: 10pt;
	position: absolute;
	top: 42px;
	right: 18px;
	height: 80px;
	width: 280px;
}
#chatbutton {
	display: inline;
	white-space: nowrap;
	width: 116px;
	height: 66px;
} /* ********************************************* */
#navholder {
	padding: 0px;
	margin: 0px;
	text-align:left;
	z-index: 86;
}
#nav {
	width: 760px;
	z-index: 96;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	position: relative;
	top: 2px;
	clear: both;
	list-style: none;
	white-space: nowrap;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#nav li {
	width: 70px;
	display: inline;
	float: left;
	margin-right: 8px;
	text-align: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	list-style: none;
	border: 2px solid #98BADE;
	width: 180px;
	background: white;
	margin: 0;
	padding: 0;
}
#nav li ul li {
	clear: both;
	text-align: center;
	margin-right: 0;
	padding-right: 0;
}
#nav li ul a {
	width: 168px;
	text-align: left;
	border-top: none;
	padding: 6px;
	font-weight: normal;
	border: 1px solid #fffeff;
	border-left: none;
	border-right: none;
	background: white;
	border-bottom: 1px solid #eeeefe;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color:#202A87;
	padding-bottom: 4px;
	padding-top: 9px;
	background: #F5F5F5;
	border: 2px solid #e1e1e1;
	border-bottom: none;
	height: 16px;
}
#nav a:hover, #nav a.hover {
	background:#FFFAAA;
	text-decoration:underline;
	color:#272F34;
}
#nav .tab-active a {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #121C51;
	padding: 8px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 6px;
	background: white;
	border-bottom: 1px solid white;
}
#nav > a:hover, #nav > a.hover {
	background: white;
	position: relative;
	top: -2px;
}
#nav li:hover, #menu li.over {
	position: static; /* make menus not sticky in ie7 */
} /* ********************************************* */
#leftnav-holder {
	padding: 0px;
	padding-top: 9px;
	padding-left: 10px;
	margin: 0px;
	vertical-align: top;
}
.leftnav {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #D1D1D1;
	position: relative;
	left: 2px;
}
.leftnav li {
	padding: 0px;
	margin: 0px;
	background-color:#FdFeFf;
}
.leftnav a {
	display: block;
	width: 164px;
	margin: 0px;
	padding: 6px;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 1px solid #D1D1D1;
	border-bottom: none;
	border-right: none;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
	line-height:16px;
}
.leftnav a:hover, #leftnav a.hover {
	background:#FFFAAA;
}
.active a:hover, .active a.hover {
	background: #FFFFFF;
}
.leftnav a:hover {
	text-decoration:underline;
	color:#272F34;
}
.leftnav #whatsnew {
	background-image: url(global/gui/navicons/whatsnew.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #whichproduct {
	background-image: url(global/gui/navicons/whichproduct.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #excelusers {
	background-image: url(global/gui/navicons/excelusers.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #developers {
	background-image: url(global/gui/navicons/developers.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #macusers {
	background-image: url(global/gui/navicons/macusers.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #matlabusers {
	background-image: url(global/gui/navicons/matlabusers.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #govtusers {
	background-image: url(global/gui/navicons/govtusers.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #professors {
	background-image: url(global/gui/navicons/professors.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #students {
	background-image: url(global/gui/navicons/students.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #pressanalysts {
	background-image: url(global/gui/navicons/pressanalysts.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.leftnav #privacypolicy {
	background-image: url(global/gui/navicons/privacypolicy.gif);
	background-position:right;
	background-repeat:no-repeat;
} /* ********************************************* */
.leftcallout {
	width: 164px;
	margin: 0px;
	margin-top: 8px;
	border: 2px solid #D7EBF7;
	border-right: none;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	position: relative;
	left: 2px;
}
.leftcallout:hover {
	background-color: #fffaaa;
}
.leftcallout a:hover {
	background-color: white;
}
.leftcallout {
	border-right: none;
	padding-top: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.leftcallout p {
	margin-bottom: 3px;
}
.leftcallout .bluehead {
	color: #457990;
	font-size: 11pt;
	border: none;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #0995D3;
}
.bluehead a {
	text-decoration: underline;
	font-size: 13pt;
}
.leftcallout p {
	margin-top: 4px;
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
} /* ********************************************* */
#maintab {
	padding: 0px;
	margin: 0px;
	padding-right: 12px;
} /* ********************************************* */
#maincontent-wrapper {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #D7D8DA;
	border-left: 2px solid #DBDBDD;
	border-top: 1px solid #F4F4F3;
}
#maincontent {
	border: 1px solid gray;
	border-left: none;
	padding: 0px;
	height: 100%;
	border-left: 1px solid #B1CDD7;
	border-top: 1px solid #BFD9F0;
	border-right: 1px solid #A9C1D5;
	border-bottom: 1px solid #BFD8ED;
} /* ********************************************* */
#maincontent .majorlink {
	color: #295E89;
	margin: 0;
	padding: 0;
}
#maincontent .highlighted {
	background-color: #FFFED1;
	padding: 1px;
	white-space: nowrap;
	margin-bottom: 3px;
}
#maincontent .highlighted h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #0895b3;
	font-size: 12pt;
}
#maincontent .highlighted a:hover {
	background-color: #F5FFA0;
}
#maincontent .highlighted a {
	color: #375E85;
}
#maincontent a:hover {
	color: #274E85;
} /* ********************************************* */
#maincontent .maintd {
	padding-top: 6px;
}
#maincontent h2 {
	margin-top: 12px;
	margin-bottom: 8px;
}
#maincontent h3 {
	font-size: 12pt;
	line-height: 18px;
	padding-bottom: 6px;
	padding-top: 32px;
	font-weight: normal;
}
#maincontent h4 {
	font-size: 12pt;
	line-height: 19pt;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 6px;
	color: black;
	font-style: normal;
}
#maincontent h4 a {
	color: black;
	font-style: normal;
}
#maincontent p {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
}
.maintd p {
	padding: inherit;
	margin: inherit;
	font-size: 11pt;
}
.maintd .new {
	font-size: 9pt;
	color: #99CC99;
	font-style: italic;
	font-weight: bold;
}
.maintd b {
	white-space:nowrap;
}
#maincontent a {
	font-weight: bold;
}
#maincontent h4 b {
	color: #3D3D3D;
}
.style2 {
}
.style4 {
	color: #2C9DBD
} 
/* --------------------------------- */

#maincontent .pressheadline {
	font-size: 14pt;
}
/* --------------------------------- */
#maincontent #textpage {
	margin: 6px;
	border: 1px solid #dfdfdf;
	border-left: 1px solid #f2f0f2;
	padding: 12px;
	padding-bottom: 28px;
}
#textpage .xlbox {
	padding: 3px;
	padding-left: 6px;
	border: 1px solid #999999;
}
#textpage h1 {
	font-weight: normal;
	font-size: 10pt;
	color: #357Ea2;
	line-height: 11pt;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 6px;
}
#textpage h1 .kicker {
	padding: 2px; padding-bottom: 0px; border: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; color: #707070;
}
#textpage h2 {
	font-size: 15pt;
	margin-left: 9px;
	padding-bottom: 8px;
	padding-top: 6px;
	color: black;
	line-height: 17pt;
}
#textpage h3 {
	font-size: 15pt;
	padding-top: 2px;
	margin-left: 4px;
}
#textpage ul li {
	font-size: 10pt;
	line-height: 13pt;
	padding-bottom: 4pt;
}
#textpage ul {
	padding-top: 0;
	margin-top: 5px;
}
#textpage ol {
	padding-top: 0pt;
	margin-top: 4px;
	margin-bottom: 8pt;
}
#textpage ol li {
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 8pt;
}
#textpage p {
	padding-bottom: 4pt;
}
#textpage .black {
	color: #000000;
}
#rightlinks {
	font-size: 9pt;
	font-weight: bold;
	width: 212px;
	padding-top: 0px;
	padding-left: 4px;
}
#rightlinks a {
	color: #5587aE;
	font-size: 9pt;
	font-weight: bold;
}
#rightlinks p {
	margin-bottom: 14px;
}
#rightlinks .current {
	font-size: 10pt;
	color: #5CACD9;
}
/* ********************************************* */
#textpage form p {
	padding: 0px;
	margin: 0px;
	margin-right: 6px;
}
#textpage form td {
	padding: 0px;
	margin: 0px;
}
#textpage form tr {
	padding: 0px;
	margin: 0px;
}
#textpage .formbox {
	border: 1px solid #aaaaaa;
	padding: 8px;
	background: #f8fafc;
	padding-bottom: 12px;
}
#textpage .forminstructions {
	border: 1px solid #dddddd; background: white;
	margin: 14px; padding: 12px;
}
#textpage .forminstructions p {
	font-size: 9pt;
	margin-bottom: 6px;
}

/* ********************************************* */

#textpage .pricetable {
	width: 720px;
	border: 1px solid #cccccc;
	margin-left: 18px;
}
#textpage .pricetable p {
	border: none;
	padding: 0px; 
	margin: 3px;
}
#textpage .pricetable td {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

/* ********************************************* */
#valueproposition {
	padding: 0px;
	padding-right: 0px;
	margin: 10px;
	margin-top: 8px;
	margin-right: 8px;
	border: 2px solid #80c5ee;
}
#valueproposition table {
	background: white;
}
#valueproposition img {
	padding: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#valueproposition p {
	color: #121233;
}
#valueproposition td {
	font-size: 11pt;
	line-height: 13pt;
	padding-left: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	border-left: 1px solid #CDD0C9;
	border-bottom: 1px solid #CDD0C9;
}
#valueproposition .producticon {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	border-left: 1px solid #CDD0C9;
	border-bottom: 1px solid #CDD0C9;
}
#valueproposition tbody td:hover, tbody tr.hover {
	background: #FFFAAA;
}
#valueproposition tr, td {
}
#valueproposition .emphasis {
	color: #5B82B8;
	text-decoration:underline;
}
#valueproposition .mainbullet {
	font-weight: normal;
	font-size: 11pt;
	color: #121233;
}
#valueproposition a {
	font-weight: bold;
	color: #4097CF;
} /* ********************************************* */
#solveroptimal td {
	background: white;
	background-position: center right;
	background-repeat:no-repeat;
	background-image:url(global/gui/widgets/solver-expertise-bg_green.jpg);
	border-right: none;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 8px;
	margin-bottom: 12px;
}
#solveroptimal .solverresults {
	background-image: none;
	background: #CBFFD5;
	border-left: none;
	padding-top: 22px;
	padding-left: 22px;
	padding-right: 32px;
} /* ********************************************* */
#maincontent .new {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 4px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#new p {
}
.style5 {
	color: #41ACA2
} /* ********************************************* */
#form_right h3 {
	padding: 1px;
}
#methods {
	margin-top: 8px;
	background: white;
	background-position: center right;
	background-repeat: repeat-y;
	background-image:url(/global/gui/widgets/bg_rightgradient-green.jpg);
	padding: 12px;
	padding-left: 0px;
	margin-left: 0px;
} /* ********************************************* */
#maincontent #rightcolumn {
	vertical-align: top;
	padding-left: 8px;
	width: 150px;
	z-index: 1;
}
#form_right #regform {
	padding: 0px;
	margin: 0px;
	background: white;
	border: 2px solid #DCEBF6;
	margin-bottom: 8px;
	position: relative;
	top: -8px;
}
#form_right .learnmore {
	font-weight: bold;
	font-size: 12pt;
	color: #0995D3;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
#form_right h3 {
	margin-bottom: 6px;
}
#form_right p {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}
#form_right td {
	padding: 2px;
}
#form_right td td {
	padding: 1px;
}
#form_right .formbox {
	padding: 0px;
	background: #dFf1Ff;
}
#form_right .fieldlabel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #317891;
}
/* ********************************************* */
#copyright {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 14px;
	font-size: 8pt;
	color: #aaaaaa;
	margin-left: 8px;
	margin-top: 2px;
}
#copyright a {
	color: #a1a1a1;
	font-weight: normal;
}
/* ********************************************* */
.greenballoon {
	border: 2px solid #ACDDAA;
	padding: 12px;
	background: white;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 12px;
	margin-bottom: 14px;
	margin-top: 18px;
}
.greenballon ul {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	list-style-type:circle;
}
.greenballoon li {
	margin: 0px;
	padding: 0px;
	line-height: 15pt;
	color: #121233;
	font-size: 10pt;
}
.greenballoon li span {
	color: #121233;
	font-size: 10pt;
	font-weight: normal;
}

/* ********************************************* */


/*

button, li { behavior: url('IE_fix.htc'); }

*/



/* ********************************************* */

/* IE styled hover examples ------------------------ */

/*

tbody tr:hover,tbody tr.hover { background: blue; }


button, tr, td { behavior: url('global/gui/IE_fix.htc'); }

button { background: #aaf; border-color: #55c; }

button:hover, button.hover { background: #eef; }

button:active, button.active { color: #eef; background: #226; }

*/
