BODY {
	border: 0px; 
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

INPUT { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	border: 1px solid #000000;
	
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
}

FORM,DIV,H1,H2,H3,H4,H5,H6 {
	margin: 0px;
	padding: 0px;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #000000;
}

A:hover {
	color: #555555;
}

DIV.objContainer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
}

UL.menuSH {
	clear: both; 
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
	z-index: 1000;
}

LI.menuSH {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
UL.menuSV {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

LI.menuSV {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}


/* Form */
.formInfo {
	text-align:right;
	vertical-align: top;	
}

.formBody {
	text-align:left;
	vertical-align: top;		
}

.formGnote {
	font-size: 9px;
	font-style:italic;
	font-family:verdana,sans-serif;
	color:black;
}

.formLabel {
	font-size:12px;
	text-align: right;
	vertical-align:top;
	font-family:verdana,sans-serif;
	font-weight:bold;
	padding-right:5px;
}

.formInputLabel {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	font-family: verdana,sans-serif;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;
}

.formInputError {
	font-size: 10px;
	text-align: right;
	font-family: verdana,sans-serif;
	color: red;
	font-style: italic;
}

.formInputRequired {
	font-size: 10px;
	text-align: right;
	font-family: verdana,sans-serif;	
	font-style: italic;
}

.formInputNote {
    font-size: 10px;
	text-align: right;
	font-family: verdana,sans-serif;	
	font-style: italic;
}

.formInputReadonly {
    font-size: 10px;
	text-align: right;
	font-family: verdana,sans-serif;	
	font-style: italic;
}

.formInputSection {
	border-bottom: 1px solid black;
	font-size: 13px;
	font-family: verdana, sans-serif;
}

.formInputDescription {
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 11px;
    text-align: left;    
}

.formTypeText {
    font-size: 11px;    
    border: 1px double darkgrey;
    background-color: #FFFFFF;
    font-family: verdana,sans-serif;
}

.formTypeSubmit {}

.formTypeReset {}

.formTypeButton {}

.formTypeCheckbox {
	font-size: 10px;
    color: #000000;
    font-family: Verdana, Tahoma, Sans-Serif;  
}

.formTypeRadio {}

.formTypeCalendar {
    border: 1px solid #A9A9A9;   
}

.formTypeCalendarButton {
    border: 1px solid #A9A9A9; 
	background-color: #F1F1F1;        
}

.formTypeData {}

.formTypeDataTime {}

.formTypeObject {}

.formTypeObjectLabel {}

.formTypeObjectButton {}

.formTypeSelect {
    font-size: 11px;
    font-family: Verdana, Tahoma, Sans-Serif;
    color: #000000;
}

.formTypeSelectOptgroup {
    font-size: 12px;
    font-family: Verdana, Tahoma, Sans-Serif;
    color: #000000;
    font-weight: bold;
}

.formTypeTextarea {}

.formRemainChars {
	font-size: 11px;
	color: #777777;
}

.formRemainCharsValue {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #777777;
	background: none;
	text-align: right;
	font-weight: bold;
}

.formTypeFile {}

.formTypeFileLabel {
	border: 1px solid #A9A9A9; 
	background-color: #F1F1F1;   
}

.formTypeFileCheckbox {}

.formTypeImage {
    font-size:11px;
    color:Black;
    font-weight:bold;
    font-family:Verdana, Tahoma, Sans-Serif;
}

.formTypeImageLabel {
    font-weight: bold;
    font-family: Arial;
}

.formTypeImagePreview {
	z-index: 1;
	border: 1px solid black;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

.formTypeImagePreviewLabel {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	padding-top: 5px;
}


/* Calendar JS */
#calendarDiv {
	position: absolute;
	width: 205px;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 20px;
	visibility: hidden;
}

#calendarDiv span, #calendarDiv img {
	float:left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {	
	line-height: 12px;
	padding: 1px;
	cursor: pointer;
	padding-left: 2px;
}

#calendarDiv td {
	padding: 3px;
	margin: 0px;
	font-size: 10px;
}

#calendarDiv .selectBox {
	border: 1px solid #E2EBED;		
	color: #E2EBED;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #FFF;
	background-color: #901708;
	color: #FFF;
	position: relative;
}

#calendarDiv .selectBoxTime {
	border: 1px solid #901708;		
	color: #901708;
	position: relative;
}

#calendarDiv .selectBoxTimeOver {
	border: 1px solid #216072;	
	color: #216072;
	position: relative;
}

#calendarDiv .topBar {
	height: 16px;
	padding: 2px;
	background-color: #901708;
}

#calendarDiv .activeDay {
	color: #FF0000;
}

#calendarDiv .todaysDate {
	height: 17px;
	line-height: 17px;
	padding: 2px;
	background-color: #E2EBED;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 201px;
}

#calendarDiv .todaysDate div {
	float:left;
}
	
#calendarDiv .timeBar {
	height: 17px;
	line-height: 17px;
	background-color: #E2EBED;
	width: 72px;
	color: #FFF;
	position: absolute;
	right: 0px;
}

#calendarDiv .timeBar div {
	float: left;
	margin-right: 1px;
}

#calendarDiv .monthYearPicker {
	background-color: #E2EBED;
	border: 1px solid #AAAAAA;
	position: absolute;
	color: #901708;
	left: 0px;
	top: 15px;
	z-index: 1000;
	display: none;
}

#calendarDiv #monthSelect {
	width: 70px;
}

#calendarDiv .monthYearPicker div {
	float: none;
	clear: both;	
	padding: 1px;
	margin: 1px;	
	cursor: pointer;
}

#calendarDiv .monthYearActive {
	background-color: #901708;
	color: #E2EBED;
}

#calendarDiv td {
	text-align: right;
	cursor: pointer;
}

#calendarDiv .topBar img {
	cursor: pointer;
}

#calendarDiv .topBar div {
	float: left;
	margin-right: 1px;
}


/* Calendar Hiveon */
TD.hvnCalendarBgToday {
	background-color:#99AABB;
}

TD.hvnCalendarBgDay {
	background-color:#FFFFFF;
}

TD.hvnCalendarBgWeekend {
	background-color:#E8EEF7;
}

TD.hvnCalendarBgFullToday {
	background-color:#FFFFCC;
}

TD.hvnCalendarBgFullDay {
	background-color:#FFFFFF;
}

SPAN.hvnCalendarToday {
	color:#FFFFFF;
}

SPAN.hvnCalendarDay {
	color:#000000;
}

SPAN.hvnCalendarWeekend {
	color:#000000;
}

SPAN.hvnCalendarOutMonth {
	color:#888888;
}

SPAN.hvnCalendarDayLinked {
	font-weight: bold;
}

SPAN.hvnCalendarDayNotLinked {
	font-weight: normal;
}


/* general popup hidden, showable with shadow */
#hvnWindowFloatShadow {
	z-index: 9998;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#hvnWindowFloat {
	z-index: 9999;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	vertical-align: top;
	background-color: #E7E8D1;
	border: 5px solid #666666;
	padding: 1px;
}

#hvnWindowFloatTitle {
	font-family: Tahoma;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px dotted #666666;
	position: relative;
}

#hvnWindowFloatFooterTitle {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	z-index: 9999;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 5px;
}

#hvnWindowFloatFooterTitleDetails {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

#hvnWindowFloatContent {
	font-family: Tahoma;
	font-size: 12px;
	overflow: auto;
	position: relative;
}

#hvnWindowFloatCloseButton {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url('../services/cms/_index/fixed/ico_close.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10000;
}