/*
 * Red Kangaroo theme
 * ------------------------------
 * @creator: Alex Eckermann
 * @created: 2 October 2008
 * @website: www.alexeckermann.com
 *
 */

/* == Common Styles == */

img.border{
	border: 1px solid #d9d9d9;
	background: #f4f4f4;
	padding: 4px;
}

h1.margin, h2.margin, h3.margin, h4.margin{
	margin-bottom: 10px;
}

hr.margin{
	margin: 25px 0;
}

.left{
	float: left;
}

.right{
	float: right;
}

img.left, img.right{
	display: inline;
}

img.padding{
	margin: 6px 6px 6px 6px;
}

.clear{
	clear: both;
}

.inline{
	display: inline;
}

.textright{
	text-align: right;
}

.center{
	text-align: center;
}

p.right{
	text-align: right;
	color: #999999;
}

/* == Element formatting == */
hr{
	background: #d9d9d9;
	height: 1px;
	width: 100%;
	border: 0;
	clear: both;
}

input{
	background: #FFFFFF url(../images/input_bg.jpg) repeat-x left top;
	padding: 2px 0 2px 4px;
	border: 1px solid #b7b7b7;
	color: #515151;
	height: 16px;
	outline: 0;
	margin: 0 0 5px 0;
}

input[type='submit'], input[type='button'], input[type='file']{
	padding: 5px 0 5px 4px;
	height: auto;
}

input[type='radio'], input[type='checkbox'], select{
	background: none;
	margin: 3px 0;
}

input.down[type='submit'], input.down[type='button']{
	background: #c2d4ec;
	background-image: none;
}

table{
	border-spacing: 0px 0px;
	border: 0;
}

table tr th, table tr td{
	border-spacing: 0px 0px;
	border-bottom: 1px solid #b7b7b7;
	padding: 6px 4px;
	margin: 0;
}

table tr th{
	color: #ab390f;
}

table tr td:first-child{
	border-left: 1px solid #b7b7b7;
}

table tr td{
	border-right: 1px solid #b7b7b7;
}

table tr.alt td{
	background: #e7e7e7;
}

table tr:hover td, table tr.alt:hover td{
	background: #c2c2c2;
}
