/*
 * CSS for SurvNet website (global)
 * $Id: site.css 457 2015-06-17 19:57:13Z plroebuck $
 */

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

div.left_area {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 174px;
    color: black;
}

div.main_area {
    position: absolute;
    top: 0px;
    left: 220px;
    height: auto;
    width: 714px;
    color: black;
	/*border-left: blue 6px groove;*/
    padding-left: 10px;
    text-align: justify;
}

#main_table th {
    background-color: #563d7c;
    color: #FFFFFF;
    font-family: sans-serif;
    text-align: center;
}

.main_content {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    min-height: 300px;
}

#cssmenu {
    margin-top: 30px !important;
}

#survnet_title h1 {
    display: inline;
}

#survnet_title {
    text-align: center;
}

/*#upload_table*/
#upload_table th, td {
	/*border: 1px solid black;;*/
}

div.sub_title {
    background-color: #E0E0EF;
    width='100%';
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
}

img.tutorial_main {
	/*border: 1px;*/
    width: 100%;
}

.tutorial_subheader {
    display: inline;
}

#error_figure {
    margin-left: 30%;
    margin-right: 30%;
}

div.figure {
    border:2px solid #C3D7FF;
    margin: 10px;
}

div.figure_caption {
    text-align: center;
}

div.main_content {
    border: 1px solid #C8C8C8;
    padding: 10px;
}

li.main_content {
    font-weight: bold;
    font-size:medium;
}

#profile_data_example, #network_data_example, #survival_data_example {
    border: solid #C3D7FF;
    background-color: #C6C6C6;
    width: 300px;
    padding-left: auto;
    margin: 10px auto;
}

.invisible{
    display: none;
}

#result_table {
    font-size:0.9em;
    font-family: Arial, Helvetica, verdana sans-serif;
    background-color:#fff;
    border-collapse: collapse;
    width: 100%;
}

#result_table thead th {
    border-right: 1px solid #fff;
    color:#fff;
    text-align:center;
    padding:2px;
 /*text-transform:uppercase;*/
    height:25px;
    background-color: #a3c159;
    font-weight: normal;
}

tr.result_table {
    height: 30px;
}

#result_table tbody tr {
    background-color:#fff;
    border-bottom: 1px solid #f0f0f0;
}

#result_table tbody td {
    color:#414141;
    padding:5px;
    text-align:left;
}

#result_table tbody th {
    text-align:left;
    padding:2px;
}

#result_table tbody td a, tbody th a {
    color:#6C8C37;
    text-decoration:none;
    font-weight:normal; 
    display:block;
    background: transparent no-repeat 0% 50%;
    padding-left:15px;
}

#result_table tbody td a:hover, tbody th a:hover {
    color:#009193;
    text-decoration:none;
}

#result_table tr:nth-child(odd) {
    background-color: #EAF2D3;
}

#show_graph_table
{
    border: solid #C3D7FF;
    text-align: center;
    margin: auto;
}

p.prereq {
    color: red;
}

.news p{
    font-weight: bold;
}

/*.news {
    font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
}*/
.ui-widget {
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 0.8em;
}

#dontsueme {
    text-align: center; 
    font-size: small;
    font-weight: bold;
}

.nav_img {
    cursor: pointer;
}

label {
    font-weight: bold;
}

div.process_nav {
    display: inline-block;
    background-color: #F1F1F1;
    border: 1px solid #CCC;
    padding: 5px;
    border-radius: 6px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.process_nav a {
    color: #00933B;
    text-decoration: none;
}

#module_form_legend {
    font-weight: bold;
    font-size: large;
    color: #44296a;
}

