/* Singapore Tourism Board Style Sheet Guide */
/* Designed + Developed by Spoon Creative */

/* Unique & Personal Page */

/* Text Formatting */
.section_header_up_act {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

.section_header_up_act a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

.section_header_up_act a:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

.section_header_up_act a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

.section_header_up_act a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

.section_subheader_up_act {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFFF99;
	line-height: 7px;
}

#summary_header {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	line-height: 17px;
	padding-top: 5px;
}

#summary_header a {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	line-height: 17px;
	padding-top: 5px;
}

#summary_header a:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	line-height: 17px;
	padding-top: 5px;
}

#summary_header a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	line-height: 17px;
	padding-top: 5px;
}

#summary_header a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #333300;
	line-height: 17px;
	padding-top: 5px;
}

.story_header_up_act {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #333300;
	line-height: 20px;
}

.story_subheader_up_act {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #A0A012;
	line-height: 14px;
}

.story_topicheader_up_fc {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#707038;
	line-height: 14px;	
}

/* Header Divs */
.div_content_border_up_act {
	width: 604px;
	border: solid;
	border-width: 4px;
	border-color: #B5A463;
	padding: 1px 1px 1px 1px;
}

.div_header_holder_up_act {
	width: 578px;
	height: 53px;
	border: solid;
	border-width: 1px;
	border-color: #CCCC66;
	padding: 12px 12px 6px 12px;
	margin: 0px 0px 1px 0px;
	background-color:#999900;
}

.div_breadcrumb {
	width: 450px;
}

.div_breadcrumb_spacer_up_act {
	width: 450px;
	height: 13px;
}


/* Summary Divs */
.div_summary_border {
	width: 602px;
	border: solid;
	border-width: 1px;
	border-color: #CCCC66;
}

.div_summary_content_holder {
	width: 578px;
	height: 114px;
	padding: 12px 12px 6px 12px;
	background-image:  url("../images/img_summary_unique.jpg");
	background-repeat: repeat-x;
}

.div_summary_img_left {
	float: left;
	margin: 0px 15px 5px 0px;
}


/* Story Divs */
.div_story_border_up_act {
	width: 602px;
	border: solid;
	border-width: 1px;
	border-color: #CCCC66;
	background-color: #FFFFD6;
}

.div_story_content_holder_up_act {
	width: 578px;
	padding: 12px 12px 12px 12px;
}

.div_story_img_left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.div_story_img_right {
	float: right;
	margin: 0px 0px 5px 15px;
}

.div_issue_date {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000000;
	font-weight:bold;
	float: left;
	margin: 0px 15px 5px 0px;
	font-size: 11px;
}

a.div_issue_date:link {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000000;
	font-weight:bold;
	float: left;
	margin: 0px 15px 5px 0px;
	font-size: 11px;
	text-decoration:none
}

a.div_issue_date:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#666666;
	font-weight:bold;
	float: left;
	margin: 0px 15px 5px 0px;
	font-size: 11px;
	text-decoration:none
}

a.div_issue_date:visited {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color:#000000;
	font-weight:bold;
	float: left;
	margin: 0px 15px 5px 0px;
	font-size: 11px;
	text-decoration:none
}
