
*
{
    padding: 0;
    margin: 0;
}

/* Bootgrid styles */
body {
	background-color: #000 !important;

}

.dialogWithDropShadow
{
 	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important;  
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important; 
    opacity: .0 !important;
    filter: Alpha(Opacity=0) !important;
}

form#auth_user {
    font-size:120% !important;
    font-weight: bold;
    color: #fff;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
    
}

form#auth_user input[type=text] {
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}

form#auth_user input[type=password] {
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
	
}

.ui-widget-header {
  border: none;
  background: transparent;
}

.ui-widget-content {
  background: transparent;
  border: none;
}

.ui-widget-overlay {
    background: #eee url("../js/images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x !important;
    opacity: .1 !important;
    filter: Alpha(Opacity=10) !important;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: auto;
  height: auto;
  position: center;
}

#over
{
    position:absolute;
    width:100%;
    height:100%;
    text-align: center; /*handles the horizontal centering*/
}
/*handles the vertical centering*/
.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.Centered
{
    display: inline-block;
    vertical-align: middle;
}
