body {
  padding: 0; margin: 0;
  font-family: "Open Sans Condensed", "Open Sans", "Droid Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.7;
  background: #d5d5d5;
  color: #000000;
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#login-form {

    margin: 20ex auto 2ex;
    position: relative;
	border-radius: 25px;
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-color: #adadad;

}

#ritten tr>td:hover{
	background-color: #00baf2;
}

img.login-logo{
	margin-top: 25px;
	margin-bottom: 25px;
}

.pull-right{
	float: right !important;
}

.row-action{
	cursor: pointer;
	
}

.form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

#login-form #login-inner {
	margin: 15px;
	
}

#navlist{
border-radius: 10px;
-moz-box-shadow:  0 0 2px 1px #888;
-webkit-box-shadow: 0 0 2px 1px #888;
box-shadow: 0 0 2px 1px #888;
margin: 10px;
padding: 10px;
font-size: 12px;
background-color: #00baf2;

}



#navlist{
margin-top: 30px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right:8px;
padding-left: 8px;

text-decoration: none;
}

#navlist li a{
	color: white;
	cursor: pointer;
	text-decoration: none;
}

#navlist li.mainmenu a:first-letter {
	text-transform: uppercase;
}



/* subnav*/

#subnavlist{
border-radius: 10px;
-moz-box-shadow:  0 0 2px 1px #888;
-webkit-box-shadow: 0 0 2px 1px #888;
box-shadow: 0 0 2px 1px #888;
margin: 10px;
padding: 10px;
font-size: 12px;
background-color: #f47321;

}

#subnavlist{
margin-top: -30px;
}

#subnavlist li
{
display: inline;
list-style-type: none;
padding-right:8px;
padding-left: 8px;

text-decoration: none;
}

#subnavlist li a{
	cursor: pointer;
	color: white;
	text-decoration: none;
}

#subnavlist li.submenu a:first-letter {
	text-transform: uppercase;
}
