
img {
	border: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input {
	font-size: 10px;
	border: 1px solid silver;
}
select {
	font-size: 10px;
	background-color: #303030;
	border: 1px solid #303030;
	color: #EEEEEE;
}
textarea {
	width: 220px;
	height: 200px;
}

/* -------------------------------------------------------------
 * EditHTML & TinyMCE
 * ------------------------------------------------------------- */
 
.TinyMCE {
	width: 80%;
	height: 400px;
}

/* -------------------------------------------------------------
 * LastModificationField
 * ------------------------------------------------------------- */
 
.LastModificationField {
	margin: 7px;
	color: #606060;
}

/* -------------------------------------------------------------
 * TDisplayInetAddress & TEditInetAddress
 * ------------------------------------------------------------- */

.TDisplayInetAddress {
	position: relative;
}

.TDisplayInetAddress tr.labels td,
.TEditInetAddress tr.labels td {
	font-size: 8px;
	text-align: center;
	padding-top: 4px;
	color: silver;
	border-top: 1px solid silver;
}

.TDisplayInetAddress td.spacer,
.TEditInetAddress td.spacer {
	width: 10px;
	border: 0 !important;
}

.TDisplayInetAddress table.LedLights {
	margin: 0;
	padding: 0;
}
.TDisplayInetAddress table.LedLights tr td {
	text-align: center;
	font-size: 7px;
	font-family: Arial,Helvetica, sans-serif;
	color: white;
}
.TDisplayInetAddress table.LedLights tr td.light {
	padding-top: 1px;
}
.TDisplayInetAddress table.LedLights tr td.label {
	padding-top: 2px;
}
.TDisplayInetAddress table.LedLights tr td.busy {
	width: 40px;
}
.TDisplayInetAddress table.LedLights tr td.buttons {
	padding-top: 2px;
	width: 40px;
}
.TDisplayInetAddress table.LedLights tr td.buttons a {
	color: yellow;
}

.TDisplayInetAddress .tools {
	position: absolute;
	top: 45px;
	left: 0px;
}

/* -------------------------------------------------------------
 * TEditStringArray
 * ------------------------------------------------------------- */
 
.TEditStringArray {
	
}

.TEditStringArray .Value {
	
}

/* -------------------------------------------------------------
 * DisplayTAddress
 * ------------------------------------------------------------- */
 
.DisplayTAddress {
 
}

/* -------------------------------------------------------------
 * TPropertyName
 * ------------------------------------------------------------- */
 
.TPropertyName {
	
}
.TPropertyName span.error {
	color: red;
	font-weight: bold;
}

/* -------------------------------------------------------------
 * EditTAddress
 * ------------------------------------------------------------- */
 
.EditTAddress {

}
.EditTAddress div {
	display: block !important;
	padding: 1px !important;
}
.EditTAddress .Field {
 	/*float: left;*/
}
.EditTAddress .Field .Value input.ZIP {
	width: 40px;
}
.EditTAddress .Field .Value input.State {
	width: 60px;
}
.EditTAddress .Field .Value input.City {
	width: 80px;
}
.EditTAddress .Field .Value input.Street {
	width: 120px;
}
 
/* -------------------------------------------------------------
 * EditFile
 * ------------------------------------------------------------- */
 
.EditFile {
	border: 1px solid silver;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 120px;
	font-size: 9px;
}
.EditFile .delete img {
	float: left;
}
.EditFile ol {
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
}
.EditFile ol li.selectMessage {
	padding-top: 5px;
	margin-bottom: 15px;
}
.EditFile ol li input {
	width: 120px;
	border: none;
}
.EditFile table {
	
}
.EditFile table tr {
	
}
.EditFile table tr td{
	
}

/* -------------------------------------------------------------
 * DisplayTaggedAttribute
 * ------------------------------------------------------------- */

.DisplayTaggedAttribute {
	line-height: normal;
}
.DisplayTaggedAttribute table {
	padding: 2px;
}
.DisplayTaggedAttribute .row {
	height: 20px;
}
.DisplayTaggedAttribute .tag {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	font-weight: bold;
}
.DisplayTaggedAttribute .tag .tagText {
	margin-top: 1px;
}
.DisplayTaggedAttribute .value {
	position: relative;
	top: -1px;
}

/* -------------------------------------------------------------
 * EditTaggedAttribute
 * ------------------------------------------------------------- */

.EditTaggedAttribute {
	
}
.EditTaggedAttribute .row div {
	display: inline;
	padding: 5px;
}
.EditTaggedAttribute select {
	font-size: 9px;	
	margin-left: 4px;
	margin-right: 4px;
}
.EditTaggedAttribute .value {
	
}
.EditTaggedAttribute .value input {
	font-size: 9px;
}

/* -------------------------------------------------------------
 * EditPrivilegeGrid
 * ------------------------------------------------------------- */
 
.EditPrivilegeGrid {
	
}
.EditPrivilegeGrid .enabled a {
	
}
.EditPrivilegeGrid .disabled a {
	color: #deb3fe;
}

/* -------------------------------------------------------------
 * Query Template
 * ------------------------------------------------------------- */

.QueryPageTemplate {
	position: absolute;
	float: left;
	width: 200px;
	z-index: 100;
}
.QueryPageTemplate .entitySelector {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #dddddd;
	top: -10px;
}
.QueryPageTemplate .actions {
	text-align: center;
}


/* -------------------------------------------------------------
 * TEditToManyFaultList
 * ------------------------------------------------------------- */

.TEditToManyFaultList {
	
}
.TEditToManyFaultList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* -------------------------------------------------------------
 * TEmbeddedRelationship
 * ------------------------------------------------------------- */

.TEmbeddedRelationship {
	
}
.TEmbeddedRelationship .AddLink {
	padding: 10px;
}
.TEmbeddedRelationship .RemoveLink {
	padding: 10px;
	text-align: right;
}
.TEmbeddedRelationship .RelatedRecord {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------
 * TInspect
 * ------------------------------------------------------------- */
 
 .TInspect {
 	
 }
 
/* -------------------------------------------------------------
 * TListPage & TInspectPage
 * ------------------------------------------------------------- */
 
.TListPage,
.TInspectPage {
	background-color: white;
}
.TListPage .TBarWrapper,
.TInspectPage .TBarWrapper {
	width: 100%;
}
.TListPage .BBarWrapper,
.TInspectPage .BBarWrapper {
	width: 100%;
}
.TListPage #CBarWrapper,
.TInspectPage #CBarWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #dde4eb;
}
.TListPage #CBarSubWrapper1,
.TInspectPage #CBarSubWrapper1 {
	position: relative;
	float: left;
	width: 200%;
	background-color: white;
	margin-left: 1px;
}
.TListPage #CBarSubWrapper2,
.TInspectPage #CBarSubWrapper2 {
	position: relative;
	float: right;
	width: 50%;
}
.TListPage #CBarContent,
.TInspectPage #CBarContent {
	position: relative;
	right: 100%;
	overflow: hidden;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	min-height: 300px;
}
.TListPage #InlineEntitySelector,
.TInspectPage #InlineEntitySelector {
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}
.TListPage #RightToggle,
.TInspectPage #RightToggle {
	position: absolute;
	background-image: url('/WebObjects/Frameworks/TFramework.framework/WebServerResources/LeopardWindow/EntitySelectorRightToggle.gif');
	z-index: 3;
	left: 1px;
	top: 0px;
	width: 13px;
	height: 18px;
}
.TListPage #InlineEntitySelector #LeftToggle,
.TInspectPage #InlineEntitySelector #LeftToggle {
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 0px;
	width: 13px;
	height: 18px;
	background-image: url('/WebObjects/Frameworks/TFramework.framework/WebServerResources/LeopardWindow/EntitySelectorLeftToggle.gif');
}
.TInspectPage .SubmitButton {
	border: 1px dashed #909090;
	margin: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #DDDDDD;
}

/* -------------------------------------------------------------
 * TBar & BBar
 * ------------------------------------------------------------- */
 
#TBar {
	border-bottom: 1px solid #999999;
	background-color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 18px;
	text-align: left;
	line-height: 9px;
}
#TBar .Control {
	position: relative;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	margin-left: 15px;
}
#TBar .Control img {
	float: left;
}
#TBar .Control .name {
	position: absolute;
	width: 100%;
	bottom: -13px;
	text-align: center;
	color: #303030;
}
#BBar {
	border-top: 1px solid silver;
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #303030;
}
#BBar .Control {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#BBar .Control img {
	float: left;
}

/* -------------------------------------------------------------
 * EntitySelector
 * ------------------------------------------------------------- */

#EntitySelector {
	font: 11px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
#EntitySelector .Collapsable {
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	cursor: pointer;
	margin-bottom: 6px;
}
#EntitySelector .Collapsable .CollapsedArrow {
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
#EntitySelector .Collapsable .UncollapsedArrow {
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
#EntitySelector ul#Entities {
	font: 11px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 22px;
}
#EntitySelector ul#Entities a  {
	text-decoration: none;
	color: #161616;
}
#EntitySelector ul#Entities li {
	font: 11px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 14px;
}
#EntitySelector ul#Entities li.EntityName {
	position: relative;
	padding-left: 7px;
}
#EntitySelector ul#Entities li.EntityName:hover {
	position: relative;
	background-color: #cbd2d9;
}
#EntitySelector ul#Entities li.SelectedEntityName {
	position: relative;
	padding-left: 7px;
	color: white;
	font-weight: bold;
	background-image: url('/WebObjects/Frameworks/TFramework.framework/WebServerResources/LeopardWindow/SBar-Selected.png');
	background-repeat: repeat-x;;
}
#EntitySelector ul#Entities li.SelectedEntityName a {
	color: white;
}
#EntitySelector ul#Entities .Icon {
	margin-top: 2px;
	height: 18px;
	width: 24px;
	float: left;
}
#EntitySelector ul#Entities .Name {
	
}
#EntitySelector .editWarning {
	font-size: 9px;
	color: red;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	text-align: right;
	text-decoration: blink;
}
#EntitySelector .editWarningText p {
	font-size: 9px;	
	line-height: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #555555;
	text-align: right;
}

/* -------------------------------------------------------------
 * Row & Matrix Repetitions
 * ------------------------------------------------------------- */

/* General Definitions that should be taken outside */

.RowRepetition,
.MatrixRepetition {
	font: 10px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	color: #3e3e3e;
	min-height: 250px;
	min-width: 300px;
}
.RowRepetition a,
.MatrixRepetition a {
	color: #bc7ffe;
	text-decoration: none;
}

/* Main Table */

.RowRepetition table.MainTable {
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	min-height: 200px;
	width: 100%;
}
.MatrixRepetition table.MainTable {
	padding: 2px;
	border-spacing: 15px;
	min-height: 200px;
}

/* Section Row */

.RowRepetition table.MainTable .sectionRow,
.MatrixRepetition table.MainTable .sectionRow {
	height: 17px;
}
.RowRepetition table.MainTable .sectionCell {
	background-repeat: repeat-x;
	background-position: 1px;
	background-image: url('/WebObjects/Frameworks/TFramework.framework/WebServerResources/TableView/TV-HeaderCell_Normal.gif');
	height: 17px;
	padding-left: 5px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-family:  "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: maroon;
}
.MatrixRepetition table.MainTable .sectionCell {
	font-size: 9px;
	font-weight: bold;
	color: #555555;
	border-bottom: 1px dotted silver;
	padding-top: 7px;
	padding-bottom: 5px;
	white-space: nowrap;
}

/* Header Row */

.RowRepetition table.MainTable .headerRow,
.MatrixRepetition table.MainTable .headerRow {
	height: 17px;
}
.MatrixRepetition table.MainTable .headerCell {
	
}
.RowRepetition table.MainTable .headerCell {
	background-repeat: repeat-x;
	background-position: 1px;
	height: 17px;
	font-size: 10px;
	line-height: 10px;
	font-family:  "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;

	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	white-space: nowrap;
}
.RowRepetition table.MainTable .lastHeaderCell {
	background-repeat: repeat-x;
	background-position: 1px;
	height: 17px;
	font-size: 10px;
	font-family:  "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	cursor: pointer;
	padding-left: 5px;
	border-bottom: 1px solid #DDDDDD;
	white-space: nowrap;
}
.RowRepetition table.MainTable .headerCell .propertyName {
	float: left;
	margin-top: 4px;
}
.RowRepetition table.MainTable .headerCell .propertySorter {
	margin-top: 1px;
	float: left;
}
.RowRepetition table.MainTable .headerCell .propertyHide {
	float: left;
}

/* Body Row */

.RowRepetition table.MainTable tr.object {
	cursor: pointer;
	color: #555555;
	height: 30px;
}
.MatrixRepetition table.MainTable td.object {
	cursor: pointer;
	color: #555555;
	border: 3px dotted #deb3fe;
	width: 220px;
}
.RowRepetition table.MainTable tr.object:hover,
.MatrixRepetition table.MainTable td.object:hover {
	color: black;
	background-color: #eeeeee;
}
.RowRepetition table.MainTable tr.selectedObject  {
	cursor: pointer;
	color: black;
	background-color: #c5cdfe;
	height: 30px;
}
.MatrixRepetition table.MainTable td.selectedObject {
	cursor: pointer;
	color: black;
	background-color: #c5cdfe;
	border: 3px dotted #bc7ffe;
	width: 220px;
}
.RowRepetition table.MainTable tr.selectedObject a,
.MatrixRepetition table.MainTable td.selectedObject a {
	color: white;
	text-decoration: none;
}
.RowRepetition table.MainTable tr.selectedObject:hover,
.MatrixRepetition table.MainTable td.selectedObject:hover {
	background-color: #a8b1ec;
}

/* Label Cells */

.MatrixRepetition table.MainTable td.labelCellAbove {
	color: silver;
}
.MatrixRepetition table.MainTable td.labelCell {
	color: silver;
	padding-bottom: 8px;
}
.MatrixRepetition table.MainTable td.labelCell table {
	width: 100%;
}
.MatrixRepetition table.MainTable td.labelCell table td {
	text-align: right;
}

/* Attribute Cells */

.RowRepetition table.MainTable td.attributeCell {
	padding-left: 5px;
	padding-right: 5px;
}
.MatrixRepetition table.MainTable td.attributeCell {
	padding-bottom: 8px;
}

/* Left & Right Button Cells */

.MatrixRepetition table.MainTable td.leftButtons,
.RowRepetition table.MainTable td.leftButtons {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.MatrixRepetition table.MainTable td.leftButtons .button,
.RowRepetition table.MainTable td.leftButtons .button {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
}
.MatrixRepetition table.MainTable td.rightButtons,
.RowRepetition table.MainTable td.rightButtons {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.MatrixRepetition table.MainTable td.rightButtons .button,
.RowRepetition table.MainTable td.rightButtons .button {
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
}

/* Contextual Menu */

.RowRepetition table.MainTable tr.selectedObject .contextualAction {
	color: black;
}
.RowRepetition table.MainTable tr.selectedObject .contextualAction a {
	color: black;
}

/* -------------------------------------------------------------
 * Inspect Repetition
 * ------------------------------------------------------------- */

#TInspectRepetition {
	color: #3e3e3e;
}
#TInspectRepetition .Section {
	
}
#TInspectRepetition .Section .SectionName {
	
}
#TInspectRepetition .Column {
	width: auto;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	vertical-align: top;
	/* padding is controlled by the style attribute... padding-left: 30px; padding-right: 30px;*/
}

#TInspectRepetition .LastColumn {
	width: auto;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	vertical-align: top;
	/* padding is controlled by the style attribute... padding-left: 30px; padding-right: 30px;*/
}
#TInspectRepetition .Border {
	border-right: 1px solid #DDDDDD;
}

#TInspectRepetition .Attribute {
	/* padding is controlled by the style attribute... padding-left: 30px; padding-right: 30px;*/
}
#TInspectRepetition .Attribute .Label {
	color: #505050;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 3px;
}
#TInspectRepetition .Attribute .Value {
	font-weight: bold;
	font-size: 11px;
}

/* -------------------------------------------------------------
 * Query Repetition
 * ------------------------------------------------------------- */

#QueryRepetition {
	font-size: 9px;
}
#QueryRepetition input {
	width: 100%;
	font-size: 9px;
	border: 1px solid silver;
}
#QueryRepetition select {
	font-size: 8px;
	background-color: #303030;
	border: 1px solid #303030;
	color: #EEEEEE;
}
#QueryRepetition .AttributeSection {
	
}
#QueryRepetition .AttributeSection .Header {
	text-align: center;
}
#QueryRepetition .AttributeSection .PropertyBox {
	width: 120px;
	position: relative;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
	margin: 6px;
}
#QueryRepetition .AttributeSection .PropertyBox .HideButton {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
}
#QueryRepetition .AttributeSection .PropertyBox .AttributeName {
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
#QueryRepetition .AttributeSection .PropertyBox .AttributeValue {
	margin-left: 5px;
	margin-right: 6px;
}
#QueryRepetition #HiddenKeyPopUp {
	margin-top: 20px;
	text-align: center;
}

/* -------------------------------------------------------------
 * IntegratedListPage
 * ------------------------------------------------------------- */

#IntegratedListPage {
	
}
#IntegratedListPage #QueryIFrame {
	height: 100%;
}

/* -------------------------------------------------------------
 * IntegratedInspectPage
 * ------------------------------------------------------------- */

#IntegratedInspectPage {
	
}
#IntegratedInspectPage #CBar {
	left: 0px;
}

#IntegratedInspectPage #QueryIFrame {
	height: 100%;
}

/* -------------------------------------------------------------
 * IntegratedQueryFrame
 * ------------------------------------------------------------- */

#IntegratedQueryFrame {
	font: 11px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
#IntegratedQueryFrame #EntitySelector {
	margin-top: 10px;
	margin-bottom: 20px;
}
#IntegratedQueryFrame .Section {
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	cursor: pointer;
	margin-bottom: 6px;
}
#IntegratedQueryFrame .Section .CollapsedArrow {
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
#IntegratedQueryFrame .Section .UncollapsedArrow {
	float: left;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
}
#IntegratedQueryFrame #EntitySelector ul#Entities {
	font: 11px "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 10px;
	line-height: 22px;
}
#IntegratedQueryFrame #EntitySelector ul#Entities a  {
	text-decoration: none;
	color: #161616;
}
#IntegratedQueryFrame #EntitySelector ul#Entities li.EntityName {
	position: relative;
	padding-left: 7px;
}
#IntegratedQueryFrame #EntitySelector ul#Entities li.EntityName:hover {
	position: relative;
	background-color: #cbd2d9;
}
#IntegratedQueryFrame #EntitySelector ul#Entities li.SelectedEntityName {
	position: relative;
	padding-left: 7px;
	color: white;
	font-weight: bold;
	background-image: url('/WebObjects/Frameworks/TFramework.framework/WebServerResources/LeopardWindow/SBar-Selected.png');
	background-repeat: repeat-x;;
}
#IntegratedQueryFrame #EntitySelector ul#Entities li.SelectedEntityName a {
	color: white;
}
#IntegratedQueryFrame #EntitySelector ul#Entities .Icon {
	margin-top: 2px;
	height: 18px;
	width: 24px;
	float: left;
}
#IntegratedQueryFrame #EntitySelector ul#Entities .Name {
	
}
#IntegratedQueryFrame #EntitySelector ul#Entities .ShowAll {
	position: absolute;
	right: 20px;
	top: 0px;
	height: 18px;
	width: 18px;
}
#IntegratedQueryFrame #Form {
	font-size: 9px;
}


/* -------------------------------------------------------------
 * InPlaceFilterField
 * ------------------------------------------------------------- */

#TBar .InPlaceFilterField {
	position: relative;
	display: -moz-inline-stack;
   	display: inline-block;
   	zoom: 1;
   	*display: inline;
   	margin: 0;
   	padding: 0;
   	width: 150px;
   	height: 30px;
   	top: -7px;
}

#TBar .InPlaceFilterField .Control .name {
   	position: absolute;
	width: 100%;
	bottom: -16px;
	text-align: center;
	color: #303030;
}

