/* Main body style */
body, table, tr, td 
{
	font-weight: 400;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
	background-color: transparent;
}

/* Popup body */
.popupBody
{
	background: #FFCC99;
}

/* The main table that holds the content */
.mainTable 
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

/* Format for cells with long lists of data (alternate colors) */
.listRowAlt_0
{
	padding: 0px 2px 0px 2px;;
}
.listRowAlt_1
{
	padding: 0px 2px 0px 2px;
	background-color: #FFE0D2;
}
.listRowAlt_2
{
	padding: 0px 2px 0px 2px;
	background-color: #F4F4F4;
}

input, select 
{
	font-size: 12px;
}
form 
{
	margin: 0em;
	padding: 0em;
}

/* Small text */
.smallText
{
	font-size: 70%;
}

/* Style for the folder information displayed on top of page */
.fileInfoText
{
	font-size: 12px;
	text-decoration: none;
	color: #CC3300;
}

/* Tab style (mostly for popup windows) */
.selectedTabCell
{
	height: 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	padding: 2px;
	font-weight: bold;
	color: #CC3300;
}
.normalTabCell
{
	height: 20px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	padding: 2px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
}
.tabContentCell
{
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 10px;
}

/* Cell with file menu (File, Edit, etc...) */
.fileMenuCell 
{
	height: 22px;
	background: #CC3300 url('Top_Bar.jpg') top center repeat-y;
	padding: 0px 5px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.fileMenuCellText
{
	color: #FFFFFF;
	font-weight: bold;
}

/* Cell with file view options (thumbnails, list, etc...) */
.viewOptionsCell 
{
	height: 26px;
	background: #CC3300 url('Glass_Bar.jpg') top center repeat-y;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
}

/* Bottom cell with file options/actions */
.bottomMainCell 
{
	height: 65px;
	background: #CC3300 url('Bottom_Bar.jpg') top center repeat-y;
	padding: 2px;

}
.bottomMainCellText
{
	color: #FFFFFF;
}
.bottomMainChangable
{
	cursor: pointer; 
	border: 1px solid #FFFFFF;
}

/* Cell that contains the folder listing */
.folderListCell 
{
	width: 200px;
	background: #FFCC99;
	padding: 5px;
}

/* Cell that contains the content (files/subfolders) */
.contentAreaCell 
{
	padding: 5px;
}

/* File/Folder link from the content area */
.contentFileLink 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}

/* Style for the location bar */
.locationBar 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}

/* File/Folder link from the content area selected */
.contentFileLinkSelected
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #003399;
}

/* Cell that holds all the buttons (i.e. back, forward, refresh, etc) */
.buttonBarCell
{
	background: #FFFFFF;
}

/* Folder link from the folder list */
.folderListLink:link 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.folderListLink:visited 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.folderListLink:hover 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.folderListLink:active 
{ 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}

/* Style for dropdown file menu */
.dropFileMenu
{
	width: 100px;
	position: absolute;
	visibility: hidden;
	border: 1px solid #000000;
	font-size: 12px;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
}

/* Drop down links in file menu */
.fileMenuLink:link
{
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.fileMenuLink:visited
{
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.fileMenuLink:hover
{ 
	background-color: #003399;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.fileMenuLink:active
{
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}

/* Disabled link */
.fileMenuDisabledLnk:link 
{ 
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.fileMenuDisabledLnk:visited 
{ 
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}
.fileMenuDisabledLnk:hover 
{ 
	color: #CCCCCC;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.fileMenuDisabledLnk:active 
{ 
	width: 100%;
	display: block;
	text-indent: 5px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

/* Unselected thumbnail */
.fileThumbCell 
{
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
	cursor: pointer;
}