* {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background: #ffffff;
}
h1 {
	clear: both;
	font-size: 1.5em;
	padding: 10px 0;
	color: #000;
}

form {
	margin: 10px auto;
}
label,
legend {
	font-weight: bold;
}
legend {
	font-size: 1.3em;
}
.CenterForm div {
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Container {
	margin: 0 auto;
	width: 781px;
}
#Head {
	border-bottom: 1px solid #000000;
	overflow: visible;;
	padding-bottom: 5px;
	position: relative;
}
#Logo {
	float: left;
}

#HeadMenu {
	float: right;
	margin-top: 20px;
}
	#HeadMenu li {
		float: left;
		margin-left: 1px;
	}

#Flags {
	height: 13px;
	text-align: right;
	margin: 5px 0;
}

#Services {
	background: #F7F7F7;
	border: 1px solid #E4E4E4;
	clear: both;
	height: 45px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}
	#Services a {
		margin: 0 15px;
	}
#Content {
	clear: both;
}
#SumbMenus {
	clear: both;
	overflow: auto;
	margin: 10px 0;
}
	#SubMenus ul {
		overflow: hidden;
	}
	#SubMenus ul li {
		float: left;
		border-left: 1px solid #000;
		margin: 0 5px 0 -1px;
		padding-left: 5px;
		padding-right: 1px;
	}
	#SubMenus ul li a {
		color: black;
		text-decoration: none;
	}
	#SubMenus ul li a:hover {
		text-decoration: underline;
	}
	#LeftSubMenu {
		float: left;
		margin-left: -5px;
	}
	#RightSubMenu {
		float: right;
	}
#DomainsTable {
	border: 1px solid #727272;
	margin: 10px 0;
	width: 100%;
}
#DomainsTable thead td {
	background: #D96E0D;
	font-weight: bold;
	color: #fff;
}
#DomainsTable td {
	padding: 2px 4px;
}
.Italic {
	font-style: italic;
}
.IconMenus {
	clear: both;
}
	.IconMenus ul {
		display: inline-block;
		margin: 10px 0;
	}
		.IconMenus ul li {
			float: left;
			width: 75px;
			text-align: center;
		}
		.IconMenus ul li a {
			color: #000;
			text-decoration: none;
		}
		.IconMenus ul li a:hover {
			text-decoration: underline;
		}
.Table {
	border-collapse: collapse;
	width: 100%;
}
	.Table td {
		padding: 10px 0;
		vertical-align: top;
		line-height: 1.4;
	}
	.Table td p {
		font-weight: bold;
		margin-top: 15px;
		width: 220px;
	}
	.Table td p span {
		float: left;
	}
	.Table td p a {
		float: right;
	}

.DarkRow td {
	background: #E9E8E8; /*#E4E4E4;*/
}
.Table .DarkRow td p a,
.Table .LightRow td p a {
	overflow: hidden;
	font-size: 9px;
	color: #f97d02;
	width: 65px;
	height: 14px;
	display: block;
}
.DarkRow td p a:hover,
.LightRow td p a:hover {
	text-decoration: none;
}
.Table .DarkRow td p a {
	background: url(/assets/wiecej2.gif) center right no-repeat;
}

.LightRow td {
	background: #FBFBFB;
}
.Table .LightRow td p a {
	background: url(/assets/wiecej1.gif) center right no-repeat;
}

.Table .ImageCell {
	padding-left: 75px;
	width: 225px;
}
.TableContent {
	border: 1px solid #545454;
	padding: 1px;
}
.TabMenu {
	margin-left: -2px;
}
	.TabMenu li {
		float: left;
		padding-left: 2px;
	}
.tl, .tr, .br, .bl {
	position: absolute;
}
.tl { left: -2px; top: -2px; }
.tr { right: -2px; top: -2px; }
.bl { bottom: -2px; left: -2px; }
.br { bottom: -2px; right: -2px; }

.Clear{
	clear: both;
}
.blad {
	color:red
}

form input {

}

.InputText {
	border: 1px solid #545454;
}

.InputSubmit,
.Back {
	background: url(/assets/button_background.png) center repeat-x;
	border: 1px solid #545454;
	padding: 2px 5px;
	font-weight: bold;
}
.Back {
	clear: both;
	margin-top: 10px;
}
.Items {

}
.Items li {
	padding-top: 5px;
	font-weight: bold;
}
.SubItems {
	margin-left: 15px;
}
.SubItems li {
	list-style: circle;
	padding: 0;
}

.PowrotButton,
.UsunButton,
.PrzejdzButton,
.OkButton,
.DodajButton {
	background: url(/assets/powrot_button.gif) center no-repeat;
	cursor: pointer;
	display: inline-block;
	line-height: 10em;
	height: 28px;
	width: 129px;
	overflow: hidden;
	font-size: 0;
}
.PowrotButton {
	margin-top: 15px;
}
.UsunButton {
	background: url(/assets/usun_button.gif) center no-repeat;
}
.PrzejdzButton {
	background: url(/assets/przejdz_button.gif) center no-repeat;
}
.OkButton {
	background: url(/assets/ok_button.gif) center no-repeat;
}
.DodajButton {
	background: url(/assets/dodaj_button.gif) center no-repeat;
}

.Error {
	border: 1px solid red;
	color: red;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0;
}
.Ok {
	border: 1px solid green;
	color: green;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0;
}

.Tower {
	float: right;
	height: 400px;
	width: 0;
}
.name {
	text-align: right;
	padding: 2px;
	font-weight: bold;
}
.IconMenus .Separator {
	background: url(/assets/separator.gif) center top no-repeat;
	width: 15px;
	height: 50px;
	margin: 0 5px;
}
