
/*   load the main media CSS file    */

@import url('../../../common/styles/media.css');

html, body {
	margin:0;
	height:100%;
	
}
#flashContent {
	width:98%;
	height:98%;
}

table { width:100% !important;border-collapse:collapse;}
table tbody tr { border-color:#98D3D1;}
table tbody tr td { border-color:#a2aa23; font-size:11px !important;vertical-align: top; border:3px solid #98D3D1; border-collapse:collapse;line-height:11px !important;}
table tbody tr td b { font-size:11px !important; font-weight:bold !important; border-collapse:collapse;}
table tbody tr td font { font-size:11px !important; border-collapse:collapse;}
.table_font { border-color:#a2aa23; font-size:11px !important; font-weight:bold !important; width:33% !important;}
#ID_s1_txt04 {line-height:13px;}
.col_1 {line-height: 0; /*display:block;*/ margin-top:-11px; padding-bottom:5px;}

.liner {line-height:1 !important;height: 0px !important; margin:0px; padding:0px;}
.liner_top {line-height:0 !important;height: 0px !important; margin:0px; padding:1.5px 0 1.5px 0;}
li{margin-left:1em !important;}

.title{line-height:0px;padding:7px 0 3px 0px;margin:0px;height:0px; font-size:11px !important;}
.title b{font-size:14px !important; font-weight:bold !important; border-collapse:collapse;line-height:0px;padding:0px;margin:0px;height:0px;}

#ID_s2_table {box-shadow: 0 0 2px 2px #999999 !important; width:400px !important; border-radius:5px !important;}


#ID_s1_txt01{
    border:2px solid #821729;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    padding:2px 0 3px 3px;
    background:#DC7183;
}

#ID_s1_txt02{
    border:2px solid #652C8A;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    padding:2px 0 3px 3px;
    background:#e0d5e6;
}

#ID_s1_txt03{
    border:2px solid #7C6D34;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    padding:2px 0 3px 3px;
    background:#A2AA23;
}

#ID_s1_txt04{
    border:2px solid #f68026;
    border-radius:5px;
    -moz-border-radius:5px; /* Firefox 3.6 and earlier */
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    padding:2px 0 3px 3px;
    background:#fde6d4;
}

.switchColor{color:#821729;font-weight:bold;font-family:Courier New;}
.pingColor{color:#652C8A;font-weight:bold;font-family:Courier New;}
.ipColor{color:#f68026;font-weight:bold;font-family:Courier New;}


@media only screen and (device-width: 768px) {
  .switchColor{font-size:13px;}
  .pingColor{font-size:13px;}
  .ipColor{font-size:13px;}
}
