body, html{
	height:100%;
	background: #bde2e5 url("/images/bg_all.png") repeat scroll center top;
	margin:auto;
	padding:auto;
	/*margin-left:300px;*/
	width:1000px;
}
table{
box-shadow: 3px 3px 3px 3px lightgray;
	padding:0;

}

.submit{

   background-color: rgb(48, 145, 194);
    border-radius: 7px;
    color: white;
    float: left;
    font-size: small;
    height: 30px;
    text-shadow: 1px 1px black;
    width: 150px;
	float:left;
	margin:5px;
	box-shadow: 3px 3px 3px 3px lightgrey;
}
.submit:hover {
	text-decoration: none;
	background-color:lightblue;
}

caption {
color: rgb(48, 145, 194);
text-shadow: 1px 1px lightgray;
font-size:medium;
border-radius: 3px;
box-shadow: 3px 1px 3px 3px lightgray;
background: white none repeat scroll 0 0;
}

.box-center {
    margin: auto;
    width: 90%;
	color: rgb(48, 145, 194);
    text-shadow: 1px 1px lightgray;
}
.box-center > div {
    text-align: center;
}
 a {
	color: black;
	margin-left: 0px;
	vertical-align:super;
	text-decoration:none;

 }
select {
/*margin-left: 291px;*/
width: 280px;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   /* background: #000;*/
    z-index: 100500;
}

#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/images/spinner.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
}







 #rightcol {
 background-color: rgb(48, 145, 194);
    border: 1px solid white;
    border-radius: 5px;
    float: none;
    font-family: Lucida Grande;
    height: 40px;
    /*margin: 30px 45px 20px 285px;*/
    padding: 0px;
    position: inherit;
    text-align: right;
    text-shadow: 1px 1px black;
    width: 1000px;
	box-shadow: 3px 3px 3px 3px lightgray;
 } 
 #sanotitle{
    color: rgb(48, 145, 194);
    font-family: Georgia;
    font-size: xx-large;
    margin-left: 50px;
    text-shadow: 2px 2px lightgrey;
 
 }
 #formusers{
    border: 1px solid rgb(48, 145, 194);
    border-radius: 3px;
    height: 150px;
    width: 247px;
	float:left;
	margin-left: 60px;
	margin-top: 30px;
	text-shadow: 1px 1px lightgray;
	box-shadow: 3px 3px 3px 3px lightgray;
 
 }
 a {
	color: white;
 }
 
 
 
 .b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:100px;
    height: 40px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}



ul {
	
	list-style: none;
}
ul:after {
	display: block;
	content: ' ';
	clear: both;
	float: none;
}
ul.menu > li {
	float: left;
	position: relative;
}
ul.menu > li > a {
	display: block;
	padding: 10px;
	color: white;
	height:23px;
	text-decoration: none;
}
ul.menu > li > a:hover {
	
}
ul.submenu {
	display: none;
	position: absolute;
	width: 200%;
	top: 40px;
	left: 0;
	background-color: rgb(48, 145, 194);
	border: 1px solid white;
}
ul.submenu > li {
	display: block;
	margin-left: -42px;
}
ul.submenu > li > a {
	display: block;
	padding: 10px;
	color: white;
	background-color:  rgb(48, 145, 194);
	text-decoration: none;
	float: left;
	border-bottom: 1px dotted white;
	text-align: center;
	width:100%;
	border-radius: 3px;
    box-shadow: 2px 2px 2px 2px lightgrey;
}
ul.submenu > li > a:hover {
	text-decoration: none;
	background-color:red;
}
ul.menu > li:hover > ul.submenu {
	display: block;
}