.formTableDiv {
	background-color: #F6F6F6;
	padding: 15px 15px 7px 9px;
	margin-bottom: 5px;
}
.formTableDiv-h2 {
	font-size: 19px; 
	padding: 8px 0px 5px 10px;
	font-weight:normal;
}
.h2-line {
	background-image:url('admin.template/img/sprtr.gif');
	background-repeat:repeat-x;
	margin-bottom: 5px;
	background-position: 0px -4px;
	font-size: 1px;
	height: 5px;
}
.formTable {
	margin-bottom: 3px;
	width: 500px;
}
.formTable .formTr td {
	padding-bottom:1em;
}
.formTable .formTr input[type=text], .formTable .formTr input[type=password], .formTable .formTr select, .formTable .formTr textarea {
	width: 100%;
}
.formTable .formTr textarea {
	height: 80px;
}
.formTable .formTr input[type=checkbox] {
	width: 10px;
}
.formTable .mustFill {
	color: red;
}
.formTable .input input {
	padding: 1px 18px 1px 18px;
}

.hide, .content-hide {

	display: none;
}

/* -- Funkciju stilius -- */

.db_sql_grazinimui
{
	margin-top: 10px;

	font-family: Tahoma, Verdana;
    font-size: 10px;
    padding-left: 5px;
}

.db_sistema
{
	font-family: Tahoma, Verdana;
    font-size: 11px;
	color: #7E7E7E;
    padding-left: 5px;
}
/*
div.db_sistema
{
	display: block;
}

div.db_sistema:hover
{
	background-color: #FFC001;
}
*/

.db_sistema_on
{
	/*background-color: #7E7E7E;*/
	border: 1px dashed #df0000;
}

.db_sistema_out
{
	padding: 1px;
	/*border: 1px dotted white;*/
}

.db_sistema_x
{
	background-color: #7E7E7E;
	border: 1px dotted #df0000;
}

#popitmenu
{
	position: absolute;
	background-color: #585858;
	border:1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	text-align: left;
}

#popitmenu a
{
	text-decoration: none;
	padding-left: 6px;
	color: white;
	display: block;
}

#popitmenu a:hover
{
	background-color: #7E7E7E;
}

#tbl1 {border-collapse: collapse;}
#tbl1 td {border: solid 1px #e3e3e3; padding:3px;}

#tbl1_hidden {border-collapse: collapse;}
#tbl1_hidden td {border: solid 0px white; padding:3px;}

#keywords {display: none !important;}
#keywords h1, #keywords h2, #keywords h3, #keywords h4, #keywords form, #keywords dl, #keywords ul {margin: 0;}
#keywords strong, #keywords b {font-weight: bold;}
#keywords em, #keywords i {font-style: italic;}
#keywords small {display: block;}
#keywords fieldset {border: 0;}
#keywords h1 {display: none !important;}

.left
{
	text-align: left !important;
}
.center
{
	text-align: center !important;
}
.justify
{
	text-align: justify !important;
}

#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #333;
	border: 1px solid #fff;
	overflow: hidden;
}
#resizeSE{
	bottom: -10px;
	right: -10px;
	cursor: se-resize;
}
#resizeE
{
	top: 50%;
	right: -10px;
	margin-top: -5px;
	cursor: e-resize;
}
#resizeNE
{
	top: -10px;
	right: -10px;
	cursor: ne-resize;
}
#resizeN
{
	top: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: n-resize;
}
#resizeNW{
	top: -10px;
	left: -10px;
	cursor: nw-resize;
}
#resizeW
{
	top: 50%;
	left: -10px;
	margin-top: -5px;
	cursor: w-resize;
}
#resizeSW
{
	left: -10px;
	bottom: -10px;
	cursor: sw-resize;
}
#resizeS
{
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: s-resize;
}