/*
	Copyright (C) 2012 - 2013 Luis Silva
	SLJQuery 0.32
 
	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


/* Forms
 ****************************************************/
select:focus, input:focus, textarea:focus
{
	-moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    border: 1px solid #80bfff;
    box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
}


/* Special Icons
 ****************************************************/
.SLLoadingIcon
{
	z-index: 501;
}


/* Line Messages
 ****************************************************/
.SLNormalLineMessage
{
}


.SLAttentionLineMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	z-index: 498;
}


.SLErrorLineMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	z-index: 498;
}


.SLInformationLineMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	z-index: 498;
}


.SLSuccessLineMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	z-index: 498;
}


.SLHelpLineMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	z-index: 498;
}


/* ToolTips
 ****************************************************/
.SLToolTipCorner
{
	position: absolute;
	z-index: 498;
}


.SLToolTipIcon
{
	position: absolute;
	z-index: 499;
	margin-left: 11px;
	padding-top: 3px;
}


.SLAttentionToolTipBody
{
	position: absolute;
	z-index: 497;
	width: 200px;
	border: 1px solid #E6DB55;
	background-color: #FFFBCC;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.SLErrorToolTipBody
{
	position: absolute;
	z-index: 497;
	width: 200px;
	border: 1px solid #DF8F8F;
	background-color: #FFCECE;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.SLInformationToolTipBody
{
	position: absolute;
	z-index: 497;
	width: 200px;
	border: 1px solid #A2B4EE;
	background-color: #DBE3FF;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.SLSuccessToolTipBody
{
	position: absolute;
	z-index: 497;
	width: 200px;
	border: 1px solid #9ADF8F;
	background-color: #D5FFCE;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.SLHelpToolTipBody
{
	position: absolute;
	z-index: 497;
	width: 200px;
	border: 1px solid #64C3F7;
	background-color: #D5F0FD;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
}


.SLToolTipContainer
{
	position: absolute;
	z-index: 500;
}


/* InputTips
 ****************************************************/
.SLInputTipContainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	position: absolute;
	z-index: 496;
	padding-top: 3px;
	padding-left: 5px;
}


/* InputTexts
 ****************************************************/
.SLNormalInputText
{
}


.SLAttentionInputText
{
	border-color: #df8f8f;
	-moz-box-shadow: inset 0 0 10px #ffcece;
	-webkit-box-shadow: inset 0 0 10px #ffcece;
	box-shadow: inset  0 0 10px #ffcece;
	color: #df8f8f;
}

 
.SLErrorInputText
{
	border-color: #df8f8f;
	-moz-box-shadow: inset 0 0 10px #ffcece;
	-webkit-box-shadow: inset 0 0 10px #ffcece;
	box-shadow: inset  0 0 10px #ffcece;
	color: #df8f8f;
}


/* Modal Windows
 ****************************************************/
.SLTransparentDiv
{
	left: 0;
	top: 0;
 	background-color: #000;
	position: fixed;
 	opacity: 0.6;
 	filter: alpha(opacity=60);
}


.SLModalDiv
{
	overflow: auto;
	position: fixed; 
	border: 0.05em solid black;
	background-color: #fff;
}
