/********************************************************************
 * Custom font definitions
 ********************************************************************/
@font-face {
	font-family: 'GillSansLight';
	src: url('/shared/fonts/gnl___.eot');
	font-weight: 100;
	src: local('☺'), url('/shared/fonts/gnl___.woff') format('woff'), url('/shared/fonts/gnl___.ttf') format('truetype'), url('/shared/fonts/gnl___.svg#') format('svg');
}

@font-face {
	font-family: 'GillSansRegular';
	font-weight: 100;
	src: url('/shared/fonts/gn____.eot');
	src: local('☺'), url('/shared/fonts/gn____.woff') format('woff'), url('/shared/fonts/gn____.ttf') format('truetype'), url('/shared/fonts/gn____.svg#') format('svg');
}

/********************************************************************
 * General styles
 ********************************************************************/
body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.75em;
	color: #222;
}

p, label {
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom; /* Hack for IE6 */
	position: relative;
	font-size: 0.7em;
	bottom: 1ex;
}

sup.note,
sup.footnote {
	color: red;
}

code,
.code {
	color: #5A7890;
	font-family: Courier New, serif;
}

blockquote {
	margin: 20px 15px 20px 5px;
	font-size: 1.333em;
	font-style: normal;
	background: url(/shared/images/design/quote.png) no-repeat left top;
	padding-left: 30px;
	color: #2DA6A1;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}

blockquote .quotee {
	color: #888;
	padding-top: 7px;
	font-size: 1.083em;
}

/********************************************************************
 * SEO Friendly Tagging http://www.cssnewbie.com/4-ways-css-can-improve-your-seo/
 *******************************************************************/
em.seo {
	font-weight: normal;
	font-style: normal; 
}

strong.seo {
	font-weight: normal;
	font-style: normal; 
}

/********************************************************************
 * Headings
 ********************************************************************/
h1 {
	font-family: GillSansLight, arial, helvetica, verdana, sans-serif;
	font-size: 3em;
	font-weight: 100;
	color: #00B7E5;
	margin: 0;
	line-height: 1.2em;
}

h1 .highlight {
	color: #008CAD;
}

h1 span.omsol {
	font-size: 0.95em;
}

h2 {
	color: #555;
	font-family: GillSansLight, Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 2em;
	font-weight: 100;
	margin: 25px 8px 5px 0px;
	letter-spacing: 0.01em;
	line-height: 1em;
}

h3 {
	color: #209ea4; 
	font-family: GillSansLight, Arial Narrow, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 100;
	margin: 20px 4px 4px 0px;
	line-height: 1em;
}

h4 {
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 15px 4px 4px 0px;
	line-height: 1em;
}

h1.first,
h2.first,
h3.first,
h4.first {
	margin-top: 0px;
}

h1 .livelink {
	color: #008cad;
	font-size: 0.85em;
}

h1 sup {
	font-size: 0.3em;
	vertical-align: middle;
	margin-left: 2px;
}

/********************************************************************
 * Links
 ********************************************************************/
a {
	color: #0377a8;
}

a:hover {
	color: #a1257e;
	text-decoration: underline;
}

a.selected {
	color: #444;
	text-decoration: none;
}

a.arrow {
	background: url(/shared/images/design/double_arrow.png) no-repeat center right;
	padding: 0 16px 0 0px;
	color: #209EA4;
	text-transform: uppercase;
	text-decoration: none;
	font-family: GillSansRegular, arial, helvetica, sans-serif;
}

a.arrow:hover {
	color: #50dcee;
}

a.header {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.none {
	color: inherit;
	text-decoration: inherit;
}

a.rss {
	padding: 0px 0px 0px 13px;
	background: url("/shared/images/icons/rss_small.png") no-repeat left 50%;
	line-height: 1.364em;
}

/********************************************************************
 * Lists
 ********************************************************************/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}

ol li,
ul li {
	line-height: 1.5em;
}

ul li {
	background: url('/shared/images/design/list_bullet.gif') no-repeat 0.25em 0.75em;
	padding: 2px 0px 2px 15px;
}

ul.white li {
	background: url('/shared/images/design/list_bullet_white.gif') no-repeat 0.25em 0.75em;
	padding: 2px 0px 2px 15px;
}

ul ul {
	padding-left: 4px;
}

ul ul li {
	background: url('/shared/images/design/list_dash.gif') no-repeat 0 0.667em;
	padding-left: 12px;
}

/* Lists with arrow bullets */
ul.links li,
ul.raquo li {
	background: url('/shared/images/design/raquo.gif') no-repeat 0 0.4em;
	padding: 0px 10px 5px 15px;
	line-height: 1.3em;
}

ul.none {
	margin: 0px;
	padding-left: 0px;
}

ul.none li {
	background-image: none;
	padding: 2px 0px 2px 0px;
}

ul.none ul {
	margin-left: 15px;
}

/* Horizontal lists */
ul.horizontal li {
	float: left;
	margin-right: 10px;
}

/* Sharing widget */
ul.shareServices {
	float: right;
	border: 1px solid #CDD7E1;
	background: #F8FBFF;
}
ul.shareServices a {
	text-decoration: none;
	display: block;
	padding: 2px 7px 2px 14px;
	background: url('/shared/images/design/arrow_down.gif') no-repeat 0.417em center;
}
ul.shareServices ul a {
	padding: 2px 25px 2px 10px;
	background: none;
}
ul.shareServices a:hover {
	background-color: #ECF1F8;
}
ul.shareServices img {
	vertical-align: middle;
	margin: 1px 5px 1px 0px;
}
ul.shareServices li {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.shareServices ul {
	display: none;
	position: absolute;
	padding: 5px 0;
	margin: 0;
	border: 1px solid #CDD7E1;
	background: #F8FBFF;
	top: 1.333em;
	z-index: 100;
}
ul.shareServices li:hover ul {
	display: block;
}

/********************************************************************
 * Other
 *******************************************************************/
.error,
.required {
	color: red;
}

.small {
	font-size: 0.917em;
}

.caption,
.picture {
	color: #555555;
	font-family: Arial;
	font-size: 0.917em;
	font-style: italic;
	padding: 5px;
	text-align: left;
}

.ingress {
	font-size: 1.167em;
	color: #444;
	line-height: 1.5em;
	margin-bottom: 20px;
}/********************************************************************
 * Page
 ********************************************************************/
body {
	margin: 0;
	padding: 0;
	background-color: white;
}

div#pageContainer {
	width: 80em;
	margin: auto;
	background-color: white;
	position: relative;
}

div#mainContent {
	width: 55em;
	padding-left: 5px;
	padding-top: 15px;
	min-height: 25em;
}

div#mainContent.full {
	width: 80em;
}

div#dialogHeaderContainer {
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 5px 15px 5px;
	margin: 0 20px;
}

div#dialogContent {
	padding: 15px 15px 25px 25px;
}

div.content {
	padding: 20px 20px 0px 5px;
}

/********************************************************************
 * Header
 ********************************************************************/
div#pageHeader {
	height: 85px;
	position: relative;
	z-index: 100;
	width: 80em;
	margin: auto;
	margin-top: 1px;
}

div#pageHeader img#logo {
	position: absolute;
	left: 5px;
	top: 40px;
	width: 10.75em;
}

div#pageheading h1 {
	padding: 5px 50px 0px 5px;
	margin-bottom: 0px;
}

div#searchBox {
	position: absolute;
	right: 5px;
	top: 37px;
	color: #6a7181;
	font-family: arial, helvetica, verdana, sans-serif;
	z-index: 11;
	padding-left: 18px;
	background: url(/shared/images/icons/search.png) no-repeat left center;
}

div#searchBox input {
	width: 8.5em;
	font-size: 0.9em;
	border: 1px solid #c0c7cd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 1px 5px;
}

/********************************************************************
 * Top Menu
 ********************************************************************/
ul#mainmenu {
	left: 14.167em;
	margin: 0;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 35px;
	z-index: 10;
}

ul#mainmenu li {
	float: left;
	position: relative;
	padding: 5px 0 10px 0;
	background: none;
	white-space: nowrap;
	line-height: 1.15em;
}

ul#mainmenu a {
	display: block;
	padding: 0px 7px;
	text-decoration: none;
	font-size: 0.833em;
	color: #6a7181;
	text-transform: uppercase;
}

ul#mainmenu a:hover {
	color: #2e9ea7;
}

ul#mainmenu li.main a {
	color: #2e9ea7;
}

ul#mainmenu li ul {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	padding: 5px 25px 10px 10px;
	position: absolute;
	top: 1.667em;
	left: 0;
	text-align: left;
	z-index: 900;
}

ul#mainmenu li ul li {
	display: block;
	float: none;
	padding: 2px 0px;
	background: none;
}
ul#mainmenu li ul li.menuHeader {
	padding-top: 7px;
	padding-left: 8px;
	font-weight: bold;
}
ul#mainmenu li.main ul li a,
ul#mainmenu li ul li a {
	border: none;
	text-transform: none;
	font-size: 0.9em;
	white-space: nowrap;
	color: #6a7181;
}
ul#mainmenu li.main ul li a:hover {
	color: black;
}
ul#mainmenu li:hover ul {
	display: block;
}

/********************************************************************
 * Breadcrumb menu
 ********************************************************************/
div.breadcrumbMenu {
	color: #888;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	display: none;
}

div#pageheading div.breadcrumbMenu {
	margin: 0px;
	padding: 12px 0 0 35px;
}

div.breadcrumbMenu a {
	font-size: 0.9em;
	color: #888;
	text-decoration: none;
}

div.breadcrumbMenu a.selected {
	color: #00929F;
}

div.breadcrumbMenu a:hover {
	color: #00929F;
}

/********************************************************************
 * COMSOL Access Menu
 ********************************************************************/
div#accessDetails {
	width: 80em;
	margin: 0 auto;
	text-align: right;
	padding-top: 6px;
}

div#accessDetails ul {
	margin: 0;
	padding: 0;
}

div#accessDetails div#accessLoggedIn {
	display: none;
}

div#accessDetails div#accessLoggedOut {
	padding-top: 2px;
}

div#accessDetails a.accessName {
	font-style: italic;
}

div#accessDetails ul li {
	display: inline;
	padding: 0;
	background: none;
}

div#accessDetails a {
	color: #0377A8;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0 7px;
	text-decoration: none;
}

div#accessDetails a:hover {
	color: #000;	
}

/********************************************************************
 * Footer
 ********************************************************************/
div.footer {
	clear: both;
	padding: 15px 5px 15px 0px;
	margin-top: 20px;
	font-size: 0.9em;
	border-top: 1px solid #d9d9d9;
	height: 30px;
}

div#copyright {
	color: #a2aeba;
	font-size: 0.95em;
	float: right;
	padding-top: 1px;
	text-align: right;
}

div#copyright a {
	margin: 0 0 0 .1em;
	color: #a2aeba;
	text-decoration: none;
}

div#followComsol p {
	color: #68727E;
	line-height: 1.5em;
	margin: 0 .8em;
	text-decoration: none;
}
div#followComsol a {
	padding: 0 2 0 2px;
	color: #a2aeba;
	text-decoration: none;
}

div#footerMenu {
	float: left;
	padding-right: 30px;
}

div#footerMenu a {
	padding: 0 0 0 15px;
	color: #68727e;
	font-weight: normal;
	text-decoration: none;
}

div#footerMenu a:hover {
	color: black;
}

div#footerMenu ul {
	margin: 0;
}

div#footerMenu ul li {
	display: inline;
	padding: 0;
	background: none;
}

div#footerMenu li.officeSelector {
	position: relative;
}

div#footerMenu li.officeSelector a {
	color: black;
	padding: 4px 0px 4px 24px;
	background: url(/shared/images/icons/globe.png) no-repeat left center;
	white-space: nowrap;
}

div#footerMenu li.officeSelector ul {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #ccc;
	text-align: left;
	padding: 10px 20px 10px 15px;
	z-index: 900;
	display: none;
	left: 20px;
	bottom: 15px;
}

div#footerMenu li.officeSelector:hover ul {
	display: block;
}

div#footerMenu li.officeSelector ul li {
	display: block;
	margin: 0;
}

div#footerMenu li.officeSelector ul li a {
	font-size: 0.9em;
	background: none;
	padding-left: 0;
	border: none;
	text-transform: none;
	color: #68727E;
}

div#footerMenu li.officeSelector ul li a:hover {
	color: black;
}

div#footerMenu li.separator {
	padding-bottom: 7px;
}

/********************************************************************
 * Next Step
 *******************************************************************/
div.nextStep {
	float: right; 
	margin-top: 10px; 
	text-align: right;
}

/********************************************************************
 * Colorbox
 *******************************************************************/
.colorbox {
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #D4D7DC;
	background: url("/shared/images/design/tab_bg.png") repeat-x right bottom #FFFFFF;
}

.colorbox div.content {
	padding: 5px 5px 10px 15px;
}

.colorbox a.header {
	font-weight: normal;
}

.colorbox ul {
	margin-bottom: 5px;
}

.colorbox h2 {
	font-size: 1.455em;
	font-weight: 100;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
	color: #264d79;
	padding: 15px 5px 0px 15px;
	margin: 0;
	letter-spacing: 0px;
}

.colorbox h2.green {
	background: url('/shared/images/design/box_green.gif') no-repeat -40px -28px;
}

.colorbox h2.yellow {
	background: url('/shared/images/design/box_yellow.gif') no-repeat -40px -28px;
}

.colorbox h2.turquoise {
	background: url('/shared/images/design/box_turquoise.gif') no-repeat -40px -28px;
}

.colorbox h2.purple {
	background: url('/shared/images/design/box_purple.gif') no-repeat -40px -28px;
}

.colorbox h2.orange {
	background: url('/shared/images/design/box_orange.gif') no-repeat -40px -28px;
}

/********************************************************************
 * Sidebar
 *******************************************************************/
div.sidebar {
	font-size: 0.9em;
	float: right;
	width: 21em;
	padding-left: 20px;
	padding-top: 15px;
}

#mainContent .sidebar {
	padding-top: 0px;
}

div.sidebar div.colorbox {
	margin-bottom: 10px;
}/********************************************************************
 * Images
 ********************************************************************/
img {
	border: 0;
}

img.avatar {
	border: 1px solid #CCCCCC;
}


/********************************************************************
 * Helpers
 *******************************************************************/

div.clear,
div.clearLeft,
div.clearRight {
	height: 1px;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.divider {
	margin: 20px 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}

.hidden {
	display: none;
}

div.note {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

/********************************************************************
 * Boxes
 *******************************************************************/

div.box {
	padding: 20px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: none; /* background attributes must be kept this way, other elements needs this for inherit to work */
	background-color: #F7FAFC;
	border: 1px solid #ECF3F9;
	margin-bottom: 4px;
}

div.formContainer,
div.box h2 {
	margin-top: 0;
}

/* Downloadbox */
div.downloadBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: none;
}

div.downloadBox a {
	font-size: 1.5em;
}

div.downloadBox img {
	float: left;
	margin-right: 15px;
}

/* Info */
div.info {
	background: #fffee7;
	border: 1px solid #fcebc7;
	margin-bottom: 25px;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Dropdown selection boxes */
div.dropdownSelection {
	background: url(/shared/images/design/tab_bg.png) repeat-x right bottom #FFFFFF;
	border: 1px solid #D4D7DC;
	position: absolute;
	z-index: 20;
	padding: 20px;
	-moz-border-radius: 0 7px 7px 7px;
	-webkit-border-radius: 0 7px 7px 7px;
}
div.dropdownSelection a {
	color: #6A7181;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.917em;
	text-decoration: none;
}
div.dropdownSelection a:hover {
	color: #2E9EA7;
}
div.dropdownSelection td {
	vertical-align: top;
	padding-right: 20px;
}
div.dropdownSelection ul,
div.dropdownSelection li {
	float: none;
	padding: 0;
	margin: 0;
}
li:hover div.dropdownSelection {
	display: block;
}

/********************************************************************
 * Tabs 
 *******************************************************************/

ul.verticalTabs {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 18.333em;
	float: left;
}
ul.verticalTabs li {
	background: none;
	margin: 0;
	padding: 0;
}
ul.verticalTabs li.last {
	height: 160px;
	background: url(/shared/images/search/vertical_fade_bottom.gif) top right no-repeat;
}
ul.verticalTabs li.first {
	height: 100px;
	background: url(/shared/images/search/vertical_fade_top.gif) top right no-repeat;
}
ul.verticalTabs li a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 14px;
	border-right: 1px solid #ccc;
	background: url(/shared/images/search/tab_fade.gif) top right no-repeat;
	color: #666;
}
ul.verticalTabs li a:hover,
ul.verticalTabs li a.selected:hover {
	color: red;
}
ul.verticalTabs li a.selected {
	border-right: 0px;
	background: url(/shared/images/search/tab_fade_selected.gif) top right no-repeat;
	color: #0377A8;
	padding: 14px 10px;
}
ul.verticalTabs li a.empty {
	color: #bbb;
}


/********************************************************************
 * Progress Tracker
 *******************************************************************/

ul.progressTracker {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
ul.progressTracker li {
	margin: 0;
	padding: 3px 10px 3px 20px;
	display: inline-block;
	color: #bbb;
	font-family: GillSansRegular;
	font-size: 1.2em;
	background: url(/shared/images/icons/arrow_right.png) center left no-repeat;
	position: relative;
}
ul.progressTracker li:first-child {
	padding-left: 0px;
	background: none;
}
ul.progressTracker li.selected {
	color: #e45712;
}
ul.progressTracker li.selected:after {
	content: url(/shared/images/icons/progress_indicator.png);
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: 2px;
}
ul.progressTracker li:first-child.selected:after {
	margin-left: -8px;
}


/********************************************************************
 * Numerical Sections 
 *******************************************************************/

div.section1 {
	background: url('/shared/images/icons/numbered_bullet_1.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section2 {
	background: url('/shared/images/icons/numbered_bullet_2.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section3 {
	background: url('/shared/images/icons/numbered_bullet_3.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section4 {
	background: url('/shared/images/icons/numbered_bullet_4.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section5 {
	background: url('/shared/images/icons/numbered_bullet_5.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section6 {
	background: url('/shared/images/icons/numbered_bullet_6.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section7 {
	background: url('/shared/images/icons/numbered_bullet_7.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section8 {
	background: url('/shared/images/icons/numbered_bullet_8.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

div.section9 {
	background: url('/shared/images/icons/numbered_bullet_9.gif') no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
}

/********************************************************************
 * Tables
 *******************************************************************/

table.spec {
	border-collapse: separate;
	border-spacing: 0px;
	border: 15px solid #ECF1F8;
	background: #ECF1F8;
}

table.spec * {
	font-family: arial, helvetica, verdana, sans serif;
	text-align: left;
	vertical-align: top;
}

table.spec th {
	border-bottom: 1px solid #CDD7E1;
	padding: 0px 10px 5px 10px;
}

table.spec th.fc {
	padding-left: 0px;
}

table.spec td {
	border-right: 1px solid #CDD7E1;
	padding: 3px 10px;
}

table.spec td.fc {
	padding-left: 0px;
}

table.spec td.lc {
	border-right: medium none;
	padding-right: 0px;
}

/* Specification Chart */
table.specChart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.specChart td {
	padding: 3px 10px;
	border-top: 1px solid #CDD7E1;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	vertical-align: bottom;
	width: 3.333em;
}

table.specChart td.fc {
	padding-left: 0px;
}

table.specChart td.lc {
	padding-right: 0px;
	border-right: none;
}

table.specChart tbody tr:first-child td {
	padding-top: 10px;
}

table.specChart tr td:first-child {
	width: 16.667em;
}

table.specChart th {
	border-top: 1px solid #999;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px 10px 3px 10px;
	text-align: left;
	vertical-align: top;
}

table.specChart th:first-child {
	border-left: none;
}

table.specChart th.fc {
	padding-left: 0px;
}

table.notes td {
	padding: 1px;
	width: auto;
	font-size: 0.9em;
	vertical-align: top;
}
table.notes tr td:first-child {
	width: 0.583em;
	color: red;
	font-size: 0.8em;
}

/* Boxes */
table.boxes {
	border-collapse: separate;
	border-spacing: 20px;
	width: 83.333em;
	margin: 25px -20px 0px -20px;
}

table.boxes a {
	display: block;
	width: 14.667em;
	height: 8em;
	background-image: url(/shared/images/frontpage/box_empty.jpg);
	background-repeat: no-repeat; 
	text-align: center;
	font-size: 1.25em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
	color: #374558;
	text-decoration: none;
	padding-top: 5px;
}
table.boxes a span.highlight {
	color: #009AFB;
}
table.boxes a.box_42 {
	background-image: url(/shared/images/frontpage/box_42.jpg);
	line-height: 40px;
	color: white;
	text-transform: uppercase;
}
table.boxes a.box_42a {
	background-image: url(/shared/images/frontpage/box_42a.jpg);
	line-height: 50px;
	color: white;
	text-transform: uppercase;
}
table.boxes a.box_tutorial {
	background-image: url(/shared/images/frontpage/box_tutorial.jpg);
}
table.boxes a.particle_mixer {
	background-image: url(/shared/images/frontpage/mixer_particle_animation_blue-1.gif);
	background-position: 1px 5px;
	height: 125px;
	padding-top: 0;
}
table.boxes a.box_booklet {
	background-image: url(/shared/images/frontpage/box_booklet.jpg);
}
table.boxes a.box_stories {
	background-image: url(/shared/images/frontpage/box_stories.jpg);
}
table.boxes a.box_minicourse {
	background-image: url(/shared/images/frontpage/box_minicourse.jpg);
}
table.boxes a.box_systemreq {
	background-image: url(/shared/images/frontpage/box_systemreq.jpg);
}
table.boxes a.box_spechart {
	background-image: url(/shared/images/frontpage/box_spechart.jpg);
}
table.boxes a.box_workshops {
	background-image: url(/shared/images/frontpage/box_workshops.jpg);
}
table.boxes a.box_animations {
	background-image: url(/shared/images/frontpage/box_animations.jpg);
}
table.boxes a.box_build {
	background-image: url(/shared/images/frontpage/box_build.jpg);
}
table.boxes a.box_examples {
	background-image: url(/shared/images/frontpage/box_examples.jpg);
}
table.boxes a.box_products {
	background-image: url(/shared/images/frontpage/box_products.jpg);
}
table.boxes a.box_contest {
	background-image: url(/shared/images/frontpage/box_contest.jpg);
}
table.boxes a.box_callforpapers {
	background-image: url(/shared/images/frontpage/box_callforpapers.jpg);
}
table.boxes a.box_abstracts {
	background-image: url(/shared/images/frontpage/box_abstracts.png);
}
table.boxes a.box_webinar {
	background-image: url(/shared/images/frontpage/box_webinar.jpg);
}
table.boxes a.box_animated {
	background-image: url(/shared/images/frontpage/box_animated.jpg);
}
table.boxes a.box_discover {
	background-image: url(/shared/images/frontpage/box_discover.jpg);
}
table.boxes a.box_release {
	background-image: url(/shared/images/frontpage/box_releasenotes.jpg);
}
table.boxes a.box_workstation {
	background-image: url(/shared/images/frontpage/box_workstation.jpg);
}
table.boxes a.box_confcd {
	background-image: url(/shared/images/frontpage/box_conf_cd.png);
}
table.boxes a.box_comsolnews2011 {
	background-image: url(/shared/images/frontpage/comsol-news-magazine-2011.jpg);
}
table.boxes a.box_comsolnews {
	background-image: url(/shared/images/frontpage/box_comsolnews.jpg);
}
table.boxes a.box_mphintro {
	background-image: url(/shared/images/frontpage/box_mphintrokit.jpg);
}
table.boxes a.box_employment {
	background-image: url(/shared/images/frontpage/box_employment.jpg);
}
table.boxes a.box_managersguide {
	background-image: url(/shared/images/frontpage/box_managersguide.jpg);
}
table.boxes a.box_empty {
	background-color: #f7f7f7;
	border: 1px solid #efefef;
	background-image: none;
	border-radius: 10px;
	border-top-left-radius: 0px;
	cursor: default;
}
table.boxes td {
	width: 18.333em;
	vertical-align: top;
}

table.boxes td a.text {
	padding: 40px 25px 0 20px;
	text-decoration: none;
	color: #777;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}

/* Stories */
table.stories {
	border-collapse: collapse;
}

table.stories tr {
	vertical-align: top;
}

table.stories tr.odd td {
	background-color: #fafafa;
	border-top: 1px solid #CDD7E1;
	border-bottom: 1px solid #CDD7E1;
}

table.stories tr.even td {
	border-top: 1px solid #CDD7E1;
	border-bottom: 1px solid #CDD7E1;
}

table.stories td {
	padding: 15px;
}

table.stories .field {
	color: black;
}

table.stories td.image {
	width: 6.667em;
	padding-top: 18px;
	padding-right: 0px;
}

table.stories td.image img {
	border: 1px solid #ccc;
	width: 6.667em;
	height: 6.667em;
}

table.stories td.image a:hover img {
	border-color: #666;
}

table.glossary td {
	vertical-align: top;
	width: 300px;
	padding-right: 30px;
}

/********************************************************************
 * Order Links
 *******************************************************************/

a.orderLink {
	color: #9C7822;
	display: block;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.333em;
	padding-left: 65px;
	padding-top: 10px;
	text-decoration: none;
	width: 10.938em;
	background: url(/shared/images/order_background.gif) no-repeat;
	height: 4.375em;
}

a.orderLink span {
	color: #57410B;
	font-size: 12px;
}

a.orderLink:hover {
	background: url(/shared/images/order_background_hover.gif) no-repeat;
}

/********************************************************************
 * Access stuff
 *******************************************************************/
div#accessTabs ul {
	margin: 0;
	padding: 0;
	background-image: none;
}

div#accessTabs ul li {
	margin: 0 2px 0 0;
	padding: 10px 15px;
	background-image: none;
	float: left;
	background-color: #efefef;
	color: #73849e;
	font-weight: bold;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
	border-bottom: 1px solid #fafafa;
}

div#accessTabs ul li.selected {
	background-color: #f6f6f6;
	color: #475771;
	border-bottom: 1px solid #f6f6f6;
}

div#accessForgot,	
div#accessRegister,
div#accessLogin {
	background-color: #f6f6f6;
	padding: 15px 15px;
}

div#accessLogin table {
	margin-left: 30px;
	margin-top: 10px;	
}

div#accessLogin table tr th {
	font-weight: normal;
	text-align: right;
	width: 6.667em;
	padding-right: 10px;
}

div#accessLogin table tr td.submitButton {
	padding-top: 20px;
}

div#accessBox table.form {
	width: 100%;
}
div#accessBox table.form tr td.label {
	width: 12.5em;
}
div#accessBox table.form tr td {
	padding-right: 10px;
}

div#accessInfo {
	float: right;
	width: 33.333em;
}

/********************************************************************
 * Press release stuff
 *******************************************************************/
/* Pressrelease */
div.highres {
	margin: 0 10px 0 0;
	width: 12.5em;
	text-align: center;
	float: left;
}

div.highres img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	display: block;
}

/********************************************************************
 * Paginator
 *******************************************************************/
/* Page navigation for search results */
div.paginatorNavigationContainer a {
	display: block;
	float: left;
	padding: 4px 8px;
	margin: 1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	text-decoration: none;
}

div.paginatorNavigationContainer a.active,
div.paginatorNavigationContainer a:hover,
div.paginatorNavigationContainer a.next:hover,
div.paginatorNavigationContainer a.previous:hover {
	color: black;
	background-color: #D6E9FF;
	border: 1px solid #66AEFF;
}

div.paginatorNavigationContainer a.next,div.paginatorNavigationContainer a.previous {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

/********************************************************************
 * Tagging styles 
 *******************************************************************/
div.tag {
	float: left;
	padding: 0px 0px 0px 5px;
	background-color: #c7df87;
	border: 1px solid #90ab46;
	margin: 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/********************************************************************
 * Search
 *******************************************************************/
.searchResult {
	margin-bottom: 20px;
}
.searchResult .info {
	color: #84AC3D;
}

/********************************************************************
 * Validation error
 *******************************************************************/
div.validationErrors {
	position: relative;
	padding: 15px 25px 15px 80px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	max-width: 345px;
	float: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc7425, endColorstr=#f6ba66)";
	background: rgb(220,116,37);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, rgb(220,116,37)), color-stop(1, rgb(246,186,102)));
	background: -moz-linear-gradient(-85deg, rgb(220,116,37), rgb(246,186,102));
	border: 1px solid rgb(220,116,37);
	color: white;
	font-weight: bold;
}

div.validationErrors img.icon {
	position: absolute;
	left: 15px;
	top: 15px;
}
div.validationErrors h3 {
	color: white;
	font-family: GillSansRegular, Arial, Verdana, Geneva, Helvetica, sans-serif;;
}

div.validationError {
	background: url('/shared/images/design/validationerrorarrow.gif') no-repeat left top;
	position: absolute;
	top: 0px;
	right: -191px;
	width: 180px;
	color: white;
	font-size: 0.9em;
	padding-left: 4px;
	z-index: 1000;
}

div.validationText {
	background: rgb(220,116,37);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, rgb(220,116,37)), color-stop(1, rgb(246,186,102)));
	background: -moz-linear-gradient(-85deg, rgb(220,116,37), rgb(246,186,102));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc7425, endColorstr=#f6ba66)";
	border-top: 1px solid rgb(220,116,37);
	border-right: 1px solid rgb(220,116,37);
	border-bottom: 1px solid rgb(220,116,37);
	padding: 3px 5px;
}

div.validationText a {
	color: white;
}

/********************************************************************
 * Tab panels
 *******************************************************************/

div.tabContent ul.links {
	margin: 0;
}

div.tabContent ul.links li {
	padding-bottom: 2px;
}

div.tabContent ul.links li a {
	text-decoration: none;
}

div.tabContent {
	padding: 10px;
	margin-top: -2px;
	border: 1px solid #D4D7DC;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	background: url("/shared/images/design/tab_bg.png") repeat-x right bottom #FFFFFF;
}

div.tabContent table td {
	padding-right: 15px;
	vertical-align: top;
}

div.tabNavigation {
	padding: 0px 0px 0 0px;
}

div.tabNavigation a.tab.selected {
	background-color: #fff;
	border: 1px solid #D4D7DC;
	border-bottom: 1px solid white;
}

div.tabNavigation a.tab {
	display: block;
	padding: 10px 15px 5px 15px;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url("/shared/images/design/bgbox_yellow.png");
	border: 1px solid #D4D7DC;
	border-bottom: 1px solid #D4D7DC;
	-moz-border-radius: 0px 5px 0 0;
	-webkit-border-radius: 0px 5px 0 0;
	border-radius: 0px 5px 0 0;
	color: #222;
	text-transform: uppercase;
	font-family: GillSansRegular,Helvetica,Arial,sans-serif;
	font-size: 0.9em;
}

div.tabNavigation a.tab:first-child {
	background-image: url("/shared/images/design/bgbox_orange.png");
}

div.tabNavigation .search {
	background: url(/shared/images/icons/search.png) no-repeat 19.688em center white;
	font-size: 1.333em;
	padding: 2px 25px 2px 10px;
	width: 18.75em;
	border: 1px solid #D4D7DC;
	float: right;
	margin-top: 2px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

div.tabPanel {
	float: none;
	padding: 2px;
	background: url("/shared/images/design/tab_bg_top.png") repeat-x right top #f3f4f6;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

/*****************************************************
 * Video Center
 ****************************************************/
div.videoThumbnail {
	float: left;
	background-color: #F7FAFC;
	background-repeat: no-repeat;
	background-image: linear-gradient(bottom, rgb(255, 255, 255) 0%, #e7eef4 100% );
	background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, #e7eef4 100% );
	background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, #e7eef4 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, #e7eef4 100% );
	background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, #e7eef4 100% );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7eef4, endColorstr=#ffffff)";
	width: 162px;
	height: 140px;
	padding: 7px;
	margin: 0 15px 25px 0;
	position: relative;
	box-shadow: 0px 1px 2px #aaa;
}

div.videoThumbnail:hover {
	box-shadow: 0px 1px 4px #666;
}

div.videoThumbnail div {
	border: 1px solid #deeaf4;
	text-decoration: none;
	width: 160px;
	height: 90px;
	margin: 0px 0px 8px 0px;
}

div.videoThumbnail img {
	display: none;
}

div.videoThumbnail:hover img {
	display: block;
}

div.videoThumbnail {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #333;
	font-family: arial;
}

div.videoThumbnail span.duration {
	font-size: 0.8em;
	padding: 0px 3px 0px 3px;
	background-color: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	right: 11px;
	top: 82px;
	text-decoration: none;
	border-radius: 2px;
}

/* Fix for fullscreen video in Chrome */
.video-js-box { 
	background-color: black; 
}/********************************************************************
 * Form elements
 *******************************************************************/

form {
	margin: 0;
}

input,
select,
textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
select {
	width: 100%;
}

textarea {
	width: 31.667em;
}

input[type=button],
input[type=submit] {
	padding: 4px 8px;
}

input[type=checkbox] {
	size: 1em;
}

table.form {
	border-collapse: collapse;
	width: 34.167em;
}

table.form td {
	padding-right: 10px;
}

table.form td.buttonContainer {
	padding-top: 10px;
}

table.form input.short,
table.form select.short {
	width: 9.167em;
}

table.form td.label {
	width: 12.5em;
	line-height: 20px;
	vertical-align: top;
}

table.form tr td.radiobutton,
table.form tr td.checkbox {
	vertical-align: top;
	padding-right: 3px;
}

textarea.commentsField {
	height: 4em;
}

span.validationError {
	font-size: 0.9em;
	color: red;
}
