/* Heymann Consulting UserManagement Stylesheet */

body
{
	font-size:    14px;
	font-family:  Verdana,Tahoma,sans-serif;
}

td
{
	font-size:    12px;
	font-family:  Verdana,Tahoma,sans-serif;
}

textarea, input
{
	font-size:    12px;
	font-family:  Verdana,Tahoma,sans-serif;
}

.big
{
	font-family:       Verdana,Tahoma,sans-serif;
	font-size:         18px;
	font-weight:       normal;
	color:             white;
	BACKGROUND-color:  #9fc6c8;
}

.head
{
	font-family:       Verdana,Tahoma,sans-serif;
	font-size:         12px;
	font-weight:       normal;
	color:             white;
	BACKGROUND-color:  #9fc6c8;
	padding-left:      10px;
}

.subhead
{
	font-family:       Verdana,Tahoma,sans-serif;
	font-size:         12px;
	font-weight:       bold;
	color:             white;
	BACKGROUND-color:  #000733;
	padding-left:      10px;
}

.head1
{
	font-family:       Verdana,Tahoma,sans-serif;
	font-size:         12px;
	font-weight:       bold;
	color:             white;
	BACKGROUND-color:  #9fc6c8;
	padding-left:      10px;
}
.row1
{
	font-family:       Verdana,Tahoma,sans-serif;
	font-size:         12px;
	font-weight:       normal;
	color:             #000733;
	BACKGROUND-color:  white;
}

.small
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       9px;
	font-weight:     normal;
	color:           white;
	BACKGROUND-color:  #000733;
}
.error
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
	font-weight:     bold;
	color:           #990000;
}

td.button
{
	background:     #FFFFFF;
	border-style:   solid;
	border-width:   1px;
	border-color:   #000733;
	font-family:     Arial,Verdana,sans-serif;
	font-size:       14px;
	color:           #000733;
	font-weight:     bold;
	cursor:          Pointer;
	height:          24;
	text-align:      center;
}

td.buttonsmall
{
	background:     #FFFFFF;
	border-style:   solid;
	border-width:   1px;
	border-color:   #000733;
	font-family:     Arial,Verdana,sans-serif;
	font-size:       9px;
	color:           #000733;
	font-weight:     bold;
	cursor:          Pointer;
	height:          16;
	text-align:      center;
}

td.ON
{
	background:     #9fc6c8;
	font-family:     Arial,Verdana,sans-serif;
	font-size:       14px;
	color:           white;
	font-weight:     bold;
	cursor:          Pointer;
	height:          28;
	text-align:      center;
}

td.OFF
{
	background:     #000733;
	font-family:     Arial,Verdana,sans-serif;
	font-size:       14px;
	color:           white;
	font-weight:     bold;
	cursor:          Pointer;
	height:          28;
	text-align:      center;
}
.bgColorUMP
{
	background:	  #9fc6c8;
}