/* 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: "Times New Roman"; font-size: 16 }
td				{ color: #000000; font-family: "Times New Roman"; font-size: 16 }

/* pre and TT text */
pre				{ font-size: 13 }
tt				{ font-size: 13 }

a.nav       { color: #FFFFFF; text-decoration: none }
a.nav:hover { text-decoration: underline }

/* Other links */

a       { color: #182850; text-decoration: none }
a:hover { text-decoration: underline }

/* homepage title font */
.HomepageTitle			{ font-family: "arial"; 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: "arial"; font-size: 16; font-weight: bold }

/* sub titles */
.PVRSubTitles			{ color: #000000; font-family: "arial"; font-size: 15; font-weight: bold }

/* title links */
a.PVRTitleLinks			{ color: #000000; text-decoration: none }
a.PVRTitleLinks:visited		{ color: #999999; text-decoration: none }
a.PVRTitleLinks:hover		{ color: #FF0000; text-decoration: none }

/* file links */
a.PVRFilesLinks			{ color: #0000FF; text-decoration: none }
a.PVRFilesLinks:visited		{ color: #8888FF; text-decoration: none }
a.PVRFilesLinks:hover		{ color: #FF0000; text-decoration: none }

/* 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 }

/* 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: arial; font-size: 13 }
a.PVRQuizzingQuestionLink:visited	{ color: #000088; font-family: arial; font-size: 13 }
a.PVRQuizzingQuestionLink:hover		{ color: #555588; font-family: arial; font-size: 13 }

/* image captions */
.ImageCaptions			{ font-family: "arial"; 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%':''); }

/* CURRENTLY INACTIVE CSS DIRECTIVES - TO BE IMPLEMENTED LATER */

.SmallFont			{ font-size: 10 }
.FormDivTitle			{ background: #CDCDCD; font-variant: small-caps; font-weight: bold }
.InvalidFont			{ color: #FF3333; font-family: "Times New Roman"; font-size: 16 }

a.DumbUserLoginLink:link,active,visited {
	color:			#0000FF;
	text-decoration:	none;
}

a.DumbUserLoginLink:visited {
	color:			#0000FF;
	text-decoration:	none;
}

a.DumbUserLoginLink:hover {
	color:			#0000FF;
	text-decoration:	underline;
}

