body 
{
	/*background-color: #0c2635; */
	margin: 0;
}



btnupload {
    width: 50 px;
    height: 20 px;
}
/** Logo **/
#logo {
	display: block;
	padding: 0 0 35px 20px;
	height: 34px;
}

/** Navigation **/
#navigation {
	background: url(../images/bg-menu-left-curve.gif) no-repeat left bottom;
	height: 40px;
	bottom: -20px;
	left: 0;
}
#navigation ul {
	background: url(../images/bg1-menu.gif) repeat-x;
	display: inline-block;
	height: 35px;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 4px 0 3px;
	background-color: #025097;
}
#navigation li {
	float: left;
	font-size: 15px;
	font-family:Arial Black;
	line-height: 35px;
	margin: 0 5px;
	text-align: center;
	border-left: 2px solid #fff;
}

#navigation li.space{
	float: left;
	font-size: 16px;
	line-height: 35px;
	margin: 0 5px;
	text-align: center;
	border-left: 0px solid #025097;
	width:240px;
}

#navigation  li.space:hover{
       background: #025097  !important;
        font-weight:bold;
        text-decoration:none;
        border-bottom:0px solid #025097;
}

#navigation li.first {
	margin-left: 0;
	border-left: 0px solid #025097;
}

#navigation li.selected {
	background-color: #023F75;
}
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
}

.button_cis_round 
{
    -webkit-transition-duration: 0.4s; /* Safari */
    background-color: #2069b4;
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    font-weight:bolder;
    display: inline-block;
    font-size: 13px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition-duration: 0.4s;
    white-space: normal;
}

.button_cis_round:hover 
{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.34), 0 17px 50px 0 rgba(0,0,0,0.29);
    color: white;
    white-space: normal;
}
.class1
{
   opacity:0.6; 
   filter:alpha(opacity=60);
}
.class2
{
     opacity:1; 
     filter:alpha(opacity=100);
}
