@charset "utf-8";
/* CSS Document */

/*
	border-color: #418580
*/

#slideshow-content
{
}


.layout-panel-outer
{
	width: 820px;
	width: 900px;
	position: relative;
	margin-left: auto; margin-right: auto;
}

.layout-panel
{
	border: none;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 820px;
	width: 900px;
}

.layout-panel td.layout-cell
{
	padding: 0;
	vertical-align: top;
	text-align: left;
}


.layout-panel .background-white
{
	background-color: #F4FCFF;
}

.layout-panel td.content-left
, .layout-panel td.content-center
, .layout-panel td.content-right
{
	height: auto;
	vertical-align: top;
	text-align: left;
	background-color: #F4FCFF;
}

.layout-panel td.content-left
{
	width: 140px;
	width: 180px;
	padding-right: 20px;
}
.layout-panel td.content-left div#content-center
{
	width: 140px;
	width: 180px;
	overflow: hidden;
}

.layout-panel td.content-right
{
	width: 140px;
	width: 180px;
	padding-left: 20px;
}
.layout-panel td.content-right div#content-center
{
	width: 140px;
	width: 180px;
	overflow: hidden;
}

.layout-panel td.content-center
{
	width: 420px;
}
.layout-panel td.content-center div#content-center
{
	width: 420px;
	overflow: hidden;
}

.layout-panel td.vertical-offset
{
	height: 160px;
	background-position: left bottom;
}


.layout-panel td.no-background
{
	background-image: none;
}

.layout-panel .left-top
{
	width: 20px;
	height: 20px;
	background-image: url(left-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.layout-panel .left-center
{
	width: 20px;
	height: auto;
	background-image: url(left-center.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.layout-panel .left-center-no-inside-border
{
	width: 20px;
	height: auto;
	background-color: #F4FCFF;
}
.layout-panel .left-center-short
{
	width: 20px;
	height: auto;
	background-image: url(left-center-short.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.layout-panel .left-bottom
{
	width: 20px;
	height: 20px;
	background-image: url(left-bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .left-bottom-square
{
	width: 20px;
	height: 20px;
	background-image: url(left-bottom-square.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .left-bottom-square-no-inside-border
{
	width: 20px;
	height: 20px;
	background-image: url(left-bottom-square-no-inside-border.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .center-top
{
	width: auto;
	height: 20px;
	background-image: url(center-top.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.layout-panel .center-bottom
{
	width: auto;
	height: 20px;
	background-image: url(center-bottom.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.layout-panel .right-top
{
	width: 20px;
	height: 20px;
	background-image: url(right-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .right-center
{
	width: 20px;
	height: auto;
	background-image: url(right-center.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.layout-panel .right-center-no-inside-border
{
	width: 20px;
	height: auto;
	background-color: #F4FCFF;
}
.layout-panel .right-center-short
{
	width: 20px;
	height: auto;
	background-image: url(right-center-short.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.layout-panel .right-bottom
{
	width: 20px;
	height: 20px;
	background-image: url(right-bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .right-bottom-square
{
	width: 20px;
	height: 20px;
	background-image: url(right-bottom-square.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.layout-panel .right-bottom-square-no-inside-border
{
	width: 20px;
	height: 20px;
	background-image: url(right-bottom-square-no-inside-border.png);
	background-position: left top;
	background-repeat: no-repeat;
}

