﻿/*################################################[ BOARD ]###################################################*/
/**************************************************************************************************************/
/****************[ menu controls, popup windows, selection options and hilite attributes ]*********************/
/**************************************************************************************************************/
   
   
.vbmenu_control
{
	background: #434343 url(images/pullus/main/tcat.png) repeat-x top left;
	color: #bfbbb6;
	font: bold 10px verdana, arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
	letter-spacing: -0.03em;
	word-spacing: 0.15em;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
	color: #bfbbb6;
	text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
	color: #bfbbb6;
	text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
	color: #bfbbb6;
	text-decoration: underline;
}
.vbmenu_popup
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #dee0e3;
}
.vbmenu_option
{
	background: #f3f4f4;
	color: #000000;
	font: 10px verdana, arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
	color: #303030;
	text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
	color: #303030;
	text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
	color: #303030;
	text-decoration: none;
}
.vbmenu_hilite
{
	background: #303030;
	color: #bfbbb6;
	font: 10px verdana, arial, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
	color: #bfbbb6;
	text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
	color: #bfbbb6;
	text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
	color: #bfbbb6;
	text-decoration: none;
}
   
   
/**************************************************************************************************************/   