/*
===== RADISYS COLORS =====
BLUE: #084887;
BLUE TEXT: #1f466e;
RED: #b0232a;
ORANGE: #e96419;
TAN-BEIGE: #baa45c;
WARM GRAY-BROWN: #695d54;
LT BLUE: #a5b8c9;
NEUTRAL GRAY FOR TYPE: #777777;
*/

/*body {
    margin: 10px;
    padding: 0;
    font-family: Arial, arial, helvetica, sans-serif;
    font-size: 12px;
    }*/

/* ==================== GENERAL ELEMENT STYLE ==================== */
/* === LINKS === */
a {
    color: #084887;
    text-decoration: none;
	
    }
a:hover {
    text-decoration: underline;
    }
a:active {
    text-decoration: underline;
    }
/* === LISTS === */
ul {
    margin: 5px 0 10px 0;
    padding: 0;
    list-style: none;
    }
li {
    margin: 0 0 3px 0;
    padding: 0;
    color: #695d54;

    }
/*ul ul {
    margin: 0 0 10px 18px;
}*/
/*ul ul li {
    color: #7B9CBA;
	
}*/

.horiz-nav-list li {
    float: left;
    }
.bullet ul, .bullet{
    list-style: url(../../images/bullets/bullet_dark2.gif);
	margin-left:17px;

    }   
.bullet ul ul {
    list-style: url(../../images/bullets/bullet_lite.gif);
    }
.supress-bullet {
    list-style: none;
    }
table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
}
td {
    font-family: Arial, arial, helvetica, sans-serif;
    font-size: 12px;
	vertical-align: top; 
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
.photo
{
	padding:2px;
	border: 1px solid #a5b8c9;
	margin: 10px;
}
.product-image-large {
    margin: 10px 0;
}


/* ==================== GENERAL TYPOGRAPHY STYLE ==================== */




h1 {
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    color: #e96419;
    font-size: 1.8em;
    letter-spacing: .05em;
     clear:none;
    }
.blue {
	font-size:1.5em;
	line-height: -1em;
   	letter-spacing:-1px;
    clear:none;
	color:#1f466e;
	position:relative;
}

.bluesearch {
	font-size:1.25em;
	line-height: -1em;
   	letter-spacing:-1px;
    clear:none;
	color:#1f466e;
	position:relative;
}
h2 {
    margin: 20px 0 2px 0; /*NATE CHANGE to bottom margin FROM 5px to 2px 8/7/07*/
    padding: 0;
    text-transform: uppercase;
    color: #695d54;
    font-size: 1.25em;
    letter-spacing: .05em;
    line-height: 1em;
    }
h10{
	margin-bottom: -50px;
	font-size:16px;
	font-weight:bold;
	color:#084887;
}
/* h2 class=preliminary for datasheets */
.preliminary 
{
	color:#CCCCCC;
	font-size:30px;
	font-weight:bold;
}	
h3, .content-module h3 {
    margin: 0px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    color: #7B9CBA;
    font-size: 1em;
    }
#content-main h3
{
	margin:20px 0 5px 0;
}	
h4 {
    margin: 0 0 0px 0;
    padding: 0;
    text-transform: uppercase;
    color: #695d54;
    font-size: .95em;
    }
p {
    margin: 0px 0 8px 0;
    color: #1f466e;
    line-height: 1.7em; /*NATE CHANGE FROM 1.5em to 1.7em 8/7/07*/
    font-size: 1em;
    }
strong {
    font-weight: bold;
    color: #1f466e;
    }

/* === PAGE LEVEL NAV === */
#page-level-nav {
    margin-bottom: 15px;
	padding-top:4px;
    }
#page-level-nav li {
    margin-bottom: 5px;
    }
#page-level-nav a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #e96419;
	border:0px solid red;
	line-height:14px;
    }
#page-level-nav a:hover  {
    color: #e96419;
    }
#page-level-nav a:active  {
    color: #e96419;
    }
#page-level-nav ul ul,
#page-level-nav ul ul ul {
    margin: 5px 0 10px 10px;
	
}
#page-level-nav ul ul li,
#page-level-nav ul ul ul li {
    margin-bottom: 2px;
	
    }
#page-level-nav ul ul a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: capitalize;
    color: #1f466e;
    }
#page-level-nav ul ul a:hover  {
    color: #1f466e;
    }
#page-level-nav ul ul a:active  {
    color: #1f466e;
    }
#page-level-nav ul ul ul a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: capitalize;
    color: #695d54;
	
    }
#page-level-nav ul ul ul a:hover  {
    color: #695d54;
    }
#page-level-nav ul ul ul a:active  {
    color: #695d54;
    }

/* ==================== CONTENT CONTAINER STYLE ==================== */
#container {
	position:relative;
    width: 1000px;
    margin: 5px auto 20px auto;
    padding: 0;
    text-align: left;
    }
#content-container {
    width: 1000px;
	/* added by ben to fix firefox in support section*/
	clear:both;
	margin: 0 auto 0 auto;
    }
#sub-column-container {
    width: 480px;
	border:0px solid red;
    margin: 20px 0 0 0;
    padding: 0;
	
    }

	
/* ==================== COLUMN STYLE ==================== */
.column {
    float: left;
    margin: 0;
    padding: 0 10px;
    position: relative;
	margin-top: 20px;
	
    }
.sub-column {
    width: 220px;
    float: left;
    margin-right: 20px;
    padding: 0;
    position: relative;
    }
#content-main {
    width: 480px;
	border:0px solid red;
	margin:0 auto;
    }
#content-related,
#content-spotlight {
    width: 230px;
}

/* added by ben to serve thumbnails in columns 
ie: /careers/europe_asia.cfm
*/
.column2 {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 10px;
	clear: inherit;
	margin-bottom:30px;
	margin-top:20px;
}
.column2 h2
{
	margin-top:0;
}

.content-orderinfo ul
{
color: #084887;
font-weight: bold;
}
.content-orderinfo li
{
	margin-left:10px;
	font-weight: normal;
	font-size:11px;
}
.view_products
{
	border:0px solid red;
	font-size:9px;
	text-transform:uppercase;
	text-align:right;
	width:480px;
	margin:0;
	padding:0;
	}
.top_div
{
	border:0px solid red;
	font-size:9px;
	text-transform:uppercase;
	text-align:right;
	margin:0;
	padding:0;
	}


/* ==================== PRODUCT JUMP FORM DROPDOWN ==================== */
#productjumpform
{
border:0px solid red; 
margin-bottom:20px;
}
#productjumpform select
{
width: 208px;
height: 22px;
background-color: #D7DEE4;
border: 1px solid #A5B8C9;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #1F466E;
font-weight: bold;
padding:2px;
}
#productjumpform optgroup
{
text-transform: uppercase;
font-style:normal;
}
/* ==================== CONTENT MODULE STYLE ==================== */
/* typography style application relates to which column the content-module is in */
#sub-column-container .content-module {
    margin: 0 0 30px 0;
    padding: 13px 0 0 0;
    background: url(../../images/headers/sub_column_header.gif) no-repeat top;
}
/* === CONTENT-SPOTLIGHT MODULE === */
#content-spotlight .content-module {
    margin: 0 0 30px 0;
	width: 210px;
	border:0px solid black;
    padding: 13px 0 0 0;
    background: url(../../images/headers/spotlight_content_header.gif) no-repeat top;
}
#content-spotlight li
{
		margin-bottom: 10px;
		padding-bottom:0;
}
#content-spotlight p {
    margin: 0 0 10px 0;
    color: #695d54;
    font-size: .95em;
    line-height: 1.4em;
}
#content-spotlight a {
    font-size: .85em;
	
}
#content-spotlight .content-module img.wrap, #content-related .content-module img.wrap  {
    float: left;
    }
#content-spotlight .content-module .wrap, #content-related .content-module .wrap {
    float: left;
    }
.byline{
clear:both;
display:block;
font-size:9px;
color:#695d54;
    }

#content-spotlight .content-module img {
	margin-bottom: 10px;
    }
#content-spotlight a {
    text-transform: uppercase;
    }
#content-spotlight .text-wrap, #content-related .text-wrap {
    margin-left: 75px;
    }
/* === CONTENT-RELATED MODULE === */
#content-related .content-module {
    margin: 0 0 15px 0;
    padding: 14px 0 0 18px;
    background: url(../../images/headers/related_content_header.gif) no-repeat top left;
    }
	

#content-related h4 {
    margin-bottom: 2px;
    text-transform: capitalize;
    }
#content-related p {
    margin-top: 0;
    color: #777777;
    font-size: .95em;
    line-height: 1.2em;
}
#content-related a {
    font-size: .9em;
    text-transform: capitalize;
    }
/* === CONTENT-MAIN SUB-COLUMN STYLES ===*/
#content-main #sub-column-container .content-module {
    margin: 0 0 30px 0;
    padding: 13px 0 0 0;
    background: url(../../images/headers/sub_column_header.gif) no-repeat top;
}

/* ==================== TABLE STYLE ==================== */
/* === DATA SHEET SPECIFICATIONS === */
.dsspecs {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 11px;
    color: #695d54;
    border: 0;
    background: #fff;
    vertical-align: middle;
    text-align: left;
    }
.dsspecs td {
    padding: 10px 15px 10px 0;
    margin: 10px;
    border-top: 1px solid #a5b8c9;
    border-bottom: 1px solid #a5b8c9;
    }
.dsspecs strong {
    text-transform: uppercase;
    }
.dsspecs th {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 10px;
    color: #a5b8c9;
    text-transform: uppercase;
}

/* === OTHER TABLE DEFINITIONS === */
.general-table {
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 11px;
    color: #695d54;
    border: 0;
    background: #fff;
    vertical-align: middle;
    text-align: left;
    }
.general-table td {
    padding: 10px 15px 10px 0;
    margin: 10px;
    }
.general-table strong {
	color: #1f466e;
    }
.general-table h2
{
margin:0;
}
.general-table ul
{
	margin: 10px 0 10px 10px;
	padding-left: 10px;
}
.general-table ul ol
{
list-style-type:decimal;
}
.general-table  ul ol li
{
	margin:8px;
	color:#1f466e;
	list-style-type:disc;
	
}

.general-table ul li
{
	margin:8px;
	color:#1f466e;
	list-style:url(../../images/bullets/bullet_dark.gif) disc;
	
}
td.general-table  .required {
	color: #1f466e;
	font-weight: bold;
    }
.general-table .normal {
	color:#666666;
	font-weight:bold;
    }

.general-table th {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 13px;
	color:#1f466e;
	font-weight:bold;
    text-transform: uppercase;
}
/*THIS SETS STANDARD INPUT BOX SIZES>> */
.general-table input, .general-table textarea
{
	width: 250px;
}
.general-table .radio
{
width:auto;
}
.general-table .checkbox
{
width:auto;
}
.general-table .submit
{
	text-align:right;
}
.general-table .submit input
{
width:auto;
}

.general-table .subheadrow1
{
    border-top: 1px solid #a5b8c9;
    border-bottom: 1px solid #a5b8c9;
	font-weight:bold;
}


/* === SUB COLUMN MULTIPLE IMAGE TABLE === */
#sub-column-container .multiple-image-table {
    width: 220px;
    }
.multiple-image-table p  {
    margin-top: 3px;
    color: #1f466e;
    font-size: 11px;
    line-height: 1.2em;
    }
.multiple-image-table ul  {
    margin-top: 3px;
    color: #777777;
    font-size: 11px;
    line-height: 1.2em;
    }
.multiple-image-table a {
    font-size: 12px;
    text-transform: uppercase;
    }
.multiple-image-table a:hover {
   text-transform: uppercase;
    }
.multiple-image-table a:active {
    text-transform: uppercase;
    }
td.product-image {
    width: 65px;
    padding-right: 5px;
    vertical-align: top;
    }
.multiple-image-table td {
    padding-bottom: 10px;
    }
    
/* === ICON ASSIGNMENT and PADDING === */
a.general-download,
a.support-download,
a.pdf-download,
a.new-html-link,
a.current-html-link,
a.email-link,
a.learn-more-link,
a.event-link,
a.request-link,
a.register-link,
a.view-multimedia-link{
    line-height: 14px;
    display: block;
    padding-left: 18px;
}
a.next-step,
a.next-step-done{
    line-height: 13px;
    display: block;
    padding-left: 18px;
}
a.pdf-download,
a.support-download,
a.view-multimedia-link {
    line-height: 14px;
    display: block;
    padding-left: 18px;
	height: 14px;	
}

/* IE nonsense for list-height */
* html a.general-download
{
	height: 14px;
}

a.general-download {
background: url(../../images/icons/general_download.gif) left top no-repeat;
}
a.support-download {
    background: url(../../images/icons/support_download.gif) left top no-repeat;
}
a.pdf-download {
    background: url(../../images/icons/pdf_download.gif) left top no-repeat;
}
a.new-html-link {
    background: url(../../images/icons/new_html_link.gif) left top no-repeat;
}
a.current-html-link {
    background: url(../../images/icons/current_html_link.gif) left top no-repeat;
}
a.email-link {
    background: url(../../images/icons/email_link.gif) left top no-repeat;
}
a.learn-more-link {
    background: url(../../images/icons/learn_more_link.gif) left top no-repeat;
}
a.event-link {
    background: url(../../images/icons/event_link.gif) left top no-repeat;
}
a.request-link {
    background: url(../../images/icons/request_link.gif) left top no-repeat;
}
a.register-link {
    background: url(../../images/icons/register_link.gif) left top no-repeat;
}
a.view-multimedia-link {
    background: url(../../images/icons/view_multimedia_link.gif) left top no-repeat;
}

a.next-step {
background: url(../../images/icons/next-step_open_link.gif) left top no-repeat;
}
a.next-step:visited {
background: url(../../images/icons/next-step_done_link.gif) left top no-repeat;
}

a.next-step-done{
background: url(../../images/icons/next-step_done_link.gif) left top no-repeat;
}


/* styling for wforms.js form validation */
.errMsg {
color: #e96419;
display: block;
}
.errFld {
border-color: #e96419;
clear:both;
}


#form_container
{
width:600px;
}

.events.h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 14px;
}

.dsspecs ul li {
	list-style-image:url( /images/bullets/bullet_dark2.gif );
}
.cat_fullpage .cat_description img{
	margin: 10px 20px 20px 20px;
	/* float:right; */
}




/* FORMS */
.errMsg {
color: #e96419;
display: block;
}
.errFld {
border-color: #e96419;
clear:both;
}
.prereg
{
font-size:10px; 
color:#777777; 
margin-bottom:8px; 
padding: 5px 0px 5px 0px; 
border-top: 1px solid #cccccc; 
border-bottom: 1px solid #cccccc;
height:20px;
}
.prereg input
{
/*height:13px;*/
width:205px;
border:1px solid #D5DDE6;
font-weight:bold;
color: #666666;
font-size:11px;
}
.prereg .sub
{
width:20px;
height:18px;
background-image:url(/images/buttons/radisys-submit.gif);
}
.prereg .sub:hover
{
background-image:url(/images/buttons/radisys-submit_over.gif);
}
.table_left
{
width:200px;
}
.table_right
{
width:400px;
}


