/*
	HUNDREDS of other stylesheets which work with this class can be found here - http://icant.co.uk/csstablegallery
	Try a few demos using the style dropdown box for our demo here - http://www.ajaxcrud.com/
*/


h3{
	text-align: center;
}

.hand_cursor{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.paging_links{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#F5E000;}

.ajaxCRUD {
	background: #F4F2FD;
	border-color: #BBB1ED;
	border-style: solid;
	border-width: 0px;
	padding:4px;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

.ajaxCRUD th{
	background: #CFDBF3;
	font-weight: bold;
	color:#445276;
	font-size: 12px;
}

.ajaxCRUD th a{
	color: #173D7F;
}

.ajaxCRUD td, th a{
	text-decoration: none;
}

.ajaxCRUD td, th a:hover{
	color: #000;
}

.ajaxCRUD td{
	font-family: Arial, Verdana;
	font-size: 11px;
	background: #FAF9FC;
	color: #716E6E;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
}

.ajaxCRUD td, .ajaxCRUD th{
	padding: 5px 5px;
}
table td.odd, table tr.odd, tr.odd td, tbody tr.odd th{
	background-color: #e5e5e5;
}

.editingSize{
	font-size: 10px;
}

/* this will only work when your HTML doctype is in "strict" mode. took forever to figure that out...
In other words - put this in your header:
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
*/
.editable:hover{
	background-color: #FFFF99;
}


input, select, textarea{
	font-size: 100%;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url("fieldbg.gif") repeat-x top;
	color: #333;
	padding: 2px 0 2px 2px;
}

.btn{
	font-size: 11px;
}
.report {
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 20px;
	color: #060;
	background: url("checkicon.gif") #e2f9e3 left no-repeat;
}

.error {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 27px;
	font-size: 11px;
	margin: 0 20px 15px 20px;
	background: url("badicon.gif") #c00 left no-repeat;
	color: #fff;
}

/* addButton class: */

a.addButton,
a.addButton:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding:6px 5px 4px;
	text-align:center;
	width:60px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../images/Add.png") no-repeat left center;
}

/*
a.addButton:hover{
	text-decoration:none;
	background-position:left bottom;
}
*/

/* saveButton class: */

a.saveButton,
a.saveButton:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding:6px 5px 4px;
	text-align:center;
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../_img/messageModify.gif") no-repeat left center;
}

/*
a.saveButton:hover{
	text-decoration:none;
	background-position:left bottom;
}
*/

/* cancelButton class: */

a.cancelButton,
a.cancelButton:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding:6px 5px 4px;
	text-align:center;
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../images/cancel.png") no-repeat left center;
}

/* confirmButton class: */

a.confirmButton,
a.confirmButton:visited{
	position: relative; 
	left:-16px;
	color:black;
	/*display:block;*/
	font-size:10px;
	font-weight:bold;
	height:15px;
	/*padding:6px 5px 4px;*/
	/*text-align:center;*/
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	/*background:url("../images/ok.png") no-repeat left center;*/
}
.confirmparagraph { 
	padding: 0 0 0px 20px; 
	/*font-size: 1em; */
	line-height: 1em;
	background:url("../images/ok.png") no-repeat left center;
}

/* editButton class: */

a.editButton,
a.editButton:visited{
	color:black;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding:6px 5px 4px;
	text-align:center;
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../images/edit.png") no-repeat left center;
}

/* moderationButton class: */

a.moderationButton,
a.moderationButton:visited{
	position: relative; 
	left:-16px;
	color:black;
	/*display:block;*/
	font-size:10px;
	font-weight:bold;
	height:15px;
	/*padding:6px 5px 4px;*/
	/*text-align:center;*/
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	/*background:url("../images/moderation.png") no-repeat left center;*/
}
.moderationparagraph { 
	padding: 0 0 0px 20px; 
	/* font-size: 1em;  */
	line-height: 3em;
	background:url("../images/moderation.png") no-repeat left center;
}

/* addactorButton class: */

a.addactorButton,
a.addactorButton:visited{
	position: relative; 
	left:-16px;
	color:black;
	/*display:block;*/
	font-size:10px;
	font-weight:bold;
	height:15px;
	/*padding:6px 5px 4px;*/
	/*text-align:center;*/
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	/*background:url("../images/addActor.png") no-repeat left center;*/
}
.addactorparagraph { 
	padding: 0 0 0px 20px; 
	/*font-size: 1em; */
	line-height: 1m;
	background:url("../images/addActor.png") no-repeat left center;
}
a.addtagButton,
a.addtagButton:visited{
	position: relative; 
	left:-16px;
	color:black;
	/*display:block;*/
	font-size:10px;
	font-weight:bold;
	height:15px;
	/*padding:6px 5px 4px;*/
	/*text-align:center;*/
	width:90px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	/*background:url("../images/addActor.png") no-repeat left center;*/
}
.addtagparagraph { 
	padding: 0 0 0px 20px; 
	/*font-size: 1em; */
	line-height: 1m;
	background:url("../images/tag.png") no-repeat left center;
}
/*
a.cancelButton:hover{
	text-decoration:none;
	background-position:left bottom;
}
*/

/* deleteButton class: */

a.deleteButton,
a.deleteButton:visited{
	position: relative; 
	left:-16px;
	color:black;
	/*display:block;*/
	font-size:10px;
	font-weight:bold;
	height:20px;
	/*padding:6px 5px 4px;*/
	/*text-align:center;*/
	width:20px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	/*background:url("../images/Trash.png") no-repeat left center;*/
}
.deleteparagraph { 
	padding: 0px 0px 0px 20px; 
	/*font-size: 1em; */	
	line-height: 3em;
	background:url("../images/Trash.png") no-repeat left center;
}

/* undoButton class: */

a.undoButton,
a.undoButton:visited{
	color:black;
	display:inline;
	font-size:10px;
	font-weight:bold;
	height:16px;
	padding:10px 10px 10px 10px;
	margin-left:10px;
	text-align:center;
	width:16px;
	
	text-shadow:1px 1px 1px #DDDDDD;
	background:url("../_img/messageDelete.gif") no-repeat left center;
}