.def_float{float:left !important;}

.content-report label
{  
	float:left; 
}  
.content-report span
{ 
    float: left; 
} 
[class*="span"] {
	float: left;
} 
.user-login {  
    left: 20px; 
} 
.global { 
	right:0; 
	background: url('../img/global.png') no-repeat;
} 
ul.main-menu {  
    left: 9%;  
} 
ul.main-menu li { 
	float:left;  
} 
ul.main-menu li ul {
 	margin: 0 0 0 14px;
} 
ul.option-menu { 
    float: right;
	margin-right:0;
}  
.nav-tabs > li, .nav-pills > li {
    float: left; 
}

.tab-content
{ 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px; 
} 
 .nav-tabs > li {
	margin-bottom:1px;
 }
.nav-tabs > .active > a:after
{
    background:url("../img/site.png") no-repeat scroll -374px -48px transparent;
	right: -23px;
}
.nav-tabs > li > a:after {
    background: url("../img/site.png") no-repeat scroll -659px -48px transparent;
    content: "";
    height: 35px;
    position: absolute;
    right: -23px;
    top: 0;
    width: 22px;    
    z-index: 10;
}	
.nav-tabs > .active > a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/site.png") no-repeat scroll -119px -48px transparent;
    color: #555555;
    cursor: default;
    position: relative;
    z-index: 10;
}
.nav-tabs > li.active {
	position:relative;
	top:2px;
} 
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    background: url("../img/site.png") no-repeat scroll -401px -48px transparent; 
    position:relative; 
    padding-left: 30px;
}
.nav-top
{
	float:right;
} 

.def_div{
float:left;
margin:10px;
}

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	margin-left: 14px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	width:150px;
	margin-left:14px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

span.arrow 
{
	background: url(../img/arrowbullet.png) no-repeat center left;
    margin-right: 7px;
    padding: 10px;
}

.per-pax td:nth-child(2) , td:nth-child(3){border-left:none;}
.per-pax td:nth-child(3){width:1px; padding-right:35px;}