/*
 #                                template.css
 #                            --------------------
 #   start                : Sobota, Lis 18, 2006
 #   copyright            : (C) 2003-2006 Future Communication
 #   email                : futureworks@futureworks.pl
 #
 #   $ Id: /templates/onyx/css/client/template.css,v 1.0 2006/11/18 13:40:15 $
 
 ################################################################ */
 
a,a:active,
a:visited 
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.border
{
	background-color: #C5C5C5;
}

div.banner_code
{	
	text-align: left;
	background-color: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid #C5C5C5;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.col 
{
	background-color: #C5C5C5;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.favour, 
A.favour:link,
A.favour:active,
A.favour:hover,
A.favour:visited
{
	color: #CC3300;
}

.hint_text
{
	color: #9EC725;
}

.menu_link,
A.menu_link:link,
A.menu_link:active,
A.menu_link:hover,
A.menu_link:visited
{
	font-weight: normal;
}

.menu_link_a,
A.menu_link_a:link,
A.menu_link_a:active,
A.menu_link_a:hover,
A.menu_link_a:visited
{
	font-weight: normal;
	color: #CC0000;
}

.row1
{
	background-color: #F5F5F5;
}

.row2
{
	background-color: #EAEAEA;
}

.row3
{
	background-color: #F0EDDE;
}

.row4
{
	background-color: #DBD3AE;
}

table.whois
{
	width: 100%;
	background-color: white;
	border: 1px solid #FFC69F;
	margin-bottom: 10px;
	padding: 6px 6px 6px 6px;
}

pre.whois
{
	font-family: courier new;
	font-size: 12px;
	color: #FF6600;
}

td.status_color_green
{ 
	background-color: #DDFFDD; 
}

td.status_color_blue
{
	background-color: #D9F2FF;
}

td.status_color_red
{
	background-color: #FEE7E7
}

td.tt_1 
{ 
	background-color: #FEE7E7; 
}

td.tt_2 
{
	background-color: #FFFFF0; 
}

td.tt_3
{ 
	background-color: #DDFFDD; 
}

a.tt_admin:link, 
a.tt_admin:active, 
a.tt_admin:visited, 
a.tt_admin:hover
{
	color: #E74100;
	font-weight: bold;
	text-decoration: none;
}

a.tt_admin:hover
{
	text-decoration: underline;
}

td,
select,
input,
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

/*--------------------------------
// ddrivetip(); Styles
//------------------------------*/

#dhtmltooltip
{
	font-family: courier new;
	font-size: 12px;
	color: black;
	position: absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	white-space:nowrap;
	text-align: left;
}

/*--------------------------------
// EOS.
//------------------------------*/
