/* GLOBAL STYLE SHEET: Modifies properties of admin & public pages */

.formTableCellBorder		{ background: #BCBCBC };
.formTableCellBackground	{ background: #EFEFEF };
form				{ margin: 0px };
hr.formHRColor			{ color: #CDCDCD; width: 100%; height: 1px }
.LoadingSpan			{ visibility: visible; position: absolute; top: 45%; left: 33%; height: 50px; width: 250px; text-align: center; background: #FFFFFF; border: 1px solid #454545 }

/* default */
body				{ color: #000000; font-family: Helvetica, Tahoma; font-size: 14 }
td				{ color: #000000; font-family: Helvetica, Tahoma; font-size: 14 }

/* standard link color */
/* web links */
a				{ color: #003300; text-decoration: none }
a:visited			{ color: #003300; text-decoration: none }
a:hover				{ color: #729d4e; text-decoration: underline }

/* pre and TT text */
pre				{ font-size: 13 }
tt				{ font-size: 13 }

/* link light color (some is disabled or hidden) */
a.light				{ color: #8888FF; text-decoration: none }
a.light:hover			{ color: #ABABFF; text-decoration: none }

/* navigational links */
a.NavLink			{ color: #666666; text-decoration: none }
a.NavLink:visited		{ color: #999999; text-decoration: none }
a.NavLink:hover			{ color: #E00000; text-decoration: none }

/* homepage title font */
.HomepageTitle			{ font-family:  Helvetica, Tahoma; font-size: 18; font-weight: bold }

/* homepage title link */
a.HomepageTitleLink		{ color: #000000; text-decoration: none }
a.HomepageTitleLink:visited	{ color: #999999; text-decoration: none }
a.HomepageTitleLink:hover	{ color: #FF0000; text-decoration: none }

/* titles */
.PVRTitles			{ color: #000000; font-family: Helvetica, Tahoma; font-size: 16; font-weight: bold }

/* sub titles */
.PVRSubTitles			{ color: #000000; font-family: Helvetica, Tahoma; font-size: 14; font-weight: bold }

/* title links */
a.PVRTitleLinks			{ color: #003300; text-decoration: none; font-weight:normal; }
a.PVRTitleLinks:hover		{ color: #729d4e; text-decoration: none; font-weight:normal; }

/* file links */
a.PVRFilesLinks			{ color: #003300; text-decoration: none; font-weight:normal; }
a.PVRFilesLinks:visited		{ color: #003300; text-decoration: none; font-weight:normal; }
a.PVRFilesLinks:hover		{ color: #729d4e; text-decoration: none; font-weight:normal; }

/* web links */
a.PVRWebLinks			{ color: #0000FF; text-decoration: none }
a.PVRWebLinks:visited		{ color: #8888FF; text-decoration: none }
a.PVRWebLinks:hover		{ color: #FF0000; text-decoration: none }

#titleandbreadcrumb {
	font-size:18px;
	color:#030000;
	font-weight:bold;
}

/* web links */
a.PVRWebLinks			{ color: #0000FF; text-decoration: none }
a.PVRWebLinks:visited		{ color: #8888FF; text-decoration: none }
a.PVRWebLinks:hover		{ color: #FF0000; text-decoration: none }

/* articles public tree view */
a.ArticlesPublicTree		{ color: #0000FF; text-decoration: none }
a.ArticlesPublicTree:visited	{ color: #0000FF; text-decoration: none }
a.ArticlesPublicTree:hover	{ color: #8888FF; text-decoration: none }

/* articles public tree view when link is selected */
a.ArticlesPublicTreeSelected		{ color: #0000AA; text-decoration: none; font-weight: bold }
a.ArticlesPublicTreeSelected:visited	{ color: #0000AA; text-decoration: none; font-weight: bold }
a.ArticlesPublicTreeSelected:hover	{ color: #5555CC; text-decoration: none; font-weight: bold }

/* quizzing questions div */
div.PVRQuizzingListQuestions	{ border: 1px solid #000000; background: #FFFFFF; padding: 5px; overflow: auto; width: 190px; height: 400px; margin-left: 3px }
div.PVRQuizzingDisplayQuestion	{ border: 1px solid #000000; background: #FFFFFF; padding: 5px; overflow: auto; width: 522px; height: 400px; margin-left: 10px }

.PVRQuizzingFormBtns	{ background: #EFEFEF; font-weight: bold; border: 1px solid #000000; margin-top: 1px; cursor: hand }
.PVRQuizingHandInBtn	{ background: #EFEFEF; font-weight: bold; border: 1px solid #000000; margin-top: 1px; cursor: hand; margin-right: 3px }

/* quizzing questions list */
a.PVRQuizzingQuestionLink		{ color: #000088; font-family: Helvetica, Tahoma; font-size: 13 }
a.PVRQuizzingQuestionLink:visited	{ color: #000088; font-family: Helvetica, Tahoma; font-size: 13 }
a.PVRQuizzingQuestionLink:hover		{ color: #555588; font-family: Helvetica, Tahoma; font-size: 13 }

/* sales category list */
a.PVRSalesCategoryListLink		{ color: #00418D; text-decoration: none }
a.PVRSalesCategoryListLink:visited	{ color: #00418D; text-decoration: none }
a.PVRSalesCategoryListLink		{ color: #FF3333; text-decoration: underline }

/* image captions */
.ImageCaptions			{ font-family: Helvetica, Tahoma; font-size: 10; color: #000000; align: left; width: 100%; height: 50px; overflow: auto; align: left }

/* form div */
.FormDiv			{ border: 1px solid #BCBCBC; background: #EFEFEF; padding: 5px; align: center; width: expression((navigator.appName == 'Microsoft Internet Explorer')?'100%':''); }

/* Fieldsets and Legends */
fieldset			{ padding-top: 10px }
legend				{ font-family: tahoma; color: #000000; font-size: 0.8em; margin-left: 5px; margin-right: 5px }

.InvalidFont			{ color: #FF3333; font-family: Helvetica, Tahoma; font-size: 16 }

/* CURRENTLY INACTIVE CSS DIRECTIVES - TO BE IMPLEMENTED LATER */

.SmallFont			{ font-size: 10 }
.FormDivTitle			{ background: #CDCDCD; font-variant: small-caps; font-weight: bold }