﻿/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.modalPopupHandle
{
	cursor:move;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}

.modalPopupResult
{
	font-weight:bold;
}
.modalPopup
{
	padding:3px;
	width:250px;
}

.modalPopupHandle
{
	padding:3px;
	margin-bottom:15px;
}

.modalPopupCommands
{
	margin-top:15px;
	margin-bottom:5px;
}

.modalPopupResult
{
	padding:5px;
	margin:5px 0px 5px 0px;
}
.modalBackground
{
	background-color:#808080;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color: #FFFFFF; /* light yellow */
	border: 3px solid #000000; /* black */
}

.modalPopupHandle
{
	border: 1px solid #000000; /* dark brown */
	background-color: #000000; /* camel */
	color: #ffffff; /* dark brown */
}

.modalPopupResult
{
	border: dotted 1px #000000;
	background-color: #6699C8;
}
#progress
{
	position: absolute;
	top: 50%;
	left: 50%;
}
.UpdateMSG
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border: 2px solid #0066FF;
	width: 100px;
	height: 45px;
	background-color: #6CA7D2;
	color: #FFFF00;
	vertical-align: middle;
}
.leftMenuItem
{
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.secondaryHighlightBlock a
{
	display: block;
	width: 100%;
	height: 100%;
	vertical-align:middle;
}

.leftMenuItem
{
	width: 200px;
	height: 33px;
	background-repeat: no-repeat;
}

.leftMenuItem A
{
	background-image: none;
	width: 195px;
}

.mytable {
	border: double #000000;
	background-image: none;
}
.secondaryHighlightBlock, .secondaryHighlightBlock a
{
	background-image: url(  '../../admin/images/BlueButton.png' );
}

.highlightBlock, .highlightBlock a
{
	background-image: url(  '../../admin/images/RedButton.png' );
}

.highlight
{
	color:#f15718;
}

.prog-holder
{
    background: #FFA8A8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #99CCFF;
    z-index: 100;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.prog-inner-holder
{
    border: 2px solid #3399ff;
    background: #ffffff;
    position: fixed;
    top: 40%;
    left: 30%;
    width: 40%;
    text-align: center;
    z-index: 101;
    padding: 2em;
}
.OrderItem
{
        text-align: left;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:normal;
    font-size:110%;

}

.tblBulk{

}
.tblBulk tr:nth-child(even) {background: #e9e9e9}
.tblBulk tr:nth-child(odd) {background: #FFF}