
/*********************************************************/
/* THE DIV THAT CONTAINS EVERYTHING IN THE POP UP WINDOW */
/*********************************************************/
.divNoMasterPopUp { text-align: center; }

.divComment { text-align: right; padding: 10px; }

/**********************************************************************/
/* Hintbox is the mouseover tooltip used on the News and search pages */
/**********************************************************************/

#hintbox
{ 
	position:absolute;
	background-color: lightyellow;
	width: 250; /*Default width of hint.*/ 
	text-align: justify;
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid black;
	z-index:100;
	visibility: hidden;
}

/***************************************************************************/
/* This is the link itself that creates the tooltip, usually a small image */
/***************************************************************************/

.hintanchor{
	font-weight: bold;
	color: #94622f;
	margin: 3px 3px;
}

/************************************************************************/
/* Simple color classes, often used in combination with other classes   */
/* DO NOT EDIT THESE, there is no point in it, rather create more color */
/* classes if you believe you need them                                 */
/************************************************************************/

.red { color: red; }
.White-Background {background-color: white;}


/***********************************************************************************/
/* Used in the popup windows, used to display small boxes with extra info and help */
/* This class can be used anywhere, though at the moment only in the popup windows */
/***********************************************************************************/

.divInfo
{
	Width: 250px;
	text-align: justify;
	background-color: lightyellow;
	border: #cccccc 1px solid;
	padding: 5px;
	color: #666;
	font-style: italic;
}

/**************************************************************/
/* The classes below are used for the "Send to a friend" form */
/**************************************************************/

.formLabel { width: 150; text-align: right; vertical-align: top; }
.TextBox { font-size: 8pt; width: 250; }
.Button { font-size: 8pt; }


/*****************************************/
/* The top bar in the print popup window */
/*****************************************/

#divPrintOptions, .PrintOptions
{
	background-color: #f5f5f5;
	border: #cccccc 1px solid;
	padding: 5px;
	font-size: 9pt;
}

/*******************************************************************/
/* These classes are used to set the text size in the print window */
/* DO NOT EDIT THESE CLASSES                                       */
/*******************************************************************/

.8pt {font-size: 8pt;}
.9pt {font-size: 9pt;}
.10pt {font-size: 10pt;}
.11pt {font-size: 11pt;}
.12pt {font-size: 12pt;}
.14pt {font-size: 14pt;}
.16pt {font-size: 16pt;}
.18pt {font-size: 18pt;}

a:link.ucw, a:visited.ucw
{
	display: block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	background: white;
	color: #0f5710;
	padding: 10px;
	margin: 1px
}

a:hover.ucw, a:active.ucw
{
	text-decoration: none;
	background: #0f5710;
	color: white;
	padding: 10px;
	margin: 0;
	border: solid 1px black;
}


/**************************************************************************************
D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D *
***************************************************************************************
* D                             ******************                                  D *
* 1                             ***  COMMENTS  ***                                  1 *
* 0                             ******************                                  0 *
* *             ***   GLOBAL STYLESHEET FOR COMMENTS IN ALL SYSTEMS   ***           * *
***************************************************************************************
D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D 1 0 D *
/*************************************************************************************/


.spanComments { font-size: 0.8em; color: #666666;}
a:link.comments {color: #666666; }
a:visited.comments {color: #666666; }
a:hover.comments {color: black; text-decoration: none;}
a:active.comments {color: red; }

.lblComment, 
.CommentAuthor,
.CommentAuthorWebsite,
.CommentFullDateCreated

{ color: #666 }

.CommentContent
{ 
	color: black;
	display: block;
	border-bottom: 3px double #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

/**********************************************************/
/* Don't edit these classes, they are used in javascripts */
/**********************************************************/

.hidden { display: none; } 
.visible { display: block; }

a:link.aCommentAuthor, a:visited.aCommentAuthor, a:hover.aCommentAuthor, a:active.aCommentAuthor,
a:link.aCommentAuthorWebsite, a:visited.aCommentAuthorWebsite, a:hover.aCommentAuthorWebsite, a:active.aCommentAuthorWebsite
{
	color: #666;
	text-decoration: none;
}

a:hover.aCommentAuthor, a:hover.aCommentAuthorWebsite
{
	color: red;
	text-decoration: underline;
}


.TextBox
{
	font-size: 8pt; width: 200px;
}
