﻿@charset "utf-8";
/* CSS Document */
.noResults { 
	color:red; 
	font-weight:bold;
	}
.SWW_Search_Label {
	font-size:10px;
	margin: 0 0 4px 3px;
}

div.centerCell { 
	text-align:center;
}

#SWW_Grid_Form {
	background:#dedede;
	width:625px;
	border: #B7BABC 1px solid;
}
#SWW_Grid_Form .searchtext {
	width:230px;
	margin: 0 12px 10px 3px;
	height:17px;
	float:left;
}
#SWW_Grid_Form .videoclass { float:left; margin-right:10px;
	
	}
#SWW_Grid_Form .swwdropdown {
	font-size:10px;
	height:19px;
	float:left;
	padding:1px;
	margin: 0 12px 10px 0;
	width: 175px;
}
#SWW_Grid_Form .button {
	float:left;
	width:75px;
	/*margin: 0 5px 10px 3px;*/
	margin: 0 12px 10px 3px;
	background-color:#ccc;
	border: 1px solid #7a7b7a;
}
.SWW_Grid_Title {
	background: #CCC;
	border: #B7BABC 1px solid;
	width:625px;
	font-weight:bold;
	color:#000;
	font-size:12px;
	margin:10px 0 0 0;	
}
.SWW_Grid_Title_Text {
	margin:3px 0 0 3px;
}

.preso {
width:24px; 
height:24px;
background-image:url(/includes/swworld/images/swwp-doc-thumbnail.png);
	
	}

.vid { 
width:24px; 
height:24px;
	background-image:url(/includes/swworld/images/swwp-video-thumbnail.png);
	}

.grids {
	width:625px;
	}

	
.x-grid3-row-table, .x-grid3-header-offset table, .x-grid3-row, .x-window-br, .x-window-b1  {
		width: 625px !important;
	}
	.x-grid3-row-over {
		background: none;
		border-color: #FFFFFF #EDEDED #EDEDED;
	}
	.x-grid3-col {
	/*	text-align:left;
		vertical-align:middle  !important;*/
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
	.x-grid3-row td {
		padding-left: 0;
		padding-right: 0;
	}
	
	/*.x-grid3 table {
		table-layout:auto;
	}*/