/*==========================================================================*/
/* axis.css                                                                 */
/*                                                                          */
/* The style sheet is used on all pages, it imports the other style sheets. */
/* This makes changing style sheet structure easier and the HTML-code       */
/* cleaner.                                                                 */
/*                                                                          */
/* 20061012 Jonas Elmqvist jonase@axis.com                                  */
/* adding comments and reviewing the styles                                 */
/*                                                                          */
/* 20060210 Katarina tham Renamed axis_reduced_light.css -> axis_design.css */
/*                                                                          */
/* 20051002 Jonas Elmqvist jonase@axis.com                                  */
/* Upgraded with definition for tag type to prevent noncommom css-classes   */
/* to be visible in frontpage                                               */
/*                                                                          */
/*                                                                          */
/* (c) Axis Communications                                                  */
/*==========================================================================*/

@import url(html_basic.css);		/* Overrides standard HTML-elements */

@import url(axis_classes.css);		/* Contains classes for formatting content */

@import url(axis_design.css);		/* Contains classes for axisLight design*/

@import url(rbox.css);				/* Classes that builds rounded boxes in axisRound design */

@import url(rtab.css);				/* Classes that builds rounded tabs in axisRound design */

#mtab td
{
	background-color: #d2d2d2;
	text-color: #02025b;
	color: #02025b;
	text-align: center;
}

#mtab td a
{
	background-color: #d2d2d2;
	text-color: #02025b;
	color: #02025b;
	text-align: center;
	text-weight: bold;
	font-size: 12px;
}

a,a:visited
{    COLOR: #303030;
};

A:hover
{
    COLOR: #000000;
}