* {
	padding:0;
	margin:0;
}
html {}
body {
	margin: 10px auto;
	width: 800px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	color:#495D7E;
}
a:hover {
	text-decoration: none;
	color: #6DC227;
}

.style2 {color: #6DC227}

.button {
	background:url(../img/buttonbg.jpg) repeat-x;
	padding:3px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #7ab025;
	text-align:center;
	width:auto;
}
	
/* Boxed */

.title {
	background: #f4f4f4 url(../img/li.gif) no-repeat left center;
	border-bottom: 3px solid #495D7E;
	padding: 5px 0 5px 5px;
	text-indent:15px;
}

.contact_title {
	border-bottom: 2px solid #495D7E;
	font: bold 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contact_country {
	padding: 5px;
	border-bottom: 1px solid #495D7E;
	font: bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 {
	padding: 5px 20px 0 0;
}

.boxed1 p {
	font-size:85%;
}

.boxed1 .title {
	font: bold 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	margin-bottom:15px;
}

#username, #password {
	width:90%;
	margin-bottom:5px;
}
.ad_boxed2 {
	width:380px;
	float:left;
}

.ad_boxed2 .content {
	text-align:justify;	
	padding:0 0 10px 0;
	margin:0 0 15px 0;	
}

.boxed2 .content {	
	padding:0 0 10px 0;
	margin:0 0 20px 0;	
}

.title em {
	color: #6DC227;
	font-style:italic;
	width:auto;
}

.boxed3 .title {
	font: bold 115% "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

.boxed3 .content {
	padding: 10px 0;
	margin-bottom:20px;		
}

.boxed3 ol, .boxed3 ul, .boxed1 ul  {
	margin-left: 1em;
	padding-left:5px;
	font-weight:bold;
}

#red {
	color:white;
	background: #e16629 url(../img/magnifier.png) no-repeat 95% center;	
}

#green {
	color:white;
	background: #6DC227 url(../img/flag_arrow.png) no-repeat 95% center;
	}

#blue {
	color:white;
	background: #495d7e url(../img//star.png) no-repeat 95% center;
	border-bottom: 3px solid #99cc00;
	}

/* Header, langmenu */

#Header {
	height: 160px;
	background:white url(../img/freight_exchange.jpg) no-repeat;
	margin:0;
	padding:0;
}

#Header a.click {
    position: relative;
    top: 0;
    left: 0;
	width: 240px;
    height: 160px;
	display:block;
}

#Header a.click h1 {
    visibility:hidden;
}

#Header .title {
	font: bold 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: white url(../img/li.gif) no-repeat left center;
	border:none;
	width:auto;
}
	
#title-logo {
	position:relative;
	top:103px;
	left:240px;
	background: transparent url(../img/corner.gif) no-repeat right center;
	padding-right:13px;
	clear:both;
	float:left;
	width: auto;
	border:none;
}

*html #title-logo {
	width/**/: 350px;
	width: /**/350px;
}

.langmenu {
	padding-bottom:5px;
	text-align:right;
}

/* Menu */

#menu {
	position: relative;
	top: 0px;
	left: 240px;
	float:left;
	width:auto;
	background-color:white;
}

#menu ul {
	height: 27px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height:22px;
	padding: 5px 7px 0 7px;
	border-right: 1px dotted #6cc226;
	text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	color: black;
}

#menu a:hover {
	background: #6cc226;
	color:#fff;
}

#menu a.active {
	background-color: #6cc226;
	border-top-color: #495d7e;
	text-decoration: underline;	
	color:#fff;

}

/* Content */

#content {
	float: right;
	width: 560px;
	margin:15px 0;
	z-index:100;
}

#content p, #content ol, #content ul{
	line-height: 152%;
	padding:0;
}

/* Sidebar */

#sidebar {
	clear:both;
	float:left;
	width: 240px;
	padding: 10px 0 20px 0;
}

#sidebar ul {
	line-height:152%;
	padding:15px 0 0 0;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 270px;
	height:225px;
	overflow:hidden;	
	margin-top:-10px;		
}

#sample2, #sample3, #sample5 {
	margin-left: 20px;
	float:left;
}

#sample3, #sample4, #sample5 {
	float: left;
	width: 173px;
	height:250px;
	overflow:visible;
}
 
#sample3 p, #sample5 p { 
	font-size: 85%;
}	

#ad_sample3, #ad_sample5{
	float: left;
	width: 180px;
	height: 250px;
	overflow:visible;
}

#ad_sample5{
	margin-left:20px;
}

#ad_sample1{
	float:left;
	width:380px;
	height:auto;
	overflow:visible;
	margin-top:0px;
}

#ad_sample{
	float:right;
	width:160px;
	height:600px;
	border:none;
	padding:0;
}
/* Footer */

#footer {
	clear:both;
	width: 800px;
	margin: 0 auto;
	padding: 00px 0;
	border-top: 5px solid #7AB025;
}

#footer p {
	text-align: center;
	font-size: 77%;
}


form label.error  {
	color: red;
	font-style: italic;
	display: block;
}


.popupInfo {
    position: relative;
}
 
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}
	
.ui-dialog { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px; 
} 

.ui-accordion { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 13px; 
} 

.ui-tabs { 
	font-family: Verdana, Arial, sans-serif; 
	font	`-size: 13px; 
} 


.ui-jqgrid{
	font-family: Verdana, Arial, sans-serif;
}	
.ui-accordion{
	font-family: Verdana, Arial, sans-serif;
}	

.ui-datepicker{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
}	
.jqgrow {
cursor:default;	
}
.alt {
	background: #DCE8D2;
}	

.prouser {
	/*background: #FF9966;*/
	background: #FDD017;
	font-weight:bold;
}	