/***** basic elements *****/
pre {
	white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
	white-space: -pre-wrap;      /* Opera 4 - 6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) */
	word-wrap: break-word;       /* IE 5.5+ */
}

a:link {
	color : #000080;
	text-decoration : none;
}

a:visited {
	color : #000080;
	text-decoration : none;
}

a:hover {
	color : #000080;
	text-decoration : none;
}

a:active {
	color : #000080;
	text-decoration : none;
}

a.imgopacity:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000080;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000080;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000080;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000080;
	margin: 0px;
	padding: 0px;
}

body {
	background scrollbar-track-color : #f0f0f0;
	background-color: #f8f8f8;
	font-family : Tahoma;
	font-size : 8pt;
	scrollbar-3dlight-color : #c0c0c0;
	scrollbar-arrow-color : #666666;
	scrollbar-darkshadow-color : #efeded;
	scrollbar-face-color : #efeded;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #999999;
}


/***** specific elements *****/

/*** header elements ***/
.tag_top {
	height: 60px;
	border-bottom: solid 1px #cccccc;
}

.header_logo {
	position: absolute;
	top: 20px;
	left: 150px;
	font-family: Times New Roman CE;
	font-size: 20pt;
	font-weight: normal;
	color: #000080;
	margin: 0 0 0 0;
}

.header_title {
	position: absolute;
	top: 30px;
	left: 350px;
	width: 360px;
	text-align: center;
}

.header_search {
	position: absolute;
	left: 755px;
	top: 28px;
	display: inline;
}

.hs1 {
	position: absolute;
	left: 0px;
}

.hs2 {
	position: relative;
	top: 0px;
	left: 165px;
}

.hs_TextBox{
	border: solid 1px #7f9db9;
	background-color: #f8f8f8;
}


/*** middle elements ***/
.tag_middle {
	position: absolute;
	top: 70px;
	left: 0px;
}

.tag_images {
	position: absolute;
	top: 10px;
	left: 220px;
	width: 770px;
}

.image_list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.image_list li
{
	display: inline;
	list-style-type: none;
}

.imageItem {
	margin: 3 3 3 3;
	float: left;
	width: 148px;
	height: 140px;
	text-align: center;
}

.tag_list {
	position: absolute;
	top: 315px;
	left: 10px;
	border: solid 1px #c0c0c0;
	width: 205px;
	height: 165px;
}

.ttext {
	position: absolute;
	left: 5px;
	top: 3px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
	color: #000080;
	text-align: left;
}

.image_taglist {
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.image_taglist li {
	display: inline;
	float: left;
	list-style-type: none;
	width: 100px;
	padding: 5 1 2 1;
	font-weight: bold;
	text-align: center;
}

.tag_listitem a {
	color: #8b4513;
	font-weight: bold;
	font-size: 11px;
}

.tag_listitem a:visited {
	color: #8b4513;
	font-weight: bold;
	font-size: 11px;
}

.other_albums {
	padding: 12 0 0 40;
}

.other_albums li{
	text-align: left;
	list-style-type: none;
	padding: 0 0 3 0;
}


/*** footer elements ***/
.main_bottom {
	position: absolute;
	top: 670px;
	left: 15px;
	width: 980px;
	text-align: center;
}

