/* DEFAULTS */

a { cursor:pointer !important; }

/* CLEARS */
.clear { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }


/* SPACERS */
.spacer5{ height:5px; }
.spacer10{ height:10px; }
.spacer15{ height:15px; }
.spacer20{ height:20px; }
.spacer25{ height:25px; }
.spacer30{ height:30px; }


/* ALIGNMENTS */
.center {
	text-align:center;
}

/* COLORS */
.red { color:#ff0000; }
.green { color:#1BAD01; }

.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
.pad20 {
	padding:20px;
}


ul.ul_plain, ul.ul_plain li {
	list-style:none;
	padding:0;
	margin:0;
}

ul.ul_plain li {
	margin-bottom:5px;
}

table.borderless, table.borderless td, table.borderless th {
	border:none;
}


a img.thumb {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
a img.thumb:hover{
	border:solid 1px #ffffff;
	-webkit-box-shadow:0 0 8px #054DB2;
	-moz-box-shadow:0 0 8px #054DB2;
	box-shadow:0 0 8px #054DB2;
}

img.thumb{
	border:solid 1px #ffffff;
	-webkit-box-shadow: 0 0 8px #999999;
	-moz-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;

}

img.padded{
	background:#ffffff;
	padding:1px;
}

img.bordered{
	border:solid 1px #cccccc;
	background:#ffffff;
	padding:2px;
}
img.shadow{
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	box-shadow:2px 2px 5px #cccccc;
}

label.header-label {
	font-weight: bold;
	border-bottom: dotted 1px #cccccc;
	padding-bottom: 5px;
	margin: 5px 0;
}

.split {
	margin-right: 20px;
	padding:5px;
	/*background: #dddddd;*/
}
.split2:after{
	clear:both;
}
.split2{
	width:50%;
	float:left;
}
.split3{
	width:30%;
	float:left;
}
.split4{
	width:25%;
	float:left;
}
.split5{
	width:20%;
	float:left;
}
