@charset "utf-8";
/* CSS Document */

html, body { 
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d0d2d3;
	display: block;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
} 

h1 {
	font: normal 18pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
		color: #efdd02;
	}
h2 {
	font: normal 16pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
		color: #efdd02;
	}



#t_main {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#t_cont {
	width: 800px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#main-container { 
	height:100%; 
	width:800px; 
	padding:0px; 
	margin:0px auto; 
	border:0px ; 
	background-color:#FFFFFF; 
} 


div.fullscreen {  
    display:block;
	position:relative;
	top:0;
	left:0;
	height:100%;
	width:100%;
	border:0px;}

#container {
height: 100%;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 162px; /*width of menu*/
border: 0px solid #000000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #bbbdbf;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #231f20;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #231f20;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #231f20;
color: white;
/*background-image: url(glossyback2.gif);*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #d0d2d3;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid black;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: black;
color: white;
}

.rssclass a{
/*	height: 100%; 
  padding: 10px; 
	background-color:#ccccff; 
	display: block; */
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ccccff;
	text-decoration: none;
	font-weight: bold;
}

#rssbox {
  text-align: left;
	height: 75px;
  padding: 10px;
	background-color:#aa0000;
	display: block;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

tbody.hosting_cennik
{
	text-align: center;
}


th.server
{
width: 100px;
}

tr.opis
{
width: 150px;
}


th span.server_name
{
font-size: 18px;
font-weight: bold;
}

th span.server_size
{
font-size: 24px;
font-weight: bold;
}




