/* Clean-Business Backend Template
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.gif) repeat-x top #e4eff6;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #72818b;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #8195a1;
}

/* Sructure */
#wrapper {
	width: 939px;
	margin: 0 auto;
	text-align: left;
}
	#intro {
		float: left;
		padding: 0px;
		height:130px;
		width: 940px;
		margin:0;
	}
	
#nav {
	clear: both;
	width: 939px;
	padding-top: 10px;
}
	#nav ul {
		list-style: none;
	}
	#nav ul li {
		float: left;
		display: block;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #e4eff6;
		font-weight: bold;
		font-size: 14px;
		padding: 15px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
		#nav ul li a:hover {
			background: url(../images/nav-hover.gif) repeat-x bottom;
			color: #657d8b;
		}
#content {
	clear: both;
	border-left: 1px solid #87b1cc;
	border-right: 1px solid #87b1cc;
	margin-left: -1px;
	background: url(../images/content.gif) repeat-x top #fff;
}
#column {
	width: 550px;
	margin: 20px;
	margin-top: 30px;
	float: left;
}
	#column h2 {
		font-size: 18px;
		color: #455d6c;
		padding: 10px 0;
	}
	#column span.success {
		width: 447px;
		height: 30px;
		background: url(../images/green.gif) no-repeat;
		display: block;
		font-weight: bold;
		color: #598c59;
		padding: 12px;
		padding-left: 30px;
	}
	#column span.warning{
		width: 447px;
		height: 30px;
		background: url(../images/red.gif) no-repeat;
		display: block;
		font-weight: bold;
		color: #a91e1e;
		padding: 12px;
		padding-left: 30px;
	}
	#table {
	padding: 20px 0;
	width: 532px;
}
	div.table-header {
		background: url(../images/table-header.gif) repeat-x bottom;
		padding: 5px;
	}
	div.t-title {
		float: left;
		margin-left: 30px;
		font-weight: bold;
		font-size: 15px;
		color: #395363;
		padding-left: 10px;
		border-left: 1px solid #fff;
		width: 190px;
	}
	div.t-type {
		float: left;
		margin-left: 30px;
		font-weight: bold;
		font-size: 15px;
		color: #395363;
		padding-left: 10px;
		border-left: 1px solid #fff;
	}
	div.t-date {
		float: left;
		margin-left: 30px;
		font-weight: bold;
		font-size: 15px;
		color: #395363;
		padding-left: 10px;
		border-left: 1px solid #fff;
	}
	div.item {
		width: 530px;
		display: block;
		padding: 10px 0;
		border-bottom: 1px dotted #d5d2d2;
	}
	div.item.blue {
		background: #ecf7fc;
	}
	div.checkbox {
		float: left;
		padding: 10px;
	}
	div.i-title {
		float: left;
		padding: 10px;
		width: 220px;
		color: #444;
	}
	div.i-type {
		float: left;
		padding: 10px;
		font-weight: bold;
		width: 60px;
		color: #444;
	}
	div.i-date {
		float: left;
		padding: 10px;
		color: #444;
	}
a.button {
	width: 158px;
	height: 47px;
	background: url(../images/button.gif) no-repeat;
	display: block;
	padding: 9px 0;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	color: #888;
	margin: 20px 5px;
	float: left;
	text-decoration: none;
}
#sidebar {
	width: 270px;
	margin: 20px;
	float: left;
	background: #ebf5fa;
	border-top: 10px solid #d8ebf5;
	padding: 10px;
	margin-top: 30px;
}
	#sidebar h2 {
		border-bottom: 1px solid #e4eff6;
		padding-bottom: 10px;
		color: #586c78;
		text-transform: uppercase;
		font-size: 15px;
	}
	#sidebar ul {
		padding-bottom: 20px;
	}
	#sidebar ul li {
		list-style: none;
		padding: 4px;
		padding-left: 20px;
		background: url(../images/bullet.gif) no-repeat left;
	}
	#sidebar ul li a {
		text-decoration: none;
		font-weight: bold;
		color: #6fa2c2;
	}
#footer {
	clear: both;
	height: 50px;
	background: url(../images/footer.gif) repeat-x top;
	color: #ccc;
	font-weight: bold;
	padding: 20px;
}

.warning{
		width: 100%;
		height: 30px;
		background: url(../images/red.gif) no-repeat;
		display: block;
		font-weight: bold;
		color: #a91e1e;
		padding: 12px;
		padding-left: 30px;
	}