/* ------------------------------------------- 
                 DEFAULT STYLES 
------------------------------------------- */

html, body {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
  margin: 0;
	padding: 0;
  text-align: center;
  height: 100%;
	font: 11px/19px tahoma;
	color: #4D78AA;
	background: #ededed;
}

td {
	font: 11px/19px tahoma;
	color: #4D78AA;
	background: #fff;
}

blockquote td {
	background: none;
}

a {
	text-decoration: none;
	color: #3dabf1;
}

a:hover {
	text-decoration: none;
	color: #fc8f04;
}

a:active { 
	outline: none; 
}

a:focus { 
	-moz-outline-style: none; 
}

h1 {
	font: bold 16px tahoma;
	color: #124b8d;
}

h2 {
	font: bold 11px tahoma;
	color: #4D78AA;
	background: #f7f7f7 url('../images/plus.gif') no-repeat center right;
	width: 100%;
	padding: 10px 10px 10px 15px;
	margin-right: 1px;
	width: 95%;
	cursor: pointer;
}

h2:hover {
	cursor: pointer;
	background: #eaeaea url('../images/plus.gif') no-repeat center right;
}

h3 {
	font: bold 11px tahoma;
	color: #4D78AA;
	background: #f7f7f7;
	width: 100%;
	padding: 10px 10px 10px 15px;
	margin-right: 1px;
	width: 95%;
}

h4 {
	font: bold 11px tahoma;
	color: #4D78AA;	
}

blockquote {
	background: #f7f7f7;
	padding: 20px;
	margin: 20px 0 20px 0;
}

/* ------------------------------------------- 
                 DIV STYLES 
------------------------------------------- */

.greyTOP {
  background-color: #EDEDED;
  height: 11px;
}

.logotools {
  height: 76px;
  width: 952px;
  text-align: left;
}

.greyMIDDLE {
  background-color: #EDEDED;
  height: 141px;
}

.nav {
  background-color: #F7F7F7;
  height: 26px;
  width: 952px;
	text-align: left;
}

.contentDIV {
  width: 980px;
}

.footer {
  height: 50px;
  width: 962px;
	margin: 20px 0 20px 0;
}


/* ------------------------------------------- 
                 TABLE STYLES 
------------------------------------------- */

.contentTable {
	margin-top: 25px;
}

.contentTable th {
	font: bold 11px/17px tahoma;
	color: #4D78AA;
	background: #f7f7f7;
	padding: 7px 7px 7px 10px;
	text-align: left;
}

.contentTable td {
	padding: 7px 7px 7px 10px;
	background: #fff;
}


/* ------------------------------------------- 
                 LIST STYLES 
------------------------------------------- */

ul {
	margin-left: 0;
	padding: 0;
}

li {
	list-style: none;
	background: url(../images/blt.gif) no-repeat 0 5px;
	padding-left: 23px;
	padding-bottom: 3px;
}

ul.noMargin {
	margin: 0;
	padding: 0;
}


/* ------------------------------------------- 
                 MISC STYLES 
------------------------------------------- */

.content {
  padding: 35px 30px 20px 20px;
}

.bgFade {
  background-image: url('../images/bg_fade.gif');
  background-repeat: repeat-x;
  padding: 35px 20px 20px 25px;
}

.hdrMargin {
	margin-bottom: 7px;
}

.sideTimeBudget {
	width: 126px;
	height: 76px;
	background: #4891c8 url('../images/side_timeBudget.jpg') no-repeat top left;
	font: bold 11px/18px tahoma;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

.sideProjectDesign {
	width: 136px;
	height: 55px;
	background: #4891c8 url('../images/side_projectdesign_bg.gif') repeat-x top left;
	font: 11px/18px tahoma;
	color: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 2px;
}

.sideProjectDesignBtn {
	width: 148px;
	height: 19px;
	background: #fc8f04 url('../images/side_projectdesign_btn_bg.gif') repeat-x top left;
	font: bold 11px/18px tahoma;
	color: #fff;
	text-align: center;
	padding: 9px;
	margin-bottom: 2px;
}

.sideProjectDesignBtn a {
	font: bold 11px/18px tahoma;
	color: #fff;
}

.sideProjectDesignBtn a:hover {
	font: bold 11px/18px tahoma;
	color: #fff;
}

/* ------------------------------------------- 
                 COOLMENUS STYLES 
------------------------------------------- */

.clCMAbs {
position:absolute;
visibility:hidden;
left:0;
top:0
}
/*Style for the background-bar*/
.clBar {
position:absolute; 
width:10px;
height:10px; 
background-color:#FFFFFF; 
visibility:hidden
}
/*Styles for level 0*/
.clLevel0,.clLevel0over {
position:absolute;
padding:0px; 
}
.clLevel0 {
background-color:#FFFFFF; 
color:#FFFFFF;
}
.clLevel0over {
background-color:#FFFFFF; 
color:#c9d1d0; 
cursor:pointer;
}
.clLevel0border {
position:absolute;
visibility:hidden;
background-color:#FFFFFF; 
}
/*Styles for level 1*/
.clLevel1, .clLevel1over {
position:absolute; 
}
.clLevel1 {
background-color:#FFFFFF; 
color:#FFFFFF;
}
.clLevel1over {
background-color:#FFFFFF; 
color:#FFFFFF; 
cursor:pointer;
}
.clLevel1border {
position:absolute;
visibility:hidden; 
background-color:#FFFFFF;
}
