/*
//------------------------------------------------------------------------------
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2004 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute
// this file in accordance with the terms of the Adobe license
// agreement accompanying it. If you have received this file
// from a source other than Adobe, then your use, modification,
// or distribution of it requires the prior written permission
// of Adobe.
//
// $LastChangedRevision: 160 $
//------------------------------------------------------------------------------
*/

/*
* Basic styles
*/
body
{
	font-family: Arial, Sans-Serif;
	background-color: #ABABAB;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}


a:link,
a:visited,
a:hover,
a:active
{
	color: black;
	text-decoration: none;
}





/**
* BEGIN MAIN TABLE STYLES
*/
#main
{
	width: 100%;
	min-width: 625px;
	max-width: 1000px;
  	border-collapse: collapse;
}

#main td
{
	margin: 0px;
	padding:0px;
}

#main .thirds
{
	width: 33%;
}


/**
* ----------------------------------------------------------------
* Top Row, Stock Photo and start page
* ----------------------------------------------------------------
*/
#stockphoto,
#startpage
{
	height: 55px;


}

#stockphoto h2,
#startpage h2
{
	border-bottom: none;
}

#stockphoto p,
#startpage p
{
	margin: 3px;
}

#stockphoto h2+p,
#startpage h2+p
{
	margin-top: 0px;
}


#startpage
{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 22px 6px;
}

#stockphoto {
	margin-left: 6px;
	margin-right: 13px;
	background-image: url(stock_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;	
	cursor: pointer;
	
	/* -----------------------------------------------------
	** uncomment the following line to hide stock photo
	** -----------------------------------------------------
	*/
	/*
	visibility: hidden;
	*/
}

#stockphoto p {
	padding-top: 10px;
	margin: 0px 50px 0px 50px;
}

#stockcap {
	position: absolute;
	right: -12px;
	top: 0px;
	width: 12px;
	height: 55px;
	background-image: url(stock_cap.png);
	background-color: ABABAB;
}








/**
* ----------------------------------------------------------------
* Middle row, Groups and recent items
* ----------------------------------------------------------------
*/

/* all section styles are shared by most page elements ---------- */
.section
{
	height: 382px;
	font-size: 10px;
	padding: 0px;
 	margin: 5px 13px 0px 7px;
	position: relative;
	background-position: 0px 25px;
	background-repeat: no-repeat;
}

.section h2
{
	font-size: 1.1em;
	margin: 0px;
	padding: 5px 3px 0px 60px;
	height: 20px;
	background-color: #ABABAB;
}

.section .nav
{
	font-size: .9em;
	position: absolute;
	right: 5px;
	top: 5px;
}

.section .nav a.currentsortmethod:link,
.section .nav a.currentsortmethod:visited,
.section .nav a.currentsortmethod:hover,
.section .nav a.currentsortmethod:active
{
	text-decoration: underline;
}

.section .content
{
	margin: 0px;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	width: 95%;
	border-collapse: collapse;
}

.section .content tr
{
	padding: 5px 5px 0px 10px;
	height: 35px;
}


.section .content td
{
	vertical-align: top;
}

.section .content td.thumbnail
{
	text-align: center;
}

.section .content img
{
	margin: 2px 5px 2px 5px;
}

.section .content h3
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

.section .content tr td:last-child
{
	text-align: right;
}

.cap
{
	width: 12px;
	height: 386px;
	position: absolute;
	top: 0px;
	right: -12px;
	
	background-repeat: no-repeat;
}
/* end section styles -------------------------------- */





/* Styles unique for groups */
#groups
{
	background-image: url(sessions_bg.png);
}

#groups.long
{
	background-image: url(sessions_bg_long.png);
	height: 554px;
}


#groups h2
{
	background-image: url(sessions_head.png);
	background-repeat: no-repeat;
}

#groups h2.short
{
	background-image: url(sessions_head_sm.png);
}

#groups div.cap
{
	background-image: url(sessions_cap.png);
}

#groups.long div.cap
{
	background-image: url(sessions_cap_long.png);
	height: 554px;
}

#groups .content
{
	margin-left: 0px;
}


#groups h3
{
	font-size: 1.1em;
}

#groupdetail
{
	margin: 0px auto 0px auto;
	padding-left: 7px;
	padding-top: 7px;
	width: 90%;
	height: 65px;
}

#groupdetail ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#groups td.thumbnail 
{
	background-image: url(session.png);
	background-repeat: no-repeat;

	background-position: 100% 50%;
	width: 50px;
	height: 38px;
}

#groups td.thumbnail div
{
	font-weight: bold;
	font-size: 9px;
	margin-left: 17px;
	position: relative;
	top: 20px;
	color:black;
}

#groups td.info
{
	padding-left: 13px;
}

#groupon
{
	display: none;
	background-color: #CDE086;
	height: 80px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

#launch
{
	position: absolute;
	right: 8px;
	top: 110px;
	visibility: hidden;
	width: 41px;
	height: 31px;
	background-image: url(launch.png);
	background-repeat: no-repeat;
	cursor: pointer;
	
}

#deselect
{
	position: absolute;
	left: 15px;
	top: 123px;
	visibility: hidden;
	width: 46px;
	height: 31px;
	background-image: url(session_close.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#groupcontrols
{
	position: relative;
	bottom: 0px;
	width: 90%;
	max-width: 200px;
	text-align: center;
	padding-left: 6px;
	margin-left: auto;
	margin-right: auto;
}

#groupcontrols div.top_cap
{
	background-image: url(blurb_top.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	width: 100%;
	height: 20px;
}

#groupcontrols div.top_cap div
{
	position: absolute;
	background-image: url(blurb_top_cap.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 20px;

}


#bubble
{
	margin: 0px;
	width: 100%;
	background: url(blurb_right.png) 0 100% repeat-y;
	padding: 0px;
	position: relative;
	left: -3px;
	
}

#bubble div
{
	background: url(blurb_left.png) 0 0 repeat-y;
	position: relative;
	left: -3px;
}

#bubble div p
{
	margin: -3px 10px 0px 10px;
	padding: 0px 0px 2px 0px;
}


#groupcontrols div.bottom_cap
{
	position: relative;
	background-image: url(blurb_bottom.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	width: 100%;
	height: 6px;
}

#groupcontrols div.bottom_cap div
{
	position: absolute;
	background-image: url(blurb_bottom_cap.png);
	background-repeat: no-repeat;
	top: 0px;
	left: -6px;
	background-position: 0px 0px;
	width: 6px;
	height: 6px;
}



#groupcontrols a:link,
#groupcontrols a:visited,
#groupcontrols a:hover,
#groupcontrols a:active
{
	text-decoration: underline;
}

#groups .scrollview
{
	position: absolute;
	top: 168px;
	padding-left: 7px;
	width: 100%;
	height: 189px;
	overflow: scroll;
	z-index: 5;
}

#groups.long .scrollview
{
	height: 387px;
}

#groups tr 
{
	padding-left: 3px;
}


#groupremove
{
	position: absolute;
	left: 10px;
	bottom: 6px;
	vertical-align: top;
	height: 14px;
	display: none;
}

#groupremove img
{
	vertical-align: top;

}

#groupon table
{
	margin-left: auto;
	margin-right: auto;
}

#groupon table td.num
{
	font-weight: bold;
	width: 20px;
}


#groupscontenttable
{
	position: absolute;
/* 	
	width: 85%;
	left: 15px;
*/
 	margin-bottom: 20px;
}

#groupscontenttable tr
{
	cursor: pointer;
}


/**
* ----------------
* Recent Folders
* ----------------
*/
#recentfolders
{
	background-image: url(folders_bg.png);
}

#recentfolders.long
{
	background-image: url(folders_bg_long.png);
	height: 554px;
}

#recentfolders h2
{
	background-image: url(folders_head.png);
	background-repeat: no-repeat;
}

#recentfolders h2.short
{
	background-image: url(folders_head_sm.png);
}

#recentfolders tr
{
	height: 40px;
	/*color: #AFA58B;*/
	cursor: pointer;
}

#recentfolders td.thumbnail
{
	width: 40px;
	height: 40px;
	background-image: url(folder.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-left: 0px;

}

#recentfolders td
{
	padding-left: 14px;
}


#recentfolders td.thumbnail div
{
	font-weight: bold;
	font-size: 9px;
	margin-left: 4px;
	position: relative;
	top: 19px;
	color:black;
}

#recentfolders div.cap
{
	background-image: url(folders_cap.png);
	height: 554px;
}

#recentfolders.long div.cap
{
	background-image: url(folders_cap_long.png);
}



/**
* ----------------
* Recent Files
* ----------------
*/
#recentfiles
{
	background-image: url(files_bg.png);
}

#recentfiles.long
{
	background-image: url(files_bg_long.png);
	height: 554px;
}

#recentfiles .content
{
	margin-left: 1px;
	padding-right: 0px;
	width: 100%;
}

#recentfiles h2
{
	background-image: url(files_head.png);
	background-repeat: no-repeat;
}

#recentfiles h2.short
{
	background-image: url(files_head_sm.png);
}

#recentfiles tr
{
	height: 40px;
	cursor: pointer;
}

#recentfiles td
{
	vertical-align: middle;
	padding-left: 0px;
}

#recentfiles td.reveal
{
	text-align: right;
}

#recentfiles td.thumbnail
{
	width: 50px;
	padding-left: 0px;
}

#recentfiles div.cap
{
	background-image: url(files_cap.png);
}

#recentfiles.long div.cap
{
	background-image: url(files_cap_long.png);
	height: 554px;
}









/**
* ----------------------------------------------------------------
* 3rd Row, RSS and Tricks
* ----------------------------------------------------------------
*/

#rsstipsrow.closed
{
	display: none;
}

/**
* ----------------
* TOGGLE
* ----------------
*/
#rsstoggle
{
	background-image: url(rss_toggle_bg.png);
	background-repeat: repeat-x;
	height: 13px;
}

#togglelf
{
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 44px;	
	cursor: pointer;
}

#togglert
{
	background-repeat: no-repeat;
	float: right;
	height: 13px;
	width: 44px;
	cursor: pointer;
}

#togglelf.closed
{
	background-image: url(rss_toggle_open_lf.png);
}

#togglert.closed
{
	background-image: url(rss_toggle_open_rt.png);
}

#togglelf.open
{
	background-image: url(rss_toggle_close_lf.png);
}

#togglert.open
{
	background-image: url(rss_toggle_close_rt.png);
}


/**
* ----------------
* RSS
* ----------------
*/
#rssreader
{
	height: 165px;
	background-image: url(rss_bg.png);
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;	
	padding-bottom: 0px;
}

#rssreader h2
{
	background-image: url(rss_head.png);
	background-repeat: no-repeat;
	width: 60%;
}

#rssheadcap
{
	position: absolute;
	top: 0px;
	right: -8px;

	background-image: url(rss_head.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 40%;
	height: 25px;
}

#rssaddrem
{
	position: absolute;
	top: 6px;
	left: 165px;

}

#rssnav
{
	position: absolute;
	top: 6px;
	left: 215px;
}

#rssnav img
{
	margin-right: 5px;
}

#rsschannels
{
	width: 202px;
	height: 132px;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 0px;
	
	padding-left: 2px;
	padding-bottom: 0px;
	overflow: scroll;
	float: left;
}

#rsschannels dt
{
	font-weight: bold;
	margin: 2px;
	padding-left: 2px;
	width: 96%;
}
#rsschannels dt:before
{
	content: url(rss_other.png);
	margin-right: 2px;
	vertical-align: middle;
	cursor: pointer;
}

#rsschannels dt.adobe:before
{
	content: url(rss_adobe.png);
	margin-right: 2px;
	vertical-align: middle;
}


#rsschannels dd
{
	margin: 0px;
	margin-right: 10px;
	padding-top: 3px;
	position: relative;
	top: -2em;
	float: right;
	
}

#rssitems
{
	height: 132px;
	margin: 0px 0px 0px 213px;
	overflow: scroll;
}

#rssitems dt
{
	font-weight: bold;
	margin-left: 3px;
}

#rssitems dt:before
{
	content: url(rss_closed.png);
	margin-right: 2px;
	vertical-align: top;
}

#rssitems dt.open:before
{
	content: url(rss_open.png);
	margin-right: 2px;
	vertical-align: middle;
}


#rssitems dd
{
	margin: 0px 0px 0px 10px;
	display: none;
}

#rssitems dd a
{
	text-decoration: underline;
	color: #775A39;
}

#rssitems dd img,
#rssitems dd object,
#rssitems dd embed
{
	display: none;
}

#rssloader
{
	position:absolute;
	top: 2px;
	right: 5px;
}




/**
* ----------------
* TIPS
* ----------------
*/

#tips
{
	height: 165px;
	background-image: url(tips_bg.png);
	background-position: 0px 27px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 6px;
	padding-bottom: 0px;
}

#tips h2
{
	background-image: url(tips_head.png);
	margin: 0px 7px 0px 0px;
	padding: 0px;
	height: 27px;
}

#tips #nav
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 7px;
	right: 7px;
}

#lastTip
{
	content: url(tip_last.png);
}

#nextTip
{
	content: url(tip_next.png);
}

#maintip:first-line
{
	font-weight: bold;
}

#tips div.cap
{
	background-image: url(tips_cap.png);
	height: 27px;
	position: absolute;
	float: right;
	top: 0px;
	right: -5px;
}

#tipscroll
{
	position: relative;
	height: 126px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
	overflow: scroll;
	
}

#tips p
{
	margin-top: 0px;
	width: 95%;
}

/**
* ----------------------------------------------------------------
* Bottom Row, Footer
* ----------------------------------------------------------------
*/
#footer
{
	height: 40px;
	font-size: .6em;
	text-align: left;
 	/* background-color: #777; */
}

#vc,
#color,
#help
{
	height: 40px;
	padding-left: 45px;	
 	margin: 5px 6px 0px 0px;
 	vertical-align: bottom;
 	cursor: pointer;
}

#vc
{
	background-image: url(vc_bg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	width: 180px;
	padding-top: 10px;
	margin-left: 7px;
	float: left;
}

#color
{
	height: 45px;
	background-image: url(color_bg.png);
	background-repeat: no-repeat;
	margin-left: 219px;
	margin-right: 9px;
	padding-top: 5px;
	position: relative;
}


#clrcap
{
	position: absolute;
	top:0px;
	right:-6px;
	padding: 0px;

	height: 45px;
	width: 9px;
	background-image: url(color_cap.png);
	background-repeat: no-repeat;
}

#color.synchronized

{
	background-image: url(color_sync_bg.png);
}

#help
{
	background-image: url(help_bg.png);
	background-repeat: no-repeat;
	position: relative;
	margin-right: 13px;
	margin-left: 8px;
	padding-top: 10px;
}

#helpcap
{
	position: absolute;
	top:0px;
	right:-8px;
	padding: 0px;

	height: 45px;
	width: 8px;
	background-image: url(help_cap.png);
	background-repeat: no-repeat;
}




/* hide data */
#recentfolderdata,
#recentfiledata
{
	display:none;
}