/****************************************************************
  docking boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, 
.dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* shelf header */
#bookshelves-header
{
	margin:0 0 -8px 0;
	padding:0;
	width:800px;
	border-top:2px ridge #421100;
	border-left:3px ridge #6d2e16;
	border-right:3px ridge #6d2e16;
}

#bookshelves-header img
{
	border:none;
}

/* group container(s) */
#bookshelves {
	width:850px;
	#width:870px;
	height:395px;
	padding:0 0 0 50px;
	margin:0 0 0px 0;
	}


/* boxes */
.dbx-box {
	float:left;
	}

.dbx-box span {
	float:left;
	width:250px;
	height:178px;
	/* IE override is # */
	#width:270px;
	#height:200px;
	#font-size: 7px;
	#line-height: 8px;
	margin:12px 12px 1px 0;
	border: 1px solid #1366EC;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow: 2px 2px 2px #888;
	-icab-box-shadow: 2px 2px 2px #888;
	-khtml-box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px
	padding: 1px;
	}

.dbx-box span a, .dbx-box span a:visited
{
	color:#fff;
	font:normal normal normal 0.9em tahoma,sans-serif;
}

/* box when it has the focus */
.dbx-box-focus span {
	border-color:#00f;
	outline:2px solid #f60;
	}
		
/* + boxes that cannot be grabbed */
.dbx-nograb span
{
	border:none;
	width:102px;
	height:131px;
}
/* handles */
.dbx-handle {
	}
.dbx-handle-cursor 
{
    cursor:move;
}

.dbx-handle img {
	border:none;
	}

/* keyboard navigation tooltip */
.dbx-tooltip {
	margin:15px 0 0 105px;
	width:120px;
	
	display:block;
	position:absolute;
	border:1px solid InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	padding:2px 4px 3px 5px;
	text-align:left;
	}

/* hacks for IE6 */
* html .dbx-tooltip {
	font-weight:normal !important;
	}
	
* html .dbx-box {
	height:150px;
	overflow:hidden;
	}
			
* html .dbx-box span {
	border:none;
	}









/*================= MY STUFF ================*/
body, p, td {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #111111;
	background-color: #FFFFFF;
}

h1 { font-size: 14px; color: #111111; font-family:Verdana; }
a { font-family:Verdana; font-size:8pt; color: #000099; text-decoration:none; }
a:link { font-size: 8px; line-height: 10px; }
a:hover { text-decoration: underline; }
 img { border: 0px; }

.textfield {
        font-family: Verdana, Arial;
        font-size: 11px;
        color: #111111;
        border: solid 1px;
        border-color: #111111;
}

.copyright { font-size: 8px; line-height: 10px; }
.copyright2 { font-size: 7px; line-height: 8px; }

.hiddenPic {display:none;}

hr { width: 20% }
