﻿/*				ValidatorCalloutExtender			*/
em.vce{
	display:none;
	background: url(images/core/aarow.png) no-repeat;
	width: 196px;
	height: 47px;
	overflow:visible;
	padding:0 0 0 26px;
	position: absolute;
	z-index:100;
}
em.vce b{
	display:block;
	width: 160px;
	background-color:#fffacd;
	margin:0;
	padding:20px 10px;
	text-align: left;
	font-style: normal;
	font-weight:bold;
	font-size:12px;
	color:#000;
}
em.vce label{
    display: inline-block;
    width: 10em;
}
.updnValidatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
}
.updnValidatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
}
.updnValidationErrorInput
{
    background-color: #fcc;
}
.updnValidationErrorLabel
{
    color: #900;
}


/*				AutoCommplete			*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}


/** jQuery Gallery Plugin **/
.gallery{
	position: relative;
	overflow: hidden;
	background-color: transparent;
	padding: 0;
	height: 450px;
}
.gallery li{
	margin:0 10px !important;
}
.galleryBar {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 7px;
	display:none;
}
.galleryContent{
	text-align:center;
}
.galleryContent img{
	position:relative !important;
}
.galleryBar li {
	position: relative;
	margin: 0 7px;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style: none;
	text-align:center;
}
.galleryDesc a,.galleryDesc a:visited{
	color:#222;
}
.galleryScreen, .galleryInfo {
	position: absolute;
}
.galleryScreen {
	background-color: #222;
}
.galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 12px;
	right:0 !important;
}
.galleryTitle {
	font-size: 135%;
	font-weight: bold;
}
