﻿/* NEW CSS */

tr.forumRow {
	border:				solid 2px #ffffff;
	height:				50px;
	background-color:	#cccccc;
	cursor:				pointer;
	color:				#555555;
}

tr.forumRow:hover {
	background-color:	#EEEEEE;
}



a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	underline;
	
}

a:link {
	text-decoration:	underline;
	
}

#Lang {
	position:absolute;
	top:157px;
	right:5px;
	
}

#listhead
{
	text-decoration:underline;
	font-family:serif;
	padding-bottom: 0px;
	text-wrap: none;
	white-space: nowrap;
}

#blurb
{
	text-decoration:none;
	font-size:1.6em;
	color:grey;
	font-style:italic;
	font-family:serif;
	padding-bottom: 0px;
}

#navlist
{
	width: 				100%;
	text-align: 		left;
	margin: 			0 auto;
	padding: 			0;
	text-indent: 		0;
	list-style-type: 	none;
}
#navlist li
{
	display: 			inline;
	list-style-type: 	none;
	margin-left: 		0;
	padding-left: 		0;
	white-space: 		nowrap;
	text-align: 		left;
	text-indent: 		0;
	margin: 			0 auto;
	padding: 			0;
	margin:				0;
	text-indent: 		0;
	display: 			inline;
}

#filterdiv
{
	padding: 	10px;
	width:		95%;
}

#highlightbox
{
	border-color: red;
	border-style: solid;
	border-width: thin;
}

body {
	voice-family: "\"}\""; voice-family:inherit;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}

div
{
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}

a
{
    text-decoration:none;
}

a.Hover
{
    text-decoration:underline;
}

INPUT
{
    border:solid 1px black;
    
}



/** //////////////////////////////////////////////////  START DROP SHADOW CSS ////////////////////////////////////////////////// **/

/* ToolTip type */
.ToolTip {
	/* IS EMPTY TO DEFINE SELECTOR 'ToolTip' */
	/* STYLE IS SPECIFIED IN-LINE HTML		 */
}

	.ToolTip .boxcontent {
		display:block;
		background:#e4e4f0; 
		background-image:url('images/app/panel/common/tooltips/grad.jpg');
		background-repeat:repeat-x;
		background-position: 0px -50px;
		border-left:1px solid #000; 
		border-right:1px solid #000; 
		padding:10px;
		margin:0 0px;
		color: #000000;
		font-size: 12px;
		font-family: Tahoma, Geneva, sans-serif;
	}
	
	.ToolTip h1, .ToolTip p {
		margin:0 10px; 
	}
	
	.ToolTip h1 {
		font-size:1.2em; 
		color:black; 
	}
	
	.ToolTip p {
		padding-top:0.5em;
		padding-bottom:0.5em;
		line-height: 1.3em;
		font-weight: normal;
		font-size: 12px;
		color: #000000;
	}
	
	.ToolTip .b1t,
	.ToolTip .b2t,
	.ToolTip .b3t,
	.ToolTip .b4t,
	.ToolTip .b1b,
	.ToolTip .b2b,
	.ToolTip .b3b,
	.ToolTip .b4b {
		display:block; 
		overflow:hidden; 
		font-size:1px; 
	}
	
	.ToolTip .b1t,
	.ToolTip .b2t,
	.ToolTip .b4t,
	.ToolTip .b1b,
	.ToolTip .b2b,
	.ToolTip .b4b {
		height:1px; 
	}
	  
	.ToolTip .b1t {
		margin:0 2px; 
		background:#000;
	}
	
	.ToolTip .b2t {
		background:#e4e4f0;
		border-left:1px solid #000; 
		border-right:1px solid #000; 
		margin:0 1px; 
		border-width:0 1px; 
	}
	
	.ToolTip .b3t {
		background:#e4e4f0;
		border-left:1px solid #000; 
		border-right:1px solid #000; 
		height:2px;
		margin:0; 
	}
	
	.ToolTip .b4t {
		background:#e4e4f0;
		border-left:4px solid #000; 
		border-right:4px solid #000; 
		margin:0 2px; 
	}
	
	.ToolTip .b1b {
		margin:0 2px; 
		background:#000; 
	}
	
	.ToolTip .b2b {
		background:#e4e4f0; 
		border-left:1px solid #000; 
		border-right:1px solid #000; 
		margin:0 1px; 
		border-width:0 1px; 
	}
	
	.ToolTip .b3b {
		background:#e4e4f0; 
		border-left:1px solid #000; 
		border-right:1px solid #000; 
		height:2px; 
		margin:0; 
	}
	
	.ToolTip .b4b {
		background:#e4e4f0; 
		border-left:4px solid #000; 
		border-right:4px solid #000; 
		margin:0 2px;
	}
	
/** //////////////////////////////////////////////////  END DROP SHADOW CSS ////////////////////////////////////////////////// **/




/** //////////////////////////////////////////////////  MAP STYLE SAMPLE CSS ////////////////////////////////////////////////// **/

div.map_sample {
	width: 55px;
	height: 55px;
	position: absolute;
}

img.map_sample_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

/** //////////////////////////////////////////////////  END STYLE SAMPLE CSS ////////////////////////////////////////////////// **/

