﻿/* Additional Elements */

/* Contact Widget */

.contactWidget .hierarchyFilter {
	padding: 5px;
}

.contactWidget .hierarchyFilter TH {
	font-size: 8pt;
	text-align: left;
	width: 10px;
}

.contactWidget .hierarchyFilter TABLE {
	width: 90%;
}

.contactWidget .hierarchyFilter SELECT {
	width: 90%;
}

.contactWidget .hierarchyFilter CAPTION {
	text-align: left;
	font-size: 8pt;
}

.contactWidget .contactCard 
{
	display: block;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin: 5px;
	width: 390px;
	background-repeat: no-repeat;
	background-image: url(../images/contactCard.gif);
}

.contactWidget .title {
	height: 22px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.contactWidget .photo {
	width: 80px;
	height: 90px;
	float: left;
	padding: 2px 8px 11px 8px;
}

.contactWidget .information {
	height: 95px;
	padding: 5px;
}

.contactWidget .information .name {
	font-weight: bold;
}

.contactWidget LABEL {
	font-weight: bold;
}

/* Note Widget */

.noteWidget .filters {
	text-align: left;
}

.noteWidget .note {
	border: 1px solid #66CC99;
	background-color: #FFFBD7;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 3px;
}

.noteWidget .note .title {
	font-size: 8pt;
	font-style: italic;
	color: #000066;
	border: 1px solid #DDDDDD;
	background-color: #FFFFEE;
}

.noteWidget .note .text {
	margin-left: 20px;
	font-weight: bold;
}

.noteWidget .note IMG {
	vertical-align: middle;
	margin-right: 4px;
}

.noteWidget .note .functions {
	margin-left: 20px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
}

.noteWidget .note .tagform {
	margin-top: 5px;
}

.noteWidget .note .tags {
	margin-left: 20px;
	font-size: 7pt;
	color: #000099;
}

.noteWidget .note .tags A {
	cursor: pointer;
} 

.noteWidget .note .functions A {
	margin-right: 5px;
	font-size: 7pt;
	color: #666666;
}

.noteform .buttons {
	text-align: left;
}

.noteWidget TEXTAREA {
	font-family: Arial;
	font-size: 9pt;
}

.noteWidget INPUT {
	width: 20px;
}

.noteWidget SELECT {
	width: 120px;
}

.note .note 	{
	margin-left: 20px;
	border: 0px;
	padding-top: 4px;
}


/* Usage Widget */

.usageWidget TH {
	font-size: 8pt;
	text-align: left;
	width: 1%;
	white-space: nowrap;
}

.usageWidget TH IMG {
	margin-right: 3px;
	vertical-align: middle;
}

.usageWidget TD {
	font-size: 10pt;
	text-align: center;
}

.usageWidget SELECT {
	width: 120px;
}


/* Production Widget */

.productionWidget TH {
	font-size: 8pt;
	text-align: left;
	width: 1%;
	white-space: nowrap;
}

.productionWidget TD {
	font-size: 10pt;
	text-align: right;
}

.productionWidget .section {
	background-color: #999999;
	color: white;
	font-size: 8pt;
	text-align: left;	
}

.productionWidget SELECT {
	width: 120px;
}
