/* CSS Document */
a:link {
	color: #f19528;
	text-decoration: none;
	}
a:visited {
	color: #f19528;
	text-decoration: none;
	}
a:hover {
	color: #015ab3;
	text-decoration: underline;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000;
	background: #fff url(../images/bg.gif) repeat-x top left;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 166px;
	visibility: visible;
}

#logopopup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: visible;
}


#wrapper {
	position: absolute;
	width: 90%;
	top: 165px;
	left: 47px;
	background-color: #FFFFFF;
	}

#wrapper800 {
	position: absolute;
	width: 90%;
	top: 165px;
	left: 47px;
	}


#previewNav {
	width: 400px;
	height: 20px;
	}
	
#previewTxt {
	position: absolute;
	width: 350px;
	top: 185px;
	left: 467px;
	}

#previewTxt800 {
	position: absolute;
	width: 100px;
	top: 185px;
	left: 467px;
	}

#thumbnailTxt {
	position: absolute;
	width: 350px;
	top: 185px;
	left: 300px;
	}


#links {
	border-top: 1px solid #ccc;
	}

#closebutton {
	position: absolute;
	top: 25px;
	left: 700px;
	}

#closebutton800 {
	position: absolute;
	top: 25px;
	left: 620px;
	}
	
.buttonTxt {
	font-size: 10px;
	cursor: hand;
	}


.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	cursor: hand;
	}


hr {
	border: 1px solid #ccc;
	}

.message {
	color: #ff0000;
	}


.color {color:#000000; font-family: arial; font-size: 12px;}
.coloron {color:#000000; font-family: arial; font-size: 12px; font-weight: bold;}
.coloroff {color:#000000; font-family: arial; font-size: 12px;}
