/*
 +-------------------------------------------------------------------------------------+
 |                                                                                     |
 | DHTML Tabsets                                                                       |
 |                                                                                     |
 | Copyright and Legal Notices:                                                        |
 |                                                                                     |
 |   All source code, images, programs, files included in this distribution            |
 |   Copyright (c) 1996,1997,1998,1999,2000                                            |
 |                                                                                     |
 |          John C. Cokos  iWeb, Inc.                                                  |
 |          All Rights Reserved.                                                       |
 |                                                                                     |
 |                                                                                     |
 |   Web: http://www.iwebsoftware.com      Email: info@iwebsoftware.com                |
 |                                                                                     |
 +-------------------------------------------------------------------------------------+

*/


/*  
    Modify the following style sheet definitions as you please to get the desired look
    and color scheme that you would like.  Note that for the tab-body definition,
    you should also change the "width" attribute to conform to your layout.
*/

.tabbutton
{ 
 	width: 80px; 
 	valign: bottom;
 	height: 30px;
 	text-align: center;
 	font-size: xx-small;
	font-color: #003366;
	font-weight: bold;
	cursor:pointer;
 	background-image: url('../images/tabNormal.gif');
 }
 
 .tabbutton_selected
{ 
 	width: 80px; 
 	valign: bottom;
 	height: 30px;
 	text-align: center;
 	font-size: xx-small;
	font-color: #003366;
	font-weight: bold;
	cursor:pointer;
 	background-image: url('../images/tabSelected.gif');
 }
 
 .subMenu
{ 
 	width: 120px; 
 	height: 25px;
  	valign: bottom;
 	text-align: left;
	font-size: xx-small;
	font-color: #003366;
	font-weight: bold;
	cursor:pointer;
 	background-image: url('../images/subMenu2.gif');
 }
 .subMenuPrefix
{ 
 	width: 20px; 
 	height: 25px;
  	valign: bottom;
  	cursor:pointer;
 	background-image: url('../images/subMenuSelectMarkerOff.gif');
 }
 
 .subMenuPrefixSelected
{ 
 	width: 20px; 
 	height: 25px;
  	valign: bottom;
	cursor:pointer;
 	background-image: url('../images/subMenuSelectMarker.gif');
 }
 .subMenuAlternate
{ 
 	width: 120px; 
 	height: 25px;
  	valign: bottom;
 	text-align: left;
	font-size: xx-small;
	font-color: #003366;
	font-weight: bold;
	cursor:pointer;
 	background-image: url('../images/subMenuAlternate.gif');
 }
 .subMenuPrefixAlternate
{ 
 	width: 20px; 
 	height: 25px;
  	valign: bottom;
  	cursor:pointer;
 	background-image: url('../images/subMenuAlternateMarkerOff.gif');
 }
  .subMenuAlternate2
{ 
 	width: 120px; 
 	height: 60px;
  	valign: bottom;
	font-size: .8em;
	font-color: #003366;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
 	background: #CC6633;
 	border: 1px #cccccc solid;
 }

