
.input {
	border-left:1px solid #AFAFAF;
	border-top:1px solid #AFAFAF;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	font-size: 11px;
	margin: 1px;
}
.textarea {
	border-left:1px solid #AFAFAF;
	border-top:1px solid #AFAFAF;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	font-size: 11px;
	margin: 1px;
}

.oddRow {
    background-color: #f1f4f6;
}

.evenRow {
    background-color: #FFFFFF;
}

/* All tables that uses oddRow and evenRow style should also implement this!*/
.listTable {
    border:1px solid #D9D9D9;
}
.listTable td  {
    border:1px solid #D9D9D9;
}

/*
.contentWindow table.tableBox td {
    background-color: #FFFFFF;
}*/

.contentWindow table.tableBox th a{
    color: #FFFFFF;
}
.contentWindow th {
	background: #76b2df; color: #FFFFFF
}

.contentWindow th A {
	color: #FFFFFF
}

.contentWindow td {
	border-left-color: #76b2df;
    border-bottom-color: #76b2df;
    border-top-color: #76b2df;
    border-right-color: #76b2df;
}

.contentWindow table {
	border-left-color: #76b2df;
    border-bottom-color: #76b2df;
    border-top-color: #76b2df;
    border-right-color: #76b2df;
}

.currentRow td {
    background-color:#CCEFFF;
}

h1 {
    color: #CEE1F2;
}

#header {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #0287c7
}

/* Used on PF template editor page in the "preview table" */
#pfTemplateEditorOverviewTable .active         { 	background-color: #1D5E8D;      }
#pfTemplateEditorOverviewTable .mouseOver      { 	background-color: #EEEEEE;      }
#pfTemplateEditorOverviewTable .edited         { 	background-color: #76b2df;      }
#pfTemplateEditorOverviewTable .empty          { 	background-color: #FFFFFF;      }


# The new Spaceport menu
.menuLink               { color:555555; text-decoration:none; font-family:arial; font-size:11px; }
.menuFolderLink         { color:555555; text-decoration:none; font-family:arial; font-size:11px; text-transform:uppercase;  }
.menuFolderLinkExpanded { color:76b2df; text-decoration:none; font-family:arial; font-size:11px; text-transform:uppercase;  }
.menuObjCommon          { border-bottom:dotted 1px #cccccc; }
.menuObjSelected        { border-bottom:dotted 1px #cccccc; background-color:#eeeeee; color:444444; }
.treeMenu               { padding-left:2px; }
    /*body             { scrollbar-face-color:#ffffff; scrollbar-arrow-color:#76b2df; scrollbar-base-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-darkshadow-color:#76b2df; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #76b2df; scrollbar-track-color:#ffffff; }*/

