/* Site Specific Styles */

/*
.browserTabSel {
	background-color: #9CDCEC;
	border: 1px solid;
	width: 90px;
	text-align: center;
}

.browserTabUnsel {
	background-color: #55b5b5;
	border: 1px solid;
	width: 90px;
	text-align: center;
}

.headerCell {
   font-size: 8pt;
	background-color: white;
	color: #55b5b5;
	white-space : nowrap;
}

.dateCell {
	font-size: 8pt;
	color: #55b5b5;
	background-color: white;
	width: 200px;
	height: 12pt;
}

.assetBox {
	width: 120 px;
	height: 125px;
	vertical-align: top;
	border: 1px solid;
	border-color: Black;
	padding: 2px;
	color: Black;
	background-color: #9CDCEC;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background-color:	#9CDCEC;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#9CDCEC;
}


.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color: #9CDCEC;
}

.formHeader {
	background-color: #9CDCEC;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: Black;	
	text-align: center;
	width: 100%;
}

table.sortable a.sortheader {
    background-color: #9CDCEC;
    color: black;
    font-weight: bold;
    font-size: 10pt;
    display: block;
}

.archivePageHeader {
	background-color: #9CDCEC;
}
*/



