/*
Copyright (c) 2009, Nicole Sullivan. All rights reserved.
Code licensed under the BSD License:
version: 0.2
*/
/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod{margin:10px;}
.hd,.bd,.ft{overflow:hidden;_overflow:visible; _zoom:1;}
.inner{position:relative;}
b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
.tl, .tr, .bl, .br{height:10px; width:10px;float:left;}
.tl{background-position: left top;}
.tr{background-position: right top;}
.bl{background-position: left bottom;} 
.br{background-position: right bottom;}
.br,.tr{float:right;}
.bl,.br{margin-top:-10px;}
.top{background-position:center top;}
.bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
/* complex */
.complex{overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;overflow:hidden;}
.complex .bl, .complex .br{/*margin-top:0;*/}
.complex .top{height:5px;}
.complex .bottom{height:5px;/*margin-top:-10px;*/}
/* pop  */
.pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;}
.pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;}
.pop .tl, .pop .br{display:none;}
.pop .bl{bottom:-10px;}
.pop .tr{right:-10px;}

/*
.icon { background:transparent url(https://www.dropbox.com/static/19692/images/sprites/sprites.png) no-repeat; display:block; height:16px; width:16px; }
.inline-icon { float:left; margin-right:3px; }

.table { font-size:11px; }
.table-row-wrapper { border:solid 1px transparent; _border-color:#ffffff; margin:0 2px -1px; *margin-bottom:-4px; _margin-bottom:0; padding:3px 2px; position:relative; }
.table-row-wrapper-hover { background-color:#fafdff; border:solid 1px #c6d8e4; }
.table-row-wrapper-on { background-color:#f4faff; border:solid 1px #77aadd; }


.table-row { overflow:auto; width:100%; }
.table-cell { float:left; }
.table-cell-dropdown-arrow { float:right; margin-top:2px; visibility:hidden; }
.table-row-wrapper-hover .table-cell-dropdown-arrow { visibility:visible; }

.table-cell-dropdown { background-color:#f4faff; border:1px solid #77aadd; border-top:none; bottom:0; list-style-type:none; padding:0; position:absolute; right:-1px; width:145px; }
.table-cell-dropdown a { border:0 none; display:block; height:16px; line-height:16px; outline-style:none; padding:6px 13px 6px 4px; white-space:nowrap; }
.table-cell-dropdown a:hover { background-color:#348DD3; color:#FFFFFF; text-decoration:none; }

.checkbox-cell { height:16px; padding:2px 5px 1px 2px; width:16px; }
.icon-cell { padding-top:1px; width:20px; }
.filename-cell { line-height:16px; padding-top:1px; width:300px; }
.size-cell { line-height:16px; padding-left:3px; padding-top:1px; width:110px; }
.modified-cell { line-height:16px; padding-left:3px; padding-top:1px; }



.i-dropdown { background-position:left -456px; }
*/