html, body { height: 100%; }
#doc3 {
margin: auto 0px;
}
/**** HEADER ****/
#hd #top_line {
background-color: #1E6FAF;
color: white;
}
/**** HEADER - TAB MENU ****/
#hd #tab_menu {
display: block;
list-style: none;
margin: 0;
padding: 0;
height: 29px;
padding-left: 50px;
}
#hd #tab_menu li {
display: inline-block;
list-style: none;
margin-right: 15px;
}
#hd #tab_menu a {
text-decoration: none;
}
#hd #tab_menu .tab_text {
color: #ccc;
font-size: 16px;
text-decoration: none;
line-height: 25px;
display: block;
}
#hd #tab_menu li.current .tab_text {
color: white;
border-bottom: 4px solid #F47030;
font-weight: bold;
}
/**** HEADER - TOOLS MENU ****/
#tools_menu {
position: absolute;
top: 0;
right: 0;
padding-right: 20px;
white-space: nowrap;
height: 30px;
z-index: 1000;
}
#tools_menu a {
color: white;
text-decoration: none;
line-height: 25px;
display: block;
}
/**** HEADER - H1 ****/
#hd h1 {
font-size:24px;
font-weight:normal;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 30px;
}
/**** BODY ****/
#bd {
margin: auto 20px;
clear: both;
position: relative;
zoom: 1;
}
#card_nav {
position: absolute;
top: 1px;
width: 150px;
}
#card_nav li {
border-bottom: 1px solid transparent;
line-height: 29px;
opacity: 1.0;
padding-left: 16px;
}
#card_nav a {
text-decoration: none;
font-size: 13px;
color: #222;
display: block;
}
#card_nav li.selected a {
color: #F47030;
font-weight: bold;
}
#card_nav li:hover {
background-color: #ccc;
}
#card_content {
clear: both;
padding-left: 170px;
}
/**** WIDGET ****/
.widget_container {
/*
border: 1px solid #BCD;
-moz-border-radius: 10px;
border-radius: 10px;
*/
padding: 10px;
}
.widget_container .widget_header {
/*
order: 1px solid #BCD;
border-bottom-width: 0px;
background-color: #E9EFFF;
color: #1E6FAF;
*/
margin-top: 5px;
zoom: 1;
line-height: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0.4em;
padding-bottom: 8px;
margin-right: 20px;
border-bottom: 1px solid silver;
}
.widget_container span.widget_title {
padding: 2px;
padding-left: 5px;
font-size: 16px;
font-weight: bold;
line-height: 20px;
}
/*
* Widget Tools Menu
*/
span.widget_tools_menu {
display: inline-block;
margin-bottom: 10px;
height: 40px;
}
ol.widget_tools_menu {
display: block;
list-style: none;
margin: 0;
padding: 0;
/* height: 29px;
padding-left: 50px;*/
}
ol.widget_tools_menu li {
display: inline-block;
list-style: none;
/* margin-right: 15px;*/
}
ol.widget_tools_menu a {
text-decoration: none;
}
ol.widget_tools_menu .widget_tools_menu {
/* color: #ccc;
font-size: 16px; */
text-decoration: none;
/* line-height: 25px; */
display: block;
}
/*ol.widget_tools_menu a {
display: inline-block;
width: 30;
background: url(/resource/image/spinner.gif) 0px 0px no-repeat;
}*/
ol.widget_tools_menu a {
display: inline-block;
padding: 22px 0 0 0;
overflow: hidden;
background-repeat: no-repeat;
height: 0px !important;
height /**/:22px;
width: 22px;
border: 1px solid transparent; /* make room for the 'selected' border */
background-color: silver
}
ol.widget_tools_menu a:hover {
border: 1px solid silver;
background-color: silver;
}
ol.widget_tools_menu li.current a {
border-bottom: 1px solid #F47030;
border: 1px solid #F47030;
}
ol.widget_tools_menu li.data_line_chart3 a {
background: url(/resource/graph/img/line_chart.png) 0px -50px no-repeat;
}
ol.widget_tools_menu li.data_scatter_plot a {
background: url(/resource/graph/img/scatter_plot.png) 0px 0px no-repeat;
}
ol.widget_tools_menu li.data_table2 a {
background: url(/resource/graph/img/table.png) 0px -50px no-repeat;
}
ol.widget_tools_menu li.info a {
background: url(/resource/graph/img/info.png) 3px 3px no-repeat;
margin-left: 10px
}
ol.widget_tools_menu a:active .widget_tools_menu {
color: #00E;
}
ol.widget_tools_menu li.current .widget_tools_menu {
/* color: white;
border-bottom: 4px solid #F47030;*/
font-weight: bold;
}
/*
* Widget INFO
*/
.widget_container .widget_info {
width: auto;
margin-right: 20px; /* Just make sure taht's the same as in the title */
background: #CCDEFE;
padding: 10px 20 10 20;
/* border: 1px solid blue;
border-top: 0px;*/
}
.widget_container .widget_body {
/*
border: 1px solid #BCD;
*/
width: 100%;
overflow: hidden;
text-align: left;
margin: 0px auto;
margin-bottom: 20px;
zoom: 1;
}
/* Create a bit of space between widgets when in column mode */
div.column .widget_container {
margin-bottom: 20px;
}
/* Text widget */
.widget_body .text {
font-size: 1.077em;
line-height: 18px;
text-rendering: auto;
font-family: Arial, Helmet, Freesans, sans-serif;
color: #333;
}
.widget_body .text h1 {
font-size: 1.3em;
font-weight: bold;
margin-top: 0.5em;
margin-bottom: 1em;
}
.widget_body .text h2 {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 1em;
}
.widget_body .text h3 {
font-size: 1.1em;
font-style: italic;
margin-bottom: 1em;
}
.widget_body .text p,
.widget_body .text .maruku-equation {
margin-bottom: 18px;
}
.widget_body .text .embedded {
margin-bottom: 18px;
text-align: center;
}
/* Center embedded widget */
.widget_body .text .embedded div {
display: inline-block;
}
.widget_body .text .embedded .caption {
font-size: 0.9em;
margin-top: 14px;
display: block;
}
/****** FLASH ******/
.flash, .flash_notice, .flash_alert {
border: 1px solid #CCCCCC;
font-size: 14px;
margin-bottom: 12px;
margin-right: 8px;
padding: 5px 5px 5px 30px;
text-align: left;
}
.flash_notice {
background:#E2F9E3 url(/resource/image/alertgood_icon.gif) no-repeat scroll left center;
border-color:#99CC99;
color:#006600;
}
.flash_alert {
background:#CC0000 url(/resource/image/alertbad_icon.gif) no-repeat scroll left center;
border-color:#CC9999;
color:#FFFFFF;
}
/**** FOOTER ****/
#ft {
font-size: 14px;
padding-top: 20px;
padding-left: 30px;
padding-right: 10px;
padding-bottom: 30px;
color: #aaa
}