/* main elements */
BODY, TD, P, DIV, INPUT, SELECT, TEXTAREA, TH {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
}

BODY {
	margin: 0px;
}

FORM {
	margin: 0px;
}

A {
	color: #0066cc;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

/* Date Select*/
.date_select {
	cursor:pointer;
}

/* main menu */
TABLE.admin TR TD.menu {
	background-color: #eeeeee;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

/* icon menus */
TABLE.admin_icon_menu TD A {
	color: #666666;
	font-weight: bold;
}

TABLE.admin_icon_menu TD A:Hover {
	color: #0066cc;
}

/* footer */
TABLE.admin TR.footer TD {
	background-color: #eeeeee;
	padding: 5px;
	font-weight: bold;
}

/* frames */
TABLE.frame TD.title, TABLE.frame TD.title_high {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

TABLE.frame TD.content {
	padding-top: 10px;
}

TABLE.frame TD.sub_nav {
	padding-top: 5px;
	text-align: right;
}

SPAN.required_help {
	font-style:italic;
	color:#666666;
}

/* button */
TABLE.button {
	height: 18px;
	font-weight: bold;

}

TABLE.button TD.label {
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

TABLE.button TD.label A {
	text-decoration: none;
	font-size: 9px;
	color: black;
}

TABLE.button TD.label A:Hover  {
	color: 0066cc;
}

TD.dynamic_content P {
	margin: 0px;
}

/*Form tables*/
TABLE.form TD.name {
	font-weight:bold;
	text-align:right;
}

TABLE.form TD.name, TABLE.form TD.element, TABLE.form TD.help {
	vertical-align:top;
}

TABLE.form TD.action {
	padding-top:20px;
}

TABLE.form IMG.TooltipSource {
	vertical-align:top;
}

/* menu editor */
DIV.menu_editor_title {
	color: #0033cc;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px dotted #0033cc;
}

DIV.menu_editor_title#organise {
	margin-bottom: 5px;
}

DIV.menu_editor_buttons {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #99ccff;
}

DIV.menuWindowNode {
	margin-bottom: 2px;
}


/* common */
DIV.message {
	font-weight: bold;
	color: #cc0000;
}

IMG, A
{
	border: 0px;
}

DIV.indent {
	margin-left: 15px;
}

/* lists */
TABLE.list TR.heading TD {
	font-weight: bold;
	padding-right: 20px;
}

TABLE.list TR.row TD {
	padding-right: 20px;
}

TABLE.list TR.row:Hover TD {
	background-color: #eeeeee;
}

SPAN.required {
	color: red;
}

/* html area toolbar */
DIV.toolbar {
	background-color: #cccccc;
}
