
body {
    margin: 0;
    padding: 0;
    font: 11px Arial, Helvetica, sans-serif;
    color: #3f3f3f;
	background: #ffffff url('../images/newmaster_bg.gif') no-repeat top left;
}

#sgl {
    margin: 0;
    padding: 0;
}

/******************************* LAYOUT : HEADER ******************************/

#sgl #header {
    background-color: #001445;
    height: 108px;
	background: url('../images/header/newheader_.html') repeat-x;
}
#sgl #logo {
    float: left;
    margin: 0;
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
}
#sgl #login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #ffffff;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

/****************************** LAYOUT : MAIN *********************************/

#wrapper {
	padding: 0;
	margin: 0;
	background: transparent url('../images/newnav_col1_bg.gif') repeat-y top left;
	margin-top: 1px;
}


#sgl #container {
	padding: 0;
	margin: 0;
    top: 108px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl #leftSidebar, #sgl #rightSidebar {
    position: absolute;
    margin: 0;
    padding: 0;
    margin-top: 108px;
    top: 0;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 161px;
    font-size: 12px;
    left: 0;
}
#sgl #rightSidebar {
    width: 180px;
    right: 0;
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
    padding: 0;
}

#sgl #leftSidebar .blockContainer {
    margin: 0;
    padding: 0;
}

#sgl .blockHeader {
    background-color: #001445;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
}
#sgl .blockContent {
    background-color: #eeeeee;
    background-color: transparent;
    color: #184a84;
    font-size: 1em;
    margin: 0;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

#sgl #leftSidebar .blockContent {
    padding: 0;
    border: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 0 180px 0 175px;
    width: 825px;
    min-width: 20%;
    /*z-index: 2;*/
    padding: 5px 0;
  	line-height: 18px;

}
#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 175px;
}
#sgl #content-rightcol {
    margin: 0 180px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

#content .product, #content-leftcol .product {
	width: 441px;
	margin-right: 14px;
	float: left;
}

#content .ref, #content-leftcol .ref {
	width: 604px;
	margin-right: 14px;
	float: left;
}

#content table.references, #content table.corporate, #content-leftcol table.references, #content-leftcol table.corporate {
	width: 613px;
	margin-right: 14px;
	float: left;
}

#content table.corporate, #content-leftcol table.corporate {
	width: 420px;;
}

#content .subnav, #content-leftcol .subnav {
	width: 195px;
	float: left;
}

#content .refnav, #content-leftcol .refnav {
	width: 195px;
	float: left;
}

#content .news_box, #content-leftcol .news_box {
	width: 195px;
	float: left;
}

.ref img.refpic {
    margin: 0 10px 10px 0;
    padding: 0;
    border: 0;
    float: left;
}
/******************************* LAYOUT : FOOTER ******************************/

.clearing {
    clear: both;
}

#sgl #footer {
    position: relative;
    clear: both;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-left: 20px;
    height: 44px;
    font-size: 1em;
    text-align: left;
    color: white;
    background-image: url('../images/newfooter_background.gif')
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #001445;
	margin: 0 0 5px 0;
	padding: 0;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #001445;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
	color: #001445;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #001445;
}
a:hover {
	color: #001445;
    text-decoration: underline;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 2px;
}
th {
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

.prod_nav, .gallery_nav {
	border: 1px solid #001445;
	background-color: #E7EAF1;
	width: 153px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

.prod_nav img, .gallery_nav img {
	border-width: 0;
	border-bottom-width: 1px;
}

.gallery_nav {
	width: 193px;
}

.prod_nav p, .gallery_nav p {
	margin: 0;
	padding: 0 0 0 3px;
}


/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #3f3f3f;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px dashed #ff9600;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}
.prod_info h2 {
	background-color: #E7EAF1;
	margin-bottom: 0;
}

table.prod_spec {
	font-size: 10px;
	line-height: 12px;
}

table.references, table.corporate {
	border-collapse: collapse;
	margin: 10px 0;
}

table tr.white {
	background-color: white;
}

table.prod_spec td{
	padding: 2px;
}
table.references td, table.corporate td  {
	padding: 1px 5px;
	border: 1px solid white;
}

table.references td a.active {
	color: #001445;
}

table.prod_spec td.right {
	text-align: right;
}

.prod_info .prod_nav {
	margin-right: 2px;
}
.subnav h1 {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
}

.subnav li, .subnav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 13px;
}

.subnav ul {
	margin: 0;
	padding-bottom: 15px;
}

.subnav li a {
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
}

.subnav li.active a {
	color: #001445;
}

.subnav img {
	margin-top: 10px;
}

td.summary {
    background-color: #C9CACF;
    padding: 10px;
    margin: 2px;
}

p.lead {
    font-weight: bold;
}

#staticArticle ul, #staticArticle ul li {
    margin-left: 10px;
    float: none;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #ffffff;
    background-color: #001445;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #001445;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
}
.infoMessage {
    border: 1px solid #001445;
}
.errorMessage {
    border: 1px solid #ff9600;
}

/* /////////////// Lists /////////////// */

ul, li {
    margin: 0;
    padding: 0;
}

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('../images/bullet.gif');
}
/*
 * feature box on home page
 */
.feature {
	background-color: #E7EAF1;
	padding: 0px;
}
.feature img {
	padding: 5px;
}
.feature a {
	padding: 5px;
}
.feature h1 {
	background-color: #b4b5b9;
	color: #5e5e5e;
	padding: 2px 5px 5px 5px;
	margin:0;
	font-size: 14px;
}


/*
 * any box that includes text and a link
 */
.box {
	background-color: #E7EAF1;
}

.box h1 {
	background-color: #b4b5b9;
	color: #5e5e5e;
	padding: 2px 5px 5px 5px;
	margin:0;
	font-size: 12px;
	line-height: 14px;
}

.box p {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	line-height: 12px;
}

/*
 * extension of the std box for the news list on the home page
 */
.news {
	background: none;
	border: 1px solid #C9CACF;
}

.news h2 {
	margin: 0;
	padding: 5px 0 2px 0;
	font-size: 10px;
	font-weight: bold;
}

.news ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.news li {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #C9CACF;
}

div.box.news p {
	padding: 5px;
	margin-top: 10px;
}


/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    /*
    behavior: url(http://www.eurocryor.com/themes/ec/css/tooltipHover.htc);
    */
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    /*
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
    */
}
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}
#nav {
    font-size: 1em;
}

/*
 * ----------------- first level -----------------
 */

#leftSidebar ul {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	width: 161px; /* Width of Menu Items */
	border: 0px solid #001446;
	border-top: 9px solid #b4b5b9;
	margin-right: 0px;
}

#leftSidebar ul li {
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 11px solid #b4b5b9;
}

#leftSidebar ul li a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #6e6e6e; /* IE6 Bug */
	padding-left: 13px;
	border: 0px solid #ccc; /* IE6 Bug */
}

#leftSidebar ul li.current a, #leftSidebar ul li:hover a, #leftSidebar ul li.over a {
	color: #5F91CC;
}

/*
 * ----------------- end first level -----------------
 */

/*
 * ------------------- second level ------------------
 */
#leftSidebar ul li ul {
	position: absolute;
	left: 161px; /* Set to menu width to 'connect' when active */
	width: 163px; /* Width of Menu Items */
	top: 0;
	display: none;
	margin: 0;
	padding: 0;
	border: 0px solid #ccc; /* IE6 Bug */
	padding-top: 15px;
	background-color: #C9CACF;
	background-color: white;
	background: white url('../images/newarrow_down.gif') top right no-repeat;
}

#leftSidebar ul li ul li {
	width: 161px; /* Width of Menu Items */
	background-color: #C9CACF;
	margin: 0;
	padding: 0;
	border: 0px solid #ccc; /* IE6 Bug */
	border-top: 9px solid #C9CACF;
	margin-left: 2px;
}

#leftSidebar ul li ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #001445;
	background-color: #C9CACF;
	padding: 0px;
	padding-left: 5px;
	margin: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#leftSidebar ul li.current ul li a, #leftSidebar ul li:hover ul li a, #leftSidebar ul li.over ul li a {
	color: #001445;
}

#leftSidebar ul li.current ul li.current a, #leftSidebar ul li.current ul li:hover a, #leftSidebar ul li.current ul li.over a {
	color: #001445;
}

/*
 * ----------------- end second level -----------------
 */

 #leftSiedbar ul li.lvl2 ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
 }

 #leftSidebar li.lvl4 {
	width: 161px; /* Width of Menu Items */
	color: #001445;
	background-color: #E7EAF1;
	font-weight: bold;
	border-top: none;
	border-bottom: 2px solid #E7EAF1;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-bottom: -2px;
	/* padding-left: 5px; */
 }

#leftSidebar ul li ul li.lvl4 a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #001445;
	background-color: #E7EAF1;
	padding: 0;
	margin: 0;
	border-top: none;
	padding-left: 7px;
	border-bottom: 2px solid #C9CACF;
}
#leftSidebar ul li.current ul li.lvl4 a {
    color: #001445;
}
#leftSidebar ul li ul li.lvl5 {
	width: 161px; /* Width of Menu Items */
	background-color: #E7EAF1;
	margin: 0;
	padding: 0;
	border: 0px solid #ccc; /* IE6 Bug */
	margin-left: 2px;
}

#leftSidebar ul li ul li.lvl5 a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #001445;
	background-color: #E7EAF1;
	padding: 0px;
	padding-left: 10px;
	margin: 0;
	border-top: none;
	border-bottom: 2px solid #C9CACF;
}

#leftSidebar ul li.current.lvl2 ul li.lvl5 a {
	color: #001445;
}

#leftSidebar ul li.current ul li.lvl5:hover a, #leftSidebar ul li.current ul li.lvl5 over a, #leftSidebar ul li.current ul li.current.lvl5 a {
	color: #001445;
	font-weight: bold;
}


 /* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#leftSidebar li:hover ul, #leftSidebar li.over ul, #leftSidebar li.current ul { display: block; } /* The magic */

#nav a:hover {
    color: #000000;
    background-color: #e6ffa2;
    text-decoration: none;
    border: 1px solid;
    border-color: #333333 #ffffff #ffffff #333333;
}
#nav ul ul a {
    display: block;
    padding: 5px 5px 5px 30px;
    width: 143px;
    background-color: #bbe713;
    font-weight: normal;
}
