
/* Basic screen text */
.default {
	font: 10pt "Arial";
	color: #031C35;
	text-decoration: none;
}
.default:hover {
	font: #FFFFFF;
}
/* Basic Header Font */
.header {
	font: 18pt "Arial";
	color: #031C35;
}

/* Basic Header Font */
.subtitle {
	font: 14pt bold "Arial";
	color: #031C35;
}
/*  ------   rest is lee's stuff ------*/

/* IIS or NAS server name on the pop-up logon dialog */
.ServerNameFont {
	font: bold 14pt "Arial Narrow";
	color:#FF0033;
}

/* Action button style for "logon," "cancel," "close," "add link," etc. */
.TextButtonFont {
	font: bold 10pt "Arial Narrow";
	text-decoration: none;
	color: #009933;			
}

.TextButtonFont:hover {
	color: #0066CC;			
}

/* Large text for tools, custom links, and managers in PROfiles tab */
.BigLinkFont {
	font: bold 12pt "Arial Narrow";
	text-decoration: none;
	color: #660066;			
}
	
.BigLinkFont:hover {
	color: #0066CC;			
}

/* Small text for tools and employees in PROfiles tab */
.SmallLinkFont {
	font: bold 10pt "Arial Narrow";
	text-decoration: none;
	color: #FF9900;			
}
	
.SmallLinkFont:hover {
	color: #0066CC;			
}

/* Text styles used in the list of servers */
.ServerListFontBold {
	font: bold 10pt sans-serif;
	text-decoration: none;
	color: #000000;			
}

.ServerListFontBold:hover {
	font: bold 10pt sans-serif;
	text-decoration: none;
	color: #0066CC;			
}

.ServerListFont {
	font: 8pt sans-serif;
	text-decoration: none;
	color: #000000;			
	cursor:default;
}

.ServerListFont:hover {
	color: #0066CC;
}

/* Server description style */
.ServerListDescFont {
	font: 10pt sans-serif;
	text-decoration: none;
	color: #000000;			
}

/* Style for the category shown in the left side of the server pane */
.CategoryFont {
	font: bold 12pt "Arial Narrow";
	color: #FF0033;
}

.ServerListAlternating1 {
	background-color: #FFFFFF;
}

.ServerListAlternating2 {
	background-color: #DDDDDD;
}

/* Body properties for IFRAMES */
.iFrameBody {
	background-color: #FFFFFF;
	font: 10pt "Arial Narrow";
}

/* Body properties for main screen (default.asp) */
.MainBody {
	background-color: #FFFFFF;
	font: 10pt sans-serif;
}

/* Window pane table style */
.WindowPane {
	background-color: #FFFFFF;
}

/* changes pointer types over tabs based on active status (no real need to re-skin) */
.TabActive {
	cursor:hand;
}
	
.TabInactive {
	cursor:default;
}