		body
		{
		margin-top: 0px;
		background-color: #587bA9;
		font-family: Verdana;
		font-size: 13px;
		}
		.header
		{
		width: 950px;
		align: left;
		background:url('../header.jpg');
		background-repeat: no-repeat;
		height: 180px;
		}
		.container
		{
		padding-top: 10px;
		background:url("../conbg.jpg") repeat-y;
		width: 1200px;
		margin: 0 auto;
		}
		.wrapper
		{
		margin: 0 auto;
		width: 1000px;
		}
        .table_wtl
        {
            width: 100%;
        }
        .column1_wtl
        {
            width: 300px;
        }
        .column2_wtl
        {
            width: 25px;
            text-align: center;
        }
        .red_wtl
        {
            color:Red;
            font-weight: bold;
        }
        .text_wtl
        {
            width: 300px;
        }
        .select_wtl
        {
            width:305px;
        }
		
		h1
		{
		color: #222;
		font-family: arial;
		font-size: 18pt;
		margin-top: 8px;
		font-color: #222;
		}
		
		h2
		{
		color: #222;
		font-family: arial;
		font-size: 16pt;
		margin-top: 8px;
		font-color: #222;
		}
		
		img
		{
		margin: 8px;
		border: 1px solid #587ba9;
		}
		a img
		{
		border: none;
		}
		.leftpane
		{
		width: 490px;
		float: left;
		}
		.rightpane
		{
		width: 500px;
		margin-left: 10px;
		float: right;
		}
		.clear
		{
		clear: both;
		}
		.silverlight
		{
		text-align: center;
		width: 80%;
		font-size: 9px;
		margin: 15px auto;
		margin-top: 0px;		
		}
		.rightpane p
		{
		margin: 0px;
		}
		
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

