

body 
{
	background-repeat: no-repeat;
	background-color: white;
}

.main 
{
	background-image: url(../images/background.jpg);
	background-color: white;
	background-repeat: no-repeat;
	color: black;
}

.gradient {
}





a {
	color: #000000;
	text-decoration: none;
}







#HistoryBar 
{
	border-top: 0 !important;
	border-bottom: 0 !important;
}

#MenuToolbar 
{
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
}

.MenuDivPinned 
{
    padding-left: 10px !important;
	background-color: #FFFFFF !important;
	border-right: 0 !important;
}

.MenuDivUnpinned 
{
	background-color: #FFFFFF !important;
	border-right: 0 !important;
}

.MenuDivUnpinnedVisible 
{
	background-color: #FFFFFF !important;
	border-right: 0 !important;
    padding-left: 10px !important;
}

#LeftSideWithMenu {
}




.backcolor_a 
{
	background-color: #F99D27;
}


.label_topframe 
{
	font-weight: bold;
	font-size: 7.5pt;
	color: #FFFFF2;
	font-family: arial, helvetica, sans-serif;
	height: 18px;
	text-decoration: none;
	background-color: #F99D27;
}

.labeladdress_topframe 
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
}



.button_GO 
{
	color: #333333;
	background: #D9D9D9;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFF2;
	width: 25px;
}

.button_main_small 
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 75px;
	background-color: #C40075;
    border-radius: 5px;
    min-height: 20px;
}

.button_main_small:hover 
{
	color: black;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
}

.button_main_small:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
   border-color: #D0D0D0 !important;
}

.button_small 
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 75px;
	background-color: #C40075;
	border-radius: 5px;
	min-height: 20px;
}
.button_small:hover {
	color: black;
	background-color: #DDDDDD;
    border-color: #DDDDDD;
}


.button_small:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
   border-color: #d0d0d0 !important;
}

.button_large {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #C40075;
	min-height: 20px;
	border-radius: 5px;
}

.button_large:hover {
	color: black;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
}


.button_large:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
	border-color: #D0D0D0 !important;
}

.button_main_large 
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #C40075;
    border-radius: 5px;
    min-height: 20px;
}

.button_main_large:hover 
{
	color: black;
	background-color: #DDDDDD;
   border-color: #DDDDDD;
}

.button_main_large:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
   border-color: #D0D0D0 !important;
}


.button_largest 
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	height: 30px;
	width: 200px;
	background-color: #C40075;
	border-radius: 5px;
	min-height: 20px;
}

.button_largest:hover 
{
	color: black;
	background-color: #DDDDDD;
   border-color: #DDDDDD;
}

.button_largest:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
	border-color: #D0D0D0 !important;
}

.button_main_largest 
{
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	height: 30px;
	width: 200px;
	background-color: #C40075;
    border-radius: 5px;
    min-height: 20px;
}

.button_main_largest:hover 
{
	color: black;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
}

.button_main_largest:disabled 
{
	color: #606060 !important;
	background-color: #D0D0D0 !important;
	border-color: #D0D0D0 !important;
}


.textbox_default 
{
	color: #333333;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	width: 40mm;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	min-height: 12px;
	height: 12px;
}

textarea.textbox_default 
{ 
    height: auto; 

}

.textbox_default:disabled
{
	color: #333333;/*font-color of the buttons*/
	background: #F5F5F5;/*background-color of the buttons*/
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	width: 40mm; 
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;/*border-color of the buttons*/
    min-height: 12px;
    height: 12px;
}

.textbox_largeheight
{
	color: #333333;/*font-color of the buttons*/
	background: white;/*background-color of the buttons*/
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	width: 40mm; 
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;/*border-color of the buttons*/
    min-height: 16px;
    height: 16px;
}

.textbox_error 
{
	color: #333333;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	width: 40mm;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	min-height: 12px;
	height: 12px;
}
.textbox_top 
{
	color: #333333;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	width: 40mm;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}
.textbox_WaterMark 
{
	color: rgb(128, 128, 128);
}
.tb_fullrow {
	height: 18px; line-height: 18px; padding-top: 1px; padding-bottom: 1px;
}
.tb_fullrow_nobottom { 
	height: 19px;	line-height: 19px; padding-top: 1px; padding-bottom: 1px; border-bottom: 0;
}
.tb_fullrow_grid { height: 20px;	line-height: 20px; padding-top: 1px; padding-bottom: 1px; border-bottom: 0; border-top: 0; border-left: 0;	border-right: 0;}
.tb_fullrow_grid:disabled { height:20px; line-height:20px; padding-top: 1px; padding-bottom:1px; border-bottom: 0; border-top:0; border-left:0; border-right:0 }
select.textbox_default
{
	color: #333333;/*font-color of the buttons*/
	background: white;/*background-color of the buttons*/
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;/*border-color of the buttons*/
    min-height: 16px;
    height: 16px;
}
input[type=file].textbox_default 
{ 
    height: auto;
}
.dropdownlist_default 
{
	color: #333333;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	min-height: 16px;
	height: 16px;
}
.dd_fullrow {
	height: 22px; padding-top: 3px; padding-bottom: 3px;
}
.dd_fullrow_nobottom {
	height: 22px; padding-top: 3px; padding-bottom: 3px; border-bottom: 0;
}
.dd_fullrow_grid {
	height: 22px; padding-top: 3px; padding-bottom: 3px; border-bottom: 0; border-top: 0; border-left: 0; border-right: 0;
}



.datagrid 
{
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #F0F0F0;
}

.datagrid_grid {
	background-color: #F0F0F0;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-bottom: gray 1px solid;
}

.datagrid a 
{
	text-decoration: underline;
}

.datagrid_alternatingitem 
{
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #F0F0F0;
}

.datagrid_alternatingitem_grid {
	background-color: #F0F0F0;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-bottom: gray 1px solid;
}

.wf_header {
	background-color: #666666 !important;
}
.wf_header_menu
{ 
    background-color: #666666  !important;
}
.wf_back {
	background-color: #F5F5F5 !important;
}
.wf_back_menu {
	background-color: #F5F5F5 !important;
}






.wf_imagecollapse {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wf2_collapsewhite.gif);
	width: 11px;
	height: 8px;
}


.wf_imageexpand {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wf2_expandwhite.gif);
	width: 11px;
	height: 8px;
}


.wf_imagecollapse_menu
{
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(../images/wf2_collapsewhite.gif);
    width: 11px;
    height: 8px;
}

.wf_imageexpand_menu
{
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(../images/wf2_expandwhite.gif);
    width: 11px;
    height: 8px;
}

.wf_region_settings {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/gearwhite.png);
}


.wf_region_print {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/printwhite.png);
}


.wf_region_app {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/appwhite.png);
}


.datagrid_header {
	color: white;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #666666;
}


.datagrid_header_grid {
	color: white;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #666666;
}

.dgfi {
	color: white;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}


.dgfig 
{
	color: white;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top: gray 1px solid;
	border-bottom: gray 2px solid;
	border-left: gray 1px solid;
}

.dgl {
	border-left: gray 1px solid !important;
}

.dgr {
	border-right: gray 1px solid !important;
}


.datagrid_header a {
	color: white;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}


.datagrid_header_grid a {
	color: white;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}

.datagrid_marked {
	color: black;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #F9B700;
}


.datagrid_footer {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
}


.datagrid_footer td {
	border-top: 2px solid black;
}


.datagrid_footer_grid {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
}


.datagrid_footer_grid td {
	border-top: 2px solid black;
}


.datagrid_page_footer {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-top: 1px solid black;
}


.datagrid_page_footer td {
	border-top: 1px solid black;
}


.datagrid_page_footer_grid {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-top: 1.01px solid black;
}


.datagrid_page_footer_grid td {
	border-top: 1.01px solid black;
}


.datagrid_group_bottom {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid black;
}


.datagrid_group_bottom td {
	border-bottom: 1px solid black;
}


.datagrid_group_bottom_grid {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1.01px solid black;
}


.datagrid_group_bottom_grid td {
	border-bottom: 1.01px solid black;
}


.dggbnl
{
    border-bottom:0;	
}

.dggbnl td
{
    border-bottom:0;	
}

.dgggbnl
{
    border-bottom: gray 1px solid;	
}

.dgggbnl td
{
    border-bottom: gray 1px solid;	
}

.datagrid_group_top {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-top: 1px solid black;
}


.datagrid_group_top td {
	border-top: 1px solid black;
}


.datagrid_group_top_grid {
	background-color: #BFC5CC;
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	border-top: 1.01px solid black;
	border-bottom: gray 1px solid;
}


.datagrid_group_top_grid td {
	border-top: 1.01px solid black;
	border-bottom: gray 1px solid;
}


.datagrid_group_selected {
	font-weight: bold;
}


.dgg1
{
    background-color: #c9cfd6;
}

.dgg2
{
    background-color: #d3d9e0;
}

.dgg3
{
    background-color: #dde3ea;
}

.dggx
{
    background-color: #e7cff4;
}

.dggtnl
{
    border-top:0;	
}

.dggtnl td
{
    border-top:0;	
}

.dgggtnl
{
    border-top: 0;	
}

.dgggtnl td
{
    border-top: 0;	
}

.xinfo {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 5px;
}
.xinfo_f {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 5px;
}
.xinfo_t {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.xinfo_tf {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.xinfo_fullrow {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 5px;
}
.xinfo_fullrowt {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.xinfo_fullrowf {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 5px;
}
.xinfo_fullrowtf {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 5px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
















.xinfo_fullrowgrid {
	background: white;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 6px;
}
.xinfo_fullrowgridf {
	background: #FFB02F;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 6px;
}
.xinfo_fullrowgridt {
	background: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: gray;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
.xinfo_fullrowgridtf {
	background: #FFB02F;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: gray;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}









.xms_d {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.xms_td {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 3px;
}
.xms_df {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.xms_tdf {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 3px;
}








.xms_dfullrowgrid {
	background: white;
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 3px;
	padding-right: 3px;
}
.xms_dfullrowgridf {
	background: #FFB02F;
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 3px;
	padding-right: 3px;
}
.xms_dfullrow {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 7px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
}
.xms_dfullrowf {
	background: #FFB02F;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	padding-bottom: 7px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
}
.xms_dfullrowgridt {
	background: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: gray;
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 2px;
	padding-right: 3px;
}
.xms_dfullrowgridtf {
	background: #FFB02F;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: gray;
	padding-bottom: 8px;
	padding-top: 9px;
	padding-left: 2px;
	padding-right: 3px;
}












.xms_dfullrowt {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 7px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 3px;
}


.xms_dfullrowtf {
	background: white;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
	border-left: 0;
	padding-bottom: 7px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 3px;
}


.CXDDL {
	padding: 2px 5px 2px 5px;
}
.CXDDL:hover {
	background-color: #E0E0E0;
}




.label_welcome {
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_support {
	color: red;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_warning {
	color: orange;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_error {
	color: red;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_success {
	color: green;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_text {
	color: #333333;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_confirm {
	color: #333333;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}


.label_text_bold {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_history {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
}

.label_whiteframe_title {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
}


.label_whiteframe_title_menu
{
	border:none;
	font-family: arial,helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 8pt; 
	color:#ffffff;
}

.label_heading_title {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #0B5497;
}

.label_hyperlink {
	color: #333333;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
}


.label_title {
	display: block;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.label_title_sub {
	display: block;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.arrow {
	background-image: url(../images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: middle;
	background-position: center;
}


.menulink {
	text-decoration: underline;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	line-height: 14pt;
}



.select {
	color: black;
	background: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}


.table_item {
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


fieldset {
	border: 1px solid grey;
	padding: 5px;
}


legend {
	color: black;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 10px;
}








.menubutton_leftframe_main_bg {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menubutton_leftframe_main {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
}
.menubutton_leftframe_main_Clicked {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}
.menubutton_leftframe_main:hover {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}





.menubutton_leftframe_bg {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menubutton_leftframe {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
}
.menubutton_leftframe_Clicked {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}
.menubutton_leftframe:hover {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}
.menubutton_leftframe_sub_bg {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menubutton_leftframe_sub {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
}







.menubutton_leftframe_sub_Clicked {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}
.menubutton_leftframe_sub:hover {
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #C40075;
}






.template_heading {
	padding-left: 20px;
	background-image: url(../Images/arrow_yellow.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}


.template_content {
	padding-top: 15px;
	padding-left: 20px;
}



.image_showhidemenu {
	background-color: #0B5497;
	border-color: White;
	border-width: 1px;
	border-style: Solid;
}




.CalendarStyle {
	background: White;
	border-color: #999999;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	Height: 160px;
	margin-left: 10px;
	Width: 180px;
}
.CalendarDayHeaderStyle {
	background-image: url(../images/xgrid_header_back.png);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: arial, helvetica, sans-serif;
}
.CalendarOtherMonthDayStyle {
	background: #D9D9D9;
	font-family: arial, helvetica, sans-serif;
}
.CalendarSelectedDayStyle {
	background: #143485;
	font-weight: bold;
	color: White;
	border: solid 1px #E0F0EC;
	font-family: arial, helvetica, sans-serif;
}
.CalendarSelectorStyle {
	background: #E0F0EC;
	font-family: arial, helvetica, sans-serif;
}
.CalendarTitleStyle {
	font-weight: bold;
	color: black;
	font-family: arial, helvetica, sans-serif;
}
.CalendarTodayDayStyle {
	background: #D9D9D9;
	font-weight: bold;
	color: black;
	border: solid 1px #0B5497;
	font-family: arial, helvetica, sans-serif;
}
.CalendarWeekendDayStyle {
	background: #FAEEEE;
	font-family: arial, helvetica, sans-serif;
}
.CalendarDayStyle {
	font-family: arial, helvetica, sans-serif;
}
.CalendarNextPrevStyle {
	font-family: arial, helvetica, sans-serif;
	color: White;
}






















.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.modalPopUp {
	background-color: #F8F8F8;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	padding: 10px;
}




.dragPanel_DragMePanel {
	text-align: center;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-image: url(../images/xgrid_header_back.png);
	background-repeat: repeat-x;
	background-color: #18307B;
	height: 20px;
	width: 100%;
}


.dragPanel_DragMeLabel {
	color: white;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}


.dragPanel_DragContent {
	overflow: scroll;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #F8F8F8;
	color: #333333;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	width: 100%;
}


.dragPanel_resizingImage {
	width: 16px;
	height: 16px;
	background-image: url(../images/resize.gif);
	overflow: hidden;
	cursor: se-resize;
}

.dragPanel_ResizePanel {
	background-color: #FFFFFF;
	border-style: hidden;
	overflow: hidden;
}



.popupControl {
	background-color: White;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
}

.autocomplete_completionListElement {
	BORDER-RIGHT: buttonshadow 1px solid;
	BORDER-TOP: buttonshadow 1px solid;
	VISIBILITY: hidden;
	MARGIN: 0px;
	OVERFLOW: auto;
	BORDER-LEFT: buttonshadow 1px solid;
	CURSOR: default;
	COLOR: windowtext;
	BORDER-BOTTOM: buttonshadow 1px solid;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: left;
	border-color: #0B5497;
	padding: 0px;
	min-width: 150px;
	width: auto !important;
}

.autocomplete_highlightedListItem {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	COLOR: black;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	white-space: nowrap;
}

.autocomplete_listItem {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	COLOR: windowtext;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	white-space: nowrap;
}
.ajax__tab_el .ajax__tab_header {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/ajax/tab-line.gif) repeat-x bottom;
}
.ajax__tab_el .ajax__tab_outer {
	padding-right: 0;
	background: url(../images/ajax/tab-right.gif) no-repeat right;
	height: 21px;
}
.ajax__tab_el .ajax__tab_inner {
	padding-left: 3px;
	background: url(../images/ajax/tab-left.gif) no-repeat;
}
.ajax__tab_el .ajax__tab_tab {
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url(../images/ajax/tab.gif) repeat-x;
}
.ajax__tab_el .ajax__tab_hover .ajax__tab_outer {
	background: url(../images/ajax/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_el .ajax__tab_hover .ajax__tab_inner {
	background: url(../images/ajax/tab-hover-left.gif) no-repeat;
}
.ajax__tab_el .ajax__tab_hover .ajax__tab_tab {
	background: url(../images/ajax/tab-hover.gif) repeat-x;
}
.ajax__tab_el .ajax__tab_active .ajax__tab_outer {
	background: url(../images/ajax/tab-active-right.gif) no-repeat right;
}
.ajax__tab_el .ajax__tab_active .ajax__tab_inner {
	background: url(../images/ajax/tab-active-left.gif) no-repeat;
}
.ajax__tab_el .ajax__tab_active .ajax__tab_tab {
	background: url(../images/ajax/tab-active.gif) repeat-x;
}
.ajax__tab_el .ajax__tab_body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
}















.weblog_header {
	color: #333333;
	font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
}
.weblog_footer {
	color: #888888;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}
.MaskError {
	background-color: #E79595 !important;
}
.XMaskErrorArrow {
	width: 17px;
	height: 11px;
	background-image: url(../images/TooltipErrorOut.png);
	z-index: 30001;
}
.XMaskErrorTooltip {
	color: #803333;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	z-index: 30000;
	padding: 5px 5px;
	background-color: #E79595;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
	border: 3px solid #B34545;
}





.XMaskErrorTooltip_Icon {
	vertical-align: middle;
}
.XMaskErrorTooltip_Text {
	padding-left: 5px;
	vertical-align: middle;
}
.XMaskArrow {
	width: 17px;
	height: 11px;
	background-image: url(../images/TooltipArrowUp.png);
	z-index: 11;
}
.XMaskTooltip {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	z-index: 10;
	padding: 5px 5px;
	background-color: #D8D8D8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 5px 5px 8px #CCC;
	-webkit-box-shadow: 5px 5px 8px #CCC;
	box-shadow: 5px 5px 8px #CCC;
	border: 3px solid #606060;
}
.XMaskTooltip_Icon {
	vertical-align: middle;
}
.XMaskTooltip_Text {
	padding-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.modalPopUpBMSHeader {
	font-weight: bold;
	font-size: 6.5pt;
	color: #FFFFF2;
	font-family: verdana, helvetica, sans-serif;
	background-color: #4D4D4D;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
}
.modalPopUpBMSStockProgress {
	background-color: #F8F8F8;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}
.progressBackgroundFilter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0.0;
	z-index: 10001;
}
.StatusMessage {
	position: absolute;
	z-index: 999;
	background-color: #D9D9D9;
	width: 250px;
	padding: 10px;
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	color: #0B5497;
}
.textbox_date {
	color: #333333;
	background: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	vertical-align: middle;
	width: 17mm;
	border-style: solid;
	border-width: 1px;
	border-color: #0B5497;
}
