﻿.dialog
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #222222;
	background-color: #fff;
}
#divElapsedTime
{
	margin-top: 3px;
	font-family: Verdana;
	font-size: 9px;
	color: Blue;
	text-align: right;
}	
#UserHeader
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #229922;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	border: none 0px;
	/*background: url("https://www.ChannelMAX.net/images/hed-gradient.gif") left top repeat-x;*/
}
/* header styles */
.header
{
	position: relative;
	color: #fff;
	cursor: move; /* So the user knows they can drag the panel */
}
.header .outer
{
	background: url(../img/top-right.png) right no-repeat;
	padding-right: 40px;
}
.header .inner
{
	background: url(../img/top-left.png) left no-repeat;
	padding-left: 9px;
}
.header .content
{
	height: 35px;
	background: url(../img/top-mid.png) repeat-x;
}
.header .content H2
{
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
	margin: 0;
}
.header .close
{
	/* the image is 35x35 pixels wide */
	height: 25px;
	width: 35px; /* position the image */
	position: absolute;
	top: 4px;
	right: 7px;
	background: url(../img/close.png) no-repeat;
	cursor: pointer;
}
.header .close:hover
{
	/* set the hover image */
	background: url(../img/close-hover.png) no-repeat;
}

/* dialog body styles */
.body
{
}
.body .outer
{
	/*background: url(../img/right.png) right repeat-y;
	padding-right: 7px;*/
}
.body .inner
{
	/*background: url(../img/left.png) left repeat-y;
	padding-left: 7px;*/
}
.body .content
{
	font-family: tahoma;
	font-size: 11px;
    color: #333333;
}
.body .content select
{
	font-family: tahoma;
	font-size: 11px;
}
.body .content INPUT
{
	font-family: tahoma;
	font-size: 11px;
}
.body .content H2
{
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 11pt;
	color: #222222;
	font-weight: normal;
}
.body .content .footer
{
	/* footer image is 41 pixels tall */
	background: url(../img/footer.gif) repeat-x bottom;
	height: 41px;
}
.body .content .footer .commands
{
	text-align: right;
	padding: 8px;
}
.body .content .footer .commands INPUT
{
	/* keep the buttons a consistent size */
	width: 75px;
}

/* dialog footer styles */
.footer
{
}
.footer .outer
{
	background: url(../img/bottom-right.png) right top no-repeat;
	padding-right: 9px;
}
.footer .inner
{
	background: url(../img/bottom-left.png) left top no-repeat;
	padding-left: 9px;
}
.footer .content
{
	height: 7px;
	background: url(../img/bottom-mid.png) repeat-x;
}

.updating
{
	border-width: 1px;
	border-style: solid;
	background-color: #CCCCCC;
	position: absolute;
	width: 130px;
	height: 50px;
}
.updatingMsg
{
	margin-top:15;
	margin-left: 3px;
	margin-right: 3px;
	font-family: Trebuchet MS;
	font-size: small;
	vertical-align: middle;
}
.autofill_ListElement 
{  
    visibility:hidden;
    margin:0px;
    padding:0px;
    background-color: White;
    color:windowtext;
	border : solid 1px buttonshadow;
    cursor:default;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
	font-family: Verdana;
    font-size:10px;           
    height: 150px;
}
.autofill_highlightedListItem
{
	background-color: Highlight;
	color: HighlightText;
	margin-left: 2px;
}
.autofill_listItem 
{
	background-color : window;
	color : windowtext;
	margin-left: 2px;
}
.dialogHelp
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #222222;
	background-color: #fff;
	border: solid 2px #000;
	text-align: left;
	padding: 3,3,3,3;
	background-image: url(../img/helpIcon.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 5px;
}
.modal-dialog
{
	z-index: 0;
    position:absolute;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:740px;
    border:solid 1px #99aabd;
    background-color:#FFFFFF;
} 

/* dialog header */
.modal-dialog .header
{
    background:url(../img/spriteLib.gif) repeat-x 0px -1100px;	
    height:20px;
    padding-top:5px;
}

/* dialog header message */
.modal-dialog .header .msg
{
    vertical-align:middle;
    text-align: left;
    padding-left:5px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body
{
	text-align: left;
    height:440px;
    /*background-color:#F2F9FF;*/
} 

/* dialog body message */
.modal-dialog .body h2
{
    padding-top:10px;
    /*background-color: #F2F9FF;*/
    font-size:11px;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.modal-dialog .footer
{
    height:0px;
    /*background-color: #F2F9FF;*/
    vertical-align: middle;
    color: #00f;
} 

/* dialog footer buttons */
.modal-dialog .footer .right
{
    /*background-color: #F2FFFF;*/
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    /*background-color: #F2F9FF;*/
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.modal-dialog .close
{
    right:4px;	
    background: url(../img/icons.gif) no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

/* dialog close hover */
.modal-dialog .close:hover 
{
	 background: url(../img/icons.gif) no-repeat -749px 0px;	
}


#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../img/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:44px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../img/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../img/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;
	position:relative;
	top:-6px;
}
.LogPanel
{
	padding-left:5px;
	background-color: #98FB98;
}	
.SearchByKeywordStyle
{
	color: #551A8B;
	font-weight: bold;
	white-space: nowrap;
}