@charset "utf-8";

body  {
        margin: 0;
        padding: 0;
        border: 0;
	width: 100%;
        min-width: 980px; 
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
        overflow-y:auto;
        overflow:auto;
}

.tcweb #container { 
	text-align: left;
} 

.tcweb #header {
 	background: #77D2FF;
/*      background-image: url(../images/hafsheader1600x80.png); */
        background-repeat: repeat-y;
} 

.tcweb table,tr,td {
        vertical-align: top;
}

.tcweb button {
	text-decoration: underline;
}

.tcweb button:hover {
	color: blue;  
        opacity: 1;
}

.tcweb #sidebar1 {
	float: left;
	width: 180px; 
	height: auto; 
	background: #CCCCCC;
        font-size: 0.9em;
}

.tcweb #sidebar1 button {
	width: 98%;  
}

.tcweb #leftNews p{
        font-size: 0.9em;
        text-align: left;
	margin: 0px 5px;
	padding: 0;
}

.tcweb #usefulLink p{
	margin: 5px 0px;
	padding: 0;
}

.tcweb #usefulLink a {
       font-size: 0.9em;
       color: #000000;
}

.tcweb #usefulLink a:hover {
       color: blue;
       opacity: 1;
}

.tcweb #mainContent { 
	margin: 0px 0px 0px 180px; 
	background: #FFFFFF;
} 


.tcweb #mainContent h3{ 
       color: #A0E632;
}

.tcweb #mainContent button { 
	min-width: 130px;  
}

.tcweb #mainContent td { 
	min-width: 133px;  
}

.tcweb #legend { 
        font-size: 0.75em;
}

.tcweb #gismap {
        align: center;
        height: 600px;
}

.tcweb #map {
        align: center;
        height: 600px;
}

.tcweb #selectAtmVar {
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-radius: 4px;
    background-color: #F1F1F1; 
}

.tcweb #selectAtmVar:focus {
    outline: none;
}

.tcweb #selectAtmVar optgroup {
    font-size: 1.0em;
}

.tcweb #selectAtmVar option {
    font-size: 0.95em;
}

.tcweb #selectAtmVar .select2-result-sub > li.select2-result {
    display: none;
}

@media screen and (min-device-width:980px){

.tcweb #stormControl {
        float:right;
        width:25%;
        min-width: 245px;
        text-align:center;
}

.tcweb #stormControl div {
        font-size:1.0em;
}

.tcweb #result {
        text-align:center;
        width:75%;
}

}

@media handheld and (max-device-width:980px){

.tcweb #stormControl {
        text-align:center;
}

.tcweb #stormControl div {
        font-size:1.5em;
}

.tcweb #result {
        text-align:center;
}

.tcweb #imageControl {
        display:none;
}

.tcweb #gismap {
        height: 200px;
}

.tcweb #map {
        height: 200px;
}

}

@media screen and (min-device-width:1440px){

.tcweb #stormControl {
        float:right;
        width:25%;
        min-width: 245px;
        text-align:center;
}

.tcweb #stormControl div {
        font-size:0.9em;
}

.tcweb #result {
        text-align:center;
        width:75%;
}

}

.tcweb #textContent { 
       padding: 15px;
       color: black;
}

.tcweb #footer {
        width: 100%;
	padding: 0px 10px;
        font-size: 0.6em;
	background: #FFFFFF;
} 

.tcweb #footer p {
	margin: 5px 0px;
	padding: 0;
}

.tcweb #footer a {
       color: #000000;
}

.tcweb #footer a:hover {
       color: blue;
       opacity: 1;
}

.input-icon img { 
	            position: absolute; 
		    padding: 3px;
} 
.input-icon input {
	                    
	padding-left: 13px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

.container_h{
        width: 100%;
        margin:0;
}

.container_h ul.chul{
        height: 25px;
        line-height: 25px;
/*
        background-color: #77D2FF;
*/
        background-color: #CCCCCC;
        margin:0;
        padding:0;
}

.container_h ul.chul li{
        float: left;
        text-align: center;
        padding:0 5px;
        text-align: center;
        list-style: none;
        border-right: 1px solid #ffffff;
        height: 20px;
        line-height: 20px;
}

.container_h ul.chul li a{
        font-size: 0.9em;
/*
        color: #FFFFFF;
*/
}

.container_h ul.chul li a:hover {
        color: blue;
        opacity: 1;
}

