/*

// WebTools - component for Joomla Open Server version 1.5 Native

// Copyright (C) 2004-2009 TEG Design - DJesus - www.tegdesign.ch

// All rights reserved

//

// This source file is part of the WebTools component written as a

// component for Joomla Open Server. For further details please

// visit www.joomla.com

//

// This program is free software; you can redistribute it and/or

// modify it under the terms of the GNU General Public License

// as published by the Free Software Foundation; either version 2

// of the License, or (at your option) any later version.

//

// This program is distributed in the hope that it will be useful,

// but WITHOUT ANY WARRANTY; without even the implied warranty of

// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

// GNU General Public License for more details.

//

// The "GNU General Public License" (GPL) is available at

// http://www.gnu.org/copyleft/gpl.html.

*/



/*****************************

* WebTools Style Sheet (CSS) *

******************************/



.wbt_navigator {

}



.wbt_tableheader {

   background-color: LIGHTGREY;

   color: Black;

   text-align: left;

   padding: 2pt;

}



.wbt_tableheader A:link    { color: Black; text-decoration: none; }

.wbt_tableheader A:visited { color: Black; text-decoration: none; }

.wbt_tableheader A:active  { color: Black; text-decoration: none;}

.wbt_tableheader A:hover   { color: #0099FF; text-decoration: overline underline;}



.wbt_tableheaderselected {

   background-color: SKYBLUE;

   color: White;

   text-align: left;

   padding: 2pt;

}



.wbt_tableheaderselected A:link    { color: White; text-decoration: none; }

.wbt_tableheaderselected A:visited { color: White; text-decoration: none; }

.wbt_tableheaderselected A:active  { color: White; text-decoration: none;}

.wbt_tableheaderselected A:hover   { color: #0099FF; text-decoration: overline underline;}



.wbt_table {

}



.wbt_tablealternaterow {

   background-color: ALICEBLUE;

}



.wbt_moduletitle {

   padding: 2pt;

   font-size: 14pt;

   font-weight: bold;

}



.wbt_copyrights {

   color: #A0A0A0;

   font-size: 8pt;

}



.wbt_copyrights A:link    { color: #A0A0A0; text-decoration: none; }

.wbt_copyrights A:visited { color: #A0A0A0; text-decoration: none; }

.wbt_copyrights A:active  { color: #A0A0A0; text-decoration: none;}

.wbt_copyrights A:hover   { color: Teal; text-decoration: overline underline;}






