﻿/* CSS Document */

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:4000;
	width: 100%;
	height: 100%;	
	background-color: #000000;
	margin:0;
	padding:0;
}

#ibox_progress {	
	margin:0;padding:0;
	position: absolute;
	z-index:105;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5000;
	padding:10px 10px 10px 10px;
	border:1px solid #CCC;
	width:300px;
	height:300px;
	background-color:#34a23d;
	padding-bottom:10px;
	margin:0;
}

#ibox_content {
	background-color:#ffffff;
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	border:0;
	padding:0px;
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

#ibox_footer{
	height: 0px;	
}

#ibox_bottom{
	height: 0px;	
}

/*===================  Message Section ===================*/
#alertDetails{
	margin: 0px 10px 10px 10px;
}

#ajaxAlert{
	width: 535px;
	background-color: #FFFFFF;
}

#alertShortTitle{
	padding-top: 40px; 
	padding-left: 20px; 
	width: 80px; 
	text-align:center; 
	font-weight:bold;
	margin : 15px 0;
}

/*===================  Fixed height for message section ===================*/
#alertContent h1{
	height: 54px;
	font-family:"Lucida Grande",Arial,sans-serif;


}

#alertMessage{
	height: 110px;
	color:#222222;
}

/*=================== Paging =====================*/
#alertPaging{
	width: 100%;
}

#alertPaging td{
	background-color: #34A23D; 
	padding: 10px 1px 0px 1px;
	color: #FFFFFF;
}

#alertPaging a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#alertPaging a:hover{
	text-decoration: underline;
}


/*=================== Buttons ===================*/
#buttonSection{
	height: 40px;
}

.optionalButton{
	float:left; 
	width: 120px;
}

#rightButton{
	text-align: right;
}

#closeButton{
	padding: 3px 0px 0px 510px;
}

#closeButton a{
	text-decoration: none;
}

/*=================== forms ===================*/
#formAlert{
	height: 44px;
}

#formAlert input{
	margin-right: 7px;
}

/*=================== warning message ===================*/
#ajaxWarningMessage{
	height: 17px;
	margin-bottom: 1px;
}
.warning{
	width: 500px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	padding-left: 5px;
}

.warning img{
	margin-right: 5px;
}

/*=================== No Message ===================*/
#noMessage{
	background-image: url('/images/logos/logo-dim.gif'); 
	background-repeat: no-repeat;
	background-position: center;
	width: 520px; 
	height: 300px;
	padding: 10px 10px 0px 10px;
}
