/* Minification failed. Returning unminified contents.
(95,14): run-time error CSS1038: Expected hex color, found '#fffffff'
 */
/*
	XXXXXX JS  2014-09-24 Created Home Page
*/

.backColor
{
	background-color: #FFF7FF !important;
}
.leftContainer, .mainContainer
{
	background-color: #DED7DE !important;
	border-right: solid 0px #C3C6C3;
}
.rightContainer
{
	background-color: #FFFFFF !important;
	margin: 0px 0px 0px 0px;
	border: solid 1px silver;
}

/*.homePageButtonsContainer
{
	background-image: -webkit-linear-gradient(top,#f0f0f0,#d7d7d7);
	background-image: -moz-linear-gradient(top,rgba(192, 192, 192, 0.3), #ffffff, rgba(192, 192, 192, 0.3));
	background-image: linear-gradient(rgba(192, 192, 192, 0.3), white, rgba(192, 192, 192, 0.3));
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
}*/

.floatRight
{
	float: right;
	margin-right: 10px;
}
.x-fieldset
{
	background-image: none;
	background-color: #d7d2d2;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f0f0f0),color-stop(100%,#d7d7d7));
	background-image: -webkit-linear-gradient(top,#f0f0f0,#d7d7d7);
	background-image: -moz-linear-gradient(top,#f0f0f0,#d7d7d7);
	background-image: -o-linear-gradient(top,#f0f0f0,#d7d7d7);
	background-image: linear-gradient(top,#f0f0f0,#d7d7d7);
	border: solid 1px silver;
}

body
{
	background: #fff;
	font-family: Arial, sans-serif;
}

p
{
	margin-bottom: 20px;
}

.clearout
{
	height: 20px;
	clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3
{
	display: none;
}

.nbs-flexisel-container
{
	position: relative;
	max-width: 100%;
	height:100% !important;
}
.nbs-flexisel-ul
{
	position: relative;
	width: 5250px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.imageBottomBorder
{
	/*border-bottom: solid 5px red;*/
	box-shadow: 0 0 50px #000;
	line-height: 0px;
}
.nbs-flexisel-inner
{
	height: 90px !important;
	float: left;
	width: 98%;
	background: #fffffff;
	overflow-y:hidden;
	/*overflow: overlay; border:1px solid #ccc;     border-radius:5px;     -moz-border-radius:5px;     -webkit-border-radius:5px;*/
}

.nbs-flexisel-item
{
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item:hover
{
	background-color:#a1a1a1;
}
.nbs-flexisel-item img
{
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100px;
	max-height: 45px;
	height: 45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
	width: 12px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

.nbs-flexisel-nav-left
{
	left: -20px;
	background: url(../../resources/Images/slide-arw-left.png);
}

.nbs-flexisel-nav-right
{
	right: -20px;
	background: url(../../resources/Images/slide-arw-right.png);
}

#scroll
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#scroll ul
{
	white-space: nowrap;
	list-style: none;
	margin-left: -50px;
}
#scroll li
{
	margin-left: 50px;
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
}
#scroll img
{
	border: 0;
	display: block;
	max-width: 110px;
	max-height: 50px;
	height: 50px;
}

#scroll a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

