﻿@charset "UTF-8";

body			{ font-family: Arial,sans-serif; font-size: 9pt; background-color:#FFFFFF  }
form			{ font-family: Arial,sans-serif; margin-top: 0; margin-bottom: 0; font-size:9pt }
iframe			{ font-family: Arial,sans-serif; font-size: 9pt; }
p				{ font-family: Arial,sans-serif; font-size: 9pt; margin-top:0; margin-bottom:0 }
li				{ margin-top: 0; margin-bottom: 0 }
ul				{ margin-top: 0; margin-bottom: 0 }
ol				{ margin-top: 0; margin-bottom: 0 }

/* -------------------- */
table			{ font-size: 9pt; }
td				{ font-size: 9pt; }

/* -------------------- */
a				{ font-family: Arial; color:#000000; text-decoration:none }
a:link			{ font-family: Arial,sans-serif; color:#000000; text-decoration:none; }
a:visited		{ font-family: Arial,sans-serif; color:#000000; text-decoration:none; }
a:hover			{ font-family: Arial,sans-serif; color:#000000; text-decoration:underline; }
a:active		{ font-family: Arial,sans-serif; color:#000000; text-decoration:underline; }

/* Common elements - mostly for Unicode languages */
select			{ font-family: Arial,sans-serif; font-size: 8pt; }
.select1		{ font-family: Arial,sans-serif; font-size: 8pt; color:#003366; background-color:#E6F2FF; }
option			{ font-family: Arial,sans-serif; font-size: 8pt; }
textarea		{ font-family: Arial,sans-serif; font-size: 8pt; }
input			{ font-family: Arial,sans-serif; font-size: 8pt; }
.input1			{ font-family: Arial,sans-serif; font-size: 8pt; color:#003366; background-color:#E6F2FF; }

/* Divider betwin blocks */
.vDivider		{ font-size: 6pt; margin-top: -4; margin-bottom: -4 }


/* -------------------- */
.SafeButton			{ font-family: Arial; font-size: 8pt; color:#003300; background-color:#D5E1DE; }
.EditButton			{ font-family: Arial; font-size: 8pt; color:#295300; background-color:#FFFFE1; }
.AlertButton		{ font-family: Arial; font-size: 8pt; color:#800000; background-color:#FFECEC; font-weight:400; }
.alert				{ font-family: Arial; font-size: 8pt; color:#800000; background-color:#FFECEC; font-weight:300; }
.Title {font-size: 10pt}

/* -------------------- */


.tblAdminData
{
PADDING-TOP: 0px; 
PADDING-BOTTOM: 0px; 
PADDING-LEFT: 2px; 
PADDING-RIGHT: 2px; 
BORDER-TOP: 1px solid #92B6DA; 
BORDER-BOTTOM: 2px solid #92B6DA;
BORDER-LEFT: 2px solid #92B6DA;
BORDER-RIGHT: 2px solid #92B6DA;
}

.tblAdminHeading	{font-family: Arial; background-color:#336699; text-decoration:none; color:#99CCFF }
	.tblAdminHeading a:link { }
	.tblAdminHeading a:visited { }
	.tblAdminHeading a:active { }
	.tblAdminHeading a:hover { }

.tblAdminDefRow		{ font-family: Arial; background-color:#3E7CBB; padding-left:2; padding-right:2; color:#99CCFF }
	.tblAdminDefRow a:link { font-weight: bold }
	.tblAdminDefRow a:visited { font-weight: bold }
	.tblAdminDefRow a:active { font-weight: bold }
	.tblAdminDefRow a:hover { font-weight: bold }
	
.tblAdminServRow		{ font-family: Arial; background-color:#699BCD; color:#FFFFFF }
	.tblAdminServRow a:link { font-weight: bold }
	.tblAdminServRow a:visited { font-weight: bold }
	.tblAdminServRow a:active { font-weight: bold }
	.tblAdminServRow a:hover { font-weight: bold }

.tblAdminRow1		{ font-family: Arial; background-color:#92B6DA; color:#DFF4FF; font-weight:bold }
	.tblAdminRow1 a:link {  }
	.tblAdminRow1 a:visited {  }
	.tblAdminRow1 a:active { text-decoration: underline }
	.tblAdminRow1 a:hover { text-decoration: underline }
	
.tblAdminRow2		{ font-family: Arial; background-color:#CCE6FF; color:#006699 }
	.tblAdminRow2 a:link {  }
	.tblAdminRow2 a:visited {  }
	.tblAdminRow2 a:active {  }
	.tblAdminRow2 a:hover {  }

.tblAdminRow3		{ font-family: Arial; background-color:#E6F2FF; color:#006699 }
	.tblAdminRow3 a:link {  }
	.tblAdminRow3 a:visited {  }
	.tblAdminRow3 a:active {  }
	.tblAdminRow3 a:hover {  }

.tblAdminRow4		{ font-family: Arial; background-color:#FBFDFF;color:#006699 }
	.tblAdminRow4 a:link {  }
	.tblAdminRow4 a:visited {  }
	.tblAdminRow4 a:active {  }
	.tblAdminRow4 a:hover {  }
	
.smallfont			{ font-family: Small Fonts, Arial, sans-serif; font-size:7pt; }
