<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************************************************\
*																																																	*
*		CABS Portals, Gauges, and Gadgets																															*
*																																																	*
\*************************************************************************************************/

/*************************************************************************************************\
*																																																	*
*	Replace background images for portal commands.																									*
*																																																	*
\*************************************************************************************************/

.RadDock_Vista .rdCenter .rdCommands a span
{
	background-image: url('PortalsAndGadgets/VistaCommandSprite.gif') !important;
	cursor:pointer !important;
}

.RadDock_MaximizeIcon
{
	background-position: 0 -114px;
}

.RadDock_RefreshIcon
{
	background-position: 0 -133px;
}

/*************************************************************************************************\
*																																																	*
*		Portal Classes - These classes are used in generating the portal page, and not tied directly	*
*		into any specific gadgets.																																		*
*																																																	*
\*************************************************************************************************/

.CABS_PortalLayoutTable /* The table that holds the dock zones. */
{
	width: 100%;
}

.CABS_PortalLayoutTableCell /* Each Cell in the Layout Table. */
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.CABS_PRT_GadgetContent /* A default style for the content area in any given gadget. */
{
	padding: 8px;
	background-color: #ffffff; /* We MUST have a background color set for the Ajax fading indicator. */
	color: #000000;
	position: relative;
}

.CABS_PRT_GadgetStatus /* An optional gadget status display below the content. */
{
	border: solid 1px #d0d0d0;
	background-color: #e0e0e0;
	font-size: 80%;
	padding-top: 4px;
	padding-left: 4px;
	height: 16px;
}

.CABS_GadgetProgressStartClass /* When a gadget updates, it's background color is set to this, then fades back. */
{
	background-color: #e0e0e0; /* Muse be either RGB or Hex */
}

.CABS_PRT_Gauge
{
	position: relative;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.CABS_PRT_GaugeOutput
{
}

.CABS_PRT_GaugeCommandBar
{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: Silver;
	padding: 2px;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.CABS_PRT_GaugeCommandBar:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.CABS_PRT_GaugeCommandButton
{
	cursor: pointer;
	font-size: 125%;
	font-weight: bold;
}

.CABS_PRT_GaugeCommandButton:hover
{
	color: Yellow;
}

.CABS_PRT_GaugeLoadingPanel
{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	overflow: hidden;
}

/*************************************************************************************************\
*																																																	*
*		My Links																																											*
*																																																	*
\*************************************************************************************************/

.CABS_GD_MyLinks_LinkDiv  /* A div that wraps each link. */
{
	padding: 2px;
}

.CABS_GD_MyLinks_Link /*	Applied to the anchor that is the link. */
{
	color: Maroon;
	text-decoration: none;
}

.CABS_GD_MyLinks_Link:hover
{
	color: Red;
	text-decoration: underline;
}

.CABS_GD_MyLinks_ConfigWrapper /* A div that wraps the entire form directly below the tabs */
{
	border: solid 1px silver;
	padding: 4px;
}

.CABS_GD_MyLinks_Config_HelpWrapper /* A div that wraps the help content. */
{
	height: 475px;
	overflow: scroll;
}

.CABS_GD_MyLinks_Config_LinksContainer /* A div that wraps the links in the config window. */
{
	height: 420px;
	overflow: scroll;
	border: solid 1px gray;
	padding: 2px;
}

.CABS_GD_MyLinks_Config_TitleTable /* A table that holds the gadget title input in the config window. */
{
	border: solid 1px silver;
	width: 100%;
	background-color: #e0e0e0;
	padding: 8px;
	margin-bottom: 8px;
	border-spacing: 2px;
}

.CABS_GD_MyLinks_Config_TitleTable_LabelCell /* The cell that holds the title label. */
{
	width: 35px;
}

.CABS_GD_MyLinks_Config_TitleTable_InputCell /* The cell that holds the title input. */
{
}

.CABS_GD_MyLinks_Config_LinkTable /* A table that holds a link and its commands in the config window. */
{
	border: solid 1px silver;
	width: 100%;
	background-color: #e0e0e0;
	padding: 8px;
	margin-bottom: 8px;
}

.CABS_GD_MyLinks_Config_CommandsDiv /* The DIV that holds the commands for each link. */
{
	text-align: center;
	margin-top: 8px;
	padding: 2px;
	background-color: White;
}


/*****
/*****	Gadget Gallery
*****/

.CABS_GadgetGallery_Commands
{
	text-align: left;
	padding: 4px;
}

.CABS_GadgetGallery_List
{
	height: 450px;
	overflow-y: scroll;
}

.CABS_GadgetGallery_Entry
{
	background-color: #f0f0f0;
	border: solid 1px #c0c0c0;
	padding: 8px;
	position: relative;
}

.CABS_GadgetGallery_EntryCommands
{
	float: left;
	width: 5%;
	text-align: center;
	padding-top: 12px;
}

.CABS_GadgetGallery_EntryTitle
{
	float: right;
	width: 94%;
	padding: 3px;
	background-color: Navy;
	color: White;
}

.CABS_GadgetGallery_EntryImage
{
	float: left;
	margin: 12px;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
}

.CABS_GadgetGallery_EntryDescription
{
	padding: 8px;
	width: 94%;
}

.CABS_GadgetGallery_EntryFooter
{
	clear: both;
}

</pre></body></html>