
#browserbody {
	font-family: "Lucida Grande";
	font-size: 11px;
	margin: 0;
}

/* Files
--------------------------------------------------*/
// #browser {
// 	border: 1px solid #B7B7B7;
// 	-webkit-border-top-left-radius: 5px;
// 	-webkit-border-top-right-radius: 5px;
// 	-moz-border-radius-topleft: 5px;
// 	-moz-border-radius-topright: 5px;
// }
// 
// #sharingBrowser {
// 	border: 1px solid #B7B7B7;
// 	-webkit-border-top-left-radius: 5px;
// 	-webkit-border-top-right-radius: 5px;
// 	-moz-border-radius-topleft: 5px;
// 	-moz-border-radius-topright: 5px;
// }
// 
// ul#breadcrumbs {
// 	background: url(img/breadcrumbs.png) repeat-x;
// 	border-bottom: 1px solid #B7B7B7;
// 	width: 100%;
// 	margin: 0;
// 	padding: 0;
// 	height: 34px;
// 	-webkit-border-top-left-radius: 5px;
// 	-webkit-border-top-right-radius: 5px;
// 	-moz-border-radius-topleft: 5px;
// 	-moz-border-radius-topright: 5px;
// 	-list-style: none;
// }
// 
// ul#breadcrumbs li {
// 	display: block;
// 	float: left;
// 	margin: 0;
// 	padding: 11px 20px 10px 10px;
// 	background: url(img/separator.png) no-repeat top right;
// 	text-shadow: #FFF 0 1px;
// 	cursor: pointer;
// }
// 
// ul#breadcrumbs li:hover { color: #006ecc; }
// ul#breadcrumbs li:active { color: #003663; }
// 
// .youhaveused {
//     float: right;
//     margin-top: -7px;
// }
// 
// /* Files */
// ul#files {
// 	margin: 0;
// 	padding: 0;
// 	list-style: none;
// }
// 
// ul#files li {
// 	display: block;
// 	margin: 0;
// 	padding: 0;
// 	border-bottom: 1px solid #DCDCDC;
// 	background: #FFF url(img/arrow.png) no-repeat center right;
// 	font-size: 14px;
// 	cursor: pointer;
// }
// 
// ul#files li:hover {
// 	color: #006ecc;
// 	background: #F6F6F6 url(img/arrow.png) no-repeat center right;
// }
// 
// ul#files .warning:hover {
// 	color: #444;
// 	background: #FFF;
// }
// 
// ul#files .warning {
// 	cursor: default;
// 	display: block;
// 	width: auto;
// 	padding: 15px 15px 15px 20px;
// }
// 
// ul#files li.file { background-image: none; }
// ul#files li:last-child { border: 0; }
// 
// ul#files li img {
// 	float: left;
// 	position: relative;
// 	top: -8px;
// 	left: -10px;
// }
// 
// ul#files li a {
// 	display: block;
// 	width: auto;
// 	padding: 15px 15px 15px 20px;
// }
// 
// a {
//     outline: none; 
//     text-decoration: none;
// }
// 
// .file a {
//     color: #444;
// }
// 
// .options {
// 	float: right;
// 	display: none;
// 	margin: 16px 40px 0 0;
// }
// 
// .file .options { margin: 16px 16px 0 0; }
// 
// ul#files li:hover .options { display: block; }
// 
// .options a {
// 	background: #CCC;
// 	color: #FFF;
// 	-webkit-border-radius: 8px;
// 	-moz-border-radius: 10px;
// 	font-size: 11px;
// 	padding: 1px 10px 2px !important;
// 	margin: 0 4px 0 0;
// 	float: left;
// }
// 
// .options a:hover { background: #095e86; }
// .options a:active { background: #000; padding: 2px 10px 1px !important; }
// .options a.del:hover { background: #F00; }

/* Share Window
--------------------------------------------------*/
#black {
	background: #000;
	opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: none;
}

#share {
	background: url(img/body.png) no-repeat;
	width: 222px;
	height: 237px;
	
	position: fixed;
	left: 50%;
	top: 50%;
	
	margin-left: -111px;
	margin-top: -119px;
	
	display: none;
}

.shareTabs { margin: 0 0 0 18px; }

.tab {
	width: 62px;
	height: 25px;
	background: url(img/deselectedTab.png) no-repeat;
	float: left;
	text-align: center;
	color: #666;
	text-shadow: #FFF 0 1px;
	padding: 3px 0 0 0;
	cursor: pointer;
}

.tSelected {
	width: 62px;
	height: 31px;
	background: url(img/selectedTab.png) no-repeat;
	position: relative;
	top: -1px;
	padding: 5px 0 0 0;
}

.shareHeader {
	font-size: 15px;
	margin: 19px 0 10px 20px;
	font-weight: bold;
	height: 20px;
	color: #095e86;
	text-shadow: #FFF 0 1px;
}

.shareContent {
	margin: 0 8px 1px 0;
	height: 127px;
	padding: 10px 18px;
}

.shareTab { display: none; }
.bSelected { display: block; }

.shareButton {
	width: 62px;
	height: 21px;
	background: url(img/shareButton.png) top;
	cursor: pointer;
	float: right;
	margin: -1px 18px 0 0;
}

.shareButton:hover { background: url(img/shareButton.png) center; }
.shareButton:active { background: url(img/shareButton.png) bottom; }

/* Share Window Content
--------------------------------------------------*/
#share input {
	width: 100px;
}

#share textarea {
	width: 172px;
	height: 53px;
	font-family: "Lucida Grande";
	font-size: 11px;
}

#share input, #share textarea {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 0 4px 0;
	cursor: pointer;
	outline: none;
}

#share input:focus, #share textarea:focus {
	cursor: text;
	border: 2px solid #095e86;
	padding: 4px;
}

#share label {
	color: #666;
	cursor: pointer;
}

#share .linkurl {
	width: 172px;
}

#share .generatedURL {
    display: none;
}

/* Uploadify CSS
--------------------------------------------------

Uploadify v1.6.2
Copyright (C) 2009 by Ronnie Garcia
Co-developed by Travis Nickels
*/
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}
