/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/

/* *{padding: 0; margin: 0;}*/

#SuperBox_overlay {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10005;
    overflow:hidden;
}
#SuperBox_global
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
}
#SuperBox_window {
	position: absolute;
	background: #fff;
	z-index: 10015;
	color:#000000;
	border: 1px solid #9f406d;
	padding: 5px;
}

/* fix on mac, scrollbars overlapping image */
#SuperBox_Img {
	overflow:auto;
}
#SuperBox_Img img {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#SuperBox_caption{
	height: 25px;
	padding: 10px 30px 10px 25px;
	float: left;
}

#SuperBox_closeWindow{
	float: right;
}

#SuperBox_headerAjaxWindow{
	padding: 3px;
	margin-bottom: 1px;
	background-color: #947585;
}
#SuperBox_title{
	padding-left: 5px;
	float: left;
	color: #fff;
}
#SuperBox_closeWindowButton{
	text-align:right;
	color:#fff;
	text-decoration: none;
}

#SuperBox_closeWindowButton a{
	color: #fff;
	text-decoration:none;
}

#SuperBox_closeWindowButton a:hover{
	color:#fff;
}

#SuperBox_ajaxContent{
	text-align: left;
/*	padding:2px 15px 15px 15px; */
	overflow:auto;
}

#SuperBox_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:10010;
}

#SuperBox_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}
