﻿/* Search Page */
.watermarkText
{
	color: #666 !important; /* color: #575757 !important;     font-style: italic;     background-color: #FFFFE5 !important;*/
}

.greyText
{
	color: #575757;
}

.video
{
	vertical-align: top;
	width: 25%;
}

.faq
{
	vertical-align: top;
	width: 75%;
}

.separator
{
	border-top: 1px solid #CCCCCC;
	height: 10px;
	width: 85%;
	float: left;
}

.spanOr
{
	color: #F46D45;
	width: 200px;
}

.repeaterItem
{
	padding-bottom: 10px;
	width: 85%;
	float: left;
}

.pink
{
	background: #ffeeff;
}

.pagerWidth
{
	width: 95%;
	padding-left: 10px;
}

.imageSearchVideo
{
	padding-left: 25px;
}

.imageSearch
{
	padding-left: 25px;
	float: left;
}

.override
{
	max-height: 200px;
}

.imageVideo
{
	height: 68px;
	width: 92px;
}

.repeaterItemVideo
{
	padding-bottom: 10px;
	padding-left: 5px;
	width: 85%;
	font-size: 90%;
}

.pagerWidthVideo
{
	width: 90%;
	padding-left: 10px;
	vertical-align: top;
}

.contactISN
{
	font-size: x-small;
}

.repeaterItemLeft
{
	float: left;
	padding-left: 3px;
}

.repeaterItemRight
{
	float: right;
	padding-right: 8px;
}

.searchTab
{
	margin-left: 28px;
	margin-right: 28px;
	padding-top: 12px;
	height: 25px;
}

.textBoxHelp
{
	margin-top: 12px;
}
/* End Search Page */

/* Video Player */

.videoPlayer
{
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}

.videoPlayerBigTitle
{
	font-size: 50%;
	margin-left: 10px;
}

/* End Video Player */

.selectMultiple
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width: 300px;
	height: 100px; /*width: 90px; border-style: solid; border-color: rgb(230, 230, 230); background-color: rgb(255, 255, 229);*/
	border-style: solid;
	border-color: rgb(230, 230, 230); /*background-color: rgb(255, 255, 229);*/
}

.linkCss
{
	text-decoration: underline;
	color: #F26D45 !important;
}
.linkCss:visited
{
	text-decoration: underline;
	color: #F26D45 !important;
}
.linkCss:hover
{
	color: #92BF00 !important;
}

/* Contact ISN */

.buttonRight
{
	float: right;
	margin-right: 7px;
}

table.noborder
{
	border: 0px;
}
/* End Contact ISN*/

/* Browser test */
.good
{
	background: url(../../images/sm-check.png) no-repeat left;
	padding-left: 20px;
}

.bad
{
	background: url(../../images/exclamation-border.png) no-repeat left;
	padding-left: 20px;
}
/* Browser test */