/* 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 }

/* standard link color */
/* web links */

a:link				{ color: #FF0000; text-decoration: none }
a:active			{ color: #FF0000; text-decoration: none }
a:visited			{ color: #FF0000; text-decoration: none }
a:hover				{ color: #FF5555; 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: "arial"; font-size: 16; font-weight: bold }

/* homepage title link */
a.HomepageTitleLink		{ color: #000000; text-decoration: none }
a.HomepageTitleLink:active	{ color: #000000; text-decoration: none }
a.HomepageTitleLink:visited	{ color: #000000; 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:active		{ color: #000000; text-decoration: none }     
a.PVRTitleLinks:visited		{ color: #000000; 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 }

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


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

.SmallFont			{ font-size: 10 }
.FormDiv			{ border: 1px solid #BCBCBC; background: #EFEFEF; width: 100%; padding: 5px }
.FormDivTitle			{ background: #CDCDCD; font-variant: small-caps; font-weight: bold }
.InvalidFont			{ color: #FF3333; font-family: "Times New Roman"; font-size: 16 }