/*blue tabs menu bar css start here(default state)*/


.bluetabs{

font: bold 12px Verdana;
background: #292a27; /*background of menu bar (default state)*/
width: 100%;
}

.bluetabs ul{
padding: 17px;
margin-left: 110px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0px;

}

.bluetabs li a{
text-decoration: none;
padding: 17px;
border: 0px;
color: white;
background:url(/alterbox+validation/images/button.jpg) ; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
text-decoration: none;
background:url(/alterbox+validation/images/button_mouseover.jpg);

}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
background:url(/alterbox+validation/images/button_effect.jpg);
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0px;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 1px;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #333333;
width: 150px;
visibility: hidden;
text-align:left;
}

.dropmenudiv_b a{
width: auto;
display:  block;
text-indent: 2px;
border: 0px solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 1px;
text-decoration:none ;
color: white ;


}

* html .dropmenudiv_b a{ /*IE only hack*/

width: 100px;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: white;
background:url(/alterbox+validation//alterbox+validation/images/button_effect.jpg);
border:0px;
}

/*blue tabs menu bar css starts here(default state)*/


/*Model Box css ends here(default state)*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/alterbox+validation/images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/*Model Box css ends here(default state)*/

/*AlerBox alert Box css stats here(default state)*/

#AlertBox-Box {
  padding-bottom: 24px;
  background: url('/alterbox+validation/images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('/alterbox+validation/images/bg-box-bottom.gif') bottom left no-repeat;
}

#AlertBox-InBox {
  padding-top: 15px;
  background: url('/alterbox+validation/images/bg-box-top.png') top left no-repeat !important;	
  background: url('/alterbox+validation/images/bg-box-top.gif') top left no-repeat;	
}

#AlertBox-BoxContent {
  background: url('/alterbox+validation/images/bg-box-body.png') top left repeat-y !important;
  background: url('/alterbox+validation/images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#AlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#AlertBox-BoxContenedor h1,#AlertBox-BoxContenedor h2,#AlertBox-BoxContenedor h3,#AlertBox-BoxContenedor b,#AlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#AlertBox-Buttons{
  text-align:right;
}

#AlertBox-Buttons input {
  margin: 10px 10px;
}

#AlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#AlertBox-Box .BoxAlert {
  background: url('/alterbox+validation/images/dialog-warning.png') top left no-repeat;
}

#AlertBox-Box .BoxConfirm {
  background: url('/alterbox+validation/images/dialog-warning.png') top left no-repeat;
}

#AlertBox-Box .BoxPrompt {
  background: url('/alterbox+validation/images/dialog-help.png') top left no-repeat;
}

#AlertBox-Box .BoxInfo {
  background: url('/alterbox+validation/images/dialog-information.png') top left no-repeat;
}

#AlertBox-Box .BoxError {
  background: url('/alterbox+validation/images/dialog-error.png') top left no-repeat;
}
/*Sexy alert Box css ends here(default state)*/