@CHARSET "UTF-8";

/* #### INPUT FIELDS				*/

optgroup
{
	font-style: normal;
}

div.inputmask
{
	background-color: #FFA;
	border: 1px #DD3 solid;

	padding: 1px;
	padding-left: 10px;

	font-weight: bold;
	font-size:9px;
}

input
{
	border: 1px #000 solid;
	
	margin-top: 2px;
	margin-left:10px;

	width:150px;
	background-color: #DDD;
}

input:hover
{
	background-color: #FFF;
}

input:focus
{
	border:1px #AD78AC solid;
	background-color: #FFF;
}

input.edit
{
	background-color:transparent;
	
	margin:0px;
	padding:0px;
	font-size:11px;
	height:13px;
	width:100%;
	border:0px;
}

td > .text, .text:hover, .text:focus
{
	margin:0px;
	width:100%;
	height:100%;
	border: 0px #000 solid;
	background-color: #FFF;

	display:block;
}

input.button
{
	width:auto;
	height:auto;
	padding-left:5px;
	padding-right:5px;
}

input.check, input.check:hover
{
	width:auto;
	height:auto;
	border:0px;
	background-color:transparent;
}

input.iconNew
{
	width:19px;
	height:19px;
	
	display:inline;
	background-image: url(../../img/info/add.gif);
	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;

	margin:0px;
	margin-left:2px;
	margin-bottom:1px;
}

input.iconAddUsr
{
	width:auto;
	height:20px;
	
	vertical-align:middle;
	font-size:11px;
	padding-left:20px;
	
	display:inline;
	background-image: url(../../img/info/users.png);
	background-repeat: no-repeat;
	background-position: left center;

	cursor: pointer;

	margin:0px;
	margin-left:2px;
	margin-bottom:1px;
}

input.iconNewLabeled
{
	width:auto;
	height:auto;
	
	display:inline;
	background-image: url(../../img/info/add.gif);
	background-repeat: no-repeat;
	background-position: center left;

	padding:2px;
	padding-left:15px;

	cursor: pointer;

	margin:1px;
}

input.iconEdit
{
	display:inline;
	
 	background-image: url(../../img/info/edit.png);
 	background-repeat: no-repeat;
 	background-position: center center;
 	
 	margin:0px;
 	margin-right:1px;
 	
 	width:19px;
 	height:19px;
 	
 	cursor: pointer;

	margin:0px;
	margin-left:2px;
	margin-bottom:1px;
}

input.iconDel
{
	width:19px;
	height:19px;
	
	display:inline;
	/*background-image: url(../../img/info/del.gif); */
	background-image: url(../../img/info/delete.png);
	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;

	margin:0px;
	margin-left:2px;
	margin-bottom:1px;
}

input.iconUpd
{
	width:19px;
	height:19px;
	
	display:inline;
	background-image: url(../../img/info/update.png);
	background-repeat: no-repeat;
	background-position: center center;

	cursor: pointer;

	margin:0px;
	margin-left:2px;
	margin-bottom:1px;
}

input.send
{
	background-image: url(../../img/layout/logo12x12.gif);
	background-repeat: no-repeat;
	background-position: 5px;

	margin-left:0px;
	font-weight:bold;

	width:100%;
	padding-left: 20px;
}

a.button:link, a.button:visited
{
	display:block;
	height:20px;
	width:200px;
	border:1px #000 solid;
	margin-top:2px;
	padding:2px;
	
	background-color:#FFA;
}

a.button:hover
{
	display:block;
	height:20px;
	width:200px;
	border:1px #000 solid;
	margin-right:2px;
	padding:2px;
	
	background-color:#FF5;
}