<!--

/*
Main style definition file for the PDP website, copyright © 2006-2008 Paperino
*/

.fixedchar
{
	font-family:Courier New, Courier, fixed;
}

.small
{
	font-size:11px
}

.smallgray
{
	font-size:11px;
	color:gray
}

A
{
	text-decoration:underline
}
a:link 
{
	color:#B22222; /*firebrick (not allowed, WC3 CSS validator whines); color: rgb(255, 99, 23);*/
}

A:visited 
{
	color: #A00000;
}

A:active 
{
	color: #808080;
}

A:hover 
{
	color: #FF0000;
}

a.light:link {
	color:#FFDEAD; /*navajowhite;*/
}

A.light:visited {
	color:#FFDEAD; /*navajowhite;*/
}

A.light:active {
	color:#F4A460; /*sandybrown*/
}

A.light:hover {
	color:#F4A460; /*sandybrown*/
}

BODY, CAPTION, DIV, P, TD, TH
{
	font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	font-size:12px
}

CAPTION
{
	font-weight:bold;
}

DIV.tab
{
	width:100px;
	background-color:#DCDCDC; /*gainsboro*/
	border:1px solid silver;
	padding:4px;
	display:inline
}

/* Menu layers begin */

DIV.menu_header, DIV.menu_header_arrow
{
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:110px;
	height:30px;
	text-align:center;
	background-repeat:no-repeat;
	cursor:default;
}
DIV.menu_header
{
	background-image:url('/images/btn_menu.gif');
}
DIV.menu_header_arrow
{
	background-image:url('/images/btn_menu_arrow.gif');
}

DIV.menu_section
{
	position:absolute;
	margin-top:-25px;
	z-index:10;
	width:100px;
	font-family:Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
}

/* Menu layers end */

INPUT.cool
{
	border:1px solid #708090; /*slategray*/
	font-size:11px
}

INPUT.btn
{
	font-size:11px;
}

INPUT.btnflat
{
	border:1px outset;
	font-size:11px;
}

TD.header, TD.smallheader
{
	font-weight:bold;
	background-color:#F0E68C; /*khaki*/
	border:1px outset #FFD700 /*gold*/
}

TD.header2
{
	font-weight:bold;
	background-color:#DCDCDC; /*gainsboro*/
	border:1px outset gray
}

TD.smallheader
{
	font-size:11px
}

TD.userpanelheader
{
	font-weight:bold;
	height:25px;
	background-image:url('images/bg_mypanel_header.gif');
	background-repeat:no-repeat;
	color:#FFFACD; /*lemonchiffon*/
	text-align:center;
}

/* Fade menu cells begin */

TD.menu_header
{
	height:28px;
	
}
TD.menu_item
{
	font-size:11px;
	border:1px outset #B22222; /* firebrick */;
	background-image:url('/images/bg_menuitem.gif');
	background-repeat:repeat-x
}
TD.menu_item_h
{
	font-size:11px;
	border:1px outset #B22222; /* firebrick */;
	background-image:url('/images/bg_menuitem_h.gif');
	background-repeat:repeat-x
}

/* Fade menu cells end */

TEXTAREA.cool
{
	border:1px solid #708090; /*slategray*/
	font-size:11px
}

TH
{
	text-align:left;
}

THEAD.standard
{
	background-color:#F0E68C; /*khaki*/
}

TR.header
{
	background-color:#F0E68C; /*khaki*/
}

TR.alt
{
	background-color:#DCDCDC; /*gainsboro*/
}

TR.headergray
{
	background-color:#BBBBBB;
	color:white
}
-->
