body{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin:0px;
  padding: 0px;
  
}

h3{
  font-size: 110%;
  color: #363E99;
  margin-left: 5px;
}


#PageContainer{
  width: 720px;
  background-image: url(images/cover-pic_web.jpg);
  float: left;
}

#headerPanel{
  width: 100%;
  height: 150px;

  background-color: #737699;
}

#headerPanel img{
  float: right;
}

#menuPanel
{
  margin: 0px;

  color: #363E99;

}


#menuPanel a, 
#menuPanel a:visited 
{
  color: #363E99;
  border: none;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none; 
  font-weight: bold;
}

#menuPanel a:hover{
  color: #FAAB53;
}

.loginBox
{
  width: 200px;
}

.generalBox, .loginBox
{
  border: 3px #fff solid;
  margin: 10px 10px;
}

#contentPanel{
  padding: 10px;
  float: left;
  min-height: 230px;
  _height: 230px; /*IE6 hack*/
  
}

.TableClass{
  background-color: #fff;
  margin: 0px 20px;
}

a, a:visited{
  color: #363E99;
}

a:hover{
  color: #FAAB53;
}

#footerPanel{
  width: 100%;
  height: 40px;
  background-color: #FAAB53;
  text-align: center;
  color: #fff;
  float: left;
}

.DefHeaderStyle, .DefHeaderStyle a, .DefHeaderStyle a:visited{
  background-color: #737699;
  color: #fff;
  font-weight: bold;
}

.DefHeaderStyle a:hover{
  color: #FAAB53;
}

#selectdiv{
  border: thin #737699 solid;  
  float: left;
}

.selectcol{
  float: left;
}

#ProjectTree{
  float: left;
  background-color: #fff;
  border: 1px #ccc solid;
/*  width: 180px;*/
}

#gvFileList{
  float: left;
/*  width: 505px;*/
  margin-left: 10px;
  border: 1px #ccc solid;  
}


/*****************************************************************************
                      from core website...
*****************************************************************************/

/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: url(images/banner.gif) #E8ECE7 repeat-x;
	background-position: 50% 0%;
}

#centered_div {
	width: 731px;

}

#fixed_width {
	width: 731px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	
	
}

#header {
	width: 731px;
	height: 101px;
	float: left;
	background-image: URL(images/header.gif);
}

#top_navigation {
	width: 721px;
	/*padding-left: 10px;*/
	height: 30px;
	position: absolute;
	top: 72px;
	color: #FFFFFF;
	padding-left: 5px;
}

#top_navigation a{

	padding-right: 13px;
	padding-left: 10px;
	color: #FFFFFF;
}

#content {
	width: 731px;
	float: left;
	min-height: 300px;
	_height: 300px;
    padding-left: 5px;

}

#left_col {
	width: 490px;
	float: left;
}

#right_col {
	width: 241px;
	float: left;
}

#fp_quick_links {
	width: 203px;
	height: 180px;
	/*padding-left: 500px;*/
	padding-left: 15px;
	position: absolute;
	top: 150px;	
	}

#fp_quick_links a {
	display: block;
	margin-bottom: 5px;
	background:url(images/quick_link_arrow.gif) no-repeat;
	padding-left: 13px;
	color: white;
}

#fp_quick_links p {
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 7px;
}

#footer {
	width: 724px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 7px;
	float: left;
}

.contentheading {
	padding-left: 7px;
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #003300;

}

p {
	margin-left: 7px;
	margin-right: 5px;
}

h4 {
	margin-left: 7px;}

.enquiry_form td{	vertical-align: top;}

