/* 
================================
Skin styles for Coltec Website
================================
*/   
body{
margin:0px;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #eeeeee;
	
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	
}
.skinheader {
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	padding-bottom:0px;
	padding-left: 0px;
	text-align:center
	
}
.leftpane {
	width: 185px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 185px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* Added Classes */
.header_BG{
background-image:url(Coltec_images_04.jpg);}


td{font-family:tahoma; font-size:11px;}
a:link, a:visited{color:#0086d4; text-decoration:underline;}
a:hover{color:#0086d4; text-decoration:none;}

.title{color:#285081; font-size:14px;}
.articalstitle{color:#0086d4; font-size:14px;}
.topbanner{
background-image:url(Coltec_images_09.jpg);
width:763px;
height:128px;
}
.copyrightBG{background-color:#285081; height:20px; padding-top:5px; padding-bottom:5px; color:#FFFFFF}
.copyright td{color:#FFFFFF;}

/*Menu Container*/
.menupane-container{
background-color: #0086d4;
color:#FFFFFF;
height:20px

}


/*Second Level Items*/
.menupane-item td{
color:#FFFFFF;
background-color: #999999;
padding: 2px 20px 3px 0px;
-moz-opacity:.9;
filter:alpha(opacity=90);
height:20px;
} 

/*.menupane-item td:hover{
color:#FFFFFF;
background-color: #666666;
padding: 1px 3px 3px 1px;
}*/

/*Second Level Items hover*/
.menupane-itemhover td{
color:#FFFFFF;
background-color: #666666;
padding: 2px 20px 3px 0px;
-moz-opacity:.9;
filter:alpha(opacity=90);
height:20px;
}

/*First Level Items*/
.menupane-rootitem{
cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}


.menupane_menu_break {
	height: 1px;
	font-size: 1px;
}


/* This is the Date eg. any items that are not links */

.SkinItem td {
	color: #666666;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link {
	color: #0086d4;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

A.SkinItem:visited  {
	color: #0086d4;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

A.SkinItem:active   {
	color: #0086d4;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

A.SkinItem:hover    {
	color: #ff9000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

/* Date CSS */
.Date {
	color: #666666;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

