/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/**
Temporary Fix:  Added at Blog Team Request (Scott Willhite - 2008.10.27)
**/
h2.Blog_Title a {font-size: 14px; font-weight: bold;}

span.tool {
	position: relative; 
	cursor: help;
	m: expression(this.onmouseover = new Function("this.className = 'tool-hover'"));
}

span.tool-hover {
	m: expression(this.onmouseout = new Function("this.className = 'tool'"));
}

span.tool span.tip {
	display: none;        /* so is this */
}

/* tooltip will display on :hover event */
span.tool-hover span.tip,
span.tool:hover span.tip {
	display: block;
	z-index: 100;
	position: absolute;
	top: 2.5em;
	left: 0;
	width: auto;
	line-height: 1.2em;
	padding: 3px 7px 4px 6px;
	border: 1px solid #336;
	background-color: #f7f7ee;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-align: left;
	white-space: nowrap;
}

#roadmap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#roadmap th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: 1000; 
	color: #FFFFFF; 
	background-color: #c00;
}

#roadmap td {
	position: relative;
	vertical-align:top;
}

.completed {
	color: #008000;
}

.scheduled {
	color: #F0A000;
}

.tentative {
	color: #CC0000;
}




div.dnn-button
{
  background-image: url("/Portals/25/SiteFiles/button-right.png");
  background-repeat: no-repeat;	
  background-position: top right;
  display: inline-block;
  width: 150px;
  margin: 10px;
}

div.dnn-button-wide
{

width: 200px;
}

div.dnn-button div
{
  background-image: url("/Portals/25/SiteFiles/button-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  height:  51px;
  line-height: 51px;
  text-align: center;
}

div.dnn-button a:link,
div.dnn-button a:visited,
div.dnn-button a:active,
div.dnn-button a:hover
{
font-family: Calibri,Verdana,Helvetica, Sans Serif;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
color: #cc0000;
white-space: no-wrap;
}
  

div.dnn-button-small
{
  background-image: url("/Portals/25/SiteFiles/button-right-small.png");
  background-repeat: no-repeat;	
  background-position: top right;
  display: inline-block;
  width: 100px;
  margin: 10px;
}

div.dnn-button-small-wide
{

width: 150px;
}

div.dnn-button-small div
{
  background-image: url("/Portals/25/SiteFiles/button-left-small.png");
  background-repeat: no-repeat;
  background-position: top left;
  height:  35px;
  line-height: 35px;
  text-align: center;
}

div.dnn-button-small a:link,
div.dnn-button-small a:visited,
div.dnn-button-small a:active,
div.dnn-button-small a:hover
{
   font-family: Calibri,Verdana,Helvetica, Sans Serif;
   font-size: 11pt;
   font-weight: bold;
   text-decoration: none;
   color: #cc0000;
   white-space: no-wrap;
}
  


h2.blog_title a:link,
h2.blog_title a:active,
h2.blog_title a:visited,
h2.blog_title a:hover
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16pt;
	margin-bottom: 3px;
	margin-top: 15px;
	line-height: 16pt;
        text-decoration: none;
}
 

/* ================================
    CSS STYLES FOR Google Site Search
   ================================
*/  

iframe h2.r a 
{ 
	font-size: 90%; 
}




