
/* **** File Name:  datagrid.css ******************************************
 *    Description:  Stylesheet for forms.
 *                   
 *        Project:	Reactive Blue - the business of Art.
 *   Date Created:  Sep 26, 2006
 *         Author:  Gene Nagle
 *
 *	Taken from Qcodo: http://examples.qcodo.com/examples/datarepeater/ajax.php
 *
 *     Revision History
 *   Who   		  Date			CodeVersion - Comments
 *
 **************************************************************************/

.paginator_inactive_step { 
	font-weight: bold;
	font-size: 14px;
	color: #999999; 
}
 
.paginator_active_step { 
	font-weight: bold;
	font-size: 14px;
	color: #9fca8a; 
	text-decoration: none; 
}

.paginator_page { 
	text-decoration: none;
	font-size: 14px; 
	color: #9fca8a; 
	padding: 0px 4px 2px 4px; 
}

.paginator_selected_page { 
	font-weight: bold; 
	font-size: 14px;
	background-color: #999999; 
	padding: 0px 4px 2px 4px; 
	border: 1px; 
	border-style: solid; 
}

.data_repeater {
	background-color:#eeffdd;
	padding:10px;
	width:200px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	float:left;
	margin:5px;
}

.inner_grid {
	padding: 15px 0;
}

/*****************************************************/
/*                FOR GALLERY                        */
/*****************************************************/
.gallery_wrapper {
	position:relative;
	margin:10px 0;
	border:1px solid #3b2618;
}

.text_container {
	float:left;
	width:300px;
	padding:4px 10px 10px 4px;
}

.map_container {
	float:right;
	width:190px;
	/* background: red; */
	height:150px;
	margin:4px 4px 4px 0;
}
