



/* $Id: chrome.jsp,v 1.30 2004/08/14 00:16:20 .#msherman Exp $ */

.renditionFloater {
    position: absolute;
    z-index: 3;
    visibility: hidden;
}
.renditionBox {
    position: relative;
    top: 2px;
    left: -99px;
    width: 110px;
    border: 1px solid #747474;
    background-color: #EDE9DB;
}
.detailRenditionBox {
    position: relative;
    top: 4px;
    left: 0px;
    width: 110px;
    border: 1px solid #747474;
    background-color: #EDE9DB;
}
.renditionText
{
    color: #666;
    font-size: 9px;
    padding: 5px;
}
.renditionText a { color: #943931; font-size: 9px; }

/* color - chrome and bg's */		
	body, default {background-color:#D6D2C4;}
	body,th,td,div,p,form,input,select,textarea {color:#666;} 
	a {color:#943931;}
	.ruleMain {background-color:#948F80;}
	.thumbFrame {background-color:#FFF;}
	.thumbBG {background-color:#FFF;}

/* BROWSE FOLDER, CLIPBOARD, etc. pane headers background */
	.bgPaneHeader {background-color:#536D89;}
/* pane header text */
	.paneHeaderDark {color:#FFFFFF;}

.bgWizard {background-color:#D6D2C4;}
/* dialog box-style boxes */
	.bgDialog {background-color:#536D89;}
	.bgDialog td, .bgDialog p, .bgDialog a.listAction, a.transformResult, a.uploadRemoveDark { color:#FFF;}
	.bgDialog a.smallDetail, .bgDialog a.smallDetail:hover, .bgDialog span.smallDetail, .bgDialog a.inContentLink {color:#D6D2C4;}


/* "View As" bar */
	.viewAsBar {background-color:#EDE9DB;}
	.barViewAsLight, .barViewAsLight a {color:#948F80;}
	a .barViewAsDark, a.barViewAsDark, .barViewAsDark, .barViewAsDark a, .barViewAsLight a:hover {color:#5B5B5B;}

/* "Item Management" bar */
.itemMgmtBar {border:1px solid #CCC; background-color:#EDE9DB;}
.itemMgmtBarText {color:#333;}
.itemMgmtAction:hover, .itemMgmtAction {color:#943931;}



/* details tabs */
	.tritext, .tabContents {color:#666;}
	.triTabBox {border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC; background-color:#EDE9DB;}

/* text color */
	/* app-wide text and links in the top chrome */
		.smallPersistent, a.smallPersistent {color:#FFF;}
	/* text links in pane header */
		.paneHeaderDarkSmAction {color:#C5CEDA;}	
	/* toggle Min-Prev-Max */
		.paneHeaderToggleSelected  {color:#FFF;}
		.paneHeaderToggleLink {color:#C5CEDA; text-decoration:underline;}
	/* asset email, order, copy pages -- thumbnail preview  */
		.filename a:hover {background-color:#FFF; color:#943931;}	 
		.filename {color:#D6D2C4;}
			
	
	/* links related to each item */
		.smallDetail, .smallDetail:hover {color:#943931;}
	
	/* list view */
		.bgList {background-color:#943931;}
		.bgList .listAction, .bgList  .listAction:hover, .bgList .assetSubDetail, .bgList .assetNameDetail {color:#FFF;}
		/* text in file lists */
		.assetSubDetail, .assetNameDetail, {color:#666;}
	            
	/* error messages */
		.detailAlert {color:#E66;} 
	
	/* disabled link color in Manage Folders main pane */
		.manageDefaultTasksDisabled {color:#948F80;}
	
	/* this is in upload flow */
		.requiredLabel {color:#C33;}  
	/* upload progress */
		.bgProgress {background-color:#666;}
		.amountProgress {background-color:#999;}	
		.remainingProgress {background-color:#CCC;}	

/* the chrome */
	.chromeTopBar {background-image: url(/ama/image/chrome_top_logobar.gif);height:29px;background-repeat:repeat-x;}
	.chromeLogoBar {background-image: url(/ama/image/chrome_top_loginbar_top.gif);width:100%;height:31px;}
	.chromeHeaderBrowseBg {background-image: url(/ama/image/chrome_HeadBrowser_bg.gif);}
	.spineE {background-image:url(/ama/image/spine_E.gif);height:100%;background-repeat:repeat-y;width:15px;}
	.line1 {background-color:#B0ACA1;}
	.line2 {background-color:#A39F92;}
	.line3 {background-color:#959081;}
	.line4 {background-color:#807B6E;}
	.line5 {background-color:#69665C;}

/* Folder System */
	/* pane background */
		.bgFolders {background-color:#EDE9DB;}
	/* horizontal rule */
		.ruleFolders {background-color:#D0D0D0;}
	/* text */
		.folderFavorite {color:#000;}
		a.node,.node a {color:#000;text-decoration:none;}
		a.node:hover,.node a:hover {text-decoration:underline;}
		a.currentNode,.currentNode a {color: #FFF;background:#6E6E6E;text-decoration:none;}
		a.currentNodeHidden, .currentNodeHidden a  {color:#FFF;background:#BCBCBC;text-decoration:none;}   
		.disabledNode {color:#999;}
		/* pane header text color */
			.paneHeaderLight {color:#FFFFFF;}
		/* pane subheads text */
			.subheadFolders {color:#848484;}

/* buttons */
.buttonGo {background-image: url(/ama/image/chrome_button_go.gif);height:20px;width:39px;border:0;margin-left:6px;}	 		


/* END COLOR MODIFICATION */

/* structural */
.appWidth {width:100%;}
.icon {margin-right:4px;margin-left:12px;}
.RightPadding{padding-right:29px;}
.advSearchLabelPadding{padding-bottom:4px;}
.itemWidth {width:200px;}

/* elements */
body {margin:0px;padding:0px;width:100%;height:100%;}
body,th,td,div,p,form,input,select,textarea,a {font-family:verdana,arial,sans-serif;font-size:11px;font-weight:normal;}
a {text-decoration:none;}a:hover {text-decoration:underline;}
p {font-size:12px;line-height:1.5em;}
form {margin:0px;}
input,select,textarea {font-size:10px;}			
			
/* construction widgets */
.vspace5  {height:5px;}
.vspace10 {height:10px;}
.vspace13 {height:13px;}
.vspace15 {height:15px;}
.vspace20 {height:20px;}
.vspace25 {height:25px;}
.vspace30 {height:30px;}
.indend10 {margin-left:10px;}

/* for asset email, order, copy pages, this is the thumbnail preview presentation */
.filename {padding:0px 5px 5px 5px;}
.filename a {display:block;padding:5px;}
.filename a:hover {}
.filename strong {padding-left:5px;}				

.fileinfo {line-height:1.4em;padding-top:6px;}
.manageDefaultTasks {padding-top:6px;}

/* folder system layout */
.treec {margin-left:10px;}
.hiercontainer {padding:10px;}
.nateksc { display:none;margin-left:1em;}            

/* text */
a .barViewAsDark, .barViewAsDark, .barViewAsDark a, a.barViewAsDark, .barViewAsLight a:hover, a .uploadRemoveDark, .uploadRemoveDark, .uploadRemoveDark a, a.uploadRemoveDark, .paneHeaderDarkSmAction a, .paneHeaderToggleSelected, .barViewAsLight, .barViewAsLight a, .detailAlert, .smallDetail, .itemMgmtAction, .assetNameDetail, .assetSubDetail, .itemMgmtBarText, .listAction {font-size:9px;}				
.barViewAsLight a {text-decoration:underline;}
a.smallPersistent, .barViewAsLight a:hover {text-decoration:underline;}	
a.manageDefaultTasks, a.manageDefaultTasksDisabled, a.paneHeaderDarkSmAction, a.itemMgmtAction, a.smallPersistent, a.uploadRemoveDark, a.barViewAsDark, .barViewAsLight a:hover {text-decoration:underline;}
.alertBlue {padding-bottom:3px;margin-top:3px;vertical-align:middle;}
.detailAlert {margin:5px;margin-left:0px;vertical-align:middle;font-weight:bold;}	
.requiredLabel {font-family:verdana;font-size:11px;font-weight:bold;}        
.depressedHeader {width:100%;height:17px;}
.smallDetail  {text-decoration:none;}
.smallDetail:hover {text-decoration:underline;}
a.inContentLink {text-decoration:underline;}
        
/* asset objects */
.assetThumbnail {width:142;height:142;vertical-align:middle;}
.asset{vertical-align:middle;}
.assetNameDetail {font-family:verdana;font-weight:bold;}
.assetSubDetail {font-family:verdana;}

 /* for the tri-tab area */
.triTabBox {position:absolute; width:266px;margin-bottom:10px;min-height:410px;}
.tabContents {padding:9px;font-family:verdana;font-size:10px;line-height:14px;}
.tritext {width:235px;font-size:10px;line-height:14px;}
#tabsComments,#tabsDescriptions,#tabsDescriptionsEdit,#tabsProperties {position:absolute;}
#tabsComments {visibility:hidden;}
#tabsDescriptions {visibility:visible;}
#tabsDescriptionsEdit {visibility:visible;}
#tabsProperties {visibility:hidden;}	
		
.tripaneTA {width:266px;height:50px;font-size:10px; line-height:14px;}
.tabDescButtons {margin-top:10px;margin-right:10px;width:246px;}
	
/* "please wait" positioning*/        
.uploadAttachContent {position:relative;left:0;top:0}
.uploadAttachPleaseWait {position:absolute;left:0;top:-10px;visibility:hidden;}
.uploadSubmitContent {position:relative;left:0;top:1px;}
.uploadSubmitPleaseWait {position:absolute;left:0;top:-1px;visibility:hidden;}
