html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
html, body, #page {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    min-width: 980px;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    /*    height: auto;*/
    min-height: 100%;
    position: relative;
}

body > #page {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding-bottom: 40px;
}

input, select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, textarea {
    padding-left: 4px;
}

/*#page > #compositeHeader{
 position: fixed;
 width: 100%;
 }*/
#page > #alert {
    position: absolute;
    z-index: 3;
    /*    top: 95px;*/
}

.container {
    height: 100%;
}

/*  banner  */
.banner {
    width: 162px;
    background-color: #FFFFFF;
    float: left;
    height: 66px;
}

.bannerleft {
    background-color: transparent;
    float: left;
}

.bannerright {
    background-color: transparent;
    float: right;
}

.bannerleft img {
    margin-left: 14px;
    margin-top: 8px;
}

/*  toolbar    */
.toolbar {
    /*    width: 80%;*/
    height: 33px;
    background-color: #FFFFFF;
    /*    float:left;*/
    /*    margin-left: 162px;*/
}

.toolbar .first {
    float: left;
    margin-left: 20px;
}

.toolbar .last {
    margin-right: 20px;
    float: right;
}

.toolbar div select {
    margin: 0px 0px;
    height: 18px;
    color: #666666;
}

.toolbar .last .toolbaritem a {
    text-decoration: none;
    color: white;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 12px;
}

.toolbar .last .toolbaritem a:hover {
    background: no-repeat scroll center #086184;
}


/*menu*/
.menubar {
    /*    width:100%;*/
    /*    float:left;*/
    background-color: #41444B;
    height: 33px;
    /*    margin-left: 162px;*/
}

.menu {
    background: #41444B;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    /*    width: 100%;*/
}

.menu li {
    cursor: pointer;
    background: #41444B bottom right no-repeat;
    display: block;
    float: left;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

.menu li:hover, .menu li.active {
    background: #086184 bottom center no-repeat;
    padding-bottom: 11px;
}

/* dashlet menu */
.yui-skin-sam .yuimenu .bd {
    border: 1px solid #F1F1F1;
}

#compositeContent {
    /*overflow: hidden;*/
    width: 100%;
    float: left;
}

/*  contents    */
.content {
    padding-left: 14px;
    padding-top: 15px;
    padding-right: 50px;
    margin-left: 148px;
    min-height: 450px;
    /*overflow-y: auto;*/
}

.contentHeader {
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: #8EB8DE;
    padding: 3px;
}

.contentSection {
    border-bottom: #f1f1f1 solid 2px;
    padding: 20px 0 20px 0;
}

.contentSectionHeader {
    color: #005E9F;
    font-size: 14px;
    font-weight: bold;
}

.contentSubHeader {
    background: #8EB8DE;
    text-align: center;
    margin-top: 65px;
    padding: 5px;
    color: #FFFFFF
}

.contentSectionSubHeader {
    text-align: left;
    padding: 5px 0;
    color: #666;
    font-weight: bold;
}

.contentSectionHeaderSmall {
    color: #005E9F;
    font-weight: bold;
    font-size: 12px;
}

/* breadcrumb */
.breadcrumb {
	background-color: #E8ECEF;
	clear: both;
	height: 29px;
	width: 100%;
	color: #94969A;
	/*position: relative;*/
	z-index: 5;
}

.breadcrumb a {
    text-decoration: none;
    color: #005E9F;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb a.alertTextLink {
    text-decoration: underline;
    color: #FFFFFF;
}

.breadcrumbSection {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

/*  navigationbar    */
.navigation {
    background-color: #FFFFFF;
    float: left;
    width: 148px;
    margin-left: -100%;
    overflow-y: auto;
    position: relative;
    /*z-index: 4;*/
    /*    top: 95px;*/
}

.navigationbar {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navigationbar li {
    background-color: #FFFFFF;
    border-bottom: 2px solid #8EB8DE !important;
    color: #005E9F;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 35px;
    padding: 10px 15px 10px 20px;
    text-align: left;
    word-wrap: break-word;
}

.navigationbar li:hover {
    background: #FFFFFF no-repeat url("../../images/english/nav_arrow.png") 0 50%;
    color: #323232;
}

.navigationbar .active {
    background: #FFFFFF no-repeat url("../../images/english/nav_arrow.png") 0 50%;
}

/* favourite */
.fav_item {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none outside none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
    border-bottom: 2px solid #8EB8DE !important;
}

#favTitle {
    color: #F7A231;
    padding: 10px 15px 10px 20px;
}

#favList {
    padding: 5px;
}

#favList ul {
    list-style: disc;
    padding-left: 25px;
    word-wrap: break-word;
}

#favList li {
    list-style: square;
    padding: 0;
    border: none !important;
    margin: 3px 0;
}

#favList a {
    text-decoration: none;
    color: #666666;
}

#favList a:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.fav_plus_icon {
    background: url("../../images/english/sprite_image.png") repeat scroll -103px -345px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}
.fav_plus_icon:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -116px -345px transparent;
}

.fav_minus_icon {
    background: url("../../images/english/sprite_image.png") repeat scroll -65px -185px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}

.fav_bookmark_icon_inactive {
    background: url("../../images/english/sprite_image.png") repeat scroll -120px -73px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin: 4px;
    width: 20px;
}

.fav_bookmark_icon_active {
    background: url("../../images/english/sprite_image.png") repeat scroll -100px -73px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin: 4px;
    width: 20px;
}

.panelBookmarkHolder {
    /*display: none;*/
    position: absolute;
    right: 0;
    /*bottom: -22px;*/
    z-index: 99999;
}

.panelBookmarkArrow, .panelBookmarkArrowInner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
    border-bottom-color: #8EB8E2;
}

.panelBookmarkArrow {
    left: 250px;
    top: -12px;
}

.panelBookmarkContent {
    background-color: #8EB8E2;
    border: 1px solid #8EB8E2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px #555555;
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px 8px;
    width: 250px;
    height: 90px;
}

/*  footer    */
.footer {
    clear: both;
    height: 22px;
    /*    margin:-26px auto 0;*/
    position: absolute;
    /*    z-index:5;*/
    background-color: #EEF1F6;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    border-top: #444444 solid medium;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer div {
    margin-bottom: 1px;
    margin-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer div:hover {
    text-decoration: underline;
}

.footer .inline {
    float: left;
    border-right: solid 2px #AEAEAE;
}

/* helper */
#help {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-color: #FFFFFF;
    filter: alpha(opacity =       10);
    /*    background-color: transparent !important;*/
    /*    filter: alpha(opacity=0);*/
    opacity: 0.1;
}

#userguidebtn {
    clear: both;
    z-index: 1009;
    position: relative;
}

/* tooltip for helper */
.parentTooltip {
    position: relative;
    _display: inline-block;
    /*needed for the position absolute bottom for Internet Explorer 6*/
}

.parentTooltipLeft {
    float: left;
}

.parentTooltipRight {
    float: right;
}

.contentTooltip {
    display: none;
    background-color: transparent;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 10px;
    width: 200px;
    color: #000;
    text-align: left;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    z-index: 1009;
}

.contentTooltip b {
    display: block;
    height: 10px;
    background: url("../../images/english/tooltip_top.gif") no-repeat bottom;
}

.contentTooltip em {
    display: block;
    height: 32px;
    background: url("../../images/english/tooltip_bot.gif") no-repeat;
}

.contentTooltip i {
    display: block;
    background-color: #F7A537;
    border-left: 1px solid #F7A537;
    border-right: 1px solid #F7A537;
    padding: 0 5px;
    color: #FFFFFF;
}

/* form */
.form_grl {
    padding: 15px;
}

/* input */
.input_general {
    font: 11px Arial, Helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-weight: normal;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 3px;
}

.smart_text{
    height: 26px;
    width: 400px;
}

.smart_text_height{
    height: 26px;
}

/*	option	*/
.option {
    padding: 0 5px 5px 0;
}

.option_list {
    padding: 0 5px 5px 0;
    float: left;
    clear: left;
}

.option_inline {
    padding: 0 5px 5px 0;
    float: left;
}

/* 	text font */
.text_title {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.text_intro {
    text-align: left;
    color: #AEAEAE;
    margin-bottom: 10px;
}

.text_intro_panel {
    text-align: left;
    margin: 5px 5px 5px 10px;
}

.text_trace_data {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.text_mandatory {
    font-size: 8px;
    font-weight: bold;
    text-decoration: none;
    color: #e13300;
}

/*	label */
.lbl {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    margin-right: 2px;
}

.lbl_sml {
    width: 100px;
}

.lbl_med {
    width: 125px;
    margin-top: 3px;
}

.lbl_std {
    width: 150px;
}

.lbl_lrg {
    width: 200px;
}

.lbl_huge {
    width: 400px;
}

.lbl_massive {
    width: 500px;
}

.lbl_checkbox {
    text-align: center;
    vertical-align: middle;
    margin: 2px;
}

/*	txt */
.text {
    display: inline;
}

.txt_sml {
    width: 120px;
}

.txt_med {
    width: 170px;
}

.txt_reg {
    width: 260px;
}

.txt_lrg {
    width: 300px;
}

.txt_lrger {
    width: 402px;
}

.txt_huge {
    width: 500px;
}

/*	select */
.sel {
    color: #333333;
}

.sel_tiny {
    width: 50px;
}

.sel_sml {
    width: 125px;
}

.sel_med {
    font-size: 11px;
    width: 175px;
}

.sel_reg {
    width: 225px;
}

.sel_lrg {
    font-size: 11px;
    width: 300px;
}

/* button */
button {
    margin-bottom: 1px;
}

.btn_last {
    left: 280px;
    position: relative;
}

.btn_tooltip {
    background: url("../../images/english/sprite_image.png") repeat scroll -100px -16px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}

.btn_helper {
    background: url("../../images/english/sprite_image.png") repeat scroll -16px -73px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    margin-left: 0;
}

.btn_helper:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -38px -73px transparent;
}

.btn_helper_d {
    background: url("../../images/english/sprite_image.png") repeat scroll -61px -160px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-right: 10px;
    width: 16px;
    margin-top: 0;
    margin-bottom: 6px;
}

.btn_helper_d:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -81px -160px transparent;
}

.btn_start {
    background: url("../../images/english/sprite_image.png") repeat scroll -20px -281px transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-right: 5px;
    width: 22px;
}

.btn_stop {
    background: url("../../images/english/sprite_image.png") repeat scroll -120px -281px transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 22px;
    margin-right: 5px;
    width: 22px;
}

.btn_step {
    background: url("../../images/english/sprite_image.png") repeat scroll -43px -281px transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 19px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    width: 22px;
}

.btn_logout {
    background: url("../../images/english/sprite_image.png") repeat scroll -60px -73px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.btn_logout:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -80px -73px transparent;
}

.btn_home {
    background: url("../../images/english/sprite_image.png") repeat scroll -16px -45px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.btn_home:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -37px -45px transparent;
}

.btn_useradministration {
    background: url("../../images/english/sprite_image.png") repeat scroll -60px -45px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    opacity: 0.7;
    width: 20px;
}

.btn_useradministration:hover, .toolbar .btn_useradministration.active {
    background: url("../../images/english/sprite_image.png") repeat scroll -80px -45px transparent;
}

.btn_mysettings {
    background: url("../../images/english/sprite_image.png") repeat scroll -100px -45px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    opacity: 0.7;
    width: 20px;
}

.btn_mysettings:hover, .toolbar .btn_mysettings.active {
    background: url("../../images/english/sprite_image.png") repeat scroll -120px -45px transparent;
}

.btn_edit {
    background: url("../../images/english/sprite_image.png") repeat scroll -14px -125px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_edit:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -38px -125px transparent;
}

.btn_eventcalendarreminders {
	background: url("../../images/english/sprite_image.png") repeat scroll
		-112px -384px transparent;
	border: 0 none;
	cursor: pointer;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}

.btn_eventcalendarreminders:hover {
	background: url("../../images/english/sprite_image.png") repeat scroll
		-134px -384px transparent;
}

.btn_remindersactive {
	background: url("../../images/english/sprite_image.png") repeat scroll
		-110px -413px transparent !important;	
}

.btn_dismiss {
    background: url("../../images/english/sprite_image.png") repeat scroll -84px -18px transparent;    
	border: 0 none;
	cursor: pointer;
	height: 16px;
	margin-right: 5px;
	width: 16px;
    text-indent: -10000px;
    text-transform: capitalize;
    display: block;
    float: right;
}

.btn_dismiss:hover {
	background: url("../../images/english/sprite_image.png") repeat scroll -91px -348px transparent;
}

/* .yui-dt-data tr:hover .btn_edit { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-38px -125px transparent; */
/* } */

.btn_del {
    background: url("../../images/english/sprite_image.png") repeat scroll -58px -125px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_del:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -75px -125px transparent;
}

/* .yui-dt-data tr:hover .btn_del { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-80px -125px transparent; */
/* } */

.btn_listuser {
    background: url("../../images/english/sprite_image.png") repeat scroll -100px -125px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_listuser:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -120px -125px transparent;
}

/* .yui-dt-data tr:hover .btn_listuser { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-120px -125px transparent; */
/* } */

.btn_copy {
    background: url("../../images/english/sprite_image.png") repeat scroll -12px -154px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_copy:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -35px -154px transparent;
}

/* .yui-dt-data tr:hover .btn_copy { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-35px -154px transparent; */
/* } */

.btn_reset {
    background: url("../../images/english/sprite_image.png") repeat scroll -68px -96px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_reset:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -95px -96px transparent;
}

/* .yui-dt-data tr:hover .btn_reset { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-95px -96px transparent; */
/* } */

.btn_view {
    background: url("../../images/english/sprite_image.png") repeat scroll -63px -409px transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    opacity: 0.7;
    width: 20px;
}

.btn_view:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -83px -409px transparent;
}

/* .yui-dt-data tr:hover .btn_view { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-83px -409px transparent; */
/* } */

.btn_upload {
    background: url("../../images/english/sprite_image.png") no-repeat -17px -435px scroll transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_upload:hover {
    background: url("../../images/english/sprite_image.png") no-repeat -40px -435px scroll transparent;
}

/* .yui-dt-data tr:hover .btn_upload { */
/* 	background: url("../../images/english/sprite_image.png") no-repeat -40px */
/* 		-435px scroll transparent; */
/* } */

.btn_uploadconfig {
    background: url("../../images/english/sprite_image.png") no-repeat -17px -378px scroll transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 24px;
}

.btn_uploadconfig:hover {
    background: url("../../images/english/sprite_image.png") no-repeat -40px -378px scroll transparent;
}

/* .yui-dt-data tr:hover .btn_uploadconfig { */
/* 	background: url("../../images/english/sprite_image.png") no-repeat -40px */
/* 		-378px scroll transparent; */msg
/* } */

.btn_add {
    background: url("../../images/english/sprite_image.png") no-repeat -100px -156px scroll transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin-right: 5px;
    opacity: 0.7;
    width: 16px;
}

.btn_export {
    background: url("../../images/english/sprite_image.png") repeat scroll -23px -410px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 18px;
    margin: 0 5px;
}

.btn_export:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -46px -410px transparent;
}

/* .yui-dt-data tr:hover .btn_export { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-46px -410px transparent; */
/* } */

.btn_restore {
    background: url("../../images/english/sprite_image.png") repeat scroll -68px -438px transparent;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
    opacity: 0.7;
    width: 18px;
    margin: 0 5px;
}

.btn_restore:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -86px -438px transparent;
}

/* .yui-dt-data tr:hover .btn_restore { */
/* 	background: url("../../images/english/sprite_image.png") repeat scroll */
/* 		-86px -438px transparent; */
/* } */

.btn_pdf {
    background: url("../../images/english/sprite_image.png") repeat scroll -40px -318px;
    border: 0 none;
    cursor: pointer;
    height: 18px;
    margin: 0 5px;
    opacity: 0.7;
    text-decoration: none;
    width: 18px;
}

.btn_exportCSV {
    background: url("../../images/english/search/downloadCSV.png") no-repeat center center;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin: 0 5px;
    opacity: 0.7;
    position: absolute;
    right: 35px;
    top: 3px;
    width: 18px;
}

.btn_exportExcel {
    background: url("../../images/english/search/downloadCSV.png") no-repeat center center;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin: 0 5px;
    opacity: 0.7;
    position: absolute;
    right: 35px;
    top: 3px;
    width: 18px;
}

.btn_email {
    background: url("../../images/english/email.png") no-repeat transparent center center;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.btn_phone {
    background: url("../../images/english/phone_land_line.png") no-repeat transparent center center;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.btn_mobilephone {
    background: url("../../images/english/phone_mobile.png") no-repeat transparent center center;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}


.btn {
    border: 1px solid #f1f1f1;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #CCCCCC;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 1px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
    endColorstr='#cccccc'); /* for IE 6,7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc)";
    /* for IE 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff),
    to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #ccc);
    /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #ccc, #fff); /* for opera */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}

.btn:hover {
    border: 1px solid #f1f1f1;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#979797',
    endColorstr='#6f6f6f'); /* for IE 6,7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#979797, endColorstr=#6f6f6f)";
    /* for IE 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#979797),
    to(#6f6f6f)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #979797, #6f6f6f);
    /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #6f6f6f, #979797);
    /* for opera */
}

.btn_puny {
    width: 25px;
    height: 20px;
}

.btn_tiny {
    width: 50px;
    height: 20px;
}

.btn_sml {
    width: 75px;
    height: 20px;
}

.btn_med {
    width: 100px;
    height: 20px;
}

.btn_lrg {
    width: 125px;
    height: 20px;
}

.yui-skin-sam .yui-button {
    background: none;
    border: 1px solid #f1f1f1;
}

.yui-skin-sam .yui-button .first-child {
    border: 1px solid #f1f1f1;
    margin: 0 -1px;
}

.yui-button button {
    border: 1px solid #f1f1f1;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #444444;
    background-color: #CCCCCC;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
    endColorstr='#cccccc'); /* for IE 6,7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc)";
    /* for IE 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff),
    to(#ccc)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #ccc);
    /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #ccc, #fff); /* for opera */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.yui-button button:hover {
    border: 1px solid #f1f1f1;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#979797',
    endColorstr='#6f6f6f'); /* for IE 6,7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#979797, endColorstr=#6f6f6f)";
    /* for IE 8 */
    background: -webkit-gradient(linear, left top, left bottom, from(#979797),
    to(#6f6f6f)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #979797, #6f6f6f);
    /* for firefox 3.6+ */
    background: -o-linear-gradient(bottom, #6f6f6f, #979797);
    /* for opera */
}

/*popup*/
.yui-skin-sam .yui-panel {
    border: 1px solid #808080;
}

.popup_panel {
    border: 1px solid #aeaeae;
    /*height: auto !important; height: 100%; */
    min-height: 100%;
    height: 100%;
    color: #444444;
    font-family: Arial;
    font-size: 11px;
}

.popup_title {
    font-size: 12px;
    font-weight: bold;
    width: 90%;
}

.popup_panel_visibility {
    visibility: hidden;
}

.yui-skin-sam .yui-panel-container.shadow .underlay {
    opacity: 100;
}

.yui-panel .container-close {
    position: absolute;
    height: 16px;
    width: 16px;
    background: url("../../images/english/sprite_image.png") repeat scroll -120px -14px;
    top: 0px;
    margin: 3px;
}

.yui-skin-sam .yui-panel .hd {
    background: none;
    background-color: #8EB8DE;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.yui-skin-sam .yui-panel .bd {
    background-color: #f1f1f1;
    overflow: auto;
}

.yui-skin-sam .yui-panel .ft {
    background-color: #F1F1F1;
    border-top: #CCCCCC solid thin;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.yui-skin-sam .yui-ac-input {
    position: relative;
}

/* table */
table {
    border: 1px;
}

/*  heading */
.heading {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.headingleft {
    text-align: left;
    vertical-align: top;
    /*width:140px;
     min-width: 140px;*/
    width: 100px;
    min-width: 100px;
}

.headingleftbold {
    width: 140px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.headingcenter {
    background-color: none repeat scroll 0 0 #8EB8DE;
    color: #000000;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    padding: 5px;
}

/*  cell    */
.cellcenter {
    text-align: center;
    vertical-align: top;
}

.cellleft {
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
}

.cellright {
    text-align: right;
    vertical-align: middle;
}

.celltop {
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
}

.cellicon {
    text-align: right;
    vertical-align: top;
    width: 26px;
}

/*  datatable   */
.yui-skin-sam .yui-dt table {
    border: thin solid #8EB8DE;//
    border-spacing: 2px 0;
    cursor: pointer;
}

.yui-skin-sam .yui-dt th {
    border-width: 0 0 0 0;
    background: none;
}

.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a{
    font-weight: bold;
}

.yui-skin-sam .yui-dt td {
    border-color: -moz-use-text-color transparent -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: 0 0 0 0;
    margin: 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}

.yui-dt-expansion-trigger {
    width: 18px;
    height: 22px;
    cursor: pointer;
}

.yui-dt-expansion-active {
    filter: alpha(opacity =       100);
    opacity: 1;
}

.yui-dt-expansion-inactive {
    filter: alpha(opacity =       50);
    opacity: 0.5;
}

.yui-dt .yui-dt-expansion-trigger .yui-dt-liner {
    padding: 0;
    margin: 0;
}

.yui-dt-expansion-expanded .yui-dt-expansion-trigger {
    background: url("../../images/english/arrow_open.png") center center no-repeat;
}

.yui-dt-expansion-trigger, .yui-dt-expansion-collapsed .yui-dt-expansion-trigger {
    background: url("../../images/english/arrow_closed.png") no-repeat scroll center center transparent;
}

.yui-skin-sam .yui-dt th {
    background-color: #8EB8DE;
    height: 16px;
    color: #FFFFFFF;
}

.yui-skin-sam .yui-dt tr.hidden {
    display: none;
}

.yui-skin-sam .yui-dt td.first {
    border-top-width: 2px;
    border-top: inset silver !important;
}

.yui-skin-sam .yui-dt td.second {
    border-top: thin solid #dddddd;
}

.yui-skin-sam .yui-dt-liner .group {
    color: #005E9F;
    font-weight: bold;
}

.yui-skin-sam .yui-dt td.align-right {
    text-align: right;
}

.yui-skin-sam .yui-dt td.align-center {
    text-align: center;
}

.yui-skin-sam .yui-dt td.align-left {
    text-align: left;
}

.yui-skin-sam tr.yui-dt-odd {
    background-color: #EDF3FE;
}

.yui-skin-sam tr.yui-dt-selected {
    background-color: #005E9F;
    color: white;
}

.yui-skin-sam tr.yui-dt-selected div.yui-dt-liner .group {
    color: white;
}

.yui-skin-sam th.yui-dt-asc a, .yui-skin-sam th.yui-dt-desc a {
    font-weight: bold;
}

.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc, .yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc {
    background-color: transparent;
}

.yui-skin-sam tr.yui-dt-selected td, .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
    background-color: #CBFEEA;
    color: #000000;
}

/* paginator */
.yui-pg-pages span:hover {
    color: #005E9F;
}

.yui-skin-sam .yui-pg-container {
    display: block;
    float: right;
    margin-right: 11%;
    white-space: nowrap;
    margin-right: 11%;
    margin-top: 3px;
    margin-bottom: 5px;
}

/*.yui-skin-sam span.yui-pg-first:hover, .yui-skin-sam span.yui-pg-previous:hover, .yui-skin-sam span.yui-pg-next:hover, .yui-skin-sam span.yui-pg-last:hover {
 color: #005E9F;
 }*/
.yui-skin-sam a.yui-pg-first:hover, .yui-skin-sam a.yui-pg-previous:hover, .yui-skin-sam a.yui-pg-next:hover, .yui-skin-sam a.yui-pg-last:hover, .yui-skin-sam a.yui-pg-page:hover {
    color: #005E9F;
}

/* Override sort icon */
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background-image: none;
}

.yui-skin-sam th.yui-dt-asc .yui-dt-liner .yui-dt-label {
    background: url("../../images/english/sortArrowUp.png") no-repeat scroll right center transparent;
}

.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background-image: none;
}

.yui-skin-sam th.yui-dt-desc .yui-dt-liner .yui-dt-label {
    background: url("../../images/english/sortArrowDown.png") no-repeat scroll right center transparent;
}

.yui-skin-sam th.yui-dt-sortable .yui-dt-liner .yui-dt-label {
    padding-right: 16px;
    margin-right: 0px;
}

/* header */
.yui-skin-sam .yui-dt th .yui-dt-liner {
    text-align: left;
    white-space: normal;
}

/*  row */
tr.oddDataRecord td {
    background-color: #f0f0f0;
    background: #f0f0f0;
}

tr.evenDataRecord {
    background-color: white;
}

.yui-skin-sam tr.level0 {
    background-color: #DBEAFF;
}

.yui-skin-sam tr.level1 {
    background-color: #EDF5FF;
}

.yui-skin-sam tr.level2 {
    background-color: white;
}

.yui-skin-sam tr.level3 {
    background-color: ghostwhite;
}

.yui-skin-sam tr.yui-dt-highlighted td {
    background-color: #9cf;
}

/*  tab view   */
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    background: #8EB8DE;
    border: 1px solid #3476B1;
    border-top-left-radius: 20px 40px;
    border-top-right-radius: 20px 40px;
    display: inline-block;
    margin: 0 -5px;
    padding: 0 5px 0 10px;
    position: relative;
    z-index: 0;
}

.yui-skin-sam .yui-navset .yui-nav li:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:before, .yui-skin-sam .yui-navset .yui-nav li:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:after {
    border: 1px solid #3476B1;
    bottom: -1px;
    content: " ";
    height: 5px;
    position: absolute;
    width: 5px;
}

.yui-skin-sam .yui-navset .yui-nav li:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:before {
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #8EB8DE;
    left: -6px;
}

.yui-skin-sam .yui-navset .yui-nav li:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:after {
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #8EB8DE;
    right: -6px;
}

.yui-skin-sam .yui-navset .yui-nav li:focus, .yui-skin-sam .yui-navset .yui-nav li:hover, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:focus, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:hover {
    background-color: #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav li:focus:before, .yui-skin-sam .yui-navset .yui-nav li:hover:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:focus:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:hover:before {
    box-shadow: 2px 2px 0 #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav li:focus:after, .yui-skin-sam .yui-navset .yui-nav li:hover:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:focus:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li:hover:after {
    box-shadow: -2px 2px 0 #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav li.selected:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li.selected:before {
    box-shadow: 2px 2px 0 #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav li.selected:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li.selected:after {
    box-shadow: -2px 2px 0 #FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected {
    background: #FFFFFF;
    border-bottom-color: #FFFFFF;
    color: #333333;
    z-index: 2;
}

.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    background: transparent;
    display: inline-block;
    max-width: 100%;
    border: thin none;
    height: 100%;
}

.yui-skin-sam .yui-navset .yui-nav a:focus, .yui-skin-sam .yui-navset .yui-nav a:hover {
    background: transparent;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color: thin none;
    color: #000000;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background: transparent;
    border: thin none;
}

/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav:before, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav:before {
    border-bottom: 1px solid #3476B1;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {/* protect nested tabviews from other orientations */
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 2px; /* color between tab list and content */
    line-height: 24px;
    list-style: none outside none;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
}

.yui-skin-sam .yui-navset .yui-nav:after, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #3476B1;
    z-index: 1;
}

.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border: none;
    background: transparent;
    padding: 2px 6px;
    width: 67px;
    top: 0;
    text-align: center;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected a em {
    padding: 2px 6px;
    width : 67px;
}

.yui-skin-sam .yui-navset .yui-content {
    background: transparent;
    border: none;
}


#profileTabviewSelection ul.yui-nav li a em{
    width: 120px;
}

/*  sortable    */
.sortable {
    cursor: pointer;
}

.sortable_asc {
    background: url("../../images/english/dt-arrow-up.png") no-repeat right;
    cursor: pointer;
    padding: 0px 20px 0px 20px;
}

.sortable_desc {
    background: url("../../images/english/dt-arrow-dn.png") no-repeat right;
    cursor: pointer;
    padding: 0px 20px 0px 20px;
}

/*  toggle  */
.toggle-plus {
    background: url("../../images/english/plus.gif") no-repeat;
    cursor: pointer;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px;
}

.toggle-minus {
    background: url("../../images/english/minus.gif") no-repeat;
    cursor: pointer;
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px;
}

/*  paginator   */
.paginator {
    float: right;
    /*padding:0 0 0 600px;*/
}

.list_action_top {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px
}

.list_action_bottom {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_table {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

.yui-dt-data tr:hover, .yui-dt-data tr:hover td {
    background-color: #C0DEED !important;
}

.list_total {
    text-align: center;
}

.list_container {
    height: auto;
    min-height: 100%;
    margin-left: 20px;
    margin-right: 40px;
}

.list_add {
    float: left;
}

/*   message */
.btn_closemsg {
    background: url("../../images/english/sprite_image.png") repeat scroll -84px -348px transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    /*margin-top: 5px;*/
    width: 16px;
    text-indent: -10000px;
    text-transform: capitalize;
    display: block;
    float: right;
}

.msgSection {
    color: white
}

.msg_error {
    color: red;
    /*    font-weight: bold;*/
    font-style: italic;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.msg_warning {
    color: orange;
    /*    font-weight: bold;*/
    font-style: italic;
    margin: 5px 0;
}

.msg_success {
    color: green;
    /*    font-weight: bold;*/
    font-style: italic;
    margin: 5px 0;
}

.msg_notice {
    color: brown;
    font-style: italic;
    margin: 5px 0;
}

/* section can be closed */
.closableSection {
    background-color: #F4F4F4;
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    height: auto;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

.btn_closableSection {
    background: url("../../images/english/sprite_image.png") repeat scroll -78px -16px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 16px;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    text-indent: -10000px;
    text-transform: capitalize;
    top: 5px;
    width: 16px;
}

/*  Other   */
.gap_vertical {
    margin-top: 10px;
    margin-bottom: 15px;
}

.showSection {
    display: block;
}

.hideSection {
    display: none;
}

.errorHighlight {
    background-color: #F7A231;
}

.inline {
    float: left;
}

.last {
    float: right;
}

.clear {
    clear: both;
}

.clear_right {
    clear: right;
}

.clear_left {
    clear: left;
}

/* login page + password expired + first login + forgot password */
.bannerlogin {
    width: 100%;
    background-color: #EEF1F6;
    height: 70px;
    padding-bottom: 10px;
}

.bannerlogingap {
    height: 10px;
    background-color: #189acd;
    margin-bottom: 10px;
}

.bannerloginleft {
    padding-left: 10px;
    background-color: transparent;
    float: left;
}

.bannerloginright {
    padding-right: 10px;
    background-color: transparent;
    float: right;
}

.contentlogin {
    margin: 15% auto;
    position: relative;
    width: 850px;
}

.contentloginleft {
    width: 50%;
}

.contentloginright {
    width: 50%;
}

.titleLogin {
    font-size: 22px;
    font-weight: bolder;
    color: #005E9F;
    margin-bottom: 10px;
}

.forgotPassLogin {
    text-decoration: none;
    color: #005E9F;
    font-style: italic;
    margin-left: 80px;
    float: left;
}

/* administration page */
.list_module {
    color: #005E9F;
    margin-top: 10px;
    margin-bottom: 10px;
    /*font-weight: bold;*/
    font-size: 14px;
}

.list_module_icon {
    background: url("../../images/english/2rightarrow.png") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 10px;
    margin: 3px 5px;
    padding: 0;
    width: 10px;
}

/* permission page */
/*section*/
.section_datatable {
    float: left;
    width: 70%;
    position: relative;
}

.section_gapY {
    border-right: 2px solid #F1F1F1;
    height: 95%;
    position: absolute;
    width: 70%;
    top: 3%;
    left: 0;
    z-index: -99999;
}

.section_treeview {
    float: left;
    padding-left: 10px;
    position: relative;
    width: 28%;
}

.indicatorHaschildren {
    background: url("../../images/english/expand.png") repeat scroll 0 0 transparent;
    border: 0 none;
    /*cursor: pointer;*/
    float: right;
    height: 11px;
    width: 22px;
    margin-top: 4px;
}
/*tree view*/
.tv_level_field {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/assets/skins/sam/treeview-sprite.gif") no-repeat scroll 0 -5600px transparent;
}

/* user impersonation */
.btn_clearall {
    color: #CCCCCC;
}

/* display config */
.colorPicker {
    width: 25px;
    height: 25px;
    background-color: #189acd;
    margin: 3px;
    border: 1px solid #AEAEAE;
}

.colorPickerContainer {
    background-color: #FFFFFF;
    border: 1px solid #AEAEAE;
    color: #444444;
    font-family: Arial;
    font-size: 11px;
    height: 200px;
    position: absolute;
    width: 350px;
    z-index: 2;
    top: 25px;
}

.btn_closeColorPickerContainer {
    background: url("../../images/english/sprite_image.png") repeat scroll -78px -16px transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 94%;
    margin-left: 5px;
    position: absolute;
    text-indent: -10000px;
    text-transform: capitalize;
    width: 16px;
}

.yui-picker-swatch {
    display: none;
}

.yui-picker-controls {
    font-family: arial;
    font-size: 12px;
}

/* Scroll bar for Webkit
 ::-webkit-scrollbar {
 width: 12px;
 }

 Track
 ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
 -webkit-border-radius: 10px;
 border-radius: 10px;
 }

 Handle
 ::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 background: rgba(160,160,160,0.8);
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
 }
 ::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(160,160,160,0.4);
 }*/
.cursor {
    cursor: pointer;
}

.glossary_details_fieldset {
    margin: 10px 0px 10px 0px;
}

.glossary_name {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.glossary_description {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #787878;
    margin-bottom: 10px;
}

.contentAlertRed {
    display: none;
    background-color: transparent;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 10px;
    width: 22px;
    color: #000;
    text-align: left;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    z-index: 1009;
}

.contentAlertRed b {
    display: block;
    height: 10px;
    background: url("../../images/english/red_haff_circle_top.gif") no-repeat bottom;
}

.contentAlertRed em {
    display: block;
    height: 32px;
    background: url("../../images/english/red_haff_circle_bot.gif") no-repeat;
}

.contentAlertRed i {
    display: block;
    background-color: #E2271A;
    /*border-left:1px solid #E2271A;*/
    border-right: 1px solid #E2271A;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    width: 15px;
    margin-left: 3px;
}

.contentAlertGray {
    display: none;
    background-color: transparent;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 10px;
    width: 22px;
    color: #000;
    text-align: left;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    z-index: 1009;
}

.contentAlertGray b {
    display: block;
    height: 10px;
    background: url("../../images/english/gray_haff_circle_top.gif") no-repeat bottom;
}

.contentAlertGray em {
    display: block;
    height: 32px;
    background: url("../../images/english/gray_haff_circle_bot.gif") no-repeat;
}

.contentAlertGray i {
    display: block;
    background-color: #E7ECF0;
    /*border-left:1px solid #E7ECF0;*/
    border-right: 1px solid #E7ECF0;
    color: #000000;
    font-size: 9px;
    text-align: center;
    width: 15px;
    margin-left: 3px;
}

.alertRed {
    background: url("../../images/english/sprite_image.png") repeat scroll -94px -245px transparent;
    border: 0 none;
    /*cursor: pointer;*/
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: 19px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    width: 22px;
}

.alertGray {
    background: url("../../images/english/sprite_image.png") repeat scroll -118px -245px transparent;
    border: 0 none;
    /*cursor: pointer;*/
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: 19px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    width: 22px;
}

/* Alert Component */
.alert {
    /*float: left;*/
    /*padding-bottom: 5px;*/
    width: 100%;
    /*background-color: #BB2024;*/
    color: #FFFFFF;
    /*margin-left: 162px;*/
    /*height: 40px;*/
    font-weight: bold;
    left: 0;
    /*min-height: 60px;*/
}

.alertIcon {
    background: url("../../images/english/sprite_image.png") repeat scroll -70px -245px transparent;
    border: 0 none;
    /*cursor: pointer;*/
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: 19px;
    /*margin-right: 5px;*/
    text-align: center;
    vertical-align: middle;
    color: #000000;
    width: 22px;
}

.alertWrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 5;
}

.alertOuter {
    background-color: #BB2024;
    clear: both;
    margin-left: 162px;
    min-height: 70px;
    position: relative;
}

.alertBottomCol {
    bottom: 0;
    position: absolute;
    width: 200px;
    margin-bottom: 5px;
    /*    z-index: 0;*/
}

.alertBottomOne {
    /*background: none repeat scroll 0 0 red;*/
    width: 30px;
}

.alertNormalOne {
    width: 3%;
}

.alertNormalTwo {
    width: 57%;
    margin-top: 2px;
}

.alertNormalThree {
    width: 10%;
}

.alertNormalFour {
    width: 15%;
}

.alertNormalFive {
    width: 10%;
}

.alertNormalSix {
    width: 5%;
}

.alertBottomTwo {
    /*background: none repeat scroll 0 0 #FF6600;*/
    left: 3%;
    width: 57%;
}

.alertBottomThree {
    /*background: none repeat scroll 0 0 #CC3399;*/
    left: 60%;
    width: 10%;
}

.alertBottomFour {
    /*background: none repeat scroll 0 0 red;*/
    left: 70%;
    width: 15%;
}

.alertBottomFive {
    /*background: none repeat scroll 0 0 #FF6600;*/
    left: 85%;
    width: 10%;
}

.alertBottomSix {
    /*background: none repeat scroll 0 0 #CC3399;*/
    left: 95%;
    width: 5%;
}

.alertClearer {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

.alertNormalCol {
    display: inline;
    float: left;
    position: relative;
    z-index: 1;
}

.alertTextLink {
    cursor: pointer;
    text-decoration: underline;
    color: #FFFFFF;
}

fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 0;
}

.custom-class {
    opacity: 0.6;
    filter: alpha(opacity = 60);
    color: blue;
    border: 2px solid gray;
}

.button {
    border: 0 none;
    cursor: pointer;
    opacity: 0.7;
    height: 16px;
    width: 16px;
}

.processButton {
    margin-right: 5px;
}

.showHideCalendarContainer {
    background: url("../../images/english/sprite_image.png") repeat scroll -20px -217px transparent;
    right: 5px;
    top: 3px;
    margin-left:-21px;
    /*position: absolute;*/
}

.showHideCalendarContainer:hover {
    background: url("../../images/english/sprite_image.png") repeat scroll -41px -217px transparent;
}

.calendarContainer {
    position: absolute;
    z-index: 1;
    /*right: 0;*/
    overflow: hidden;
}

.showHideTimepicker {
    background: url("../../images/english/timepicker.jpg") no-repeat scroll 2px 3px transparent;
}

.placeholderText {
    color: #CCCCCC;
}
.bgBtnDeleteFilterCondition {
    background: url("../../images/english/sprite_image.png") repeat scroll -79px -17px transparent;
}
.bgBtnFilterType {
    background: url("../../images/english/sprite_image.png") repeat scroll -36px -15px transparent;
}
.bgBtnAddFilter {
    background: url("../../images/english/sprite_image.png") repeat scroll -24px -187px transparent;
}

.expanded {
    background: url("../../images/english/arrow_open.png") left center no-repeat transparent;
    padding-left: 15px;
}
.collapsed {
    background: url("../../images/english/arrow_closed.png") left center no-repeat transparent;
    padding-left: 15px;
}
.plus {
    background: url("../../images/english/sprite_image.png") repeat scroll -24px -349px transparent;
}
.minus {
    background: url("../../images/english/sprite_image.png") repeat scroll -46px -349px transparent;
}

.reminderdiv {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #BBBBBB;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;    
    position: absolute;
    visibility: hidden;
    z-index: 100;
}
.reminderdiv a {
    border-bottom: 1px solid #BBBBBB;
    color: #000000;
    display: block;
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
    text-indent: 3px;
    width: auto;
}
.reminderdiv div {
    border-bottom: 1px solid #BBBBBB;
    color: #000000;
    cursor: pointer;    
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
    text-indent: 3px;
    width: auto;
}

.reminderdivactive {
    color: #FFFFFF;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
    right: 0;
    visibility: visible;
    width: 200px;
}

.remindersnumberdiv {
    color: #BB2024;
   	font-size: 12px;
    font-weight: bold;
    margin-left: -12px;
    margin-top: 10px;
}

@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
.blink{
-moz-transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
/* order: name, direction, duration, iteration-count, timing-function */  
-moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */
-webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */
-ms-animation:blink normal 2s infinite ease-in-out; /* IE */
animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.quickcontact {
    margin-top: 2px;
    color: #4E788D;
    font-size: 10px;
}

.quickcontact a{
    text-decoration: none;
    color: #4E788D;
}
