/* 
Madgex - Origin Framework Stylesheet 
-------------------------------------------- 
*/


BODY, TD, UL, OL
{
	font-size: 9pt;
	font-family: Arial;
}

/* Logon Page */
/* -------------------------------------------- */
.logon-form-text
{
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
}
#logon-box
{
	display: none;
}
/* -------------------------------------------- */



/* Frame Pages */
/* -------------------------------------------- */

.frame-top
{
	border-right: 0px;
	border-left: 0px ;
	border-top: 0px;
	border-bottom: 0px;
}

.frame-main
{
	border-right: buttonface 1px solid;
	border-left: buttonface 4px solid;
	border-bottom: buttonface 1px solid;
}

.frame-menu
{
	border-right: buttonface 1px solid;
	border-top: buttonface 1px solid;
	border-left: buttonface 4px solid;
}

.frame-tree-header
{
	border-top: buttonface 1px solid;
	border-left: buttonface 1px solid;
}

.frame-tree
{
	border-left: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
}
/* -------------------------------------------- */


.menu-border-table
{
	border: buttonshadow 1px solid;
	margin-top: 2px;
}


/* Content Page Styles */
/* -------------------------------------------- */

.content-body
{
	border: buttonshadow 1px solid;
	background-color: activeborder;
	width: 100%;
	height: 100%;
}

.content-container
{
	border: buttonshadow 1px solid;
	padding: 4px;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: white;
}

