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

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

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

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

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

#SuperBox_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10005;
	width: 100%;
	height: 100%;
	background-color: #FFE2B8;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
    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: 3px solid #999;
}

/* 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{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#SuperBox_headerAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	border-bottom: 1px solid #999;
	background-color:#CCCCCC;
	
}
#SuperBox_title{
	padding-left:5px;
	float:left;
	color:#4A4E58;
	font-weight:bold;
}
#SuperBox_closeWindowButton{
	text-align:right;
	color:#4A4E58;
	text-decoration: none;
}

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

#SuperBox_closeWindowButton a:hover{
	color:#4A4E58;
	text-decoration:underline;
}

#SuperBox_ajaxContent{
/*	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;
}