﻿/* COLORS 
#A90110 - RED
#6C6EC5 - BLUE
#8E3796 - VIOLET
#FEB300 - YELLOW
#E3F3E8 - GREEN LIGHT
*/

/* GENERAL */
body
{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	padding: 0 0 0 0; 
}

TABLE
{
	/*font-size: 10pt;*/
	font-family: Arial, Helvetica;
}

A
{
	color: #8E3796;
}

INPUT {	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica; }
TEXTAREA
{
	border: 1px solid #999999;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica;
}
SELECT {FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica; }

.productRateCell
{
	width: 190px;
}

.PL_ProductPhoto
{
	height:80px;
	width:80px;
	max-height:80px;
	max-width:80px;
}

.PV_VineName1Text
{
	font-size:16px;
	color: #8E3796;
	font-weight:bold;
}

.PV_VineName2Text
{
	font-size:16px;
	color: #000000;
	font-weight:bold;
}

.PV_VineName3Text
{
	font-size:16px;
	color: #000000;
	font-style:italic;
}

.P_StandartText
{
	font-size:14px;
	color: #000000;
}

.P_BlockTitleViolet
{
	font-size:14px;
	color: #8E3796;
	font-weight:bold;
}

.P_BlockTitleWhite
{
	font-size:16px;
	color: #ffffff;
	font-weight:bold;
}

.P_MainTable
{
	width: 320px; 
	text-align:left;
}

.PV_ViewCard
{
	width: 640px; 
	text-align:left;
}

.P_ContentCell
{
	background-color: #FFFFFF;	
}

.PS_TextField
{
	width: 290px;
}

.PS_SelectField
{
	width: 296px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

.headerBlock
{
	height: 40px; 
	background-image: url('../../Files/SystemImages/Button_Violet_Back_H41.gif'); 
	background-repeat: repeat-x;
	cursor:pointer;
}

.imgButtonStyle
{
	width: 80px; 
	height: 80px;
}

.button
{ 	border:1px outset; 
  	font-size: 8pt; 
  	font-family: Arial;
	color: #FFFFFF;
	background-color: #808080
 }
a.BackButton
{
	color: #fff;
	text-decoration:none;
	padding: 5px 2px 8px 2px; 
}

a.BackButton2
{
	color: #fff;
	text-decoration:none;
}

a.BackButton active
{
	color: #000;
}

a.BackButton2 active
{
	color: #000;
}

a.ButtonViolet
{
	height: 38px; 
	padding: 0 38px 0 38px; 
	line-height: 38px; 
	text-decoration: none; 
	text-align:center;
	color: #FFFFFF; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet_Back_H41_WOBorder.gif'); 
	background-repeat: repeat-x; 
	background-position-y: center;
	display:block;
}

a.ButtonViolet:active
{
	height: 38px; 
	padding: 0 38px 0 38px; 
	line-height: 38px; 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet_Back_H41_WOBorder_Active.gif'); 
	background-repeat: repeat-x; 
	background-position-y: center;
	display:block;
}

a.ButtonVioletSelected
{
	height: 23px; 
	padding: 0 20px 0 20px; 
	line-height: 23px; 
	text-decoration: none; 
	text-align:center;
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	display:block;
}
