/*
style.css 

*/
/*
@import url(layout.css);
@import url(type.css);
@import url(colour.css);
@import url(ajax.css);
*/
html, body {
    border: none ;
}

/* generic classes */
.clear {
  clear:both;
}
.small {
	/* font-size: 12px; */
}
.medium {
	/* font-size: 14px; */
}
.large {
	/* font-size: 16px; */
}
.grey {
	color: #666;
}
.black {
	color: #000;
}
.centred {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
.show {
	display: block;
	width: 400px;
	background-color: #efefef;
	border: 1px dashed #000;
	position: absolute;
	left: 50px;
	top: 150%;
	/* font-size: 0.8em; */
}
p {
	margin: 0;
	padding-top: 5px;
}

a {
	text-decoration: none;
	font-weight: normal;
}

/* Search bar styling */

#searchBar {margin:0;padding:0;}
#searchBar input {
	height: 17px;
}
#searchBar input.button {
	/* font-size: 10px; */
	border-left: 1px solid #ccc;
}

/*
#searchBar {
	height: 17px;
	width: 230px;
	background-color: #e10000
}
#searchBar input {
	height: 17px;
	vertical-align: top;
}
#searchBar input.button {
	height: 17px;
	vertical-align: top;
	border-left: 0;
}
*/

/* Default style for anchor links contained within the body and images */

#body ul {margin:0;padding:0}
#body li {margin:0;padding:0}
#body ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#body li {
	margin-bottom: 5px;
	margin-left: 20px;
	background-image: url(http://www.bdointernational.com/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/dashBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
#body img.left {
	float: left;
	margin-right: 10px;
}
#body img.right {
	float: right;
	margin-left: 10px;
}
#body img.big {
	width: 470px;
	margin-bottom: 15px;
}
#body img.medium {
	width: 230px;
	margin-bottom: 15px;
}
#body img.small {
	width: 110px;
	margin-bottom: 15px;
}
#body a:link {
	color: #000;
	text-decoration: underline;
}
#body a:visited {
	color: #000;
	text-decoration: underline;	
}
#body a:hover {
	color: #000;
	text-decoration: underline;
}
#body h1 {
	font-weight: bold;
}

/* Milonic Global Navigation */
.milonictop_onclass {
	background-color:#ed1a3b;
	color:#fff;
}
.milonictop_offclass {
	background-color:#b9aca5;
	color:#FFF;
}
.milonictop_pageclass {
	background-color:#ed1a3b;
	color:#fff;
}
/* Milonic Tree Menu */
.milonictree_onclass {
	background-color:#fff;
	color:#ed1a3b;
	background-image: url(http://www.bdointernational.com/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-left: 10px;
}
.milonictree_offclass {
	background-color:#fff;
	color:#b9aca5;
	background-image: url(http://www.bdointernational.com/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-left: 10px;
}
.milonictree_pageclass {
	background-color:#fff;
	color:#ed1a3b;
	font-weight: bold;
	background-image: url(http://www.bdointernational.com/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/triangleRed.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-left: 10px;
}

/* Milonic Left-hand Menu - Old Insite Menus */

/***
.milonicleft_onclass {
	background-color:#fff;
	color:#ed1a3b;
}
.milonicleft_offclass {
	background-color:#fff;
	color:#b9aca5;
}
.milonicleft_pageclass {
	background-color:#fff;
	color:#ed1a3b;
	font-weight: bold;
}
***/

/* Milonic Left-hand Flyout Menu */
.milonicleftflyout_onclass {
	color: #000;
	background-color: #ccc;
}
.milonicleftflyout_offclass {
	color: #000;
	background-color: #eaeaea;
}
.milonicleftflyout_pageclass {
	color: #000;
	background-color: #ccc;
	font-weight: bold;
}

/* Milonic Flyout Graphics */
.milonic_subimageclass {
	margin: 0 5px 0 0;
}

.topSelectedWrapper{
	position:relative;
}
.topSelected{
	position:absolute;
	width:110px;
	background-color:#FFFFFF;
	border-top:1px solid #b41617;
	border-left:1px solid #b41617;
	border-right:1px solid #b41617;
	top:-14px;
	left:-1px;
	text-align:center;
	padding-top:6px;
	height:26px;
}
.topSelected a {
	color: #000;
	font-weight: bold;
}
.gecko .topSelected{
	height:19px;
}

/* Home Page link */

#homeLink {
	float:left;
	display: inline; /* IE6 hack */
	/*width:104px;*/
	margin:15px 0 0 15px;
}
#homeLink a {
	text-decoration: none;
}
#homeLink img{
	border:0px;
}

#siteName {
	float:left;
	display: inline; /* IE6 hack */
	margin-top: 23px; /* should be 27px according to PDF */
	margin-left: 57px;
}
#siteName h1 {
	margin: 0;
	padding: 0;
	font-family:Trebuchet MS,Arial;
	/* font-size:24px; */
	font-weight:bold;
	font-style:normal;
	color:#ED1A3B;
	text-transform: uppercase;
}
#navLeftHandMenu {
	margin-left:0px;		
}

/* #todo: Sorry Jim I don't know where this should go*/

#BDOsearchInput{
		padding-top:3px;
		padding-left:2px;
		height:22px;
		width:208px;
		border:1px solid #b9aca5;
		color:#b9aca5;
		float:left;
}
#BDOsearchButton{
		border:0px;
		height:22px;
		width:22px;
		background:transparent url(http://www.bdointernational.com/BDOGCO/website/BDOGCO/website.nsf/LUImages/CVI2009/$file/searchGlass.gif);
		background-position:0px 1px; 
}
.newListSelected {
  width:235px !important;
  padding:0 !important;
  height:20px !important;
}
.selectedTxt {
  width:235px !important;
  padding:0 !important;
  height:20px !important;
  margin: 2px 0 0 2px !important;
}
#sectionHead {
  overflow:visible;
}
