﻿/* Programmatic Classes, implemented in Framework/generalsite.js
Blank Classes explicitly listed for Intellisense detection */
.GhostText {color: #AAAAAA;}
.AutoTab {}
.NumericOnly {}

#ScreenOverlay { background-color: #333333;
	position: fixed;
	display: block;
	top: 0px; left: 0px;
	right: 0px; bottom: 0px; 
	width: 100%; height: 100%;
	margin-left: 0px; margin-right: 0px;
	display: none;
	z-index: 100;
	filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;
}
#PopupWin {
	position: fixed;
	top: 30px;
	left: 60px; right: 60px;
	padding: 20px;
	border: 2px solid #ccc;
	background-color: #FFFFFF;
	display: none;
	z-index: 101;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
	border-radius: 3px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    -khtml-box-shadow:20px;
	box-shadow: 3px;
}
#PopupWin a.close{
    float:right;
    width:26px;
    height:26px;
	position:relative;
    background:transparent url("images/icon_cancel.png") no-repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
#PopupWin a.closeLink, #FAQ a.delLink {
	margin-right: 30px;
}
#ToastMsgWrapper {
	position: fixed;
	top: 10px; left: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
}
#ToastContent {
	background-color: #ffe942;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	padding: 3px;
	display: inline-block;
}
#ToastMsg {
	color: #003b6e;
}

.mainNavGhost, .textQueryGhost
{
	color: #AAAAAA;
}

ul.subNav li.active2line{
	background: url('images/nav.sub2line.active_bg.gif') repeat-x left top;
}

.SortLink 
{
	cursor: pointer;
}

.SortLink.active 
{
	text-decoration: underline;
}
