/* CSS document used by the Kittens page */

.lastUpdated {
	margin:20px 0 0 20px;
}

/* div-tag to hold and position a table which in turn holds a kitten */
.kitten {
	width:592px;
	margin:10px auto 0 auto;
}

/* div tag for heading */
.kitten .heading {
	background:url("../Images/design/bg_button.gif") #6F849E top left repeat-x;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#FFFFFF;
	text-align:left;
	padding:2px 8px;
	border:1px solid #333333;
}

/* div tag for Kitten information */
.kitten .info {
	vertical-align:text-top;
	margin:0;
	padding:3px 0;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}
.kitten .info p {
	margin:0 10px;
}
/* div tag holding arrows to move kitten up and down */
.kitten .info .moveKitten {
	float:right;
	margin:1px 4px;
}
.kitten .info .moveKitten img {
	border:0;
	curosr:pointer;
	curosr:hand;
	clear:both;
	margin:1px;
}

/* div tag for kitten images */
.kitten .images {
	margin:0;
	padding:0;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	/* Below is a IE hack, for it to not hide border of this element.				*/
	/* See the "peekaboo bug" at http://www.positioniseverything.net/explorer/peekaboo.html */
	_height: 0;
	min-height: 0;
}
/* div tag holding the actual image and image text */
.kitten .images .image {
	float:left;
	clear:none;
	width:110px;
	min-height:108px;
	margin:3px;
	padding:3px 0;
	text-align:center;
	background-color:#E4E4FF;
	border:1px solid #CCCCEE;
}
.kitten .images .image img {
	border:0;
	margin:0;
}

/* bottom row, just for good looking */
.kitten .bottom {
	background:url("../Images/design/bg_button.gif") #6F849E top left repeat-x;
	height:8px;
	border:1px solid #333333;
}

/* the content of the option menu */
.kitten .adminMenuContent {
	margin:0 5px;
	padding:5px 15px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}
/* Bottom row of option menu, just for good looking */
.kitten .adminMenuBottom {
	background:url("../Images/design/bg_button.gif") #6F849E top left repeat-x;
	height:8px;
	margin:0 auto;
	padding:0;
	border:1px solid #000000;
	cursor:hand;
	cursor:pointer;
	text-align:center;
	line-height:8px;
}
/* Small image of arrow pointing downwards */
.kitten .adminMenuBottom .arrowDown {
	width:10px;
	height:7px;
	vertical-align:bottom;
}
/* div tag that holds the upload form */
.kitten .adminMenuContent .uploadForm {
	margin:5px 15px;
	float:left;
	clear:none;
	border:1px dashed #000000;
}
/* small div tag holding delete button */
.imageAdminOptions {
	margin:0;
	padding:0 3px 2px 0;
	text-align:right;
	line-height:0;
}
.imageAdminOptions img {
	border:0;
	cursor:pointer;
	vertical-align:top;
}
/* Override form */
/*.kitten .adminMenuContent .uploadForm*/ form div {
	margin:10px;
}
/* Override textarea */
.textarea {
	width:400px;
	height:200px;;
}

form.inplaceeditor-form input[type="text"]{
	width:100px;
}