/* FORMS*/
/* dla body */
 
input {
	font-family: Tahoma, Arial, ms sans serif, 
 sans-serif;
} 

/* styl dla pola tekstowego" */
.input-text {
	font-family: Tahoma, Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	text-indent: 2pt;
	vertical-align: 2%;
} 

/* styl dla pola tekstowego" */
.input-importatnt {
	font-family: Tahoma, Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #990000;
	background-color: #E8D9D9;
	text-indent: 2pt;
	vertical-align: 2%;
} 


/* styl dla menu typu "select" */ 
select{
	font-family: Tahoma, Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	text-indent: 2pt;
	vertical-align: 2%;
}



/* styl dla guzika "Zmien DNS" */
.but-dns{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}

/* styl dla guzika "Odnów domene" */
.but-renew{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #925657;
}

/* styl dla guzika "Sprzedaj domene" */
.but-sale{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7186BD;
}

/* styl dla guzika "OK" lub jakiej kolwiek formy akceptacji */
.but-ok{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6F8D6D;
}

/* styl dla guzika "OK" lub jakiej kolwiek formy akceptacji */
.but-whois{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}

/* styl dla guzika "Sprawdz" */
.but-check{
	font-family: Arial, ms sans serif, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B68989;
}

/* styl dla guzika "Szukaj" */
.but-search{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D6D0A9;
}

/* LINKS */

/* styl dla linku "Podglad" */
a.link-show {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669933;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 60;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-show:visited {
	text-decoration: underline ;
}
a.link-show:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "Szczególy" */
a.link-details {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 60;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-details:visited {
	text-decoration: underline ;
}
a.link-details:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "Akcja na zaznaczonych pozycjach w liscie zaznaczone domeny" */
a.link-action-selected {
	font-family: Verdana, Arial, ms sans serif, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.link-action-selected:hover {
	color: #999999;
	text-decoration: underline;
}

/* styl dla linku "Ukryj szczególy" */
a.link-undetails {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3333;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 110;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-undetails:visited {
	text-decoration: underline ;
}
a.link-undetails:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "uzytkownik" */
a.link-user {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a.link-user:visited {
	text-decoration: none;
	color: #666666;
}
a.link-user:hover {
	color: #777777;
	text-decoration: underline;
}


/* styl dla linku "Domena" */
a.link-domain {
	font-family: Verdana, Arial, "ms sans serif", sans-serif;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}
a.link-domain:visited {
	text-decoration: none;
	color: #666666;
}
a.link-domain:hover {
	color: #777777;
	text-decoration: underline;
}

/* styl dla linku "Usun" */
a.link-delete {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 60;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-delete:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "Strona główna" */
a.link-home {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 100;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-home:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "Usun" */
a.link-data {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7B3E47;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 40;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-data:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}

/* styl dla linku "Lista" */
a.link-list {
	font-family: Verdana, Arial, ms sans serif, 
 sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
a.link-list:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a.link-list:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}

/* styl dla linku "Edytuj" */
a.link-edit {
	font-family: Verdana, Arial, "ms sans serif", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B07C42;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 60;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-edit:visited {
	text-decoration: underline ;
}
a.link-edit:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}


/* styl dla linku "ZAKUP DOMENY", "TRANSFER DOMENY"... */
a.link-process {
	font-family: Verdana, Arial, "ms sans serif", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6F8D6D;
	border: 1px solid #CCCCCC;
	height: 10px;
	width: 60;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
a.link-process:visited {
	text-decoration: underline ;
}
a.link-process:hover {
	color: #999999;
	text-decoration: none;
	background-color: #CCCCCC;
}


/* styl dla menu - bez linku */
.menu-empty {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif, "MS Sans Serif";
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url(../img/strz_02.gif);
}

/* menu-main: styl dla menu - glówna pozycja. */
/* menu-show-domain: styl dla linkow  podczas wyswietlania domen klienta. */
a.menu-main,a.menu-show-domain {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif, "MS Sans Serif";
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: url('../img/strz_02.gif');
}
a.menu-main:hover {
	color: #000000;
	text-decoration: none;
}

a.menu-show-domain:hover {
	color: #FF0000;
	text-decoration: none;
}
/* styl dla menu - puste pozycje w podmenu  */
.menu-sub-empty {
	font-family: Verdana, Arial, "ms sans serif", sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
	list-style-position: inside;
}
/* styl dla menu - pierwsza podgrupa */
a.menu-sub-main {
	font-family: Verdana, Arial, "ms sans serif", sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
	list-style-position: inside;
	list-style-image: url(../img/strz_02.gif);
}
a.menu-sub-main:hover {
	color: #000000;
	text-decoration: none;
}


/* styl dla linku menu - wyloguj */
a.menu-logout {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif, "MS Sans Serif";
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 3px;
	height: 100%;
	width: 100%;
	list-style-position: inside;
	list-style-image: url(../img/strz_02.gif);
	background-color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.menu-logout:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #666666;
}



/* TEXT FORMAT  */

/* styl dla textu wyswietlanego na listach strony */
.table-text{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #333333;
}

/*  styl dla nazw kolumn, wyswietlanych list */
.tr-col-name{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 11px;
	color: #666666;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #BBCFDB;
	
}
/*  styl dla nazw kolumn, wyswietlanych list */
.tr-table-name{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 24px;
	font-weight: normal;
	color: #2B6FC1;
}

/*  styl dla nazw kolumn, wyswietlanych list */
.tr-table-foot{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 5pt;
}


/* styl dla tytulu wyswietlanej strony */
.title{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 24px;
	color: #006699;
	line-height: -15px;
}

/* styl dla podtytulu wyswietlanej strony */
.subtitle{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 14px;
	color: #ABB9C0;
}

/* styl dla opisu bledu, badz komunikatu */
.error{
	font-weight: bold;
	color: #FF0000;
}




/* BACKGROUNDS */
/* okreslenie tla dla calej strony */
body{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
/* kropeczki pionowe */
.page-border{
	background-attachment: fixed;
	background-image: url(../img/kropki-pion.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* tlo dla formularza z wyszukiwarka */
.bg-search{
	border: 1px dotted #CCCCCC;
}
/* tlo dla formularza z wyszukiwarka - dla glówki*/
.bg-tr-title-search{
	font-family: "Trebuchet MS", Arial, Tahoma, Halvetica;
	font-size: 24px;
	color: #990000;

}
/* tlo dla formularza z wyszukiwarka - dla glówki*/
.bg-tr-head-search{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-color: #EDEAD8;

}
/* tlo dla formularza z wyszukiwarka - dla formularza */
.bg-tr-form-search{
	font-family: Arial, ms sans serif, 
 sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F4F4EC;
}
/* tlo dla menu glównego */
.bg-tr-head-menu{
	background-color: #555555;
	text-transform: uppercase;
	letter-spacing: 1px;

}
/* tlo dla menu - submenu */
.bg-tr-form-menu{
	background-color: #999999;
}


/* tlo dla <tr> - parzystego */
.bg-even{
	background-color: #F7F7F7;
}

/*  tlo dla <tr> - nieparzystego */
.bg-odd{
	background-color: #EAEAEA;
}

/* status: "Czeka na wyslanie resellera */
.bg-stat-0{
	background-color: #FADA6C;

} 
/* status: "Odrzucone przez Resellera" */
.bg-stat-3{
	background-color: #ECECEC;
}

/* status: "Anulowane" */
.bg-stat-100{
	background-color: #DAF4B1;
} 

/* status: "Wykonane poprawnie" */
.bg-stat-200{
	background-color: #FADA6C;
}

/* status: "Oczekujace" */
.bg-stat-201{
	background-color: #FFFAB1;
}

/* status: "Oczekujace u Registry" */
.bg-stat-202{
	color: #FFFFFF;
	background-color: #FF5F5F;
}

/* status: "Limit Resellera przekroczony" */
.bg-stat-300{
	background-color: #ECECEC;
}

/* status: "Odrzucone" */
.bg-stat-400{
	background-color: #ECECEC;
}

/* faktura */
.bg-invoice-1-0{
	background-color: #FFE984;
}
/* faktura */
.bg-invoice-1-1{
	background-color: #FCFACA;
}
/* faktura */
.bg-invoice-2-0{
	color: #FFFFFF;
	background-color: #FF5F5F;
}
/* faktura */
.bg-invoice-2-1{
	background-color: #DAF4B1;
}

/* faktura */
.bg-domains-preregistry{
	background-color: #FFE984;
}
/* faktura */
.bg-domains-owner-future{
	background-color: #CFE49D;
}
/* faktura */
.bg-domains-deleted{
	background-color: #BBBBBB;
}
/* expired */
.bg-domains-expired{
	color: #FFFFFF;
	background-color: #FF5F5F;
}
/* faktura */
.bg-domains-owner-future-expire{
	background-color: #FCFACA;
}



/* status: "Odrzucone" */
.bg-sub-1{
}

/* status: "Odrzucone przez Resellera" */
.bg-sub-2{}

/* OTHERS */

/* definicja dla HR */
hr{
	border-bottom: 1px dashed #006699;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
.li {
	font-size: 12px;
	color: #FFCC00;
	list-style-type: square;
	line-height: -5px;
}
/*Definitions for calendar*/

DIV.calendar {
	position:absolute;
}

DIV.calendar TABLE {
width:160px;
margin:4px;
}

DIV.calendar TH {
background-color:#88B8D4;
border:1px solid #CCCCCC;
height:12px;
padding:0px;
}

DIV.calendar TD {
border:1px solid #CCCCCC;
background-color:#E7E7E7;
height:12px;
font:bold normal 10px Arial, Helvetica, sans-serif;
text-align:center;
padding:0px;
}

DIV.calendar TD.calendar_sign { /*Zaznaczony dzien*/
background-color:#FF0000;
color: #FFFFFF;
font-weight: bold;
}

DIV.calendar TD.saturday { /*Sobota*/
background-color:#B58080;
color: #FFFFFF;
}

DIV.calendar TD.sunday { /*Niedziela*/
background-color:#A3B580;
color: #FFFFFF;
}
DIV.calendar A:link {
	color: #004576;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Tahoma;
	text-align: center;
}

DIV.calendar A:active {
color: #004576;
text-decoration: none;
}

DIV.calendar A:visited {
color: #004576;
text-decoration: none;
}

DIV.calendar A:hover {
color: #004576;
text-decoration: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
}
table-100 {
	width:100%
}
form {
	margin: 0px;
}
ul {
	margin: 0px;
	text-indent: -5px;
}
body {
	vertical-align: top;
	margin: -5px;
	padding: -5px;
}
.bg-login {
	background-image: url(../img/design_res_login.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.bg-login-faktura {
	background-image: url(../img/design_cus_login.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

.bg-cus {
	background-image: url(../img/customer_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-res {
	background-image: url(../img/reseller_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}