body {
	/*background:#f2f2f2 url(images/bg.jpg) repeat-x top;*/
		/*background-color:#eeeeee;*/
		position:relative;
		margin:0px;
		padding:0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	padding-left:5px;
	padding-right:5px;
}
#breadcrum_wrapper
	{
		color:#666666;
	}
h1 {
	font-size:1.0em;
	margin-top:15px;
	margin-bottom:2px;
	color: #696969;/*text-transform:uppercase;*/
	text-transform:uppercase;
}
h2 {
	font-size:1.0em;
	margin-top:15px;
	margin-bottom:2px;
	color: #696969;/*text-transform:uppercase;*/
	text-transform:uppercase;
	}
h2.title_left_light 
	{
	color: #3294F9;
	}
.title_left_dark 
	{
	color: #696969;
	}
a {
	color:#0066FF;
	font-style:none;
	text-decoration:none;
}
a.bread_crum {
	text-decoration: underline;
}
a:hover, a:visited {
	color:#0066CC;
	font-style:none;
	text-decoration:none;
}
.logo {
	padding: 0px 0px 0px 10px;
}

/*  START DEFINITION OF FORM FIELDS	 */
input, select {
	font-family:Tahoma, arial, sans-serif;
	font-size:1em;
	border: 1px solid #CCC;
	font-size: 11px;
	COLOR:#444;
	width:76%;	
}

.form_submit {
	width:45px;
	background-color:#6CB3DD;;
	color: white;
	text-transform: uppercase;
	border: 1px solid #0099cc;
}
/*  END DEFINITION OF FORM FIELDS	 */

/* FOR TABLES	*/
.left_columntable
	{
		width:100%;
	}
.title, .empty, .title_right, .right 
	{
		text-align:left;
		background:#6CB3DD;
		color:#FFFFFF;
	}

.title_right, .right 
	{

		text-align:right;
	}


.icon, .weather_table_td_icon
	{
		width:15px;
	}

.middle, .weather_table_td
	{
		text-align:left;
		width:80%;
	}
.right, .title_right, .weather_table_td_value
	{
	text-align:right;
	}

table .separator
	{border-bottom:1px dotted #cccccc;}
/* END FOR TABLES	*/
	
/* 	SPACER BETWEEN PARAGRAPHS */
div .wrapper
	{
		clear:both;
		margin-bottom:8px;
		margin-top:5px;	
	}
hr
	{	
		clear:both;
		height:1px;
		margin-bottom:8px;
		margin-top:8px;	
	}	
/* BREADCRUM FOLD-OUT */
#breadcrum_continent, #breadcrum_country, #breadcrum_region, #breadcrum_area, #breadcrum_village
	{
		float:left;
	}
#breadcrum_foldout
	{
		background-color:#FFFFFF;
		border:1px solid #999999;
		margin:5px 0px 0px -15px;
		position:absolute;
		text-align:left;
		z-index:2;
		min-width:150px;
	}
#breadcrum_wrapper .icon
	{
		margin-bottom:-1px;
		padding:0px 3px 0px 3px;
		cursor: pointer;		
	}	
.breadcrum_option
	{
		padding:3px 5px 3px 5px;
		border-bottom:1px solid #FFFFFF;
	}	
/* END BREADCRUM FOLD-OUT */	


/*  tabs */
.menu_wrapper
	{
		margin-top:25px;
		height:19px;
		border-bottom:1px solid #cccccc;
	}

.menu_tab
	{
		float:right;
		margin-right:5px;
		margin-top:1px;
		width:95px;
		height:17px;
		padding-top:2px;
		text-align:center;
		color: #666666;
		cursor: pointer;
	}
	
.menu_tab a
	{
		color:#666666;
	}	
/* end tabs	*/


/* search */
.search_results_clear
	{
		clear:both;
		height:15px;
		border-bottom:1px solid #CCCCCC;
		margin-bottom:15px;
	}
/* end search */

/* footer */
.footer_clear
	{
		clear:both;
		height:10px;
		margin-bottom:10px;
		border-bottom:1px solid #CCCCCC;
		
	}
/* end footer*/

