/* created by jpc for new icepak in ansys.com 
  Last updated 11th April 2007 */

/*-------- to change the  styling of all header styles, same as in fluent.com ----------*/
h1, h2, h3, h4 {
	font-family: arial, Verdana, sans-serif;
	font-weight: bold;
}
h1 {font-size: 140%; color: silver; line-height: normal;}
h2 { font-size: 130%; } 
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* --------List with bullets----------- */
 
#maincontent ul li {
     list-style-image: url(images/bullet_grey.gif);
}
/*-------  to increase the font size of text inside tables----------- */
td {
	font-size: 1em;
}
/*-------table illustration for images -------------*/
.left {
	text-align: left;
}
caption {
	color: #777777;
	font-size: 10px;
	margin: 0 10px;
	text-align: center;
}
table.illustration {
	padding: 0;
}
/*------- new icon -------------*/
.warm {
	background-color: #FFE680;
	padding:0 2px;
}

.mono  {
	font-size: 80%;	
}
/*-------------end -------------*/
/*------- new icon -------------*/
.bg-ansys-a {
	background-color: #FFE680;
	padding:0 2px;
}
small { 
	font-size: 80%; 
}
big { 
	font-size: 120%; 
}

/*------------ classes for fluent HP---------*/

/* ---- Boxes Style added for Right Nav taken from base.css - Amit ---- */

.box-small {
	border: 1px solid #ccc;
	font-size: 13px;
	width: 170px; 
	margin: 0; /* top margin for first small Box in column* */
}
.box-small h3, .box-small-next h3 {
	background: #DFE1E0;
	width: 166px; 
	font-size: 13px;
	font-weight : bold;
	padding: 2px 0 4px 14px;
	margin-top: 0;
}

.box-small h4 {
	width: 166px; 
	font-size: 13px;
	font-weight : bold;
	padding: 2px 0 4px 14px;
	margin-top: 0;
}

.box-small table { 
	font-size: 14px;
}

.box-small-next { 
	border: 1px solid #ccc;
	width: 170px; 
	margin: 20px 0 0 0; /* top margin for second & successive small Boxes in column*/
}

.box-small ul li, .box-small-next ul li
{
    list-style: none;
	font-size: 13px;
	margin: 0 0.25em 1em -15px;  
	line-height: 14px; 
}

/* ul ul style for the cfd-Examples left nav in semiconductor */
.box-small ul ul, .box-small-next ul ul
{
    list-style: none;
	*margin: 1em 0.25em 0 56px; /* Hack for IE */
	line-height: normal; 
}




/*-------------end -------------*/