/* top right bottom left */

/* CSS Document  */
/*greyish background */
#bg1 { background-color: #adadad; }
#bg2 { background-color: #C0C0C0;}

blueish background
#bb1 { background-color: #7d979e; }
#bb2 { background-color: #6a8188;}


#sweden {
	float: left;
	padding:  0;
	margin: 0px 0px 0px 30px;
	}

#sweden dl {
	float: left;
	display: inline; /* fixes double margin  */
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#sweden dd {
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 1cm; 
	}

#sweden dd img {
	float: left;
	margin: 0px  0px 0px 0px;   /*controlled locally*/
	padding: 0px;
	}
	
#sweden .alt dt {
	float: left;
		}
	

#sweden .alt dd img {
	float: right;
	margin: 0px  0px 0px 0px;   /*controlled locally*/
	}
	
/* Used in the detail	 */

#sweden dd.limg img {
	float: left;
	margin: 0px  10px 10px 0px;  
	padding: 0px;
	border: 0px solid red;
	}	
	

#sweden dd.rimg img {
	float: right;
	margin: 0px  0px 10px 10px;  
	padding: 0px;
	border: 0px solid red;
	}

/* posted comment */
.panel_Posted {
  	margin: 0 0 10 0;
    font-family:  Arial, Helvetica, sans-serif;
 	font-weight: 800;
  	font-size: 70%;
  	text-align: left;
  	}

/* windings style */	
.dot1 {
	font-family: Wingdings;
	vertical-align: top;
	text-align: center;
	}
/* plain arial */
	
.dot2 {
	font-family: Arial;
	vertical-align: top;
	text-align: center;
	}
/* winding 3 */
	
.dot3 {
	font-family: Wingdings 3;
	vertical-align: top;
	text-align: center;
	}
	

/*	Link	 */
 a.typeb:link    {color:#FFFFFF; text-decoration:none;}/* indicate  */
 a.typeb:visited {color:#FFFFFF; text-decoration:none;}/* been their  */
 a.typeb:active  {color:#FFFFFF; text-decoration:none;}/* current position  */
 a.typeb:hover   {color:#0000FF; text-decoration:underline;}/* hover indicate  */
	
	
 a.type1:link    {color:#FFFFFF; text-decoration:none;}/* indicate  */
 a.type1:visited {color:#FFFFFF; text-decoration:none;}/* been their  */
 a.type1:active  {color:#0000FF; text-decoration:none;}/* current position  */
 a.type1:hover   {color:#0000FF; text-decoration:underline;}/* hover indicate  */
