@charset "utf-8";
/* CSS Document */

#adminContent{
	float:left;
	border-left:1px dashed #cccccc;
	padding-left:10px;
}
.formLabel{
	text-align:right;
	border-right:1px dashed #cccccc;
}
.submitButton{
 width:250px;
 height:25px;
 border-style:solid; 
 border-width:1px; 
 border-color:#000000; 
 background-color:#81A2B1;
 color:#ffffff; 	
}

.trmousehover:hover{color: #000000;background-color:#a0cfeb;}

/* This is for the "More Options Area */
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../imgs/left.png) no-repeat;
	float:left;
	margin:0px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../imgs/right.png);
	clear:right;
	margin:0px;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:100%;
	height:20px;
	text-align:center;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../imgs/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* This is the end of the "More Options Area */

