/*
   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: "Georgia", Arial;
             font-size: 13pt; background: #ffffff;
             color: black; 
			margin-top: 0.2in; margin-left: 0.25in;
           }

table      { font-family: "Georgia", Arial;
             font-size: 12pt;
             color: black;   

           }

input      { font-family: "Georgia", Arial;
             font-size: 11pt;
             color: navy; 
			 background: #ffffff;
           }
textarea.komen   { font-family: "Georgia", Arial;
             font-size: 11pt;
             color: navy; 
			 background: #ffffd1;
           }
		   

td.komen    { background: #ffffff;
} 
td.pisah    { background: gray;
} 
		   
button  { font-family: "Century", Arial;
             font-size: 11pt;
             color: black; 
           }
           
h1, h2, h3 { font-family: "Georgia", "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: "Georgia", Arial;
            font-size: 12pt;
            margin-top: .1in;  margin-bottom: .1in; 
            }
p.small   { font-family: "Verdana", Arial;
            font-size: 8pt;
            margin-top: .1in;  margin-bottom: .1in; 
            }

p.title     { font-family: "Georgia", Arial; 
            font-size: 14pt; color: navy; font-weight: bold; 
            margin-top: .01in;  margin-bottom: .01in; 
            }
tr.tajuk { font-family: "Georgia", Arial; background: navy; color: white; 
            font-size: 12pt; font-weight: bold; 
            margin-top: .01in;  margin-bottom: .01in; 
            }
            }
/*
Works for Chrome only
*/
input[type="radio"] {
   height: 17px;
   width: 17px;
}

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

ol,ul         { margin-left: .3in; 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 */
}

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


/* The Modal (background) */
.modal2 {
    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 */
}

/* Err Message */
.modal2-content {
    background-color: #fff0ea;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
	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: "Georgia", Arial;
 font-size: 10pt; color: maroon; 
}
	
.table_title  {font-family: "Georgia", Arial;
 font-size: 11pt; color: black; font-weight: bold;
}
.mmsg { font-family: "Georgia", Arial;
 font-size: 10pt; color: navy; font-weight: bold;	
}
.mmsg2 { font-family: "Georgia", Arial;
 font-size: 9pt; color: navy; 
 background: #ffffe6; 
}

/* Created by http://www.bestcssbuttongenerator.com/#/17 */
.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bdbbbd));
	background:-moz-linear-gradient(top, #ededed 5%, #bdbbbd 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bdbbbd 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bdbbbd 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bdbbbd 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bdbbbd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bdbbbd',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Georgia;
	font-size:15px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bdbbbd), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bdbbbd 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bdbbbd 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bdbbbd 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bdbbbd 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bdbbbd 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbbbd', endColorstr='#ededed',GradientType=0);
	background-color:#bdbbbd;
}
.myButton:active {
	position:relative;
	top:1px;
}



