﻿/* These styles control the layout, font, spacing, etc. of the
 * items displayed in the solution explorer page.
 */

/* To display a logo or similar image in a borderless way */
img {
	border: 0;
}

/* These styles are used by the header */
a.HeadMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   text-decoration: none;
}

a.HeadMenu:link,a.HeadMenu:visited {
   color: gray;
   text-decoration: none;
}

a.HeadMenu:active {
   color: #00008B;
   text-decoration: underline;
}

a.HeadMenu:hover {
   color: #00008B;
   text-decoration: underline;
}

a.HeadMenu:focus {
   color: #00008B;
   text-decoration: underline;
}

/* This style is used for the text under the Cockpit logo */
.byline {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:gray;
}

/* This style is for rendering the text at the top of the three columns */
.column_header_dim {
	color:silver;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-bottom: solid 1px silver;
}
.column_header {
	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-bottom: solid 1px black;
}

/* These styles are for rendering the text in any of the three columns */
.menu_block {
	color:silver;
	height: 105px;
}

.item {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	cursor:pointer;
	padding-bottom: 2px;
}

.item_selected {
	color: white;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	cursor:pointer;
	background-color:#55A0D5;
	margin-right:10px;
	padding-bottom: 2px;
}
