@charset "utf-8";
/* CSS Document */

/**
* @version $Id: general.css 10387 2008-06-03 10:59:16Z pasamio $
* @copyright Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
 * Joomla! 1.5 Admin template main css file
 *
 * @author		Andy Miller <andy.miller@joomla.org>
 * @package		Joomla
 * @since		1.5
 * @version    1.0
 */

/* -- General styles ------------------------------ */

body {
	margin: 10px; padding: 0;
	background: #fff;
	padding-bottom: 1px;

	font-size: 11px;
}

body, td, th { font-family: Arial, Helvetica, sans-serif; }

.clr { clear: both; overflow:hidden; height: 0; }

a, img { padding: 0; margin: 0; }

img { border: 0 none; }

form { margin: 0; padding: 0; }

h1 {
	margin: 0; padding-bottom: 8px;
	color: #0B55C4; font-size: 20px; font-weight: bold;
}

h3 {
	font-size: 13px;
}

a:link    { color: #0B55C4; text-decoration: none; }
a:visited { color: #0B55C4; text-decoration: none; }
a:hover   { text-decoration: underline; }

input, select { font-size: 12px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 12px;  }

input.disabled { background-color: #F0F0F0; }

input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd ; color:#CC0000; border:inset 1px ; vertical-align:middle;  width:auto; font-weight:bold;
					}
/** Table styles **/

table.adminlist {
	height: 15px;
	border-spacing: 2px;text-align: center;

	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 8px; 	 }

table.adminlist thead th {
   font-weight: bold;
	background: #e7ddec;

	border-bottom:  1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead td {

	text-align: center;
	font-weight: bold; 
	background: #e7ddec;
	
	border-left: 1px solid #fff;
}
table.adminlist thead a:hover { text-decoration: underline; }



table.adminlist tbody th {background: #e7ddec;  }
table.adminlist tbody tr			{ background-color: #fff;   }
table.adminlist tbody tr.row0:hover td { background-color: #e4ffba ;  }
table.adminlist tbody tr td 	   {background: #f9f9f9; border: 0px solid #fff;  }


