/* travelsuperlink.com */
/* new for xhtml */
/* version 3 style sheet */

/* Placement */


body { margin:0px 0px ;  color:#333333; 

}

.container
{ position: relative; margin: 0 auto; width: 1000px; }

#wrapper { 
width: 100%; 
float: right;
margin-left:-220px; 
min-width: 700px;
/* dynamic expression to emulate min-width in IE
width: expression(document.body.clientWidth < 700? "650px" : "100%")	; 
*/
} 

body,p,div,li,td { font-family:arial,sans-serif,MS Kai; }
td { vertical-align:top; }
a.nounderline { 
    text-decoration: none;
	color: #6e7bfe; 
	}
a:link.nounderline { 
    text-decoration: none;
	color: #6e7bfe; 
	}
a, a:link { 
    text-decoration: none;
	color: #6e7bfe; 
	}
/*	
a:visited { 
	text-decoration: none; 
	color: #7F62D9;
	}
*/
a:hover, a:active { 
	text-decoration: underline; 
	color: blue;
	}

p { line-height: 17px; font-size: 15px; margin: 5px 0 15px 0; }

h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	line-height:24px;
	}

.style_title {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:18px;
	line-height:24px;
	font-weight: 500;
	}
		
h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0px 2px 0px;
	padding:0px;
	font-size:15px;
	line-height:18px;
	font-weight: normal;
	}

h3 {
	margin:0px 0px 15px 0px;
	padding:5px;
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	}
		
h4 {
	margin:0px 0px 15px 0px;
	padding:10px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	}

h5 {
	margin:0px 0px 15px 0px;
	padding:1px;
	font-size:12px;
	line-height:14px;
	text-align: left;
	color: #BFC3C7;
	}

h6 {
	margin:0px 0px 15px 0px;
	padding:1px;
	font-size:8px;
	line-height:10px;
	text-align: center;
	color: #BFC3C7;
	}	
		
#noupdate a, #noupdate a:link { 
	text-decoration: none; 
	color: #555555;
	}
	
#header {
	margin:0px 200px 0px 300px; /* top right bottom left */
	padding:5px 0px 5px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:30px; /* 16px + 5px  = 33px */
	color: #444444;
	min-width: 800px;
}
#header span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:500;	
	}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:600;
	text-align: center;
	}
		
#smallwebicon { 
 	margin:10px 10px 10px 10px; 
 	float: left;
}

#versionicon { 
 	margin:10px 10px 10px 10px;
 	float: right;
}


#headerlinegreen {
	margin:10px 10px 40px 10px;  /* top right bottom left */
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #2FA721; /* light green */
	text-align : center;
}


body>#headerlinegreen {height: 26px;}
#headerlinegreen a  { 
	text-decoration: none; 
	color: #555555;
	} 
#headerlinegreen a:hover { 
	text-decoration: none; 
	color: #98BF36;
	border-bottom: 3px solid #98BF36;
	}
	
#headerlinegreen a.nounderline { 
    text-decoration: none;
	color: #6e7bfe; 
	}	

#headerlinegreen a:link.nounderline { 
    text-decoration: none;
	color: #6e7bfe; 
	}		
#headerlinegreen h1 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:17px;
	font-weight: 600;
} 
		
#headerlineblue {
	margin:30px 10px 30px 10px;  /* top right bottom left */
	padding:8px 0px 7px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:26px; /* 20px + 8px + 1px  = 29px */

	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: blue; /* dark blue */
	line-height: 20px;
	text-align : center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 26px; /* the correct height */
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#headerlineblue {height: 26px;}
#headerlineblue a  { 
	text-decoration: none; 
	color: #555555;
	}
#headerlineblue a:hover { 
	text-decoration: none; 
	color: #4C69BF;
	border-top: 3px solid #4C69BF;
	}
#headerlineblue h3 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:17px;
	font-weight: 600;
} 


#headerlineyellow {
	margin:30px 10px 0px 10px;  /* top right bottom left */
	padding:8px 0px 7px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #FFCC00; /* golden yellow */
	line-height: 20px;
	text-align : center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#headerlineyellow {height: 30px;}
#headerlineyellow a  { 
	text-decoration: none; 
	color: #555555;
	}
#headerlineyellow a:hover { 
	text-decoration: none; 
	color: #BF7139;
	border-top: 3px solid #BF7139;
	}	
#headerlineyellow h3 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:17px;
	font-weight: 600;
} 



#headerlinewhite {
	margin:30px 10px 30px 10px;  /* top right bottom left */
	padding:8px 0px 7px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:26px; /* 20px + 8px + 1px  = 29px */

	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #CCCFFF; /* light blue */
	line-height: 20px;
	text-align : center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 26px; /* the correct height */
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#headerlinewhite {height: 26px;}
#headerlinewhite a  { 
	text-decoration: none; 
	color: #555555;
	}
#headerlinewhite a:hover { 
	text-decoration: none; 
	color: #80ACFF;
	border-top: 3px solid #CCCFFF;
	}
#headerlinewhite h3 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:17px;
	font-weight: 600;
}	

#headerlinegrey {
	margin:30px 10px 5px 10px;  /* top right bottom left */
	padding:0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:10px; /* 20px + 8px + 1px  = 29px */
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #555555; /* grey */
	line-height: 10px;
	text-align : center;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 10px; /* the correct height */
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#headerlinegrey {height: 26px;}

#direction {
	margin:20px 0px 0px 10px;  /* top right bottom left */
	text-align: left;
	}
#direction a:hover { 
	text-decoration: underline; 
	border-top: 0px;	
	}	

#tag {
	margin:20px 15px 0px 0px;  /* top right bottom left */
	text-align: right;
	}

#tag a:hover { 
	text-decoration: underline; 
	border-top: 0px;	
	}	
				   
#content_left {
 	position: relative; 
 	width: auto; 
 	min-width: 400px; 
	margin: 0px 220px 10px 10px; /* top right bottom left */
	padding: 10px;
	border: 0px solid;
	background-color: white; 
    color:#333333;
	}
#content_left ul {list-style: none; padding: 0; margin: 0;}
#content_left li {
	margin: 10px 0 10px 0; 
	padding: 0 0 0 20px; 
	list-style: none; 
	background: url(./image/icon_post.gif)  no-repeat;
}


#content_right {
 	position: relative; 
 	width: auto; 
 	min-width: 650px;

	margin: 5px 10px 20px 220px; /* top right bottom left */
	padding: 10px 5px 10px 30px;
	border-width: 0px 0px 0px 1px; 
	border-style: solid;
	border-color: #dbfad4; /* light green */
    color:#333333;

	}

#content_right h1 {
	padding:0px;
	font-size:16px;
	font-weight: normal;
	color:#444444;
	}	
#content_right ul {list-style: none; padding: 0; margin: 0;}
#content_right li {
	margin: 10px 0px 20px 0px;  /* top right bottom left */
	padding: 0px 0px 0px 20px; 
	list-style: none; 
	background: url(./image/icon_post.gif)  no-repeat;
}
#content_right a { 
    text-decoration: underline;
	font-weight: 600;
	}
#content_right a.nounderline { 
    text-decoration: none;
	}
#content_right  a:link.nounderline { 
    text-decoration: none;
	}
		
#content_right a:hover { 
    text-decoration: underline;
	color: blue;
	}
.contentlink { padding: .25em 0; font-size: 11px; text-decoration: underline; }
	
#navrightfloat {
	position:static;
 	float: right;
	clear: right;
	margin: 0px 0px 10px 10px; /* top right bottom left */
	padding: 0px 10px 0px 20px;
	border-width: 0px 0px 0px 1px; 
	border-style: solid;
	border-color: #dbfad4; /* light green */
	}

#navrightfloat a {
    text-decoration: none;
}

#navleft {
 	position: relative; 
	float: left;
    clear: left;
 	width: 180px; 
 	min-width: 160px; 
	margin: 0px 10px 10px 0px; 
	padding: 10px 10px 10px 10px;
	}


/*	
#navright {
	position:absolute;
	top:200px;
	right:10px;
	width:160px;
	margin: 10px 20px 10px 20px; 
	padding:0px;
	background-color: white;
	border:0;
	line-height:17px;

	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}


#navleft {
	position:absolute;
	top:200px;
	left:10px;
	width:160px;
	margin: 10px 20px 10px 10px; 
	padding:0px;
	background-color: white;
	border:0;
	line-height:17px;

	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}

body>#navleft {width:160px;}
*/
#navpage {
	margin: 50px 20px 20px 260px; /* top right bottom left */
	padding: 10px;
	border: 0px solid;
	text-align : right;
	background-color:white;
   }
#navpage a { 
	text-decoration: none; 
	color: #006400;
	} 
#navpage h3 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:15px;
	line-height:18px;
	font-weight: 600;
	color: #006400;
    }
	
#adsense_footer {
	text-align : center;
	background-color:#ffffff;
   }
   
#footer {
margin: 0; 
clear: both; 
width: 100%;
	text-align : center;
	background-color:#ffffff;
	padding:5px;
   }
#footer a { 
	text-decoration: none; 
	color: #444444;
	}   
	
#footer a:hover { 
	text-decoration: none; 
	color: blue;
	}

.imgright {
	position:relative;
 	float: right;
	clear: right;
/*	width: 360px; */
 	margin:0px 0px 5px 10px;

}

div.imgright img
{
	padding: 5px;
}

img.imgright { 

	padding: 5px;
	padding-bottom: 0px;
}
.imgright span {
	font-size:12px;
	line-height:14px;
	color: #BFC3C7;
	}

.imgright h3 {
    color: #333;
	font-size:15px;
	font-style: bold;
	line-height:20px;
	text-align: center;
	font-family: MingLiU, MS Cai, Arial, Helvetica, sans-serif,;
}	
	/*
div.imgright img
{
	padding: 5px;
}

img.imgright { 

	padding: 5px;
	padding-bottom: 0px;
}
*/
.imgleft { 
	position:relative;
 	float: left;
	clear: left;
	width: 360px;
 	margin:0px 10px 10px 0px;

}
.imgleft h3 {
    color: #333;
	font-size:15px;
	font-style: bold;
	line-height:20px;
	text-align: center;
	font-family: MingLiU, MS Cai, Arial, Helvetica, sans-serif,;

}	
/*
div.imgleft img
{
	padding: 5px;
}

img.imgleft { 

	padding: 5px;
}
*/

.clearboth { clear: both; }
.clearright { clear: right; }
.center { 
	text-align: center;
} 

#update {
	margin-right: 20%;
	margin-left: 20%; /* top right bottom left */
	width: 60% ;
	font-size: 10px;
	font-style: Italic;
	text-align : center;
	padding:5px;
	color: #777777;

	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080; 
	
}
#update a, #update a:link { 
	text-decoration: none; 
	color: #777777;
	}  

.google a { 
	text-decoration: underline; 
	color: black;
	}

.google a:hover { 
	text-decoration: underline; 
	color: black;
	}
.google h2 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	font-weight: 600;
	color: black;
}	
.google h3 { 
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	font-weight: normal;
	color: black;
}


/**recommend to use class as a hock */					
.fade_green {
	background: #D8FDBA url(../image/fade_green.png) no-repeat top right;
	color: #333;
	border-left: 4px solid #A9FC65;
	padding: 5px;
	padding-left: 8px;
	width: 300px; }
.fade_green h1 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	text-align: left;
	}
		
.fade_blue {
	background: #C3FBFF url(../image/fade_blue.png) no-repeat top right;
	color: #333;
	border-left: 4px solid #66F5FF;
	padding: 5px;
	padding-left: 8px;
	width: 300px;}
.fade_blue h1 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	text-align: left;
	}
		
.fade_yellow {
	background: #FFE7CC url(../image/fade_yellow.png) no-repeat top right;
	color: #333;
	border-left: 4px solid #FFB866;
	padding: 5px;
	padding-left: 10px;
	width: 300px;}
.fade_yellow h1 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	text-align: left;
	}
		
.fade_white {
	background: #E9EAFF url(../image/fade_white.png) no-repeat top right;
	color: #333;
	border-left: 4px solid #CCCFFF;
	padding: 5px;
	padding-left: 8px;
	width: 300px;}
.fade_white h1 {
	margin:0px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	text-align: left;
	}
		
.fade_lightyellow {
	background: #F8F9AA url(../image/fade_lightyellow.png) no-repeat top right;
	color: #333;
	border-left: 4px solid #FFDF08;
	padding: 5px;
	padding-left: 8px;
	width: 300px;}
.fade_lightyellow h1 {
	font-size:14px;
	line-height:17px;
	font-weight: 600;	
	text-align: left;
	}	

.subtitle
   {
   font-weight: bold;
   margin:0px 0px 8px 0px;
   }
   

.blue {	
	background-color:#c8dcf9;
	border-color: blue;
}	

.yellow {
	background-color:#FFF2BF;
	border-color: #ffcc00;
}	

.green {
	background-color:#D0FAC8;
	border-color: #00FFAA;
}
	
.grey {
	background-color:#EBECF2;
	border-color: #EFD3F2;
}	

.linegreen {
	background-color: white;
	border-color: #2FA721;
}	


.style_init_lightgreen {
	font-size: 24px;
	color: #A3CD39;
	margin-right: 2px;
}
.style_init_blue {
	font-size: 23px;
	color: blue;
	margin-right: 2px;
}
.style_init_green {
	font-size: 24px;
	color: green;
	margin-right: 2px;

}		
.style_init_purple {
	font-size: 24px;
	color: purple;
	margin-right: 2px;
}		
.style_init_teal {
	font-size: 24px;
	color: teal;
	margin-right: 2px;
}		

.style_init_darkgreen {
	font-size: 24px;
	color: #91B932;
	margin-right: 2px;
}

.style_init_orange {
	font-size: 24px;
	color: #FFAD63;
	margin-right: 2px;

}		

.style_mid_orange {
	color: #256DFF;
}
.style_mid_darkgreen {
	color: #256DFF;/*#91B932;*/
}
.style_mid_green {
	color: green;
}
.style_mid_blue {
	color: blue;
}
.style_mid_grey {
	color: #666666;
	font-size: 15px;
}
.style_mid_teal {
	color: teal;
}
.style_mid_white {
	font-size: 8px;
	color: white;
}

.date {
color: #BFC3C7;
}

.dashlinegreen {
	margin:10px 10px 10px 10px;  /* top right bottom left */
	padding:10px 0px 10px 0px;
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	border-color: #dbfad4; /* light blue */
	text-align : center;
	}
	
#linktitle	h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size: 20px;
	line-height:24px;
	font-weight: bold;
	}
	
img.linkimg {
	position: static;
 	float: right;
	clear: right;
	width: 360px;
	height: auto;
 	margin:0px 0px 0px 20px; /* top right bottom left */
    border: 1px solid #666; 
	padding: 5px; 
}
