@CHARSET "UTF-8";
/**
 *  Template
 *
 *  Company Name:  Schock Consulting LLC
 *  Creation Date: 2014-08-01
 *  @copyright Copyright (c) 2014
 *
 */

/* Template classes and ids CSS */
.page-control
{
	min-height:40px;
}

.page-filter
{
	min-height:40px;
}

#pageFilter
{
	min-height:40px;
	margin-left:1%;
	/*float:left;
	margin: 0.6em;
	line-height: 1.4em !important;
	font-size: 0.8em !important;*/
}

#pageControl
{
	min-height:40px;
	margin-right:1%;
	/*float:right;
	margin: 0.6em;
	line-height: 1.4em !important;
	font-size: 0.8em !important;*/
}

#pageControl button
{
	margin: 4px;
}

#pageControl .ui-button-text-only .ui-button-text
{
	font-size: 0.8em !important;
}

.full-page-block
{
	width:99%;
}

.three-quarters-page-block
{
	width:73.25%;
}

.half-page-block
{
	width:48.5%;
}

.half-vertical-two-thirds-horizontal-block
{
	width:65%;
}

.third-page-block
{
	width:32%;
}

.two-thirds-page-block
{
	width:65%;
}

.two-thirds-page-block-centered
{
	width:65%;
	margin-left:17.5%;
}

.quarter-page-block
{
	width:23.75%;
}

.one-fifth-page-block
{
	width:18.5%;
}

.two-fifth-page-block
{
	width:38.5%;
}

.three-fifth-page-block
{
	width:58.5%;
}

.four-fifth-page-block
{
	width:78.5%;
}

.block-header
{
	height:30px;
	padding:5px 3px 0 3px;	
}

.block-body
{
	min-height:135px;
}

.containted-block-body
{
	min-height:200px;
	
}

.block-header-half
{
	min-height:20px;	
}

.block-body-half
{
	height:40%;
	min-height:50px;
}