/*
sharcnet_gold; rgb(224, 181, 4)
sharcnet_gold_light; rgb(240, 219, 130)
sharcnet_gold_very_light; rgb(248, 237, 193)
sharcnet_dark_blue: rgb(28, 59, 82);
sharcnet_blue: #3861A3 rgb(56, 97, 163);
sharcnet_light_blue: rgb(156, 177, 210);
sharcnet_very_light_blue: rgb(206, 216, 233)
sharcnet_very_light_green: rgb(206, 233, 216)

*/

div.mysn {
    font-size: 11px; 
}

body {
  margin: 0; padding: 0;
  padding-left: 0;
}

body.mysn {
    /* font-size: 5px; */
}

table.mysn {
    border-collapse: collapse;
    width: 600px;
    border-style: solid;
    border-color: #3861A3; /* sharcnet_blue */
    border-width: 2px;
    margin-top: 1px;
    margin-bottom: 3px;
}

td.num {
    text-align: right;
    font-size: 9px;
}

tr.informational {
    /*background-color: white;*/
    font-size: 9px;
}

tr.white {
    background: white;
    font-size: 9px;
}

tr.warning {
    /* background: lightyellow; */
    background: rgb(233, 233, 108);
    font-size: 9px;
}

tr.green {
    /*background: rgb(206,233,216); */
    background: rgb(103, 233, 108);
    font-size: 9px;
}

span.green {
    /* color: rgb(156, 210, 177); */
    color: rgb(103, 233, 108);
}

tr.mysn_table_footer {
    background: rgb(165, 177, 210); /* sharcnet_light_blue: */
    background-color: rgb(206, 216, 233); /* sharcnet_very_light_blue */
    color: rgb(28, 59, 82); /* sharcnet_dark_blue */
    color: black;
}

tr.mysn_table_header {
    background: rgb(165, 177, 210); /* sharcnet_light_blue: */
    background-color: rgb(206, 216, 233); /* sharcnet_very_light_blue */
}

td.mysn,th.mysn,td.structural,th.structural,td.num,td.mysn_table_footer,td.mysn_table_footer_num,td.mysn_online,td.mysn_downsched,td.mysn_offline,td.mysn_conditions,td.mysn_testing {
    padding: 2px;
    border-style: solid;
    font-size: 9px;
    border-color: #3861A3;
    border-width: 1px;
}

th.mysn {
    font-size: 11px;
    color: rgb(28, 59, 82); /* sharcnet_dark_blue */
    border-bottom-width: 3px;
    padding: 2px;
}

table.invisibletable th {
  border: 0px;
  padding: 0px;
  width: 100%;
}

td.structural {
    border: none;
    /*font-size: 20px;*/
}

img.double_arrow {
    border: none;
    padding: 0px;
    margin: 0px;
}

td.mysn_table_footer {
    border-top-width: 3px;
    color: black;
}

td.mysn_table_footer_num {
    border-top-width: 3px;
    text-align: right;
    color: black;
}

a.mysn:link, a.mysn:visited {
    text-decoration: none;
    color: #3660A8;
    color: rgb(28, 59, 82); /* sharcnet_dark_blue */
}

a.mysn:hover {
    text-decoration: underline;
    color: #3660A8;
    color: rgb(28, 59, 82); /* sharcnet_dark_blue */
    color: rgb(165, 177, 210); /* sharcnet_light_blue */
    color: rgb(56, 97, 163); /* sharcnet_blue  */
    font-family: Verdana;
}

h4.mysn {
    margin-top: 1px;
    margin-bottom: 2px;
    text-decoration: underline;
}

div.mysn_indent {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
}

span.mysn_title {
    font-size: 12px;
    color: #3660A8;
    padding-right: 5px;
}

em.mysn {
    font-weight: bold;
    font-size: 11px;
    font-style: normal;
}

.mysn_online {
	background-color: #ccff99;
}

.mysn_downsched {
	background-color: #ffff99;
}

.mysn_conditions {
	background-color: #ffcc66;
}

.mysn_testing {
	background-color: #ccccff;
}

.mysn_offline {
	background-color: #ffcccc;
}

