@import url("toolbar.css");

body {
	margin: 0px;
	border: none;
}

body, td
{
	font-family: Verdana;
	font-size: 10pt;
}

.button 
{
	width: 75px;
}

/*
.Footer
{
	padding: 5px;
	BORDER-TOP: blue 2px solid;

	background-color:    #DDDDDD;
	border: solid 2px    #EEEEEE;
	border-right-color:  #CCCCCC;
	border-bottom-color: #CCCCCC;
 
 	background-color: #F4F4F4;
	border: solid 2px #E0E0E0;
	border-left-color: White;
	border-top-color: White;
}
*/

/*************************
 *		Drop Down
 */

.dropDown
{
	display: none;
	border: solid 1px black;
	background-color: white;
	padding: 5px;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=8);
	z-index: 5;
}
.dropDown a
{
	color: Black !important;
	font-size:10pt;
	text-decoration: none;
	padding: 2px;
}
.dropDown a:hover
{
	text-decoration: underline;
	background-color: #6699CC;
	color: White !important;
}

.dropDownLink, .dropDownLinkHover
{
	background-image: url(images/Down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 3px;
	padding-right: 23px;
}

.dropDownLinkHover
{
	background-image: url(images/DownHover.gif);
	padding: 2px;
	padding-right: 22px;
	border: solid 1px #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
}

/*************************
 *		File Listing
 */

table.fileListing th
{
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	
	background-color: #F4F4F4;
	border: solid 1px #E0E0E0;
	border-left-color: White;
	border-top: none;
	
}

table.fileListing a.file
{
	text-decoration: none;
	color: Black;
}

table.fileListing a.file:hover
{
	text-decoration: underline;
	color: blue;
}

table.fileListing td
{
	padding-right: 5px;
}

/*************************
 *		Header
 */
.header *
{
	color: white;
}
span.header div.TitleBar
{
	padding-left: 10px;
	padding-top: 10px;
	height: 50px;
	border-bottom: solid 1px black;
}

span.header div.MenuBar
{
	padding: 10px;
	height: 80px;
	border: solid 1px #6067B0;
	border-bottom: solid 1px black;
}

.header div.MenuBar a
{
	text-decoration: none;
}
.header div.MenuBar a:hover
{
	text-decoration: underline;
}



td.header div.TitleBar
{
	padding: 5px;
	padding-left: 50px;
	height: 50px;
	border-bottom: solid 1px black;
}

td.header div.MenuBar
{
	padding: 10px;
	height: 20px;
	border: solid 1px #6067B0;
	border-bottom: solid 1px black;
	padding-left: 75px;
}
td.header .logo a
{
}
td.header .logo a:hover
{
	color: #CCCCCC;
}

.childCount
{
	margin-left: 50px;
	color: White;
	margin-bottom: 5px;
}


/*************************
 *		Browse Dialog
 */

.toolbarButton
{
	padding: 3px;
	margin: 3px;
}
.toolbarButton:hover
{
	padding: 2px;
	border: solid 1px #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	background-color: #999999;
}



/*************************
 *		Shadow
 */
.shadow_tr
{
	vertical-align: top;
	background-image: url(images/shadow/shadow_r.bmp);
	background-repeat: repeat-y;
}
.shadow_bl
{
	background-image: url(images/shadow/shadow_b.bmp);
	background-repeat: repeat-x;
}



/*
	#D6DFF7 - area background
	#7AA1E6	- top gradient
	#3A61A6 - bottom gradient
	#215DC6 - area text
*/




.CommonTasks
{
	border: solid 1px #99CCFF;
	border-right-color: #003366;
	border-bottom-color: #003366;
	
	background-color: #7AA1E6;
	padding: 10px;
	width: 200px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF6699CC',EndColorStr='#FF336699'); 
	display:expression( (document.body.clientWidth > 400) ? 'block' : 'none' );
}

.navSwitch
{
	height: 20px;
	padding: 10px;
	padding-top: 0px;
}
.navSwitch_menu,
.navSwitch_nav
{
	background-color: Red;
	xpadding: 10px;
	padding-bottom: 5px;
	width: 50px;
	text-align: center;
	background-color: #336699;
	color: White;
}




.fileListing .selected a
{
	background-color: #336699;
	color: White !important;
}


.fileListing_thumbnail
{
	display:	inline;
	width:		90px;
	height:		90px;
	overflow:	hidden;
	text-align:center;
	margin: 1px;
	xborder:		solid 1px black;
}
.fileListing_thumbnail span
{
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: white;
}
.fileListing_thumbnail img
{
	width:  32px;
	height: 32px;
}
.fileListing_thumbnail a
{
	font-size:			8pt;
	text-decoration:	none;
	color:				black
}

.fileListing_thumbnail a:hover
{
	font-size: 8pt;
	text-decoration: underline;
	color: #3366CC;
}
.fileListing_thumbnail a:hover span
{
	padding: 4px;
	border: solid 2px #3366CC;
	cursor: hand;
}

.fileListing_thumbnail a.selected
{
	font-size: 8pt;
	text-decoration: underline;
	color: #003399;

	background-color: #336699;
	color: White !important;
}
.fileListing_thumbnail a.selected span
{
	border: solid 2px #003399;
	padding: 4px;
	background-color: #F0F0FF;
}



.fileListing_image
{
	display:	inline;
	margin:		5px;
}
.fileListing_image div
{
	padding: 5px;
	border: solid 1px #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: white;
}
.fileListing_image a:hover div
{
	padding: 4px;
	border: solid 2px #3366CC;
	cursor: hand;
}
.fileListing_image a.selected
{
	font-size: 8pt;
	text-decoration: underline;
	color: #003399;

	background-color: #336699;
	color: White !important;
}
.fileListing_image a.selected div
{
	border: solid 2px #003399;
	padding: 4px;
	background-color: #F0F0FF;
}



.dialogBody
{
	border: solid 1px #FFDDEEFF;
	border-right-color: #003366;
	border-bottom-color: #003366;

	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF99CCFF',EndColorStr='#FF6699CC'); 
}
.dialogBody td.dialogBody_td,
.dialogBody .Footer
{
	color: black;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dialogBody .Footer td
{
	color: White;
}
.dialogBody #divContents
{
	background-color: White;
	border: solid 2px #003366;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFDDEEFF'); 
	padding: 5PX;
	overflow: auto;
}
#divContents
{
	 HEIGHT: 100%;
}
.dialogBody hr
{
	color: #99CCFF;
	border-top: solid 1px #6699CC;
	height: 2px;
}
.dialogBody #divContents a
{
	color: #003366;
}
.dialogBody #divContents a:hover
{
	color: #336699;
}

