﻿Body
{
    background-color:#ADCBF7;
}

.stylebody
{
	background-color:#ADCBF7;
}

.stdmain
{
	background-color: white;
    color: black;    
    background-position: left top; 
    background-repeat: no-repeat;
    FONT-FAMILY: verdana,arial, helvetica, sans-serif;
    FONT-SIZE: 11px;
    MARGIN: 0px
}

.stdmaintable
{
	background-color:White;
}

.stdmenucolor
{
	background-color:#E3EFFF;
}

.stdmenulabel
{
	padding-left:8px;
	background-color:#A7CAFE;
	border-bottom: solid 1px #60A6FB;
}

.stdmenulist
{
	border-bottom: solid 1px #60A6FB;
}

.hovermenu
{
	background-color:#FAFAD2;
}

.elementfocusgrid
{
	background-color:PapayaWhip;
}

.stdcontentcolor
{
	border-bottom: solid 1px #60A6FB;
	border-left: solid 1px #60A6FB;
	border-right-style:none;
	border-top-style:none;
}

.stdpanelcolor
{
	background-color:#3992E7;
}

.tabcolor
{
	background-color:#D6E7FF;
	border-color:#60A6FB;
}

.activetabcolor
{
	background-color:White;
}

.elementbuttonnew
{
	background-image:url('../Images/BtnNew.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonedit
{
	background-image:url('../Images/BtnEdit.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonsave
{
	background-image:url('../Images/BtnSave.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttoncancel
{
	background-image:url('../Images/BtnCancel.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttondelete
{
	background-image:url('../Images/BtnDelete.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonline
{
	background-image:url('../Images/line.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonexpand
{
	background-image:url('../Images/Expand.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttoncustomw
{
	background-image:url('../Images/customw.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonprint
{
	background-image:url('../Images/Btnprint.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonexcel
{
	background-image:url('../Images/BtnExcell.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonsearch
{
	background-image:url('../Images/Search.gif');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonrefresh
{
	background-image:url('../Images/BtnRefresh.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonfilter
{
	background-image:url('../Images/Filter.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonsync
{
	background-image:url('../Images/Grant.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonhome
{
	background-image:url('../Images/Home.ico');
	background-repeat:no-repeat;
	height:23px;
	width:23px;
	cursor:pointer;
	background-position:center center;
}
                                
.elementbuttonpressed
{
	background-color:#D5DAFF;
	background-repeat:no-repeat;
	border-color:#6392CE;
	border-left:solid 1px #6392CE;
	border-top:solid 1px #6392CE;
	border-right:none 0px Transparent;
	border-bottom:none 0px Transparent;
	height:20px;
	width:20px;
}

.elementbuttonGenerate
{
	background-image:url('../Images/Duplicate.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonReset
{
	background-image:url('../Images/Process.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.elementbuttonSendEmail
{
	background-image:url('../Images/Send-Mail.png');
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	background-position:center center;
}

.Background
{
    background-position: center top;
    background-image: url('../Images/Background.gif');
    background-repeat:repeat;
    background-attachment: fixed;
}

.elementheaderhome
{
	border: solid 1px #DEEBFF;
	background-color: #C7DDFF;
	height:25px;
	font-family:Tahoma;
	font-size:8pt;
}

.elementheader
{
	border: solid 1px #DEEBFF;
	background-color: #C7DDFF;
	height:25px;
	font-family:Tahoma;
	font-size:8pt;
}

.elementgrid
{
	border-top-style:none;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1pt;
	display:block;
	width:100%;
	border-color:#CEDBEF;
}

.alternatingdatalist
{
	background-color:White;
}

.itemdatalist
{
	background-color:#EFF3FB;
}

.selecteddatalist
{
	background-color:#D1DDF1;
	font-weight:bold;	
}
select
{
    border: 1px solid #9F9F9F !important;
    overflow:hidden;
    background-color:#ffffff;
    font:8pt Tahoma;
    margin:0px;
    overflow:hidden;
    white-space:nowrap;
    min-width:30px;
    height:21px;
}
select:focus
{
    outline:0 !important;
}
select::-moz-focus-inner
{
    outline:0 !important;
}

Body
{
    font-family:Tahoma;
    font-size:8pt;
    background-color:#ADCBF7;
}

input
{
    border: 1px solid #7EA3CC;
    padding:2px 2px 0px;
    font:8pt Tahoma;
}
input[type=checkbox]
{
    border: none;
}
input[type=checkbox]:focus
{
    border: 1px solid black;
}


.divDate
{
    overflow:hidden;
    position:relative;
    font: 8pt tahoma;
    padding-right:3px;
}

.headerlist
{	
	border-color:#60A6FB;
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
}

.itemheader
{
	padding-left:8px;
	font-family:Tahoma;
	font-size:8pt;
	height:25px;
	border-top: none 0px #DEEBFF;
	border-left:solid 1px #60A6FB;
	border-right: none 0px #DEEBFF;
}

.firstitemheader
{
	padding-left:8px;
	font-family:Tahoma;
	font-size:8pt;
	height:25px;
	border-left: none 0px #DEEBFF;
	border-right: none 0px #DEEBFF;
	border-top:none 0px #DEEBFF;
}

.mainheader
{
	border-width:0px;
	background-color:#DEEBFF;
	border-color:#60A6FB;
	border-bottom: solid 1px #60A6FB;
}

.maindatalist
{
	border:solid 1px #60A6FB;
	font-family:Tahoma;
	font-size:8pt;
}

.topleftbordertable
{
	border-top: none 0px #CEDBEF;
	border-left: none 0px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	background-color:#EAF0F6;
	padding-top:6px;
	padding-bottom:3px;
	padding-right:3px;
	padding-left:10px;
}

.leftbordertable
{
	border-left: none 0px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	border-top: solid 1px #CEDBEF;
	padding-left:10px;
	padding-bottom:3px;
	padding-right:3px;
	padding-top:6px;
	background-color:#EAF0F6;
}

.toprightbordertable
{
	border-top: none 0px #CEDBEF;
	border-left: none 0px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	padding-left:3px;
	border-left: none 0px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
}

.leftbordertablecontact
{
	border-left: solid 1px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	border-bottom: solid 1px #CEDBEF;
	padding-left:10px;
	padding-bottom:3px;
	padding-right:3px;
	padding-top:6px;
	background-color:#EAF0F6;
	height:18px;
}

.leftborResdertablecontact
{
	border-left: none 1px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	border-bottom: solid 1px #CEDBEF;
	padding-left:10px;
	padding-bottom:3px;
	padding-right:3px;
	padding-top:6px;
	background-color:#EAF0F6;
	height:18px;
}

.rightbordertablecontact
{
	border-bottom: solid 1px #CEDBEF;
	border-left: none 0px #CEDBEF;
	border-right: solid 1px #CEDBEF;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:4px;
	padding-top:3px;
}

.headergrid
{
	background-color:#DEEBFF;
}

.headerClone
{
	background-color:#EAF0F6;
}

.imgStyle
{
    min-width: 200; 
    min-height: 92;
    border:1px solid black;
}

.tabactive
{
	border-right: #60A6FB 1px solid;
	border-top: #60A6FB 1px solid;
	border-left: #60A6FB 1px solid;
	background-color: White;
	text-align: center;
	height:25px;
}

.tabnotactive
{
	border-right: #60A6FB 1px solid;
	border-top: #60A6FB 1px solid;
	border-left: #60A6FB 1px solid;
	border-bottom: #60A6FB 1px solid;
	background-color: #D6E7FF;
	text-align: center;
	height:24px;
}

.tabfont
{
    COLOR: Black;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: 0px;
    text-decoration:none;
}

.flattextbox
{
    border-right: #9F9F9F 1px solid;
    border-top: #9F9F9F 1px solid;
    font-size: 8pt;
    border-left: #9F9F9F 1px solid;
    border-bottom: #9F9F9F 1px solid;
    font-family: tahoma;
    height: 16px; 
}

.loginfont
{
    font-family: 'Verdana';
    font-size:small; 
    color:SteelBlue;
}

.divContentRow
{
    overflow: hidden;
    white-space: normal;
    padding: 1px 0px 1px 1px;
    text-align: left;
    font: 8pt Tahoma;
}

.divContentRowAns
{
    overflow: hidden;
    min-height: 21px;
    white-space: normal;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: left;
}

.divContentLeft
{
    float: left;
    overflow: hidden;
    white-space: normal;
    font: 8pt tahoma;
}

.divContentRight
{
    float: right;
    overflow: hidden;
    white-space: normal;
}

.divGroupBox
{
    overflow: hidden;
    margin: 0;
    min-width: 100px;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #B8CCE4;
    margin-bottom: 8px;
    border-radius: 5px;
    border-collapse: separate !important; /*box-shadow: 0 0 2px black;     -moz-box-shadow:0 0 2px black;     -webkit-box-shadow:0 0 2px black;*/
}

.divContentColumn
{
    float: left;
    min-width: 10px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    padding-right: 1px;
    line-height: 20px;
}
.divContentBoxRow
{
    overflow: hidden;
    min-height: 21px;
    white-space: normal;
    font: 8pt tahoma;
}
.divContentBoxRowLeft
{
    overflow: hidden;
    min-height: 21px;
    float: left;
    text-align: left;
    padding: 0px 5px 0px 0px;
    min-width: 120px;
}

.divLabel
{
    min-width: 65px;
    overflow: hidden;
    float: left;
    padding-right: 2px;
    min-height: 21px;
    vertical-align: middle;
    line-height: 20px;
    text-align: left;
}

.divLabelSmall
{
    min-width: 65px;
    overflow: hidden;
    float: left;
    padding-right: 2px;
    min-height: 17px;
    vertical-align: middle;
    text-align: left;
}

.divTextboxSmall
{
    min-width: 10px;
    overflow: hidden;
    padding-right: 2px;
    min-height: 17px;
    vertical-align: middle;
}

.divTextbox
{
    min-width: 10px;
    overflow: hidden;
    padding-right: 2px;
    min-height: 21px;
    vertical-align: middle;
}


.divContentRow label
{
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

.divContentRow span
{
    line-height: 19px;
    vertical-align: middle;
}
.divLabel span
{
    line-height: 20px;
    vertical-align: middle;
}
.divLabel span:focus
{
    outline: 0 !important;
}

.labelEmpName
{
    font: bold 12pt tahoma;
    color: #2A2A2A;
}

.labelEmpNIK
{
    font: bold 10pt tahoma;
    color: #2A2A2A;
}

.imgTreeExpCol
{
    width: 12px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
    padding-right: 5px;
    cursor: pointer;
    padding-top:5px;
    padding-left:5px;
}
.imgEmpPhotoStyle
{
    width: 100px;
    height: 120px;
    background-color: White;
}
.ulEmpPhoto
{
    font-size: 8pt;
    margin: 0;
    padding: 2px 2px 0;
    text-align: center;
    text-decoration: none;
}
.ulEmpPhoto li
{
    display: inline-block;
    list-style: none outside none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding-right: 3px;
}
.ulEmpPhoto li a img
{
    vertical-align: text-bottom;
    border: none;
    padding: 0;
    margin: 0;
    max-width: 16px;
    max-height: 16px;
    text-decoration: none;
    color: white;
}
.gbContent
{
    font: 8pt Tahoma;
    padding: 5px;
    min-height: 23px;
    min-width: 100px;
    overflow: hidden;
    background-color: #DBE9FF;
}

.gbContentWhite
{
    font: 8pt Tahoma;
    padding: 5px;
    min-height: 23px;
    min-width: 100px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.tdClone
{
    border-bottom: 1px solid #CFCFCF;
    line-height: 19px;
    margin: 0;
    min-height: 19px;
    overflow: hidden;
    padding: 1px 2px 1px 1px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.tdClone span
{
    line-height: 19px;
    min-height: 19px;
    text-align: left;
    vertical-align: middle;
}

.borderPrimary
{
    border-radius: 3px;
    border: 1px solid #FFCD53;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF3A0', endColorstr='#FFDF9B') !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF3A0), to(#FFDF9B));
    background: -moz-linear-gradient(top, #FFF3A0, #FFDF9B);
}

.divContentTextBox
{
    float: left;
    min-width: 30px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    padding-right: 1px;
    line-height: 20px;
}

.divGroupBoxCardView
{
    overflow: hidden;
    margin: 0;
    min-width: 100px;
    width: auto;
    height: auto;
    border-bottom: 1px solid #B8CCE4;
    border-collapse: separate !important;
    cursor: pointer;
}

.tableBlueRowDt
{
    font: 8pt Tahoma;
    padding: 0;
    margin: 0;
}

.gbContent2
{
    margin: 5px;
    min-height: 30px;
    font: 8pt Tahoma;
    min-width: 100px;
    overflow: hidden;
}


.divButtonConfirm
{
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
}

.buttonConfirm
{
    background-image: url('../../../Images/icons/Confirm-Popup.jpg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
}

.buttonConfirm:focus
{
    background-image: url('../../../Images/icons/Confirm-Button-Hover.jpg');
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
    outline: 0;
    margin: 0;
}

.buttonConfirm::-moz-focus-inner
{
    background-image: url('../../../Images/icons/Confirm-Button-Hover.jpg');
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
    outline: 0;
    margin: 0;
}

.buttonCancel
{
    background-image: url('../../../Images/icons/Cancel-Popup.jpg');
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
    margin: 1px;
}

.buttonCancel:focus
{
    background-image: url('../../../Images/icons/Cancel-Button-Hover.jpg');
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
    outline: 0;
    margin: 1px;
}

.buttonCancel::-moz-focus-inner
{
    background-image: url('../../../Images/icons/Cancel-Button-Hover.jpg');
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    border: none !important;
    width: 86px;
    height: 21px;
    padding: 0;
    outline: 0;
    margin: 0;
}

.tableBlue
{
    overflow: hidden;
    width: 100%;
    border: 1px solid transparent;
}
.tableBlueRowHd td
{
    font: 8pt Tahoma;
    border-bottom: 2px solid #538dd5;
    padding: 3px 4px 3px 0;
    height: 21px;
}
.tableBlueRowHd td span
{
    padding-left: 3px;
}
.tableRowHd td
{
    font: 8pt Tahoma;
    padding: 3px 4px;
    height: 21px;
}
.tableBlueRowDt
{
    font: 8pt Tahoma;
    padding: 0;
    margin: 0;
}
.tableBlueRowDt td
{
    line-height: 19px;
    margin: 0;
    min-height: 19px;
    overflow: hidden;
    padding: 2px;
    vertical-align: middle;
}
.tableBlueRowDt td span
{
    margin-left: 2px;
}
.tableBlueRowDt:focus
{
    outline: 0 !important;
}

.anchorButtonDisabled
{
    display: inline-block;
    cursor: default;
    list-style: none outside none;
    min-width: 30px;
    padding: 0px 5px 0px 3px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    color: #2A2A2A;
    border: 1px solid transparent;
}

.anchorButtonDisabled img
{
    vertical-align: middle;
    border: none;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    text-decoration: none;
    padding-right: 1px;
    color: white;
    cursor: default;
}


.divContentCaptcha
{
    background-color: #4493FF;
    border: 1px solid #F2F2F2;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    overflow: hidden;
    padding: 2px;
    position: relative;
    top: 18%;
    font:7pt tahoma;
    color:#330033;
}
.aRegenCaptcha
{
    border: 1px solid #000000;
    background-color:#FFFFFF;
    display: inline-block;
    list-style: none outside none;
    overflow: hidden;
    padding: 1px;
    text-decoration: none;
    font:8pt arial;
    color:#FFFFFF;
    text-align:center;
}
.aRegenCaptcha img
{
    padding:1px;
    vertical-align:middle;
}
.divCaptchaText
{
    float:left;
    overflow:hidden;
    padding:0 6px 6px;
    background-color:#FFE3A0;
    border-radius:3px;
    margin-right:5px;
}
.divCaptchaText span
{
    height:18px;
    vertical-align:middle;
    line-height:18px;
}
.divCaptchaText input
{
    border:1px solid #663300;
    padding:2px;
}

