/* page styles */

html, body {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
/* general type styles */

	a	{
		color: #000;
		text-decoration: underline;
		background-color: transparent;
		}

	a:link	{
		color: #000;
		background-color: transparent;
		} 

	a:visited	{
		color: #000;
		background-color: transparent;
		} 

	a:active	{ 
		color: #F60;  
		background-color: transparent;
		} 

	a:hover		{ 
		color: #F60; 
		text-decoration:none; 
		background-color: transparent;
		} 

	.selected {
		font-weight: bold;
		text-decoration: none;
	}
	
	
		
	h1	{
		font-size: 16px;
		}

	h2	{
		font-size: 16px;
		padding: 0px;
		margin: 0px;
		}

	h3	{
		font-size: 16px;
		margin: 0px 0px 0px 5px;
		padding: 3px 3px 3px 3px;
		color: white;
		}

	h4	{
		font-size: 11px;
		line-height: 13px;
		padding: 0px;
		margin: 0px;
		}

	.date	{
		font-size: 11px;
		color: #666;  
		margin: 0px 0px 0px 0px;
		padding-left: 6px;
	}


	p	{
		margin: 0px;
		}
		
	img	{
		margin: 0px;
		padding: 0px;
		}
		
/* tooltips style */

a.info{
	position:relative; /*this is the key*/
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	text-decoration:none
}
		
div.tooltipsStyle {
	border: 1px solid #333333;
	background-color: #333333;
}

div.tooltipsStyle .contents {
	font-size: 12px;
	font-family: Arial, Sans;
	padding: 5px;
	background-color: #EFFCB6;
}


/** change jquery theme color for dialog **/
.ui-widget-header {
	background:#016E9F;
    border: 1px solid #016E9F;
}
    
