/*---------------------------------------------------------------------
$HeadURL: svn://fux.iie.uz.zgora.pl/ects/www/style.css $
$Date: 2011-09-07 00:51:17 +0200 (Śr, 07.09.2011) $
$Revision: 128 $
$Author: km $
$Id: style.css 128 2011-09-06 22:51:17Z km $
---------------------------------------------------------------------*/
/*ąśżźćęńłóĄŚŻŹĆĘŃŁÓ*/

@CHARSET "UTF-8";

html, body
{
	margin:0px;
	text-align:center;
	font:8pt Arial, "MS Sans Serif", sans-serif;
}

body *
{
	margin:0px;
	/*padding:0px;*/
	font-size:1em;
}

img {border:0px;}

h1 {font-size: 1.5em; font-weight: bold;}
h2 {font-size: 1.4em; font-weight: bold;}
h3 {font-size: 1.3em; font-weight: bold;}
h4 {font-size: 1.2em; font-weight: bold;}
h5 {font-size: 1.1em; font-weight: bold;}
h6 {font-size: 1.0em; font-weight: bold;}

input
{
	font-size:1em;
	vertical-align:middle;
	
	margin-bottom:1px !important;
	margin-bottom:0px;
	
	margin-right:1px;
}

div {border:0px dotted red;}

/*a       {text-decoration:none;      border-bottom:1px dotted red;}*/
a       {color:blue; text-decoration:none;     }
a:hover {color:blue; text-decoration:underline;}

/* Tables O,FF like in IE       */
/* in DTD HTML 4.0 Transitional */
TABLE,TH,TR,TD {border-color:#eaeae0 !important; border-color:transparent; }
/*                            O,FF                 IE                */
/*--- classes -------------------------------------------------------*/

#all { width:90%; }

.banner
{
  border:1px solid #a0a0e0;
	margin:7px 0px 0px 0px;
	background:#f0f0ff;
	text-align:center;
}
.banner img
{
	margin:9px 0px 6px 0px;
}

.blond
{
  margin-top:8px;
	border:3px double #a0a0e0;
	background:#ff0;
	color:#000;
	padding:12px 0px;
	font:bold 12pt arial;
}

.naglowek td
{
  vertical-align:top;
  border-top:solid #d0d0ff 1px;
	font:7pt sans-serif;
}
.naglowek td td
{
  vertical-align:middle;
	border:none;
	/*height:2.4em;*/
}
.naglowek form
{
	margin-top:1px !important;
	margin-top:0px;
}

/* pola i1,i2,i3 login,haslo,button */
.naglowek #i1 {	width:150px; }
.naglowek #i3
{
  padding-top:2px !important;
	padding-top:0px;
}

.stopka { width:100%; }
.stopka td
{
  vertical-align:top;
  border-top:solid #d0d0ff 1px;
	font:7pt sans-serif;
}


/*--- moduły ---*/

.user_add_edit .uae_input { width:150px; }
.user_add_edit .uae_button { width:80px; height:27px; }
.user_add_edit select { width:135px; }

#user_list { width:100%; }
#user_list th {vertical-align: middle; height:32px !important; height:30px;}
#user_list td {vertical-align: middle; height:22px !important; height:20px;}
#user_list img{margin-top:1px !important; margin-top:3px;} /**/

/*--- jquery.tooltip ------------------------------------------------*/

.tip {
    color: #000;
    background:#ffc;
    display:none; /*--Domyślnie ukryty--*/
		padding:4px 8px 4px 8px;
		/*border:3px double #99d;/**/
		border:1px dotted #99d;
		text-decoration:none;
		font:7pt arial;
		
		text-align:left;
    position:absolute; z-index:1000;
		
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

		opacity:0.85;/*FF*/
		filter:alpha(opacity=85); /*IE,O*/
		
		display:none;
}

.msg_body_help, .msg_body { display:none; }

/*--- menu ----------------------------------------------------------*/
.menu_tab  {color:black; text-decoration:none; font-family: Arial, "MS Sans Serif", sans-serif; font-size:12px; text-align:center;}
.menu_tab1 {color:black; text-decoration:none; font-family: Arial, "MS Sans Serif", sans-serif; font-size:12px; text-align:center;}
.menu_tab1:hover {color:black; text-decoration:none; text-align:center;}
.menu_tab1t {background-color:white; cursor:pointer; text-decoration:none; text-align:center;}
