﻿body
{
    margin: 0;
    font-family: Arial;
    font-size: 10pt;
    background-color: White;
}
img
{
    border:none;
}
table {width:100%;}
input[type='text'], input[type='password'] {width:92%;border-radius:2px;outline: none;border: 1px solid #A5A5A5; padding: 5px;font:12px arial, verdana;}
input:focus{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #5AB0DB;}
input:hover {border: 1px solid #999;border-radius:2px;}
input:focus:hover{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #878787;border-radius:0}
select{width:99.7%;border-radius:2px;outline: none;border: 1px solid #A5A5A5; padding: 5px;font:12px arial, verdana;resize:none;}
select:focus{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #5AB0DB;}
select:hover {border: 1px solid #999;border-radius:2px;}
select:focus:hover{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #878787;border-radius:0;}
textarea{width:92%;border-radius:5px;outline: none;border: 1px solid #A5A5A5; padding: 5px;font:12px arial, verdana;resize:none;}
textarea:focus{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #5AB0DB;}
textarea:hover {border: 1px solid #999;border-radius: 5px;}
textarea:focus:hover{outline: none;box-shadow: 0px 0px 5px #61C5FA;border:1px solid #878787;border-radius:0;}

/**notification.css--------------------------------------------------------------------------------------------------------------------**/
.notification{padding: 3px;margin:0px;text-align: justify;display:inline-block;width:91%;}
.notification.notice {background-color: #D7DFFF;background-image: url("/image/information.png");border: 1px solid #93A8FF;color:#0033FF;}
.notification.success {background-color: #E3FFDF;background-image: url("/image/success.png");border: 1px solid #97FF88;color:#009900;}
.notification.attention {background-color: #FFFBCC;background-image: url("/image/attention.png");border: 1px solid #FFF36E;color:#C69E00;}
.notification.error {background-color: #FFE1E1;background-image: url("/image/error.png");border: 1px solid #FF9595;color:#CC3300;}
.success, .error, .notice, .attention {background-position: 10px center;background-repeat: no-repeat;font-size: 11px;height: 15px;font-weight:bold;line-height: 15px;margin-bottom: 8px;margin-top: 8px;padding: 5px 0px 5px 32px;}

.master
{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}
.login
{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}
.borang
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}
.tableborder tr td
{
    border:1px solid black;
    padding:5px;
}