root { 
    display: block;
}
@font-face {
    font-family: 'MuseoSlab500';
    src: url(font/museo/museo_slab-webfont.eot) format('eot'),
         url(font/museo/museo_slab-webfont.woff) format('woff'),
         url(font/museo/museo_slab-webfont.ttf) format('truetype'),
         url(font/museo/museo_slab-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family:MuseoSlab500,Verdana, Arial, sans-serif;
}
#header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
}

#header .box-input{
	float:right;
}
#header .box-input table{
	font-size:12px;
}
.row{
	padding-left:10px;
}
	
#header .box-input input[type="text"],
#header .box-input input[type="password"],
#header .box-input select{
	font-size:11px;
	width:200px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);
        font-family:MuseoSlab500,Verdana, Arial, sans-serif;
}
#header .box-input input[type="submit"],#body .box-input input[type="button"]{
	padding:3px;text-decoration:none;color:#fff;background:#127bf1;border:1px solid black;
        font-weight:bold;font-size: 12px;	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);cursor: pointer;
        font-family:MuseoSlab500;float:right;
}
#header .box-input input[type="submit"]:active,#body .box-input input[type="button"]:active{
	color:#000;background:#f1f1f1;
}
#header .box-input input[type="submit"]:hover,#body .box-input input[type="button"]:hover{
	border:1px solid #fff;
}
#band{
	background:#fff;
	color:#025;
	width:100%;
	height:65px;
}
#band1{
	background:#025;
	color:#fff;
	width:100%;
	height:25px;
}
#band2{
	background:red;
	color:#fff;
	width:100%;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
#band3{
	background:#145bde;
	color:#fff;
	width:100%;
	font-weight:bold;
	text-align:center;
	text-decoration:blink;
}
.box-input,.box-img{
    vertical-align: top;
    display: inline-block;
}

#body{
    text-align: center
}
#body .box-input{
	margin-top:20px;
        margin-left: 60px;
}

#body .box-img{
	margin-top:20px;
        margin-left:20px;
}

#body .box-input table{
	font-size:12px;
	font-weight:bold;
	border : 1px solid #f1f1f1;
	padding-bottom:10px;
}
#body .box-input td{
	padding-bottom:15px;
        padding-left: 15px;
        text-align: left;
}

#body .box-input td input{
    margin-right:  15px;
}

.row_{
    background: #f1f1f1;
}
#body .box-input table{
    border-collapse: collapse
}
#body .box-input caption{
	background:#025;
	color:#fff;
	font-size:25px;
}
#body .box-input,#body .information{
    vertical-align: top;
    display: inline-block;
}
#body .information{
    margin-top:20px;
    margin-left: 60px;
    font-size: 14px;
    font-weight: bold;
}

.information_{
    color: #145bde
}

#body .information caption{
	background:#FF0000;
	color:#fff;
	font-size:25px;
}
#body .information tr{
    border: 1px solid #000;
}
#body .information table{
    text-align: left;
    border: 1px solid #000;
    border-collapse: collapse;
}

#body .box-input input[type="text"],
#body .box-input input[type="password"],
#body .box-input select{
	font-size:13px;
	width:300px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);
        font-family:MuseoSlab500;
}

#body .box-input input[type="submit"],#body .box-input input[type="button"]{
	padding-bottom:3px;padding:5px;margin:5px;text-decoration:none;color:#fff;background:#127bf1;border:1px solid black;
        font-weight:bold;	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);cursor: pointer;width: 160px;
        font-family:MuseoSlab500;float:right;
}
#body .box-input input[type="submit"]:active,#body .box-input input[type="button"]:active{
	color:#000;background:#f1f1f1;
}
#body .box-input input[type="submit"]:hover,#body .box-input input[type="button"]:hover{
	border:1px solid #fff;
}

#footer{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 10px;
    background:#025;
    color:#fff;
    width:100%;
    height:25px;
}
#update a,#develop a{
    text-decoration: none;
    color:#fff;
        
}
#update a:hover,#develop a:hover{
    color:#b70101;
}
#body{
    width: 100%;
    margin: 90px auto auto auto;
    
}

#box0{
    background:#dee1db;
    width:100%;
    height:100%;
    position:fixed;
    top:0;left:0;
    opacity:0.6;
}
#msg{
    display:none;
    background:#dee1db;
    width:700px;
    height:350px;
    position:fixed;
    top:25%;left:25%;
    z-index:1;
    font-weight:bold;
    border:2px solid #000;
    word-wrap: break-word;    
    font-family: monospace
}
#text-msg{
    background:#fff;
    padding: 0 10px;
    width:97%;
    height:70%;
    overflow: auto;
}

#msg h1{
    text-align:center;
    color:red;
    text-decoration:blink;
    margin-top: 0px;
    background: #025;
}

#msg .box-input{
    float: right;
}
#msg .box-input input{
    padding-bottom:3px;padding:5px;margin:5px;text-decoration:none;color:#fff;background:#127bf1;border:1px solid black;
        font-weight:bold;	
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);cursor: pointer;width: 150px;
        font-family:MuseoSlab500;float:right;
}

#msg .box-input input:active{
	color:#000;background:#f1f1f1;
}
#msg .box-input input:hover{
	border:1px solid #fff;
}
#data-frame{
    display: none
}

#body #session-indication table td{
    font-size: 17px;
}
#body .box-input,#body .box-input{
    vertical-align: top;
    display: inline-block
}
#body #session-box{
    display: none;
}
.no_param{
    color:#EFF;cursor: pointer;float: right;
}
.no_param:hover{
    color: #BBBBFF
}

.no_param:active{
    color: #FF0000
}

