body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link      {background: none; color: #004283; font-family: verdana, arial, helvetica; font-size: 8pt; font-weight: bold; text-decoration: none}
a:active    {background: none; color: #004283; font-family: verdana, arial, helvetica; font-size: 8pt; font-weight: bold; text-decoration: none}
a:visited   {background: none; color: #004283; font-family: verdana, arial, helvetica; font-size: 8pt; font-weight: bold; text-decoration: none}
a:hover     {background: none; color: #4F8ECD; font-family: verdana, arial, helvetica; font-size: 8pt; font-weight: bold; text-decoration: none}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td.border {border-style: solid; border-width: 1px; border-color: #4E4E4E; padding: 0px}

input,button {
	font-size: 10px;
}

.color1 {
	color: #000099;
	font-weight: bold;
}

.input_right {
	text-align: right;
}

.tbl_header {
	background-color: #000000;
	color: #ffffff;
}

/***** DO NOT DELETE - CHANGE AS REQUIRED *************************/
/* Reserved for the Category Tree (admin/category_tree.php) page. */
/* TABLE is declared in the 'admin/category_tree.php' script.     */
/* TR and TD are declared in the 'common/class_php_tree' script   */
/******************************************************************/

#treeTable {
	width: 100%;
	border: solid 1px #0033CC;
}

/* Root Items */
#treeTR1 {
	background: #efefef;
}

/* Child Items */
#treeTR2 {
	background: #F5F5DC;
}

/* cell with folder icon and name */
#treeTD1 {
	vertical-align: middle;
}

/* cell with links for editing */
#treeTD2 {
	text-align: center;
	width: 250px;
}
/***** End of tree styles *****************************************/


