/* CSS Document */

#intro{
	position: relative;
	float:left;
	width: 450px;
	height: 145px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	margin-top: -25px;
}
#intro p{
line-height:1.5em;
}

div.empty25x25{
	position: relative;
	float: left;
	width: 25px; height: 25px;
}

div.cat_title {
	position: relative;
	float: left;
	margin-right:600px;
	padding:0;
	margin-top: 0px;
	width: 133px; height: 25px;
	background-image: url(../images/categories2.gif);
}
div.dep_title {
	position: relative;
	float: left;
	clear: left;
	margin:0;
	padding:0;
	width: 25px; height: 120px;
	background-image: url(../images/departements2.gif);
}
div.search {
	position: relative;
	float: left;
	width: 131px; height: 116px;
	border-top: 2px #007db9 solid;
	border-bottom: 2px #007db9 solid;
	background-color: #ffffff;
}
div.dep {
	position: relative;
	float: left;
	width: 232px; height: 116px;
	background-color: #ffffff;
	border-right: 2px #007db9 solid;
	border-top: 2px #007db9 solid;
	border-bottom: 2px #007db9 solid;
	overflow: auto;
	color:#007db9;
}
div.cat {	
	position: relative;
	float: left;
	width: 150px; height: 380px;
	background-color: #ddddee;
	color:#0099FF;
	overflow: auto;
}
div.plan {
	position: relative;
	float: right;
	width: 670px;
	margin-top: 25px;
}
.cat_checkbox
{
	width:100%;
	overflow:hidden;
	cursor:hand;
	border: 1px #0099FF dashed;
	padding: 2px 0 2px 5px;
	font-size:1.1em;
	font-weight: bold;
}
.dep_checkbox
{
	width:100%;
	overflow:hidden;
	cursor:hand;
	border: 1px #007db9 dashed;
	padding: 2px 0 2px 5px;
	font-size:1.1em;
} 
div.cat #cat_table{
	width: 129px;
	border-collapse: collapse;
}
div.dep #dep_table{
	margin-left: 19px;
	width: 194px;
	border-collapse: collapse;
	background-color: #ffffff;
}
div.search #search_button {
	margin-top: 30px;
	margin-left: 10px;
}
div.plan #table0
{
	width: 100%;
	border-collapse: collapse;
	background-color: #eee;
	border-right:1px solid #bbb;
	border-left:1px solid #ddd;
}

div.plan #table0 th#r0c0, div.plan #table0 th#r0c2
{
	margin:0px 0 10px 0;
	padding:5px 0 5px 8px;
	background:#eee url(../img/gradient2.png) repeat-x;
	color:#2266cc;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	font-size:1.4em;
	
	text-align: center;
}
div.plan #table0 th#r0c1
{
	background-color: #ffffff;
	width: auto;
}
div.plan #table0 td
{
	vertical-align:text-top;
	text-align: left;
	background: url("../images/arrow2.gif") 0 7px no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	width: 390px;
	font-weight: normal;
	color: #000033;
	border-right:1px solid #bbb;
	border-left:1px solid #ddd;
}
div.plan #table0 td#r3c0, div.plan #table0 td#r3c2
{
	color: #0161b2;
	font-weight: bold;
}
div.plan #table0 td#offer
{
	color: red;
}
div.plan #table0 td#r5c0, div.plan #table0 td#r5c2
{
	text-align:center;
	background: none;
	padding-bottom: 10px;
	border-bottom:1px solid #bbb;
}
div.plan #table0 td#r5c0 a
{
	display:block;
	width: 163px;
	height: 37px;
	background-image: url("../images/add-project.gif");
}
div.plan #table0 td#r5c2 a
{
	display:block;
	width: 145px;
	height: 37px;
	background: url("../images/see-projects.gif") 0 0 no-repeat;
}

div.test {
	position: relative;
	float: left;
	margin: 50px 0;
	width: 870px;
	text-align: center;
}
/* CSS Document */

