/* General */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

p {
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1,
h2,
h3 {
	line-height: 38px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

h1 small {
	font-size: 21px;
}

h2 small {
	font-size: 15px;
}

h3 small {
	font-size: 12px;
}

h4 small {
	font-size: 12px;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* Grid layout */

.container {
	width: 940px;
}

.span12 {
	width: 940px;
}

.span11 {
	width: 860px;
}

.span10 {
	width: 780px;
}

.span9 {
	width: 700px;
}

.span8 {
	width: 620px;
}

.span7 {
	width: 540px;
}

.span6 {
	width: 460px;
}

.span5 {
	width: 380px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 220px;
}

.span2 {
	width: 140px;
}

.span1 {
	width: 60px;
}

.offset-menu {
	margin-left: 63px;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}

.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

/* Welcome */

.tasklist {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tasklist h2 {
	border-bottom: 1px solid #D1D1D1;
}

div.task {
	float: left;
	padding-left: 0px;
	padding-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

div.task a.tasklink,
div.task div.description
div.task div.task-message {
	display: block;
	text-decoration: none;
	color: #59595B;
	border: 1px solid #FFFFFF;
}

div.task a.tasklink {
	padding: 0px 10px 0px 10px;
	min-height: 200px;
}

div.task div.task-message {
	padding: 0px 10px 0px 10px;
	min-height: 100px;
}

div.task div.task-message.info {
	border: 6px solid #F4CD00;
}

div.task div.task-message.error {
	border: 6px solid #CD0A0A;
}

div.task div.inactive {
	color: #777777;
 /*#FBF9EE*/
	;
}

div.task a.tasklink:link,
div.task a.tasklink:visited {
	background: #F5F5F5;
	/*background: #EDE2A8;*/
	color: #59595B;
	border: 1px solid #D1D1D1;
	outline: 0;
}

div.task a.tasklink:hover,
div.task a.tasklink:active {
	background: none;
	border: 1px solid #F4CD00;
	color: #000000;
}

div.task a h3 {
	color: #003366;
	line-height: 32px;
}

div.task .nav-icon {
	display: block;
	position: absolute;
	width: 20px;
	height: 10px;
	right: 26px;
	bottom: 9px;
	padding: 5px;
	margin-right: 3px;
	background-image: url("../images_cgi/document.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.task a.tasklink:hover .nav-icon {
	background-position: -40px -80px;
}

.tasklist .table.news th,
.tasklist .table.news td {
	border-top: 0;
	line-height: 20px;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

.tasklist .table th.text-center,
.tasklist .table td.text-center {
	text-align: center;
}

.tasklist .price {
	font-size: 40px;
	line-height: 40px;
}

.tasklist .price sup {
	font-size: 15px;
	position: relative;
	top: 5px;
	vertical-align: top;
}

