<?php
header("Content-Type: text/css");
include('../../include/common.php');
global $config; 
?>
/* THE PHP CODE ABOVE IS NEEDED FOR THE RMS SYSTEM */
/* THIS IS INTERNAL CSS FOR RMS */
.field_caption{
	font-weight:bold;
}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}

/* EVERYTHING BELOW HERE IS FOR THE RMS SYSTEM */
/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #e6eff2;
	width:100%;    
	font-size: 11px; 
	text-decoration: none; 
	color: #fff;
	border: 6px solid #e6eff2; 
}
.browse_tool {
	font-size: 11px; 
	text-decoration: none; 
	color: black;
	border: 0px solid #000; 
}			
.browse_tool_num {
	color: #718CAB;
}

.browse_tool_button A {		
	background-color: #47A1C3;
	font-size: 10px;
	line-height: 10px; 
	text-align: center;
	border: 0px solid #ccc;
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
	width: 82px;
	height: 20px;
	padding: 3px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #fff;
}

.browse_tool_button A:hover {
	background-color: #6A0050; 
	color: #fff;
	border: 0px solid #000;
	width: 82px; 
	height: 20px;
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #aaaaaa; 
	text-decoration: none; 
}


.browse_tool_curpage {
	background-color: #47A1C3;
	color: #FFFFFF;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
	margin-top:1px;
}
			
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #E6EFF2;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
}

bt_pages_ghost{
	color:	#E6EFF2;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	background: #E6EFF2; 
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

A.bt_pages:visited{
	color: #000000;
}

A.bt_pages:hover{
	color:#FFFFFF;
	background-color: #6A0050; 
}

.search_results
{
	width:100%;
}
.result_row_0	{ 
	background-color: #FFFFFF;
	padding: 10px 0 5px 0;
	margin: 10px 0 5px 0; 
	}
.result_row_1	{ 
	background-color: #E6EFF2;	
	padding: 10px 0 5px 0;
	margin: 10px 0 5px 0;
	}
.result_titles {
	font-weight:900;
}
.view_users { width:100%; }

.small {
	font-size:10px;
}

 /*printer styles*/ 
@media print{ 
	/*hide the left and right column when printing*/
	#leftcontent{display:none;} 
	#rightcontent{display:none;} 
}

input, select, form {
	font-family: Georgia, times, serif;
}

