/*
** global definitions
*/

body {
	font-family: Arial, sans-serif;
	margin: 0px;
	background: #f7f7f7;
}

img {border: 0px}

table {margin-left: auto; margin-right: auto;
	table-layout: fixed}

p {font-size: 14px;
	text-indent: 10px}

input.search {width: 80px;
	font-size: 12px;
	color: #000000;
	border: 1px solid #ffffff}

input.button {
	padding: 0 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #cc001d;
	border: 0px}

/*
** table definitions
*/

td{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

table.menu {
	height: 100%; width: 190px;
}
td.menu-a {height: 5px; width: 100%}
td.menu-b {width: 100%;
	text-align: center}
td.menu-c {width: 100%;
	text-align: center;
	padding-top: 20px}
td.menu-d {height: 100%; width: 100%}

table.links {width: 180px}
td.links-aa {height: 0px; width: 20px}
td.links-ab {height: 0px; width: 160px}
td.links-a {height: 24px; width: 100%;
	background: url("../images/menu_top.gif");
	background-repeat: no-repeat}
td.links-ba {height: 20px; width: 20px;
	background: url("../images/menu_centre.gif");
	background-repeat: repeat-y;
	text-align: right}
td.links-bb {height: 20px; width: 160px;
	padding: 2px 0 2px 0;
	background: url("../images/menu_centre.gif") repeat-y right;
}
td.links-search {height: 40px; width: 160px;
	padding: 2px 0 2px 0;
	background: url("../images/menu_centre.gif") repeat-y right;
}
td.links-c {height: 1px; width: 100%;
	background: url("../images/menu_space.gif");
	background-repeat: repeat-y}
td.links-d {height: 60px; width: 100%;
	background: url("../images/menu_centre.gif");
	background-repeat: repeat-y}
td.links-e {height: 24px; width: 100%;
	background: url("../images/menu_bottom.gif");
	background-repeat: no-repeat}
td.bottom {height: 100%;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
}

div.menu{
	width: 190px;
	text-align: center;
}

#navigation ul {
  color: white;
}

#navigation a{
  color: white;
  font-size: 10px;
  text-decoration: none;
}

/*
ul{
	width: 190px;
        padding: 0px;
        margin: 0px;
	font-size: 1px;    /* ie quirkaround */
/*	text-align: left;
        text-indent: 25px;
        list-style-type: none;
}
li{
	height: 20px; width: 190px;
	padding: 0px;
	margin: 0px;
	background: url('../images/menu_centre.gif') repeat-y center;
}
li.top{
	height: 24px;
	background: url('../images/menu_top.gif') no-repeat center;
}	
li.line{
	height: 1px;
	background: url('../images/menu_space.gif') repeat-y center;
}
li.space{
	height: 60px;
}
li.highlight{
	height: 60px;
	background: url('../images/menu_space.gif') no-repeat left;
}
li.bottom{
	height: 24px;
	background: url('../images/menu_bottom.gif') no-repeat center;
}	
*/
a.links{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.links:hover{
	color: #ffcfcf;
}

/* Treeview */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/scripts/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/scripts/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/scripts/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/scripts/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/scripts/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/scripts/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/scripts/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/scripts/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/scripts/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/scripts/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/scripts/images/treeview-famfamfam.gif); } 

