/*
 * Copyright 2009 Thomson Reuters Global Resources AG. All Rights Reserved.
 * Proprietary and Confidential information of TRGR.
 * Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited.
 */
 
 body {
 	color: #505050;
 	font-family: tahoma, verdana, arial, helvetica, sans-serif;
 	font-size: 80%;
 }
 
 a {
 	color: #0083bf;
 	text-decoration: none;
 	font-family: Arial,Helvetica,sans-serif;
 }
 a:hover {
 	text-decoration: underline;
 }
 
 em, i {
 	font-style: italic;
 }
 
 b, strong {
 	font-weight: bold;
 }

.hide{
	display:none;
}

.clear{
	clear:both;
	height:1px;
}

.control,
.controlButton {
	float: right;
	width: 23px;
	height: 18px;
	border: 0px solid #DBDBDB;
	margin-top: 2px;
	margin-right:1px;
	background-repeat: none;
	background-position: center;
	cursor: pointer;
}

.minimize-control {
	background-image: url("../images/widget-control-minimize.gif");
	margin-top: 4px;
}

.maximize-control {
	background-image: url("../images/widget-control-maximize.gif");
	margin-top: 4px;
}

#breadcrumb {
    padding-left: 16px;
    float:left;
}