﻿body
{
    font: 16px/1em verdana, arial, helvetica, sans-serif;
    color: #969696;
    
}
/* classes----------------------------------------------- */

.tangankanan12
{
    font-size: 12px;
    cursor: pointer;
    text-align: right;
}
a.tangankanan12
{
    font-size: 12px;
    cursor: pointer;
    text-align: right;
}
.merahkanan10pad5
{
    font-size: 10px;
    color: red;
    text-align: right;
    padding: 5px;
}
.abu11
{
    color: #969696;
    font-size: 11px;
    text-decoration: none;
}
a.abu11:hover
{
    color: red;
    font-size: 11px;
    text-decoration: underline;
}

.abu12
{
    color: #969696;
    font-size: 12px;
    text-decoration: none;
}
a.abu12:hover
{
    color: red;
    font-size: 12px;
    text-decoration: underline;
}

.putih11
{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
a.putih11:hover
{
    color: red;
    font-size: 11px;
    text-decoration: underline;
}

.merah14
{
    color: red;
    font-size: 14px;
    text-decoration: none;
}

.merah11
{
    color: red;
    font-size: 11px;
    text-decoration: none;
}
a.merah11:hover
{
    color: #969696;
    font-size: 11px;
    text-decoration: underline;
}

/* classes----------------------------------------------- */

/* Row menu----------------------------------------------- */
#rowmenu
{
    background: #ed2024;
    height: 30px;
    margin-top: 10px;
}
#rowmenu ul
{
    background: #fff;
    float: left;
    padding: 0px;
    margin: 5px 0 0 6px;
    font-size: 0.75em;
    font-weight: bolder;
}
#rowmenu ul li
{
    height: 30px;
    display: block;
    float: left;
    background: url("../image/button_left.gif") repeat-x;
    padding: 0 0 0 17px;
    border-left: 1px solid #fff;
}
#rowmenu ul li img
{
    margin-left: 12px;
    background: #000;
}
#rowmenu ul li a, #rowmenu li a:visited
{
    color: #d9b8b4;
    position: relative;
    top: -8px;
    text-decoration: none;
}
#rowmenu ul li a:hover
{
    color: #fff;
}
#rowmenu ul li.select
{
    background: url("../image/button_left_hover.gif") repeat-x;
}
#rowmenu ul li.select a, #rowmenu li.select a:visited
{
    color: #fff;
}

#footer
{
    width: 1090px;
    text-align: center;
    padding: 30px 0 20px 0;
    clear: both;
    font-size: 9px;
}
/* Row menu----------------------------------------------- */

#category-menu
{
    width: 715px;
    margin: 15px 0 20px 0;
}
#category-menu .text-category
{
    vertical-align: middle;
    font-size: 0.75em;
    padding-left: 5px;
}

/* grid view----------------------------------------------*/
.linkbutton
{     color: red;
    text-decoration: none;
}
.linkbutton:hover
{       color: red;
    text-decoration: underline;
    
}

.nav
{  color:  #969696;
     font-size:11px;
    text-decoration: none;
}
.linknav
{  color:  #969696;
     font-size:11px;
    text-decoration: none;
}
.linknav:hover
{       color: red;
        font-size:11px;
    text-decoration: underline;
    
}

.mGrid
{
    max-width: 1070px;
    margin: 5px 5px 5px 5px;
    color: #969696;
    text-align: center;
}

.mGrid th
{
    padding: 4px;
    text-align: center;
    border: solid 1px #969696;     
    font-size: 12px;
    color:#e31b23;
     
   
}

.mGrid td
{
    padding: 4px;
    
     border: solid 1px #969696;
    font-size: 12px;
    text-align: center;
}
.mGrid .pgr
{
    background-color: #fff;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td td
{
    border-width: 0;
    padding: 0 6px;
    color: #969696;
    line-height: 12px;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
}

.mGrid .pgr span
{
    font-weight: bold;
    color: Red;
}
.mGrid .pgr a
{
    color: #969696;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: red;
    text-decoration: none;
   
}
.crdetail th
{
 padding:5px;
    }
    .crdetail td
{
 padding:3px;
 font-size:10px;
    }
/*-----------------------------*/
.SearchList 
{ font-size:12px;
    background-color: #fff;
}
.SearchList table
{
    margin: 5px 0;
}
.SearchList  td td
{
    border-width: 0;
    padding: 0 6px;
    color: #969696;
    line-height: 12px;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
}

.SearchList  span
{
    font-weight: bold;
    color: Red;
}
.SearchList  a
{
    color: #969696;
    text-decoration: none;
}
.SearchList  a:hover
{
    color: red;
    text-decoration: none;
   
}
/*
.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    background: #424242 url(grd_head.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }


*/
/* grid view----------------------------------------------*/


