/* basic elements */

body {
	background-color:#FFFFFF}

p {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a, a:link, a:active, a:visited {
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	color:#636363;
}

a:hover {
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

hr {
	width:575px;
	height:3px;
	color:#5AABE6;
}

img {
	border:0px;
}

table {
	width:575px;
	background-color:#FFFFFF;
}


/* layout holders */

.logositetd {
	text-align:center;
	padding:10px 0px 10px 0px;
}

.logothumbstd {
	text-align:right;
	padding:10px 0px 0px 0px;
}

.copyrighttd {
	text-align:left;
	padding:1px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#636363;
}

.infomsgtable {
	width:550px;
	background-color:#E0F0FF;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#5E90C2;
	color:#5E6273;
}

.warnmsgtable {
	width:550px;
	background-color:#FFFAD8;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#FFD324;
	color:#5E6273;
}

.errmsgtable {
	width:550px;
	background-color:#FBEEF1;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#FEABB9;
	color:#5E6273;
}

.imgmsgtd {
	width:60px;
	text-align:center;
	padding:3px;
}

.txtmsgtd {
	text-align:left;
	padding:3px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}



/* 3rd party */

/* CSS popup image viewer */

.thumbnail{
	position:relative;
	z-index:0;
	text-decoration:none;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:#5AABE6;
}

.thumbnail:hover{
	background-color:transparent;
	z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	background-color:#FFFFFF;
	padding:5px;
	left: -1000px;
	border: 1px solid #5AABE6;
	visibility: hidden;
	text-decoration:none;
	text-align:left;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#5AABE6;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width:0;
	padding:2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility:visible;
	top:0;
	left:60px; /*position where enlarged image should offset horizontally */
}

