﻿/* COLORS 
#A90110 - RED
#6C6EC5 - BLUE
#8E3796 - VIOLET
#FEB300 - YELLOW
#E3F3E8 - GREEN LIGHT
*/

/* GENERAL */
body
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
}

TABLE
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
}

A
{
	color: #8E3796;
}

INPUT {	FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; }
TEXTAREA
{
	border: 1px solid #999999;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
SELECT {FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; }



a.ButtonViolet
{
	height: 23px; 
	padding: 0 20px 0 20px; 
	line-height: 23px; 
	text-decoration: none; 
	text-align:center;
	color: #FFFFFF; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet2_Back.gif'); 
	background-repeat: repeat-x; 
	background-position-y: center;
	display:block;
}

a:active.ButtonViolet
{
	height: 23px; 
	padding: 0 20px 0 20px; 
	line-height: 23px; 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet3_Back.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;
}


a.ButtonVioletH50
{
	height: 50px; 
	line-height: 25px; 
	text-decoration: none; 
	text-align:center;
	color: #FFFFFF; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet_Back_H50_WOBorder.gif'); 
	background-repeat: repeat-x; 
	background-position-y: center;
	display:block; 
	font-size:12pt; 
	padding-left:48px; 
	padding-right:48px; 
	padding-top:0;
	 padding-bottom:0
}

a:active.ButtonVioletH50
{
	height: 50px; 
	line-height: 25px; 
	text-decoration: none; 
	color: #000000; 
	font-weight: bold; 
	border: 1px solid #8E3796; 
	background-image: url('../../Files/SystemImages/Button_Violet_Back_H50_WOBorder_Active.gif'); 
	background-repeat: repeat-x; 
	background-position-y: center;
	display:block; 
	font-size:12pt; 
	padding-left:48px; 
	padding-right:48px; 
	padding-top:0; 
	padding-bottom:0
}

.TabHeader
{
	color: #FFFFFF; 
	font-weight: bold; 
	width:130px;
	text-align: center;
	text-decoration: none; 
}

.FormHeaderCell
{
	height: 23px;
	border: 1px solid #8E3796;
	background-image: url( '../../Files/SystemImages/Button_Violet2_Back.gif' );
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

.FormSeparatorCell
{
	height: 1px;
	background-image: url( '../../Files/SystemImages/Line_LR_Blue_Dotted.gif' );
	background-repeat: repeat-x;
}

.FormTextBox
{
	width: 240px;
	border: 1px solid #999999;
}

.CopyrightRow
{
	background-color: #3A6EA5;
	color:#ffffff;
	text-align:center;
}

.SearchBlocTextBox
{
	border: 1px solid #999999;
	padding: 1px;
	height: 20px;
	font-size: 12px;
}

.ViewCardUserUniqueComment
{
	width: 153px; 
	height: 100px; 
	border: 1px solid #999999; 
	background-color: #FFFF99;
}

.ViewCardCommentTextBoxCommentsEmpty
{
	font-style:italic;
}

.ViewCardUserUniqueCommentEmpty
{
	width: 153px; 
	height: 100px; 
	border: 1px solid #999999; 
	background-color: #FFFF99;
	font-style:italic;
}