html,body,#mainarea 
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-size: 11pt;
	background-color: #444465;
	color: #FAFAFA;
}

#mainarea
{
        width: 100%;
	table-layout: fixed;
}

td
{
	color: #FAFAFA;
	font-weight: normal;
	font-size: 11pt;
}

.vertmenu {
	
}

.hormenu
{
	width: 100%;
	color: #FAFAFA;
	margin: 0;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: dashed;
	border-color: white;
	background-color: #555576;
}

.vertcolumn
{
	width: 180px;
	height: 100%;
	color: #FAFAFA;
	margin: 0;
	font-weight: normal;
	font-size: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #63637B;
	background-color: #555576;
}

.container
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 11pt;
	max-width: 1000px;
}

.menuitem
{
	cursor: pointer;
}

.hrlight
{
	border: 0px;
	width: 80%;
	height: 1px;
	background-color: #63637A;
	color: #63637B;
}

.hrnormal
{
	border: 0;
	width: 80%;
	height: 1px;
	background-color: #555575;
	color: #555576;
}

.hrdark
{
	border: 0;
	width: 80%;
	height: 1px;
	background-color: #444456;
	color: #444465;
}

a
{
	font-weight: 600;
	color: #CCCCFD;
}

a.subject
{
	font-weight: 600;
	color: #FAFAFA;
	text-decoration: none;
}

.entry,.entry-left-menu,.entry-right-menu
{
	width: 95%;
	color: #FAFAFA;
	margin: 0;
	font-weight: normal;
	font-size: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #63637B;
	background-color: #555576;
}

.entry-full
{
	width: 95%;
	height: 100%;
	color: #FAFAFA;
	margin: 0;
	font-weight: normal;
	font-size: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #63637B;
	background-color: #555576;
}

.textarea
{
	width: 100%;
	height: 350px;	
	color: #FAFAFA;
	margin: 0;
	font-weight: bold;
	font-size: 11pt;
	border-width: 1px;
	border-color: #63637B;
	background-color: #444465;
}

.cleantextarea
{
	width: 100%;
	height: 350px;	
	color: #FAFAFA;
	margin: 0;
	font-size: 9pt;
	border-width: 0;
	background-color: #555576;
}

input,select {
	color: #FAFAFA;
	border-width: 1px;
	border-color: #63637B;
	background-color: #444465;
	font-weight: bold;
}

.input-button
{
	width: 100px;
	font-size: 9pt;
}

.input-text
{
	width: 250px;
	margin: 0;
	font-size: 9pt;
}

.input-text-with-button
{
	width: 150px;
	margin: 0;
	font-size: 9pt;
}

.calendar-text
{
	width: 20px;
	height: 16px;
	color: #FAFAFA;
	margin: 0;
	cursor: default;
	font-size: 11px;
	text-align: center;
	border-width: 0;
	background-color: #555576;
}

.calendar-dark
{
	width: 20px;
	height: 16px;
	color: #FAFAFA;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	border-width: 0;
}

p
{
	margin: 4px;
}

img
{
	border: 0px;
}
