﻿/* Overall Page */

body
{
	margin: 0;
	padding: 0;
	color: #221E1F;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	color: #014DA2;
}

#wrapper
{
	margin: 0 auto;
}

/* Header Section */

#header
{
	background-image: url("images/header2.png");
	background-repeat: repeat-x;
	height: 70px;
	min-width: 700px;
}

#header-end
{
	background-image: url("images/header-start6.png");
	background-repeat: no-repeat;
	background-position: left;
	height: 70px;
	width: 400px;
}

#header #logo
{
	background-image: url("images/BKM-logo.png");
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
	padding-top: 10px;
}

#header .title 
{
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 60px;
}

#header .subTitle
{
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	position: relative;
	bottom: 15px;
	right: 30px;
}

#header #menuHeader{
    height:19px;
    float: right;
    position:absolute;
    right: 37px;
    top: 1px;
}
#header #menuHeader ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#header #menuHeader ul li{
    display:inline;
}
#header #menuHeader ul li a
{
    text-decoration:none;
    float:left;
    height:25;
    text-align:center;
    border: 1px solid #BFBFBF;
    background-color:#FFFFFF;
}

#header #menuHeader a:hover, #header #menuHeader a:active{
    border: 1px solid #BFBFBF;
    background-color:#1357A7;
}

/* Navigation */
/*
#navigation-top
{
	position: absolute;
	top: 51px;
	width: 70px;
	padding-top: 13px;
	background-image: url("images/navigate-top.png");
	background-position: top;
	background-repeat: no-repeat;
}

#navigation-bottom
{
	padding-bottom: 13px;
	background-image: url("images/navigate-bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation 
{
	background-image: url("images/navigate.png");
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 13px;
}

.mainMenu
{
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

#navigation a
{
	color: #221E1F;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.itemMainMenu 
{
	list-style: none;
	list-style-position:inside;
	vertical-align:middle;
	text-align:center;
	border-bottom: 2px solid #FFFFFF;
	width:30;
	height:30;
}

.itemMainMenu2
{
	list-style: none;
	list-style-position:outside;
	vertical-align:middle;
	text-align:center;
	width:30;
	height:30;
}

#navigation li a  {
	display: block;
	padding: 2px 2px 2px 2px;
	background-color: #E3E8EE;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #BFBFBF;
}

#navigation ul ul 
{
	margin-left: 0px;
	border-left: 15px solid #FFFFFF;
}

#navigation ul ul li {
	margin:0;
	border-left: 1px solid #BFBFBF;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #F1F3F6;
}

#navigation ul ul a:hover {
	background-color: #BFBFBF;
}
*/
/* Main Content */

.breadcrumb
{
	padding-left: 10px;
}

.breadcrumb a
{
	color: #014DA2;
}

#content-wrapper .breadcrumb
{
	font-size: 11px;
	color: black;
	position: absolute;
	margin-top: 10px;
	margin-left:25px;
	max-width: 800px;
	min-width: 800px;
}

#content-wrapper
{
	min-width: 760px;
	max-width: 760px;
	margin-top: 5px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom:5px;
}

#content-top
{
	background-color: #DADADA;
	height: 20px;
	background-image: url("images/content-top3.png");
	background-repeat: repeat-x;
	background-position: top;
}

#content-topleft
{
	height: 20px;
	background-image: url("images/content-topleft3.png");
	background-repeat: no-repeat;
	background-position: left;
}

#content-topright
{
	height: 20px;
	background-image: url("images/content-topright3.png");
	background-repeat: no-repeat;
	background-position: right;
}

#content-left
{
	background-color: #DADADA;
	background-image: url("images/content-left3.png");
	background-repeat: repeat-y;
	background-position: left;
}

#content-right
{
	background-image: url("images/content-right3.png");
	background-repeat: repeat-y;
	background-position: right;
}

#content 
{
	margin: 0px 20px;
	padding: 1px;
}

#content-bottom
{
	background-color: #DADADA;
	height: 20px;
	background-image: url("images/content-bottom3.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

#content-bottomleft
{
	height: 20px;
	background-image: url("images/content-bottomleft3.png");
	background-repeat: no-repeat;
	background-position: left;
}

#content-bottomright
{
	height: 20px;
	background-image: url("images/content-bottomright3.png");
	background-repeat: no-repeat;
	background-position: right;
}


/* content frame */

.content-top
{
	background-color: #EFEFEF;
	height: 11px;
	background-image: url("images/contentFrame-top.png");
	background-repeat: repeat-x;
	background-position: top;
}

.content-topleft
{
	height: 11px;
	background-image: url("images/contentFrame-topleft.png");
	background-repeat: no-repeat;
	background-position: left;
}

.content-topright
{
	height: 11px;
	background-image: url("images/contentFrame-topright.png");
	background-repeat: no-repeat;
	background-position: right;
}

.content-left
{
	background-color: #EFEFEF;
	background-image: url("images/contentFrame-left.png");
	background-repeat: repeat-y;
	background-position: left;
}

.content-right
{
	background-image: url("images/contentFrame-right.png");
	background-repeat: repeat-y;
	background-position: right;
}

.content 
{
	margin: 0 10px;
	background-color: #EFEFEF;
	padding: 0px;
}

.content-bottom
{
	background-color: #EFEFEF;
	height: 11px;
	background-image: url("images/contentFrame-bottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.content-bottomleft
{
	height: 11px;
	background-image: url("images/contentFrame-bottomleft.png");
	background-repeat: no-repeat;
	background-position: left;
}

.content-bottomright
{
	height: 11px;
	background-image: url("images/contentFrame-bottomright.png");
	background-repeat: no-repeat;
	background-position: right;
}

/* end content frame */

.page-top
{
	background-color: #EFEFEF;
	height: 27px;
	background-image: url("images/pageheader.png");
	background-repeat: repeat-x;
	background-position: top;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

.page-topleft
{
	height: 27px;
	background-image: url("images/pageheader-left.png");
	background-repeat: no-repeat;
	background-position: left;
}

.page-topright
{
	height: 27px;
	background-image: url("images/pageheader-right.png");
	background-repeat: no-repeat;
	background-position: right;
}

.page 
{
	background-color: #FFFFFF;
	padding: 0px;
	min-height: 380px;
	border: 1px solid #000000;
}

.page-bottom
{
	height: 9px;
	background-color: #FFFFFF;
	margin-left: 9px;
	margin-right: 9px;
}


.page-title
{
	color: #FFFFFF;
	font-size: 15px;
	position: relative;
	left: 30px;
	top: 4px;
	background-image: url("images/icons/arrowMenu.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

h1 
{
	font-size: 16px;
}

h3 
{
	font-size: 13px;
	margin: 10px 0;
	padding: 0;
	background-image: url("images/icons/ArrowSubTitle.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.errorMessage
{
	color: Red;
	font-size: 11px;
}

.monospace
{
	font-family: Monospace;
}

#content p {
	font-size: 11px; 
}

#content ul {
	font-size: 7pt;
	line-height: 1.6em; 
}

.loading
{
	position: fixed;
	width: 220px;
	height: 60px;
	top: 50%;
    left: 50%;
    margin-left: -150px; /* width/2 + padding-left/2 + padding-right/2 */
    margin-top: -65px; /* height/2 + padding-top/2 + padding-bottom/2 */
    padding: 40px 40px 30px 40px;
	text-align: center;
	background-color: #EFEFEF;
	opacity: 0.95;
	-moz-opacity: 0.95; /* older Gecko-based browsers */
	filter:alpha(opacity=95); /* For IE6&7 */
	border: 3px solid #D6D6D6;
	z-index: 101;
}

.foreground-box
{
	position: fixed;
	width: 400px;
	height: 120px;
	top: 50%;
    left: 50%;
    margin-left: -235px; /* width/2 + padding-left/2 + padding-right/2 */
    margin-top: -95px; /* height/2 + padding-top/2 + padding-bottom/2 */
    padding: 40px 40px 30px 40px;
	text-align: center;
	background-color: #EFEFEF;
	opacity: 0.95;
	-moz-opacity: 0.95; /* older Gecko-based browsers */
	filter:alpha(opacity=95); /* For IE6&7 */
	border: 3px solid #D6D6D6;
	z-index: 101;
}

.loadingFullscreen
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #8490A7;
	opacity: 0.5;
	-moz-opacity: 0.5; /* older Gecko-based browsers */
	filter:alpha(opacity=50); /* For IE6&7 */
}

.validator
{
	padding: 10px 15px;
	margin: 0 5px 15px 5px;
	border: 1px solid #D6D6D6;
	background-color: #EFEFEF;
}

.validator img
{
	margin-right: 15px;
}

.dataListItemProduct
{
	width: 995px;
	font-size: 11px;
}

.dataListItemProductSubTitle
{
	font-style: italic;
	color: #1F242E;
}

.dataListItemProductItem
{
	padding-right: 5px;
}

.dataListItemProductItemOld
{
	color: Red;
	font-size: smaller;
	font-style:italic;
}

.dataListItemProductSupplier
{
	font-size: 11px;
	font-weight: bold;
}

.dataListItemProductTitle
{
	background-color: #7A93C9;
	color: #FFFFFF;
	font-size: 10px;
}

.dataListItemProductTitle a
{
	color: #FFFFFF;
	margin: 0 10px;
	font-size: 11px;
}

.dataListItemProductVendor
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

.dataListItemProductDescription
{
	font-size: 11px;
	padding-left: 15px;
}

.ContextMenuPanel 
{
	border: 1px solid #094FA4;
	background-color: #FFFFFF;
	cursor: default;
	padding: 1px 1px 0px 1px;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #221E1F;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	font-size: 12px;
}

a.ContextMenuItem:hover
{
	background-color: #E3E8EE;
	color: #221E1F;
	border: 1px solid #7A93C9;
	padding: 3px 18px 3px 32px;
}

.foreground
{
	position: fixed;
	width: 400px;
	height: 250px;
	top: 50%;
    left: 50%;
    margin-left: -240px; /* width/2 + padding-left/2 + padding-right/2 */
    margin-top: -160px; /* height/2 + padding-top/2 + padding-bottom/2 */
    padding: 40px 40px 30px 40px;
	background-color: #EFEFEF;
	border: 3px solid #D6D6D6;
	z-index: 101;
}

.menu
{
	width: 300px;
	text-align: left;
	background-color: #EFEFEF;
	color: #000000;
	padding: 2px 20px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 1px solid #D6D6D6;
}

.menuInfo
{
	border-right: 1px solid #7D7D7D;
	padding-right: 55px;
	margin-right: 30px;
	width: 150px;
	height:500px;
}

.menuInfo p
{
	margin: 10px 0;
	padding: 0;
	position: relative;
	bottom: 35px;
	left: 35px;
}

.menuInfo img
{
	width: 25px;
}

.pnlSetup
{
	padding: 10px;
	margin: 0 5px 15px 5px;
	border: 1px solid #D6D6D6;
	background-color: #EFEFEF;
}

/*.pnlVendorsSetup td
{
	padding-right: 20px;
}*/

.pnlSetupView
{
	margin: 0 5px;
	margin-bottom: 15px;
	background-color: #EFEFEF;
	color: #000000;
	padding: 12px;
	border: 1px solid #D6D6D6;
}

.GridViewSetup
{
	margin: 0 auto;
	width:1000px;
}

.pnlSummary
{
	margin: 0 10px;
	background-color: #EFEFEF;
	color: #000000;
	padding: 10px 20px;
	border: 1px solid #D6D6D6;
}

.pnlSummary li
{
	font-size: 11px;
}

.dataHeaderItem
{
	position: absolute;
	padding-left: 120px;
	margin-top: 10px;
	color: #FFFFFF;
}

.dataHeaderItem a
{
	color: #FFFFFF;
}

.dataFooterItem
{
	background-color: #094FA4;
    color: #FFFFFF;
    font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.dataSummary
{
	padding:5px;
	background-color: #094FA4;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #7A93C9;
	width:200px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 150px;
    text-align : left; 
    list-style-type : none;
    z-index: 99;
    padding: 0;
}

.autocomplete_completionListElement2
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 80px;
    text-align : left; 
    list-style-type : none;
    z-index: 99;
    padding: 0;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #7A93C9;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: .8em;

    font-weight: normal; 
    border:solid 1px #006699;

    line-height:20px; 
    padding:2px;
    background-color:White; 
    
    margin:0px 0px 0px 0px !important;
}

.AutoExtenderList
{
    border-bottom:dotted 1px #006699; 
    cursor:pointer;
    color:Maroon
}

.AutoExtenderHighlight
{
    color:White; 
    background-color:#006699;
    cursor:pointer; 
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 7pt;
    border-color: #221E1F;
}

.DataWebControlStyle h3
{
	
	font-size: 13px;
	margin: 10px 0;
	margin-left: 10px;
	padding: 0;
	background-image: url("images/icons/ArrowSubTitleWhite.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.HeaderStyle
{
    background-color: #094FA4;
    color: #FFFFFF;
    font-weight: bold;
}

.HeaderStyle a
{
    color: #FFFFFF;
    font-weight: bold;
}

.AlternatingRowStyle
{
	background-color: #E3E8EE;
}

.RowStyle
{
}

.RowStyle th, .AlternatingRowStyle th
{
	background-color: #094FA4;
    color: #FFFFFF;
    font-weight: bold;	
}

.DataWebControlStyle caption
{
	font-weight:bold;
	font-size: 15px;
	border: 1px solid #383838;
	background-color: #094FA4;
	color: #FFFFFF;
	margin-left: -1px;
}

.PagerStyle
{
}

.PagerStyle input
{
	padding: 3px;
}

.FooterStyle
{
    background-color: #094FA4;
    color: #FFFFFF;
    font-weight: bold;
}

/* Footer Section */

#footer
{
	background-image: url("images/footer.png");
	background-repeat: repeat-x;
	height: 40px;
}

#footer p
{
	margin-top: 0;
	padding-top: 10px;
	width: 150px;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 8pt;
}


/* Menu Block */

.menuBlock
{
	border: 1px dashed #D6D6D6;
	font-size: 11px;
}

.menuBlockItem
{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	padding: 3px;
	font-size: 10px;
}

.tableTdOutput
{
	height: 25px;
	width: 150px;
	border: 1px dashed #7A93C9;
	color: #094FA4;
	font-style: italic;
	padding-left: 5px;
}

.pageInfo
{
	display: inline-block;
	padding: 2px 5px;
	margin: 0 10px;
}

.mnuButtonDisabled
{
	border: 1px solid #221E1F;
	background-color: #7A93C9;
	color: #FFFFFF;
}

.mnuButton
{
    border: 1px solid #221E1F;
    background-color: #7A93C9;
    color: #FFFFFF;
}

.mnuButtonOver
{
    border: 1px inset #221E1F;
    background-color: #094FA4;
    color: #FFFFFF;
}

.mnuButtonAltDisabled
{
	border: 1px solid #221E1F;
	background-color: #BECAE5;
	color: #FFFFFF;
	font-size: 11px;
}

.mnuButtonAlt
{
	border: 1px solid #221E1F;
	background-color: #BECAE5;
	color: #000000;
	font-size: 11px;
}

.mnuButtonAlt:hover
{
	background-color: #7A93C9;
}


.mnuBlock .mnuButton
{
	display: block;
	margin: 5px;
}

.mnuBlockTitle
{
	color: #094FA4;
	font-weight: bold;
	vertical-align:top;
}

.mnuBlock-top
{
	background-color: #FFFFFF;
	height: 11px;
	background-image: url("images/menuBlock-top.png");
	background-repeat: repeat-x;
	background-position: top;
}

.mnuBlock-topleft
{
	height: 11px;
	background-image: url("images/menuBlock-topleft.png");
	background-repeat: no-repeat;
	background-position: left;
}

.mnuBlock-topright
{
	height: 11px;
	background-image: url("images/menuBlock-topright.png");
	background-repeat: no-repeat;
	background-position: right;
}

.mnuBlock-left
{
	background-color: #FFFFFF;
	background-image: url("images/menuBlock-left.png");
	background-repeat: repeat-y;
	background-position: left;
}

.mnuBlock-right
{
	background-image: url("images/menuBlock-right.png");
	background-repeat: repeat-y;
	background-position: right;
}

.mnuBlock 
{
	margin: 0 5px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 1px 5px;
	height: 140px;
}

.mnuBlock-bottom
{
	background-color: #FFFFFF;
	height: 11px;
	background-image: url("images/menuBlock-bottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

.mnuBlock-bottomleft
{
	height: 11px;
	background-image: url("images/menuBlock-bottomleft.png");
	background-repeat: no-repeat;
	background-position: left;
}

.mnuBlock-bottomright
{
	height: 11px;
	background-image: url("images/menuBlock-bottomright.png");
	background-repeat: no-repeat;
	background-position: right;
}

#menu1{
    height:30px;
}
#menu1 ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#menu1 ul li{
    display:inline;
}
#menu1 ul li a
{
    text-decoration:none;
    float:left;
    height:25;
    text-align:center;
    border: 1px solid #000000;
    background-color:#E3E8EE;
}

#menu1 a:hover, #menu1 a:active{
    border: 1px solid #000000;
    background-color:#BFBFBF;
}

/* Main Table */
#mainTableLeft {
	border-right:1px solid #000000;
	vertical-align:top; 
	width: 125px;
}

#mainTableRight {
	border-left:1px solid #000000;
	vertical-align:top;
	width: 125px;
}

#mainTableMid {
	width: 510px;
}