/* 
    Document   : default
    Created on : Mar 1, 2012, 5:52:06 PM
    Author     : iogias
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
fieldset,img { 
    border:0;
}
ol,ul,li {
    list-style:none;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;

}
table tr td{

    border: 1px solid #aaa;
    text-align: center;
    padding: 3px;
    margin:2px;
    font-size: 14px;
 
}
table tr th{
    background-color: #ccc;
    border: 1px solid #aaa;
    text-align: center;
    padding: 3px;
    margin:2px;
    font-size: 12px;
 
}

/*--------------------------------------------- */
a{
    text-decoration: none;
}
.tdlink{
    text-decoration: none;
    color: #FE0000;
    
}
body{
    font-family: Arial, Tahoma,sans-serif;

}
h3{
    font-size: 18px;
}
#cssmenu {

    list-style: none;
    margin-left: 5px;
    margin-right: 10px;
    padding:5px;
    width: 140px;
    float:left;
    text-align: right;
}
#cssmenu li {
    background: #EB0000;
    font: 67.5%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#cssmenu p{
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
}
#cssmenu a {
    background: #EB0000;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: normal;
    font-weight: bold;
}
#cssmenu a:hover {
    background: #ff3300;
    color: #fff;
    padding-bottom: 8px;
}
.container-left{
    float:left;
    border-right: 1px solid #000;
    padding-right:20px;
    margin-right: 3px;
}
.container-right{
    float:left; 
    border-left: 1px solid #000;
    padding-left:10px;
    margin-left: 3px;
}
.container{
    margin: 0 auto;
    text-align: center;

}
#header
{
    background: #fff;
    padding: 20px;

    text-align:center;
    margin:0 auto;
}


.border-kotak{
    border:2px solid #EB0000;
}
#footer
{
    clear: both;
    top:150px;
    margin-top:50px;
    padding: 20px;
    text-align: center;
    position: relative;
    

}

#table-isi{
    float:left;
    height:100px;
}

ul.list-input {
    padding: 5px;
}
ul.list-input li{
    padding: 5px;
    text-align: left;
}

input[type='text']{
    padding: 2px 5px; 
    font-size: 20px;
    width: 60px;
}
input[type='text'].inputDatePicker{
    width: 150px;
}
select{
    padding: 2px 5px; 
    font-size: 20px;
    width: 100px;
}
.abtn{
    cursor: pointer;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; 
    text-shadow: 0px 1px 1px rgba(50, 50, 50, 0.8);
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.75);
}
.menubtn{
    font-size: 14px;
    padding: 12px 4px;
    width: 100px;
    
}
input[type='text'].input-error{
  
    border: 1px solid #FE0000;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 8px #FF4A4A;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 8px #FF4A4A;
    box-shadow: inset 0 2px 2px #ccc, 0 0 8px #FF4A4A;
}

input[type='text'].input-log,input[type='password'].input-log{
    padding: 6px; 
    font-size: 24px;
    width: 150px;
    margin: 8px;
}

.form-login{
    margin: 30px auto;
    padding:8px;
}
.form-login h1{
    font-size: 30px;
  margin: 0 auto;
text-align:center;
    padding:8px;
}