.linkred:hover{
	color:#cc0000 !important;
	
}
.linknochange{
	color:#000000 !important;
	text-decoration:none;
	
}
.linknochange:hover{
	color:#000000 !important;
	text-decoration:none;
	
}
.btnv {
    padding: 2px 5px 20px !important;
}

.green.btnv {
    background-color: #3FABA4;
    color: white;
}

ul {
	margin: 0;
}

 

#contentTop {
	width: 600px;
	padding: 10px;
 }

 

#contentLeft li {
 	margin: 0 0 4px 0;
	padding: 10px;
	background-color:#00CCCC;
	border: #CCCCCC solid 1px;
	color:#fff;
}


	

#contentRight {
	float: right;
	width: 260px;
	padding:10px;
	background-color:#336600;
	color:#FFFFFF;
}

.page-header.navbar .page-logo .logo-default {
    margin: 0px 0 0 !important;
}
.page-header.navbar .page-logo {
	padding-left:0px !important;
	padding-right:5px !important;
	
}
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

 .form-controyl {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
     font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:90%;
  }
 
  .form-controyl2 {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
     font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:100%;
  }
  
  							
 .btn-file {
    border-radius: 7px !important;
    overflow: hidden;
    position: relative;
}
.btn-file input[type="file"] {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
} 
 