/* -----------------------------------------------------------------------

   Ownstyles.css

----------------------------------------------------------------------- */

/* for bullet points */ 
.points
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.points li
{
padding-left: 10px;
background-image: url(../images/arrow-list.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}


/* to fix IE6 display problem on search box */ 

.fixiebug { height: 0; }

 
/* .aerror, .serror {padding:.8em;margin-bottom:1em;border:1px solid #ccc;} */ 
.aerror { padding: 1em; background:#fff;color:#000;border:1px solid #ccc;}

.aerror a {color:blue;}


.tipcontent { margin: 0; padding: .5em 0 0 .5em; background:#fff; font-size:small;  border:1px solid #ccc;}
.tipcontent a {color:blue; text-decoration: none ; font-weight: bold; color:#003366; }



.highlighter {background:#fff;}


p.tipcontents {font-size:small;} 

 .tipcontainer {
   
	background: url(../images/greygradienttip.jpg) repeat-x;
	

}



.tipcontainer { padding: 0 0 0 .5em; font-size:medium; font-weight: bold;  border:1px solid #ccc;}


.tipcontentline {border-top:1px solid #ccc;}

.bluetipbox {
   
	background: url(../images/bptopline1.jpg) repeat-x;
	padding: 0 0 0 .5em; font-size:medium; font-weight: bold; border-left:1px solid #ccc; border-top:1px solid #ccc; border-right:1px solid #ccc;

}


/* -----------------------------------------------------------------------

  Top navigation menu

----------------------------------------------------------------------- */



#menulist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#menulist li 
{
padding-left: 10px;
background-image: url(../images/greyelement.jpg);
background-repeat: no-repeat;
background-position: 0 .5em;
}






/* BEGIN TOP NAVIGATION ON PUBLIC SITE*/

.search {height:2.2em;
line-height:2.2em;  float:right;} 


#searchbox {
	
	
	background:url(../images/bptopline1.jpg) bottom left no-repeat;
}

#navigation{
height:2.2em;
line-height:2.2em;


background: url(../images/bptopline1.jpg) #fff bottom left repeat-x;


padding: 0;
margin: 0;

/* to add sapce for input box*/
font-size: 1.3em;

}

#navigation ul{
padding: 0;
margin: 0;

}

#navigation li{
float:left;
list-style-type:none;
/* border-right:1px; */ 
white-space:nowrap;
padding: 0;
margin: 0;
/* should change to relative size */ 
font-size: 12px;

}

#navigation li a{
display:block;
padding:0 10px;
background: url(../images/bptopline1.jpg) #fff bottom left repeat-x;

font-weight:normal;
/*text-transform:uppercase;*/
text-decoration:none;
background-color:inherit;


}



#navigation .selected,#navigation a:hover{
background:#2c98d8;
color:#ffffff;
font-weight: normal;
background:url(../images/topbluegradientline.jpg) repeat-x bottom left;
text-decoration:none;
}

#navigation  .selected a {
background:#2c98d8;
color:#ffffff;
background:url(../images/topbluegradientline.jpg) repeat-x bottom left;

}



/* -----------------------------------------------------------------------

  FOOTER contAinER And styles

----------------------------------------------------------------------- */


div#footercont_container {
 /*  margin: 2em;  */
}
div#footercont_container ul li {
  list-style-type: disc;
  margin-left: 1em; 
}
div#footercont_container ul {
     margin-left: 1.5em;
    margin-right: 1.5em;  
}


div#footercont_container ul.navbar {
  border-top: 1px solid #DCDDE0;
  border-bottom: 1px solid #DCDDE0;
/*	text-align: center; */ 
	margin: 0 0 2em 0;
	padding: .5em;
	background: url(../images/bluebottomline.jpg) top repeat-x;
	
}
div#footercont_container ul.navbar span {
	display: none;
}



div#footercont_container ul.navbar a:visited { color: #fff; }


div#footercont_container ul.navbar a:link, div#results_container ul.navbar a:visited {
	color: #fff; 
	text-decoration: none;
/*	margin-right: 1em;
	margin-left: 1em; */ 
}

div#footercont_container ul.navbar a:hover, div#results_container ul.navbar a:active {
color: #ccc;
	text-decoration: underline;
/*	margin-right: 1em;
	margin-left: 1em; */ 
}

div#footercont_container ul.navbar li {
	display: inline;
}



.contentarea {width:470px;}

/* new breadcrumbs */ 

.breadcrumb{

padding:.6em;margin-bottom:1em; border-left: 1px solid #ddd;; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;

}

.breadcrumb p{
margin: 0; padding:0;

}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;

}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}


.selectbox {  background:#EEE;;border:#CCC 1px solid; padding: 1em;}
.selectbox2 {  background:#dce9f1;;border:#69B0DC 1px solid; padding: 1em; margin-bottom:1em;}


#tip-content {
 width: 180px;
 float: right;
 border-left:  5px solid #298FCD;
 border-right:  5px solid #006599;
 border-top:   1px solid #FFFFFF;
 background-color: #69B0DC;
 padding:   2px 4px 2px 4px;
 color:     #ffffff;
}

#tip-content ul {
	list-style: none;
/*	margin-left: 0px;
	margin-top: 0px; */
	margin: 0 0 0.5em 0;
	padding: 0;	
 }
	
 
  #tip-content a {
	text-decoration: underline;
	padding: 0 2px;
	

 }
 

   #tip-content li {
	line-height: 1.7em; 
	
	

 }
 
 #tip-content p  {
 font-weight: bold;
 font-size: 1.2em;
 background-color: #369;
 margin: 0 -8px 0 -8px;
 padding: 2px 0px 2px 10px;
 color: #fff;

 }
 
 
  /*  For DHA Search box  */ 
 
#search_box {
    width: 201px;
    height: 31px;
 /*  background: url(bg_search_box.gif);  */ 
 

  
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: #fff;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}



/* tables */ 

th {
			border-bottom: 2px solid #CCCCCC;
		}
		td {
			border-bottom: 1px solid #DDDDDD;
		}
		.hand {
			cursor: pointer;
		}
		.hl:hover {
			background-color: #FFFFD9;
		}
		.center {
			text-align: center;
		}

ol.alpha { list-style-type: lower-alpha } 
