﻿/*==========================================================================*/
/* rbox_reduced.css                                                         */
/*                                                                          */
/* A style sheet containing classes for building rounded boxes              */
/*                                                                          */
/* 20051002 Jonas Elmqvist jonase@axis.com                                  */
/* Upgraded with difinition for tag type to prevent noncommom css-classes   */
/* to be visible in frontpage                                               */
/*                                                                          */
/* Jonas Elmqvist, Tord Karlsson                                            */
/* (c) Axis Communications                                                  */
/*==========================================================================*/


/*------------------*/
/* The Rounded Box  */
/*------------------*/

	td.axisRBoxT {
		background-image:url(/core/graphics/rbox/top_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
		
	td.axisRBoxTL {
		background-image:url(/core/graphics/rbox/top_left_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
	
	td.axisRBoxTR {
		background-image:url(/core/graphics/rbox/top_right_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
		
	td.axisRBoxSL {
		background-image:url(/core/graphics/rbox/side_left_5x5px.gif);
		background-repeat: repeat-y;
		width: 5px;
		line-height: 0px;
		}

	td.axisRBoxSR {
		background-image:url(/core/graphics/rbox/side_right_5x5px.gif);
		background-repeat: repeat-y;
		width: 5px;
		line-height: 0px;
		}

	td.axisRBoxB {
		background-image:url(/core/graphics/rbox/bottom_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}
		
	td.axisRBoxBL {
		background-image:url(/core/graphics/rbox/bottom_left_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}
	
	td.axisRBoxBR {
		background-image:url(/core/graphics/rbox/bottom_right_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}


/*-----------------------------------------*/
/* The Rounded Box with Transparent center */
/*-----------------------------------------*/

	td.axisRBoxTransT {
		background-image:url(/core/graphics/rbox/trans_top_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransTL {
		background-image:url(/core/graphics/rbox/trans_top_left_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransTR {
		background-image:url(/core/graphics/rbox/trans_top_right_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransSL {
		background-image:url(/core/graphics/rbox/trans_side_left_5x5px.gif);
		background-repeat: repeat-y;
		width: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransSR {
		background-image:url(/core/graphics/rbox/trans_side_right_5x5px.gif);
		background-repeat: repeat-y;
		width: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransB {
		background-image:url(/core/graphics/rbox/trans_bottom_line_100x5px.gif);
		background-repeat: repeat-x;
		height: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransBL {
		background-image:url(/core/graphics/rbox/trans_bottom_left_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}

	td.axisRBoxTransBR {
		background-image:url(/core/graphics/rbox/trans_bottom_right_corner_5x5px.gif);
		background-repeat: no-repeat;
		width: 5px;
		height: 5px;
		line-height: 0px;
		}


/*--------------------------------------*/
/* The Alternate Gray Top with Headline */
/*--------------------------------------*/

	td.axisRBoxHeadlineT {
		background-image:url(/core/graphics/rbox/gray_top_line_5x50px.gif);
		background-repeat: repeat-x;
		line-height: 150%;
		}

	td.axisRBoxHeadlineTL {
		background-image:url(/core/graphics/rbox/gray_top_left_corner_5x50px.gif);
		background-repeat: no-repeat;
		width: 5px;
		line-height: 0px;
		}

	td.axisRBoxHeadlineTR {
		background-image:url(/core/graphics/rbox/gray_top_right_corner_5x50px.gif);
		background-repeat: no-repeat;
		width: 5px;
		line-height: 0px;
		}


