/***** Snerpill PNG display ******/

#snerpillLink {
	text-indent: -9000px;
	display: block;
	height: 28px;
	width: 100px;
	background-image: url(../s_img/snerpill.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
} * html #snerpillLink {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../s_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/s_img/snerpillIEGray.png", sizingMethod="scale");
	z-index: 10;
}

#snerpillLink:hover {
	background-image: url(../s_img/snerpill.png);
	background-position: 0px -28px;
} * html #snerpillLink:hover {
	background-position: 0px 0px;
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../s_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/s_img/snerpillIE.png", sizingMethod="scale");
}

/* Snerpill Spinner bar */

#spinnerBar {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 40px;
	padding-top: 10px;
	margin-left: -110px;
	margin-top: -50px;
	z-index: 100;
	color: #666;
	background: url(../s_img/spinnerBg.png) no-repeat;
	text-align: center;
} * html #spinnerBar {
	position: absolute;
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../s_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/s_img/spinnerBg.png", sizingMethod="scale");
}

#develMode {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 180px;
	background: url(../s_img/develMode.png)  no-repeat;
} * html #develMode {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../s_img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/s_img/develMode.png", sizingMethod="scale");
}

/********************************
 Error/Notice/Confirm windows
*********************************/

#sWindowPop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10040;
	width: 331px; /* 331 */
	height: 156px;
	margin-left: -165.5px;
	margin-top: -78px;
	padding: 0 10px;
	color: #444;
	text-align: center;
	font-size: 11px;
	webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	background: url(../s_img/windowPop.png) 0px 0px no-repeat;
} * html #sWindowPop {
	position: absolute;
	background: url(../s_img/windowPop.gif) 0px 0px no-repeat;
	webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

#sWindowPop h1 {
	color: #c5c5c5;
	font-size: 30px;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}

#sWindowPop p {
	padding: 0;
	line-height: 16px;
	text-align: center;
}

#sWindowPop .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

#sWindowPop .bottom a {
	display: block;
	width: 86px;
	height: 27px;
	background: url(../s_img/windowButtonWhite.gif) 0px 0px no-repeat;
	font-weight: bold;
	color: #255107;
	text-decoration: none;
	line-height: 15px;
	padding: 7px 0 0 0;
}

#sWindowPop .double {
	padding: 0px 0px 25px 58px;
	width: 260px;
}

#sWindowPop .double a {
	float: left;
	margin-right: 43px;
}

#sWindowPop .single {
	padding: 0px 0px 25px 122px!important;
}

#sWindowPop .single a {
	margin-right: 43px;
}

#s_window_error,
#s_window_notice,
#s_window_confirm {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 388px !important;
	width: 366px;
	height: 187px !important;
	height: 165px;
	margin-left: -194px !important;
	margin-left: -183px;
	margin-top: -93.5px !important;
	margin-top: -82.5px;
	text-align: center;
	z-index: 100;
}

#s_window_error {
	background: url('../s_img/window_error.png') no-repeat !important;
	background: url('../s_img/window_error.gif') no-repeat;
}

#s_window_notice {
	background: url('../s_img/window_notice.png') no-repeat !important;
	background: url('../s_img/window_notice.gif') no-repeat;
}

#s_window_confirm {
	background: url('../s_img/window_confirm.png') no-repeat !important;
	background: url('../s_img/window_confirm.gif') no-repeat;
}

#s_window_error p,
#s_window_notice p,
#s_window_confirm p {
	margin: 0px 0px 20px 0px;
	padding: 85px 20px 5px 20px !important;
	padding: 75px 20px 5px 20px;
	text-align: center;
}

#s_window_error #ok,
#s_window_notice #ok,
#s_window_confirm #ok {
	background: url('../s_img/button_ok.jpg') no-repeat;
	width: 110px;
	height: 27px;
	padding: 5px 54px 10px 54px;
	margin: 0;
	text-transform: uppercase;
	color: #606060;
	line-height: 30px;
	outline: none;
	/*border: 1px solid red;*/
}

#s_window_confirm #cancel {
	background: url('../s_img/button_cancel.jpg') no-repeat;
	width: 110px;
	height: 27px;
	padding: 5px 54px 10px 54px;
	line-height: 30px;
	outline: none;
}

#s_window_error #ok:hover,
#s_window_notice #ok:hover,
#s_window_confirm #ok:hover,
#s_window_confirm #cancel:hover {
	text-decoration: none;
}

/********************************
 Icons
*********************************/

#s_bar [class^="icon-"], #s_bar [class*=" icon-"] {
	font-family: FontAwesome !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-decoration: inherit !important;
	-webkit-font-smoothing: antialiased !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	vertical-align: baseline !important;
	background-image: none !important;
	background-position: 0% 0% !important;
	background-repeat: repeat !important;
	margin-top: 0 !important;
}