#welcome {
	text-align: right;
	padding-right: 30px;
	padding-top:15px;	
}

#home {
	position:absolute; 
	height:110px; 
	width:100px; 
	top: 30px; 
	left:45px; 
	text-indent:-5000px
}

.font-std {} 

.table-header {
    background-color: #8DACF5;
    font-weight: bold;
	font-size: 12px;
	font-weight: bold;
} 

.table-header2 {
    background-color: #FFFF99;
    font-weight: bold;
} 

.table-row-alt {
    background-color: #B9CCF9;
} 

.table-row {
    background-color: #E0E9FC;
} 

.table-row2-alt {
    background-color: #FFFFCC;
} 

.table-row2 {
    background-color: #FFFF99;
} 

.view-group-header {
    font-weight: bold;
    background-color: #CCCCFF;
} 

.view-group-footer {
    font-weight: bold;
    background-color: #999999;
} 

.view-footer {
    font-size: 14px;
    font-weight: bold;
    background-color: #0099FF;
} 

.font-header {
    font-size: 14px;
    font-weight: bold;
} 

.menu-table {
    background-color: #999999;    
} 

.menu-item {
    background-color: #C5D5FA;
    color: #000000;
} 

.menu-top {
    background-color: #EEEEEE;
} 

.font-small {    
    font-size: 10px;
} 

.help-fgcolor {
    background-color: #FFFF66;
} 

.help-bgcolor {
    background-color: #FF9900;
} 

.table-row-bgcolor-red {
    background-color: #FF0000;
} 

.table-row-bgcolor-green {
    background-color: #66CC33;
} 

.font-error {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
} 

.table-row-blankbg {
} 

.font-large {
    font-size: x-large;
    font-weight: bold;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

table.bordered {
	border: 1px solid #cdcdcd;
	border-collapse :separate;
}

.audit {
	font-size: 10px;
}
.audit td {
	border-bottom: 1px solid #cccccc !important;
	padding: 7px;
	vertical-align: top;
}
.audit .by { font-weight:bold; }
.audit .desc { padding-left: 25px; }
.audit .for_kampung { background:transparent url(../img/tag_green.png) no-repeat 0px 7px}
.audit .for_system, .audit .for_ { background:transparent url(../img/tag_orange.png) no-repeat 0px 7px}
.audit .for_admin { background:transparent url(../img/tag_purple.png) no-repeat 0px 7px}
.audit .removed { 
	background:transparent url(../img/tag_red.png) no-repeat 0px 7px;
	text-decoration: line-through;
	color:#808080}
