﻿ 
/*TextBox*/
.TextBoxFocus
{
	background-color: #bfdaff;
}
.TextBoxRequired
{
	background-color: Lime;
}
.TextBoxError
{
	background-color: #ffcccc;
	font-size:70%;
}

/*Wait*/
.progess
{
	width: 120px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	width: 100px;
}


/******************************************************************************************************/


/*
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
*/

.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}

a.highslide-credits,a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}




/********************
 Helptext
********************/
/**
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

**/

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}


/********************************
GLOBALES
*********************************/
.RUI_Clear
{
	clear:both;
	display:block;
}
.RUI_Caption_info
{
	font-family: verdana, Arial;
	font-size: 8pt;
	color: #767676;
	margin-top:15px;
	/*margin-left:10px;*/
}
.RUI_Required
{
	color:#ff0000 !important;
	font-size:8pt;
}

/********************************
TEXTBOX
*********************************/ 
.RUI_TextBox_SeachButton_True
{
	border: solid 1px ; 
	padding-right: 20px! important; 
	position: absolute;
}
.RUI_TextBox_GlobalBox, .RUI_DDL_GlobalBox, .RUI_ChecktBox_GlobalBox, RUI_ChecktBoxList_GlobalBox, RUI_RadioButton_GlobalBox,RUI_RadioButtonList_GlobalBox
{
	float:left;
	display:block;
}
.RUI_TextBox_Input, .RUI_DDL_Input, RUI_ChecktBox_Input, RUI_RadioButton_Input, RUI_ChecktBoxList_Input
{
	display:block;
	font-family: verdana, Arial;
	font-size: 8pt;
	color: #767676;
	margin-right:10px;
}
.RUI_TextBox_onRequired, .RUI_DDL_onRequired
{
	background-color: #ffffcc;
}
.RUI_TextBox_onFocus
{
}
.RUI_TextBox_OnError, .RUI_DDL_OnError
{
	background-color:#ffcccc;
}
.RUI_Label_Help
{
	display:inline;
}
.RUI_TextBox_Currency
{
	text-align:right;
}
.RUI_uppercase
{
    text-transform: uppercase;
}