﻿body 
{
	background-color: #DDD;
}

.body {
	min-height: 600px;
}

.container_12 
{
	/*background-color: #EEE;*/
	-min-height: 400px;
}

/*.grid_12, .grid_2, .grid_8
{
	background-color: white;
	margin: 1px;
}*/



.hidden,
a.hidden,
div.hidden,
h1.hidden,
h2.hidden,
h3.hidden,
h4.hidden,
span.hidden,
p.hidden,
button.hidden,
ul.hidden,
#site-body li.hidden,
.ui-accordion .hidden
{
	display: none;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearRight {
    clear: right;
}

.clearLeft {
    clear: left;
}

.nowrap
{
	white-space: nowrap;
}

.relative
{
	position: relative;
}

.margin10
{
	margin: 10px;
}

.martop50 {
    margin-top:50px;
}

.martop20 {
    margin-top:20px;
}

.martop4 {
    margin-top:4px;
}

.pad10
{
	padding: 10px;
}

.padRight
{
	padding-right: 10px;
}

.padLeft
{
	padding-left: 10px;
}

.padTop
{
	padding-top: 10px;
}


.padBottom
{
	padding-bottom: 10px;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}


.breadcrumbs li
{
	/*display: inline;*/
    margin-right:10px;
}


.minWidth300
{
	min-width: 300px;
}

.verticalScroll
{
	overflow-y: scroll;
}

.editDialog label
{
	display: block;
}

.editDialog input[type="text"]
{
	display: block;
	width: 600px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


.leftRail
{
	
}


.rightRail
{
    width:210px;
    height:100px;
    float:right;
    margin:50px 10px 0 0;
    line-height:18px;
    font-size:11px;
    padding-left:5px;

}

.indent30 {
    margin-left:30px;
}

.indent100 {
    margin-left:100px;
}

.none {
    height:0;
}

.separator {
    color: #E3E3E3;
}

.font10 {
    font-size:10px;
}

.bluelink {
    font-size: 12px;
    font-weight: 600;
    color: #116C94;
}

.pos-absolute
{
	position: absolute;
}

.margin-right5 {
    margin-right: 5px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: -15px;
}

.height30 {
    height: 30px;
}

