﻿/*==================================================================================*/
/* rtab_div.css                                                          		   	*/
/*                                                                                 	*/
/* A style sheet containing classes for building tabs connected to rounded boxes   	*/
/*                                                                                 	*/
/* based on JonasE rtab.css but thisone based on divs rather than td   			  	*/
/*    Daniel Browne, 20080417														*/
/* (c) Axis Communications                                                         	*/
/*==================================================================================*/



/*---------------------*/
/* The Link Text Style */
/*---------------------*/

  a.axisRTabLink,
  a.axisRTabLink:link,
  a.axisRTabLink:visited,
  a.axisRTabLink:active,
  a.axisRTabLink:hover {
		text-decoration: none;
		font-weight: bold;
		color: #3366CC;
		}

/*------------------------*/
/* The Small Rounded Tabs */
/*------------------------*/


	/*-----------------*/
	/* Small, Inactive */
	/*-----------------*/
	div.axisRTabSmallInActiveL {
		background-image:url(/core/graphics/rtab/small/inactive_left_20x25px.png);
		background-repeat: no-repeat;
		float:left;
		line-height: 0px;
		width: 18px;	
		height: 24px;
		}
		
	div.axisRTabSmallInActiveM {
		background-image:url(/core/graphics/rtab/small/inactive_bg_20x25px.gif);
		background-repeat: repeat;
		float:left;
		height: 25px;
		text-align: center;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;	 
		font-style: normal;  
		font-weight: bold;
		line-height: 23px;  
		color: #666666;
		
		}

	div.axisRTabSmallInActiveR {
		background-image:url(/core/graphics/rtab/small/inactive_right_20x25px.png);
		background-repeat: no-repeat;
		float:left;
		line-height: 0px;
		width: 18px;
		height: 25px;
		}

	/*---------------*/
	/* Small, Active */
	/*---------------*/
	div.axisRTabSmallActiveL {
		background-image:url(/core/graphics/rtab/small/active_left_20x25px.png);
		background-repeat: no-repeat;
		float:left;
		line-height: 0px;
		width: 18px;	
		height: 25px;
		}

	div.axisRTabSmallActiveM {
		background-image:url(/core/graphics/rtab/small/active_bg_20x25px.gif);
		background-repeat: repeat;
		float:left;
		height: 25px;
		text-align: center;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;	 
		font-style: normal;  
		font-weight: bold;
		line-height: 23px;  
		color: #666666;
		}

	div.axisRTabSmallActiveR {
		background-image:url(/core/graphics/rtab/small/active_right_20x25px.png);
		background-repeat: no-repeat;
		float:left;
		line-height: 0px;
		width: 18px;	
		height: 25px;
		}