@font-face {
	font-family: BanamexTest;
	src: url(/images/test.otf) format('opentype');
	font-style: normal;
}
@font-face {
	font-family: BanamexDisplay;
	src: url(/images/BanamexDisplay-Regular.otf) format('opentype');
	font-style: normal;
}
@font-face {
	font-family: BanamexDisplay;
	src: url(/images/BanamexDisplay-Bold.otf) format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-Regular.otf) format('opentype');
}
@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-RegularItalic.otf) format('opentype');
	font-style: italic;
}
@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-Bold.otf) format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-BoldItalic.otf) format('opentype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-Semibold.otf) format('opentype');
	font-weight: 400;
}
@font-face {
	font-family: BanamexText;
	src: url(/images/BanamexText-SemiboldItalic.otf) format('opentype');
	font-weight: 400;
	font-style: italic;
}

html, body {
	font-size: 14px;
	font-family: BanamexDisplay, Arial, "Segoe UI", Sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #003746;
}

.AccessError {
	/*font: small @Arial Unicode MS;*/
	font-size: medium;
	font-weight: bold;
	color: Red;
}

.FullDisplay
{
	width: 100%;
	height: 100%;
}

.NormalButton {
	padding: 1px;
	color: black;
	border-style: outset;
	background-color: #dddddd;
	text-decoration: none;
}

.ButtonColumn {
    max-width: 28px;
}

.MiniButton {
	padding: 1px;
	color: Navy;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #eeeeee;
	text-decoration: none;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.hiddenButton 
{
	visibility:hidden;
}

.ActionInfo {
	font-size: medium;
	font-weight: bold;
	color: Navy;
}

.collapsePanel
{
	background-color:#F7F6F3;
	overflow:hidden;
}

.collapsePanelHeader {
	width: 100%;
	height: 30px;
	background-color: #003746;
	color: #FFF;
	font-weight: normal;
	margin-bottom:2px;
	cursor:pointer;
}

.LinkButton {
    text-decoration: none;
    color: white;
}

.LinkButton:link {
    text-decoration: none;
    color: white;
}

.LinkButton:visited {
    text-decoration: none;
    color: white;
}

.LinkButton:hover {
    color: #5aa1b8;
}

.valError {
	background-color: firebrick;
	color: white;
	position: relative;
	height: 14px;
	/*font-weight:bold;*/
	font-size: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
}

.valError:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid firebrick;
    border-bottom: 6px solid transparent;
}

.borderTextBox {
	/*border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	padding: 1px;*/
	color: #444;
	margin: 0 2px;
	padding: 0px 5px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 3px;
	white-space: nowrap;
}

.validatorCalloutHighlight 
{
    background-color: #fffacd; 
}

.Head {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.SubHead {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

.SubSubHead {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.Normal {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.NormalRed {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000
}

/* Log viewer style */
.Exception { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #660000 }
.ItemCreated { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #009900 }
.ItemUpdated { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #000099 }
.ItemDeleted { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #FF0000 }
.OperationSuccess { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #003300 }
.OperationFailure { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #990000 }
.UserOperation { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #996633 }
.SystemOperation { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #996666 }
.SystemAlert { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #148aff }
.HostAlert { CURSOR: hand; COLOR: #ffffff; BACKGROUND-COLOR: #dd6a04 }
.NoClass { COLOR: #ffffff; BACKGROUND-COLOR: #7f7f7f }

/* Deposits monitor detail */
.Monitor { cursor: pointer; }

/***** BUTTONS *****/
.button {
	font-family: BanamexDisplay, Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border: 0;
	/* font-size: 95%; */
	font-weight: Normal;
	color: #001E22;
	background-color: #EDF6F7;
	behavior: url(scripts/button.htc);
}

.buttonHover {
	color: #ffffff;
	background-position: -8px top;
	background-repeat: repeat-x;
	background-color: #005162;
}

.buttonDown {
	color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #009CC6;
}

.container {
   clear: both;
   }
			
#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/* ****************************************************************************************************************** */
/* DropShadow */

.dropShadowPanel span {color:white;text-decoration:underline;}
.dropShadowPanel span:hover {text-decoration:none;}
.dropShadowPanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(sysimgs/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(sysimgs/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

/* Performance Monitor */

fieldset
{
    padding: 4px 6px 6px 6px;
    display: inline;
    margin-right: 11px;
    margin-top: 0px;
}

.progressBar
{
    background-image: url(sysimgs/ProgressBarForeground.gif);
    background-position: bottom left;
}

.progressBarWarning
{
    background-image: url(sysimgs/ProgressBarForegroundWarning.gif);
    background-position: bottom left;
}

.progressBarCritical
{
    background-image: url(sysimgs/ProgressBarForegroundCritical.gif);
    background-position: bottom left;
}

.progressBarText
{
    width: 100%;
    top: 40px;
    position: absolute;
    text-align: center;
    color: #00FF00;
    font-size: 11pt;
}

.progressBarTextWarning
{
    width: 100%;
    top: 40px;
    position: absolute;
    text-align: center;
    color: #FFCC00;
    font-size: 11pt;
}

.progressBarTextCritical
{
    width: 100%;
    top: 40px;
    position: absolute;
    text-align: center;
    color: #FF0000;
    font-size: 11pt;
}

.progressBarContainer
{
    background-image: url(sysimgs/ProgressBarBackground.gif);
    width: 33px; 
    height: 29px; 
    position: absolute; 
    left: 18px; 
    top: 6px;
}

.progressBarWindow
{
    background-color: #000000;
    border-style: inset;
    border-width: 2px;
    position: relative;
    width: 71px; 
    height: 62px;
}

.cpuLineGraph
{
    background-color: #00FF00;
}

.memoryLineGraph
{
    background-color: #FFCC00;
}

.lineGraphWindow
{
    background-image: url(sysimgs/LineGraphBackground.gif);
    border-style: inset;
    border-width: 2px;
    width: 245px; 
    height: 62px;
    position: relative;
    overflow: hidden;
}

.totalLabel
{
    float: left;
    width: 81px;
}

.totalsText
{
    float: right;
    width: 81px;
    text-align: right;
}

.totalsGroup
{
    width: 162px;
}

.qsfexCurrencyView
{
	padding: 4px 3px;
}

.qsfexCurrencyView .qsfexCurrencyPic
{
	vertical-align: middle;
}

.qsfexCurrencyView .qsfexCurrencyName
{
	vertical-align: middle;
	padding-left: 5px;
}

/***** SEF *****/

.album {
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.frame {
	display: block;
	width: 230px;
	background: transparent url('images/album-frame.png') top center no-repeat !important;
	padding: 1px 0px;
	cursor: pointer;
	margin: auto;
}
 html .frame {
	background-image: none;
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader (src='images/album-frame.png', sizingMethod='crop');
}
.cover {
	background-color: transparent;
	background-position: 50% 30%;
	background-repeat: no-repeat;
	border: 0;
	width: 206px;
	height: 154px;
	margin: 13px 12px;
}
.albumTitle {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	font-size: 1.15em;
}
#fw-settings,
#fw-settings span {
	margin:0; 
	padding:5px 0 0 0; 
}
#fw-settings span {
	background:transparent url('http://images.webs.com/Images/settings.png') no-repeat scroll 0 70%; 
	border:none; 
	display:block; 
	text-decoration:none; 
	width:67px;
	height:21px;
}
.fw-album_meta {
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
}
.fw-gallery_description p {
	margin:0;
}

.errorBody
{
	font-family: BanamexDisplay, "Segoe UI", "verdana", "arial";
	margin-top: 20px;
	margin-left: 20px;
	color: #575757;
}
.errorCodeAndDivider
{
	font-size: 0.7em;
	font-weight: normal;
	color: #787878;
}
.errorDivider
{
	border-bottom: #B6BCC6 1px solid;
}
.errorActionIcon /* used for task link icons */
{
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 6px;
}

.errorInfoBlock
{
	padding-left: 25px;
	font-size: 0.9em;
	display: block;
	line-height: 1.1 em;
	color: #575757;
}

.example-panel
{
	width: 748px;
	height: 440px;
	background: transparent url(Images/bg.jpg) no-repeat 0 0;
	position: relative;
}
.product-list, .detail
{
	color: #1e3b99;
	font-size: 14px/20px;
	font: BanamexDisplay, 'Segoe UI' , Arial, sans-serif;
	position: absolute;
}
.product-list
{
	top: 0;
	left: 8px;
}
.detail
{
	top: 0;
	left: 246px;
}
#RadListBox1
{
	position: absolute;
	top: 25px;
	left: 1px;
}
#RadListBox1 .rlbGroup
{
	margin-right: 54px !important;
}
#RadListBox2
{
	position: absolute;
	top: 25px;
	right: 10px;
}
.order-panel
{
	position: absolute;
	left: 190px;
	top: 165px;
	width: 520px;
	height: 255px;
}
.product-image
{
	float: left;
	margin: 2px 5px 0 0;
}
.product-title {
	color: #3d84ca;
	font: 11px BanamexDisplay, 'Segoe UI', Arial, sans-serif;
}
.bearing {
	color: #606060;
	font: 10px BanamexDisplay, 'Segoe UI', Arial, sans-serif;
	display: block;
}
.detail-title {
	color: #3d84ca;
	font: 14px BanamexDisplay, 'Segoe UI', Arial, sans-serif;
}
.details
{
	list-style: none;
}
	.details label {
		display: inline-block;
		width: 50px;
		text-align: right;
		font: 11px BanamexDisplay, 'Segoe UI', Arial, sans-serif;
		color: #000;
	}
	.details span {
		color: #ff0000;
		font: 14px BanamexDisplay, 'Segoe UI', Arial, sans-serif;
	}

.rlbSelected .product-title,
.rlbSelected .detail-title,
.rlbSelected .bearing
{
	color:#fff;
}

div.RadDock .rdCenter .rdCommands {
	float: none;
	position: relative;
	left: 0px;
	display: inline-block;
}
