@charset "utf-8";
/* CSS Document 
* created for TMIP by Unconfusing Technology
* unconfusing.com
* Please give credit when copying
* 
*/

body
{
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	background: #8b898a url(../images/bk.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*color:#59463A;	*/
	color:#616161;
	text-align:justify;
}

img
{
	border:none;	
}

a
{
	color:#22A1CA;
	text-decoration:none;	
}

.hidden {
	display: none;
}

.placeholder
{
	width:1000px;
	padding:10px 20px;
	margin:0 auto;
	background:#fff;
	min-height: 680px;
}


.main-top
{
	width:100%;
	background:#eee;
	border-top:1px solid #CCCCCC;
	height:3px;
	margin-top:10px;	
}
.main
{
	background:url(../images/gray-bk.png);
	padding:0 20px;
	margin:0 auto;
}
.main-bot
{
	width:100%;
	background:#eeeeee;
	border-bottom:1px solid #CCCCCC;
	height:3px;	
	margin-bottom:10px;
}

.arrow
{
	background:url(../images/arrow-right.png) right center no-repeat;
}
.arrowSizer
{
	line-height:50px;
	height:50px;
	vertical-align:middle;			
	display:inline-block;
}

.check
{
	list-style:url(../images/icons/flag.png);
	font-weight:bold;
	color:#9E803A;
}

#newsticker
{
	list-style:none;	
}

#logo
{
	width:300px;
	float:left;	
}

#header
{
	width:1020px;
	margin:0 auto;
	padding:10px;
	background: #ffffff;
}
#header a
{
	color:#b1b1b1;
	text-decoration:none;
}

#header h1
{
	padding: 10px;
	color: #8b898a;
}


#menu a
{
	color: #63B257;
	display:inline-block;
	margin:0 10px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover
{
	color:#333;
}

#menu
{
	margin-top:15px;
	width:550px;
	float:right;
	text-align:right;	
}

.error-msg {
	color: red;
}

#search
{
	width:550px;
	height:40px;
	float:right;
	text-align:right;
	font-size:12px;
	color:#ffffff;
}
#search a.searcher
{
	/*background:#ffffff url(../images/search-bk.png) right center no-repeat;
	border:1px solid #666;*/
	display:inline-block;
}

#footer
{
	background:#333333 url(../images/footer-bk.png) top left repeat-x;	
	color:#999999;
	padding:10px;
	width:1020px;
	margin:0 auto;

}
#footer-inner
{
	width:960px;
	margin:0 auto;	
}

.text, .textarea, .select
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	
	padding: 12px 14px;
	-moz-box-sizing: border-box;
    width: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDEE2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.95);
    outline: medium none;	
	margin:1px 2px;
}
.select{ padding:8px; width:auto; }
option { color:#666; padding:1px; }
option:hover { color:#000000;	 }

.text:focus, .textarea:focus, .select:focus
{
	color:#000000;	
}

.label
{
		
}

.input
{
	display:inline-block;	
}

.feedback
{
	position:absolute;
	left:470px;
	top:30px;
	width:300px;
	padding:10px 10px 10px 80px;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	background: #92c954 url(../images/feedback.png) top left no-repeat;
	border-top-right-radius:15px; 	-moz-border-radius-topright:15px;
	border-bottom-left-radius:15px; 	-moz-border-radius-bottomleft:15px;
	display:none;
	text-align:left;
}

.fb
{
	float:none;
	clear:both;	
}


#messageBox
{
	height:50px;
	width:100%;
	padding:30px 20px 20px 20px;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	left:0;
	text-align:center;
	vertical-align:middle;
	background:#ffffff url(../images/footer-bk.png) top left repeat-x;	
}

.tinyBox { width:150px; height:100px; }

#loadingBox { 
	height:20px;
	width:300px;
	padding:20px 15px 10px 15px;
	margin:0 auto;
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	vertical-align:middle;
	box-shadow:0 0 5px #333;
	background:#22A1CA;
	color:#ffffff;
}

#message { width:500px; margin:0 auto; font-size:15px; font-weight:bold; padding-top:5px; padding-bottom:5px; vertical-align:middle; }
.noticeBox { 
	text-align:center;
	font-weight:bold;
	background-color: #FFFDDF;
    border: 1px solid #F7F2BB;
    margin: 12px 7px;
    padding: 10px 22px 12px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div.good { font-size:15px; line-height:25px; font-weight:bold; color:#333333; background:url(../assets/images/icons/approve.png) left center no-repeat; padding-left:20px; vertical-align:middle; }
div.error { font-size:15px; line-height:25px;  font-weight:bold; color:#000000; background:url(../assets/images/icons/warn.png) left center no-repeat; padding-left:20px; vertical-align:middle; }
div.notice { font-size:15px; line-height:25px;  font-weight:bold; color:#000000; background:url(../assets/images/icons/info.png) left center no-repeat; padding-left:20px; vertical-align:middle; }

.bigBorder
{
	padding:20px;
	border:1px solid #333333;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	background-color:#ffffff;
}

.graybox,.inactive { background:#eeeeee; }


.left { float:left; }
.right { float:right; }

.padd { padding:15px; }
.padd-lg { padding:50px; }
.margin-top { margin-top:10px; }
.margin-bot { margin-bottom:10px; }
.margin-right { margin-right:10px; }
.margin-left { margin-left:10px; }
.margin-both { margin:0 10px; }
.no-top { margin-top:0; padding-top:0; }
.no-bot { margin-bottom:0; padding-top:0; }

table.cellpadd tr td { padding:5px 10px; }

.txtCenter { text-align:center; }
.txtRight { text-align:right; }
.txtLeft { text-align:left; }
.txtRed { color:#5c0b00; }

.item
{
		
	float:none;
	clear:both;
	padding:5px 0;
	margin:10px 0;
	position:relative;
}

.short {	width:50px; }
.medium { width:250px; }
.long {	width:450px;}
.full { width:99%; }

.no-submit
{
	border:none;
	width:2px;	
}

.small
{
	font-size:10px;	
}

.col
{
	min-height:200px;	
}
.half-col
{
	width:200px;
}
.one-col
{
	width:230px;
}
.select-col { width:290px; }
.one-half-col
{
	width:390px;
}
.two-col
{
	width:450px;	
}
.three-col
{
	width:555px;	
}
.three-half-col { width:580px; }
.four-col
{
	width:610px;	
}

.third-col { width:33%; }
.two-third-col { width:66%; }
/*************************************** TEXT */

h1
{
	
	color: #63B257;
	text-transform:uppercase;
	text-shadow:0px 0px 1px #cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
}

p { line-height:1.4em; }

/************************************ PROTECTED AREA */
.sectionLink
{
	display:block;
	color: #92c954;
	text-transform:uppercase;
	text-shadow:0px 0px 1px #cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 0 3px 25px;
	font-size:14px;
	background:url(images/icons/theme.png) left center no-repeat;
}

.bc
{
	font-size:21px;	
	margin-bottom:40px;
}
#listTable
{
	min-width:600px; border-collapse:collapse; border:0;
}
#listTable tr td
{
	padding:15px 10px 15px 0px;	
}
#listTable tr td { border-bottom:1px dashed #CCCDD1; }
#listTable img
{
	-moz-box-shadow: 4px 4px 5px #888;
	-webkit-box-shadow: 4px 4px 5px #888;
	box-shadow: 4px 4px 5px #888;	
}

.button
{

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	margin:1px 4px;
	
	border: 1px solid #CCCDD1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	
    color: #485160;
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    overflow: visible;
    padding: 6px 12px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    width: auto;
	transition: all .5s;
	
	/*background:url(../images/highlight.png) top left no-repeat;*/
}
.button:hover
{
	box-shadow:0 0 5px #666;
	transition: all .5s;
}

.hr
{
	height:10px;
	background:url("../images/gray-bk.png");
	margin:10px 0;
}

#controlTable { width:100%; }
#quicksearch {
	background: url("images/icons/search-bk.png") no-repeat scroll 95% 8px #F8F9FD;
    padding: 12px 14px;
	-moz-box-sizing: border-box;
	min-width:350px;


    border: 1px solid #DDDEE2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.95);
    outline: medium none;
}

.clear { width:2px; border:none; background:none; }
label.error { color:#cd5c0a; padding:0 5px 0 25px; background:url(../images/arrow-right.png) left center no-repeat; }
input.error,select.error,textarea.error{ border-collapse:collapse; border-width:1px; border-color:#cd5c0a; }

.iconLink { display:inline-block; vertical-align:middle; height:100px; width:100px; margin:5px 12px; text-align:center; border:1px solid #fff; }
.iconLink img { display:block; margin:10px auto; }
.iconLink a { margin-top:4px; display:block; }
.iconLink:hover { border:1px solid #DDDEE2; }

/*************************************** SLIDESHOW*/

#gallery {
	position:relative;
	width:900px;
	margin:0 auto;
	height:290px;
	background:#ffffff;
}
	#gallery div.slide {
		float:left;
		position:absolute;
		background:#ffffff;
	}
	
	#gallery img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		width:400px;
		z-index:600; 
		color:#333333; 
		height:150px; 
		position:absolute;
		top:40px;
	}
	
	#gallery .left
	{
		left:100px;
	}
	#gallery .right
	{
		right:100px;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	#gallery h1
	{
		font-size:25px;	
		color:#EBBE57;
		text-shadow:0;
	}
	#gallery p
	{
		font-size:18px;	
	}
	
.highlight, table.highlight tr:hover
{
	background:url(../images/highlight.png) top right no-repeat;
}


.connectedSortable { min-height:100px; border:1px solid #eeeeee; }

.folder { width:140px; display:inline-block; margin:10px; text-align:center; height:90px; vertical-align:top; overflow:hidden; }
.folder img { display:block; margin:0 auto; }


.overflow-y-2 { max-height:200px; overflow-y:scroll; }
.overflow-y-3 { max-height:300px; overflow-y:scroll; }
.overflow-y-4 { max-height:400px; overflow-y:scroll; }
.overflow-y-5 { max-height:500px; overflow-y:scroll; }
.overflow-y-7 { max-height:700px; overflow-y:scroll; }

#unconfusing
{
	width:100%;
	text-align:left;
	font-size:10px;
	color:#666 !important;
}
#unconfusing a {
	color:#666 !important;
}