/* CSS Document */

/*
Created by: Anwar Shaikh
Story : 4121
*/

/* 
Modified by : Prabodh Dastane
Story 		: LEG-5301
Date		: 23-Feb-2010
Desc		: Catalog display enhancements::Module 3 - Filter Training Topics.Added style to show Icons
*/

div.logocontainer2 {
   position:relative;
   z-index:2;
   width:70px;
   float:left;
}
/* Link font size */
a {
 font:Arial;
 font-size:11px;
}
/* unvisited link */
a:link { 
  color: #0066CC;
}
/* mouse over link
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! 
*/
a:hover{
  color: #0066CC;
}
/* visited link */
a:visited {
  color: #245493;
}
/* active link */
a:active {
  color: #0066CC;
}

/* page title : eg. Course Catalog */
div.pagetitle {
 font:"Univers 57 Condensed";
 font-size:24pt;
 color:#000000;
}

#serviceSuites {
 font:Arial;
 font-weight:bold;
 font-size:11px;
 color:#FFFFFF;
 background:#606D76;
 background-image : url("http://img.dell.com/images/global/brand/title/fragsolid_nopadding.gif");
 padding-left:10px;
 height:22px;
}

.gridTitle
{font-family:arial,helvetica; font-size:9pt; background-color:#E1E1E1; font-weight:bold;padding: 5px;
vertical-align :top;
}

div.secondarynavcontainer2 {
	width: 100%;
	height:25px;
	background-color:#AAAAAA;
	clear: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #999999;
}

#you_are_here_in_catalog {
	font:Arial;
	font-size:11px;
	margin:0 0 0 10px;
	padding:0;
	padding-top:3px;
}

.lnk,td,p,body,input,select
{
	font:Arial;
	font-size: 11px;
}

.para
{
	font:Arial;
    font-size:11px;
}

