/* CSS Document */
body {
	background:#000000 /* url(../images/edytaWebBgd5a.jpg) no-repeat center center fixed */  ; 
	font-size:.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	}
/* styles common for #topStripe & #bottomStripe */
#topStripe, #bottomStripe {
	height:24px;
	width:100%;
	background-color:#e38902;
	color:#ffffff;
	padding-left:10px;
	z-index:100;
	}
#topStripe ul, #bottomStripe ul {
	padding-left:0;
	margin-left:0;
	margin-top:5px;
	list-style:none;
	width:1024px;
	}
#topStripe ul li, #bottomStripe ul li {
	display:inline;
	margin-right:10px;
	}
#topStripe ul li a, #bottomStripe ul li a {
	color:#ffffff;
	/* font-weight:bold; */
	text-decoration:none;
	outline:none;
	}
#topStripe ul li a:hover, #bottomStripe ul li a:hover {
	color:#000000;
	text-decoration:underline;
	}
/* -------- superfish menu ----------------  */
/* there is a seperate css for that - check templates! */
/* ------------------------------------------------ */
/* differences between #topStripe & #bottomStripe */
#topStripe{
	position:fixed;
	left:0;
	top:0;
	}
#bottomStripe {
	position:fixed;
	left:0;
	bottom:0;
	}
/* END OF TOP & BOTTOM STRIPES */
#copyrightNotice {
	color:#e38902;
	font-size:10px;
	float:right;
	margin-top:8px;
	margin-bottom:30px;
	font-variant:normal;
	}
/* MAIN BODY OF A WEB PAGE */
#wrapper {
	width:1024px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	z-index:99;
	}
#validationIcons {
	margin-top:10px;
	margin-bottom:30px;
	}
#validationIcons p{
	text-align:center;
	clear:both;
	}
/* miscellaneous classes */
.underline {
	text-decoration:underline;
	}
.black {
	color:#000000;
	font-weight:bold;
	}
.red {
	color:#f00;
	font-weight:bold;
	}
/* for Google Map */	
#directions {
	float:left;
	background:#e38902;
	margin:0;
	margin-bottom:30px;
	padding:10px;
	width:203px;
	}
#directions2 {
	text-align:left;
	}
#map {
	width:800px;
	height:500px;
	float:right;
	margin:0;
	margin-bottom:50px;
	}
#mapTabs li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	}
#mapTabs li a {
 	text-decoration: none;
  	display: block;
  	padding: 5px 15px 3px 15px;
	background:#ff0 url(../images/diifUse/tabBgd.png) repeat-x;
	color:#333;
	border:none;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	outline:none;
	}
#mapTabs li a:hover {
	color:#fff;
	}
#mapTabs li a.selectedView {
	background:none;
	background-image:none;
	color:#f00;
	font-weight:bold;
	border:none;
	}
#closeDir {
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	}
/* css for detectBrowser */
#browsername { 
	color: #fff; 
	padding: 10px; 
	text-transform: capitalize; 
	} 
.firefox #browsername, .chrome #browsername { 
	background: #f00; 
	} 
.chrome #browsername { 
	background: #357; 
	} 
.msie #browsername { 
	background: #00f; 
	} 
.safari #browsername { 
	background: #0f0; 
	} 
.opera #browsername { 
	background: #000; 
	} 
.iphone #browsername { 
	background: #ccc; 
	color: #000; 
	} 
#siteMap {
	padding-top:10px;
	}
table.sortable {
	width:80%;
	text-align:left;
	background:#fff;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	}
.even {
	background-color: #E7F7FF;
	}
.sortable th {
	cursor: pointer;
	font-size:140%;
	padding:5px;
	background:url(../images/diifUse/tabBgd.png) repeat-x top left;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.sortable td {
	border-left:1px solid #ccc;
	padding:5px;
	}
.sortable td a{
	}
.sortable td a:hover{
	text-decoration:none;
	}
th.headerSortDown {
	background: #e38902 url(../images/diifUse/down_arrow.png) no-repeat 98% 7px;
	}
th.headerSortUp {
	background: #e38902 url(../images/diifUse/up_arrow.png) no-repeat 98% 5px;
	}
.hover {
	background:#e38902;
	color:#fff;
	font-weight:bold;
	}
.tableCaption {
	color:#e38902;
	text-align:center;
	}
.color, .color a{
	color:#e38902;
}