/*
   Style sheet for ICT & Information Literacy Survey page 
   (c) 2003 Ng Kok Fu
*/   

a          { font-weight: none; text-decoration: none}
a:link     { color: #0000BB}
a:visited  { color: #BF0000}
a:active   { color: #FF0000 }
a:hover    { text-decoration:none; background: #ffff55; color: black; cursor: pointer; }

body       { font-family: "Century Gothic", Arial;
             font-size: 16pt; background: #ffffe6;
             color: black; 
			margin-top: 0.2in; margin-left: 0.25in;
           }

table      { font-family: "Century Gothic", Arial;
             font-size: 16pt;
             color: black;   

           }

input,textarea      { font-family: "Century Gothic", Arial;
             font-size: 11pt;
             color: navy; 
			 background: #ffffbb;
           }

input.butang    { font-family: "Century Gothic", Arial;
             font-size: 11pt;
             color: navy; 
           }

select.kolam      { font-family: "Century Gothic", Arial;
             font-size: 10pt;
             color: navy; 
			 background: #f2f2f2;
           }
h1, h2, h3 { font-family: "Century Gothic", "Times New Roman", Arial;
             font-weight: bold; color: #2F5E5E;
           }

h1         { font-size: 18pt;  
             margin-top: .01in; margin-bottom: .01in  
           }

h2         { font-size: 15pt;
             margin-top: .2in; margin-bottom: .01in  
           	}

h3         { font-size: 12pt; 	
             margin-top: .2in; margin-bottom: .01in  
           }


p         { font-family: "Century Gothic", Arial;
            font-size: 16pt;
            margin-top: .1in;  margin-bottom: .1in; 
            }
p.small   { font-family: "Century Gothic", Arial;
            font-size: 10pt;
            margin-top: .1in;  margin-bottom: .1in; 
            }

p.title     { font-family: "Century Gothic", Arial; 
            font-size: 14pt; color: navy; font-weight: bold; 
            margin-top: .01in;  margin-bottom: .01in; 
            }

td.sc    {  font-size: 10pt; color: maroon; font-weight: bold;  
            }

.bigRad { width: 20em; height: 20em; }
			
hr 		{height: 1px}

ol,ul         { margin-left: .5in; margin-bottom: .01in; margin-top: .01in }


/*
CSS for infoMesejArea display
*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #ffffe6;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
	resize: both;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top: -12px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.table_label {font-family: "Century Gothic", Arial;
 font-size: 10pt; color: maroon; 
}
	
.table_title  {font-family: "Century Gothic", Arial;
 font-size: 11pt; color: black; font-weight: bold;
}
.mmsg { font-family: "Century Gothic", Arial;
 font-size: 10pt; color: navy; 	
}
.mmsg2 { font-family: "Century Gothic", Arial;
 font-size: 9pt; color: navy; 
 background: #ffffe6; 
}





