﻿

.center-btn{
    margin: 30px 0 20px 45%;
    _margin-left: 430px;
}

.center{
    margin: 0 auto;
}

.float_left{
    float: left;
    display: block;
}

.float_right{
    float: right;
    display: block;
}


#endcap{
	clear: both;
	padding: 10px 0 10px 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer; 
}


.padleft5{ padding-left: 5px; }
.padleft10{ padding-left: 10px; }
.padright10{ padding-right: 10px; }
.padtop10{ padding-top: 10px;}
.padbottom10{padding-bottom:10px;}
.padright20{ padding-right: 20px; }

.clearfix, .clearfloat { clear:both; }

.pointer, .draft{ cursor: pointer; }
.relative{ position: relative; }

.redbg, .draft { background-color: #ffe4e1; }
.errormsg{ background-color:#f00; color:#fff; padding:5px; font-weight:bold;}

.dotbox { padding: 5px 5px 5px 5px; border: dashed 1px #1D4D3B }
.overflow { overflow:auto; }

.centerel{ margin: 0 auto;}
.centertext{ text-align:center;}

img.inline{ display:inline; }

.inline img { display:inline; }

.width400{ width:400px;}
.width300{ width:300px;}
.height300{ height: 300px; }
.width200{ width:200px;}
.width100Percent{width:100%;}


/* Folder Path Bar & ToolBars */
#FolderItems {
	
}

#FolderItems td, #FolderItems th{
	padding: 5px;
	text-align: left;
}

#FolderItems th{
	background: #eee;
}

.FolderPathBar
{	
	color: #000;
	padding: 5px 10px 4px;
	background: #CDCB1C;
	border-bottom:2px solid #A3A000;
}

.FolderPathBar{ }
.FolderPathBar span { 	text-align: left;font-size: 12px; font-weight: bold; }