BODY
{
    background: #e4e3e7 url(../Images/Blue/me-background_body.png) repeat-x;
    color: #000;
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 8.5pt;
    padding: 0px;
    margin: 0px;
}

input, option, select, textarea
{
    font-family: Segoe UI, Arial, sans-serif;
    font-size: 8.5pt;
    padding: 2px;
}

.ui-themed-listbox
{
    border: 1px solid #a6c9e2;
    background: #bfdae8 url(../images/blue/ui-bg_highlight-hard_100_bfdae8_1x100.png) 50% -25% repeat-x;
    color: #222222;
    font-size: 10pt;
    font-variant: small-caps;
    color: #000;
}

.ui-state-selected span.ui-state-default
{
    border: 1px solid #cd0a0a;
    background: #cc0000 url(../images/blue/ui-bg_glass_55_cc0000_1x400.png) 50% 50% repeat-x;
    color: #ffffff;
}

A.lightLink, a.lightLink:active, a.lightLink:link, a.lightLink:visited
{
    color: #cc0000;
    text-decoration: none;
    cursor: pointer;
}

A.lightLink:hover
{
    color: #cc0000;
    text-decoration: underline;
}

#container
{
    border-bottom: #001a38 1px solid;
    border-left: #001a38 1px solid;
    margin: 70px auto 10px auto;
    padding: 0;
    position: relative;
    width: 1024px;
    border-right: #001a38 1px solid;
    z-index: 0;
}

#errorContainer
{
    width: 100%;
    vertical-align: middle;
    margin: 60px 0px 0px 0px;
    overflow: hidden;
}
#errorPanel
{
    font-size: 10pt;
    font-weight: normal;
    width: 500px;
    margin: -7px 0px 0px -7px;
    padding: 7px;
    background: #114b74;
    display: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#errorMessage
{
    padding: 10px;
    border: #666666 1px solid;
    background-color: #000022;
    color: #ffffff;
}
.errorMessage
{
    font-size: 10pt;
    font-weight: normal;
    padding: 10px;
}
#errorMessage STRONG
{
    color: #ff0000;
    font-weight: normal;
}
.errorMessage STRONG
{
    color: #ff0000;
    font-weight: normal;
}

#header
{
    text-align: center;
    background: url(../Images/Blue/me-header_blue3.png) repeat-x; /*opacity:0.4;filter:alpha(opacity=40);*/
    height: 83px; /*border-left:#001a38 1px solid;*/
    border-right: #001a38;
    border-top: #001a38 1px solid;
}
#main
{
    margin: 0px auto;
}
#footer
{
    background-color: #2da0ff;
    border-top: #808080 1px solid;
    bottom: 0px; 
    padding: 10px;
    font-size: 8.5pt;
    font-variant: small-caps;
    text-align: right;
}

.bl
{
    text-align: center;
    background: url(../images/1bl.gif) 0 100% no-repeat;
    width: 20em;
    margin: 0;
    padding: 0;
}

.br
{
    background: url(../images/1br.gif) 100% 100% no-repeat;
}

#footer A
{
    color: #fff;
    text-decoration: none;
}
#footer A:link
{
    color: #fff;
    text-decoration: none;
}
#footer A:active
{
    color: #fff;
    text-decoration: none;
}
#footer A:visited
{
    color: #fff;
    text-decoration: none;
}
#footer A:hover
{
    color: #fff;
    text-decoration: underline;
}
#menuBar
{
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 0px;
    text-align: left;
    margin: 0px;
    left: 0px;
    top: 0px;
    font-variant: small-caps;
    font-weight: normal;
}

.presenceIcon
{
    border-width: 0px;
}

.presencePhoto
{
    border: #404040 1px solid;
    width: 45px;
    height: 45px;
}

.contentPanel
{
    /*MARGIN-BOTTOM: 12px*/
    margin-bottom: 0px;
}
.contentPanelHeader
{
    /*BORDER-BOTTOM: #ffffff 1px solid;*/
    position: relative;
    background: url(../Images/Blue/me-header_background.png) repeat-x;
    height: 46px; /*BORDER-TOP: #272827 1px solid*/
}
.contentPanelDetail
{
    position: relative;
    background-image: url(../Images/Blue/me-content_panel.png);
    background-repeat: repeat;
    padding: 0 20px 0 20px;
    min-height: 5px;
    border-top: #272827 1px solid;
}
.contentPanelExpand
{
    background-image: url(../Images/Blue/me-expander_button_normal.png);
    position: relative;
    width: 58px;
    float: right;
    height: 46px;
}

.contentPanelExpand1
{
    background-image: url(../Images/Blue/me-expander_button_normal.png);
    position: relative;
    width: 58px;
    float: right;
    height: 46px;
}

.contentPanelExpand:hover
{
    background-image: url(../Images/Blue/me-expander_button_hover.png);
    position: relative;
    width: 58px;
    float: right;
    height: 46px;
}
.contentPanelIcon
{
    position: relative;
    width: 290px;
    float: left;
    height: 46px;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ffffff;
}
.headerIcon-Requester
{
    background: url(../Images/Blue/me-icon_requester.png) no-repeat;
}
.headerIcon-Detail
{
    background: url(../Images/Blue/me-icon_detail.png) no-repeat;
}
.headerIcon-Comments
{
    background: url(../Images/Blue/me-icon_commenthistory.png) no-repeat;
}
.headerIcon-Header
{
    background: url(../Images/Blue/me-icon_header.png) no-repeat;
}
.headerIcon-SapMessage
{
    background: url(../Images/Blue/me-icon_sapmessage.png) no-repeat;
}
#commentContainer
{
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    color: #000;
}

.commentTitle, .sectionTitle
{
    color: #000;
    font-size: 14pt;
    font-variant: small-caps;
    margin-bottom: 15px;
}

.normalFont
{
    font-size: 10pt;
}

.lineDivider
{
    height: 0px;
    color: #000;
    background-color: #000;
    border-top: #fff 1px solid;
    margin-top: 2px;
}

#commentPhoto
{
    position: relative;
    margin: 0;
    padding: 0px;
    text-align: center;
}

#commentPhotoItem
{
}

.commentPhotoFrame
{
    margin-top: -9px;
    margin-left: 0px;
    background-image: url(../Images/Blue/me-comment_photo_frame.png);
    padding-bottom: 0px;
    width: 115px;
    float: left;
    height: 115px;
    top: 0px;
}

.commentPhotoImage
{
    background: url(../Images/Blue/me-comment_photo.png) 12px 8px no-repeat;
	background-size: 85px 85px;
	margin: 0px;
    width: 97px;
    height: 97px;
}

#commentPhotoContainer
{
    width: 100%;
}

#commentBaloon
{
    padding-top: 9px;
    padding-right: 15px;
}

.commentBaloonRoot
{
    background-image: url(../Images/Blue/me-comment_baloon.png);
    width: 13px;
    height: 25px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: 2px;
    padding: 0;
}

.commentBaloon-bl
{
    background: url(../Images/Blue/me-comment_bl.png) 0 100% no-repeat #fff;
    text-align: center;
    margin-left: 15px;
    width: 100%;
}
.commentBaloon-br
{
    background: url(../Images/Blue/me-comment_br.png) 100% 100% no-repeat;
    min-height: 80px;
}
.commentBaloon-tl
{
    background: url(../Images/Blue/me-comment_tl.png) 0 0 no-repeat;
}
.commentBaloon-tr
{
    background: url(../Images/Blue/me-comment_tr.png) 100% 0 no-repeat;
    padding: 10px 15px 10px 10px;
    font-family: Calibri, Arial, Sans-Serif;
    font-size: 14px;
    text-align: left;
}

#commentAttachment
{
    font-size: 10pt;
    font-variant: small-caps;
    padding: 10px 0px 10px 10px;
    text-align: left;
    width: 100px;
}

#commentAttachmentControl
{
    padding: 10px 0px 10px 5px;
}

#commentAttachmentImage
{
    float: left;
}

.commentAttachmentLink
{
    background: url(../Images/Blue/me-comment_attachment.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

#K2Comment
{
    border: 0px none;
    width: 100%;
    font-family: tahoma;
    font-size: 10pt;
    min-height: 64px;
}

#K2Attachment
{
    font-size: 9pt;
    font-variant: small-caps;
}

.themeThumbnail
{
    margin: 0px 18px 0px 0px;
    width: 97px;
    height: 97px;
    float: left;
}

.themeFrame
{
    margin-top: -9px;
    margin-left: -12px;
    background-image: url(../Images/Blue/me-theme_frame.png);
    padding-bottom: 0px;
    width: 115px;
    float: left;
    height: 115px;
    top: 0px;
}

.m-dialog
{
    z-index: 9999;
}
TABLE.form
{
    text-align: left;
    padding: 10px 20px 10px 20px;
    width: 100%;
}
TD.formField
{
    width: 120px;
    vertical-align: top;
}
TD.formData
{
    min-width: 150px;
    vertical-align: top;
}
H3
{
    font-variant: small-caps;
}
H4
{
    font-variant: small-caps;
    margin: 5px 0px 0px;
}
TD.formField LABEL, TD.formData SPAN, td.formData a
{
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}
TH.formHeader
{
    text-align: center;
    padding-bottom: 5px;
    font-variant: small-caps;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    padding-top: 5px;
}
SPAN.highligtedLabel
{
    color: #000;
    font-weight: bold;
}
SPAN.borderedLabel
{
    padding-bottom: 4px;
    text-transform: uppercase;
    min-height: 18px;
    display: block;
}
.t-action-menu
{
    float: left;
    clear: both;
}
.ui-state-custom .ui-icon
{
    background-image: url(../Images/Blue/ui-icons_fcd113_256x240.png);
}

.background-overlay
{
    background: url(../Images/Black/me-background_overlay.png) left bottom repeat-x;
}

.actionBarOuterBorder
{
    background: url(../images/blue/me-hanging_menu_pad.png) repeat-x;
    position: relative;
    border-bottom: solid 1px #929496;
}

.actionBarInnerBorder
{
    width: 100%;
    border-bottom: solid 1px #000;
    padding: 15px;
}

.k2Impersonating
{
    background-color: #cc0000;
    color: #ffffff;
}

#k2ActionBar
{
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 0px;
    text-align: left;
    margin: 0px;
    left: 0px;
    top: 0px;
    font-variant: small-caps;
    display: none;
}

#k2ActionBarOuterBorder
{
    background: url(../Images/Blue/me-background_overlay.png) left bottom repeat-x;
    padding-bottom: 16px;
}

#k2ActionBarInnerBorder
{
    position: relative;
    border: none 0px;
    border-bottom: solid 1px #929496;
    background: url(../images/blue/me-hanging_menu_pad.png) repeat-x;
    color: #ffffff;
}

#k2ActionBarContent
{
    width: 100%;
    border-bottom: solid 1px #000000;
    padding: 15px;
}

#k2ActionLabel
{
    font-size: 10pt;
    padding: 0px 5px 0px 5px;
}

#K2ActionText
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#k2ActionBarLogo
{
    right: 10px;
    top: 5px;
    position: absolute;
    background: url(../Images/Blue/me-medco_logo_v2.png) no-repeat;
    width: 230px;
    height: 48px;
    margin: 0px;
    padding: 0px;
}

.t-action-button
{
    margin-left: 3px;
}

#k2ActionBarContent .ui-button-set .t-action-button.ui-state-active
{
	color:#000000;
	background: url(../images/blue/ui-bg_glass_55_ffffff_1x400.png) #09749A repeat-x 50% 50%;
	border: #09749A 1px solid;
}

.k2OptionPanel, .k2ThemesPanel
{
    z-index: 2001;
    position: fixed;
    left: 0;
    top: 100px;
    display: none;
    background: #114b74 url(../images/blue/ui-bg_gloss-wave_50_114b74_500x100.png) repeat-x;
    font-weight: normal;
    color: #ffffff;
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-left: 0px none;
}

.k2OptionPanel .innerBorder, .k2ThemesPanel .innerBorder
{
    width: 330px;
    height: auto;
    padding: 0px 20px 20px 75px;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.k2ThemesPanel .innerBorder
{
    width: inherit;
}

.k2OptionPanel p, .k2ThemesPanel p
{
    margin: 0 0 15px 0;
    padding: 0;
    color: #000;
}

.k2OptionPanel a, .k2OptionPanel a:visited, .k2ThemesPanel a, .k2ThemesPanel a:visited
{
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #9FC54E;
}

.k2OptionPanel a:hover, .k2OptionPanel a:visited:hover, .k2ThemesPanel a:hover, .k2ThemesPanel a:visited:hover
{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

div.k2OptionTrigger, div.k2ThemesTrigger
{
    z-index: 2002;
    background: #2191c0 url(../images/blue/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
    position: fixed;
    text-decoration: none;
    left: 0;
    font-size: 10pt;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-variant: small-caps;
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    border-left: 0px none;
}

div.k2OptionTrigger
{
    top: 100px;
}

div.k2ThemesTrigger
{
    top: 155px;
}

.k2OptionTrigger .innerBorder, .k2ThemesTrigger .innerBorder
{
    padding: 10px;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.k2OptionTrigger .innerBorder:hover, .k2ThemesTrigger .innerBorder:hover
{
    background: #79c9ec url(../images/blue/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
}

.active.k2OptionTrigger .innerBorder, .active.k2ThemesTrigger .innerBorder
{
    border-top: 1px solid #79c9ec;
    border-right: 1px solid #79c9ec;
    border-bottom: 1px solid #79c9ec;
    background: #114b74 url(../images/blue/ui-bg_gloss-wave_50_114b74_500x100.png) 50% 50% repeat-x;
}

.k2OptionTriggerIcon, .active.k2OptionTriggerIcon, .k2ThemesTriggerIcon, .active.k2ThemesTriggerIcon
{
    position: relative;
    width: 32px;
    height: 32px;
}

.k2OptionTriggerIcon, .active.k2OptionTriggerIcon
{
    background: url(../Images/Blue/me-icon_preferences.png) right no-repeat;
}


.k2ThemesTriggerIcon, .active.k2ThemesTriggerIcon
{
    background: url(../Images/Blue/me-icon_themes.png) right no-repeat;
}

.watermark
{
    color: #a0a0a0;
}

#k2ThemeGallery
{
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: black;
    border: solid 4px #808080;
    width: 580px;
    height: 311px;
    visibility: visible;
}

.themePanel
{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: white;
    display: none;
}

.active.themePanel
{
    display: block;
}

.themeTitle
{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 140px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    font-size: 8pt;
}

.themeTitle h2
{
    margin: 0px;
    line-height: 30px;
}
.themeTitle p
{
    color: #000;
}

.themePanel-overlay
{
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 140px;
    padding: 0px;
    color: #000;
    font-size: 8pt;
    font-style: normal;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    background-color: #ffffcc;
    border-top: solid 1px #fff;
}

.themeThumbPanel
{
    border-top: 1px solid #fff;
    padding-right: 75px;
    padding-left: 75px;
    top: 200px;
    height: 110px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
}

.themeStrip
{
    list-style-type: none;
    margin: 0px;
    padding: 0px; /*width: 2640px;  */
    z-index: 900;
    top: 0px;
    height: 110px;
}

.themeThumbnail
{
    float: left;
    position: relative;
    height: 100px;
    z-index: 901;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0px;
    cursor: pointer;
}

.themeThumbnail img
{
    border: solid 1px #fff;
}

#themePointer
{
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    top: 204px;
    left: 73px;
    height: 98px;
    width: 98px;
    border: solid 2px #fff;
}

#themePointer img
{
    position: absolute;
    z-index: 1001;
    top: -12px;
    left: 40px;
    width: 19px;
    height: 10px;
    background: url(../Images/Blue/me-theme_selector.png) no-repeat;
}

#themeNext
{
    width: 22px;
    height: 22px;
    background: url(../Images/Blue/me-theme_next.png) no-repeat;
    position: absolute;
    cursor: pointer;
    top: 244px;
    right: 43px;
}

#themePrev
{
    width: 22px;
    height: 22px;
    background: url(../Images/Blue/me-theme_prev.png) no-repeat;
    position: absolute;
    cursor: pointer;
    top: 244px;
    left: 43px;
}

.themeButtonBar
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.themeSelectionTitle
{
    font-size: 12pt;
    font-variant: small-caps;
    color: #fff;
    margin-bottom: 5px;
}

.themeSelectionTitle strong
{
    color: #ffcc00;
    font-weight: bold;
}

/* .ui-dialog .t-widget */
/* { */
    /* border-left: none 0px; */
    /* border-right: none 0px; */
/* } */

.formField
{
    color: #000b41;
    font-family: Segoe UI, Corbel, Arial, Helvetica, sans-serif;
}

#GlassImages
{
    background-image: url(../Images/Blue/me-background_body.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 350px;
    position: fixed;
    margin-top: 80px;
    padding: 0;
    z-index: -5;
}

#HangingMenu
{
    background-image: url(../Images/Blue/me-hanging_menu_pad.png);
    background-repeat: repeat-x;
    height: 75px;
    margin: 0;
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
    z-index: 10000;
}

#images
{
    position: absolute;
    top: 15px;
    right: 35px;
}

#wrapperCommand
{
    width: 1024px;
    margin: 0 auto;
    padding-right: -15px;
    position: relative;
}

.criteriaTab
{
    border-bottom: #cd0a0a 2px solid;
    margin-bottom: 10px;
    padding-left: 5px;
}

.criteriaTab .ui-button
{
    border-bottom: #cd0a0a 1px solid;
    margin-bottom: -1px;
    margin-right: 0px;
}

.aspNetHidden
{
    display: none;
}
/*#Rumah&Bantu	{
	top:3px; 
	/*float:right;
	margin:0;
	padding:0;
	position:relative;
	}*/
.loading
{
    position: absolute;
    display: none;
    border: 1px solid #ffffff;
    padding: 2px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background-color: #5c9ccc;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 150px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    z-index: 100000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.modal-overlay
{
    position: fixed;
    z-index: 3999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #E4E3E7;
    display: none;
}

.subheaderText
{
    filter: Shadow(Color=#272425, Direction=115, Strength=3);
    width: 260px;
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.applicationTitle
{
    color: ghostwhite;
    vertical-align: middle;
    font-size: 40px;
    font-family: tahoma, sans-serif, arial;
    filter: Shadow(Color=#272425, Direction=115, Strength=3);
}

/* this is fqr usage (start)*/
.fqr-detail-inner
{
    overflow-x: auto;
    width: 935px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    border-collapse: collapse;
    background-color: #676767;
    border-bottom: #999 1px solid;
    border-left: #999 1px solid;
    border-top: #999 1px solid;
    border-right: #999 1px solid;
}

.fqr-span-detail
{
    color: black;
}

/*this is fqr usage (end)*/


.ui-widget-overlay-absolute {
	position:absolute!important;
}	

#CommentGrid tbody tr td:nth-child(8){
	white-space:pre-wrap;
	word-wrap: normal;
}
