html{overflow-y: scroll;}
html,body{margin:0;padding:0}

/* TYPOGRAPHY & STYLE */
body{font-size: 100%; font-family: arial,sans-serif;color: #727272;}
h1, h2 {margin:0;}
p { line-height: 1.4em; }

a {color: #4269ba; text-decoration: none}
a:visited {color: #4269ba; text-decoration: none}
a:hover {text-decoration: underline;}

/*a{display:block;color: #981793;padding:10px}*/
div#header h1{height:80px;line-height:80px;margin:0; padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left;}
div#login{border-bottom:1px solid #CCCCCC; text-align:right; padding:3px 0 3px 0;font-size:0.8em;}
div#content {}
div#extra{background:#FFFFFF}
div#navigation{
	background-image:url(/images/nav_sec_bg_gradient2.gif);
	background-position:left;
	background-repeat:repeat-y;
}
div#footer{background: #FFF;border-top:1px solid #CCC;font-size:0.7em;}
div#footer p{margin:0;padding:5px 10px;font-size:0.7em;}
div#vandybranding{float:left;padding-right:5px;}
div#content_3col { font-size:0.8em; }
div#content_3col_group_manager { font-size:0.8em; }
div#content_2col  { font-size:0.8em; }

/* LAYOUT STRUCTURE */
div#container{width:950px;margin:0 auto;}
div#login{}
div#wrapper{float:left;width:100%;}
div#content_3col{margin: 0 200px;padding:10px 0 10px 0;}
div#content_3col_group_manager{
	margin: 0 270px 0 200px;
	padding:10px 0 10px 0;
	border-right:1px dotted #ccc;
}
div#content_2col{margin: 0 0 0 200px;padding:10px 0 10px 20px;}
div#navigation{float:left;width:190px;margin-left:-950px;margin-top:0;padding:10px 5px 10px 5px;}
div#extra{float:left;width:180px;margin-left:-196px;padding:10px 0 0 10px;}
div#footer{clear:left;width:100%;padding-top:5px;margin-top:20px;}

div#wrapper h1{
	font-size: 1.15em; 
	font-weight: bold; 
	font-family: Arial;
	color: #6EBE43; 
	margin-bottom:10px;
}
div#wrapper h2{
	font-size: 1.0em; 
	font-weight:bold; 
	font-family:Verdana;
	margin-bottom:10px;
}
div#wrapper h3{
  font-size:0.8em;
  font-weight:bold;
  margin-bottom:4px;
}
div#content_3col li.list { font-size:1.2em; padding-top:5px; padding-bottom:5px; }
div#content_2col li.list { font-size:1.2em; padding-top:5px; padding-bottom:5px; }

div#extra h1 {
	font-size: 0.8em;
	color: #6EBE43;
	line-height: 22px;
	font-weight: bold;
	font-family:Verdana;
	border-bottom:1px dotted #666;
	margin:0;
}
div#extra h2{
	font-size: 0.7em; font-weight: bold; font-family:Verdana;
}
div#extra h3{
	font-size: 0.7em; font-weight:bold;
}
div#extra p{
	font-size: 0.7em;
}

div#extra li{
	margin-left:-10px;
	list-style-image:url("/images/b_bullet.gif");
	padding-bottom:5px;
}
div#extra li.active{
	list-style-image:url("/images/b_bullet_open.gif");
}



/* Primary Navigation */
#headernav {
	width: 100%;
	float: left;
	font-size: 0.9em; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid ;
	}

#headernav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#headernav a:link, #headernav a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	border-bottom: 4px solid #fff;
	}

#headernav a.active:link, #headernav a.active:visited {
	border-bottom: 4px solid #486DB4;
	padding-bottom: 0px;
	color: #333;
	}
#headernav a:hover {
	border-bottom: 4px solid #FF6600;
	padding-bottom: 0px;
	color: #333;
	}

/* Secondary menu - left sidemenu */
.secondary-menu {
    width: 185px;
}
.secondary-menu h1 { 
	font-size:0.8em; 
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #666;
	padding-bottom:10px;
}
.secondary-menu h1.title_public {
	/*background-image:url(/images/icon_library/world.png);*/
}

.secondary-menu h1.title_dbapps {
	/*background-image:url(/images/icon_library/database.png);*/
}

.secondary-menu h1.title_admin {
	/*background-image:url(/images/icon_library/page_edit.png);*/
}

.secondary-menu .box1 {
    font-weight: bold;
    font-size: 0.7em;
    padding: 4px 8px;
	padding-left:10px;
    border-bottom:1px dotted #666;
    cursor: default;
    position: relative;
}

.secondary-menu .box1-open {
	background-image:url(/images/sec_nav_background_def.gif);
	background-position:left;
	background-repeat:no-repeat;
    background-color: #F1EEEE;
    font-weight: bold;
    font-size: 0.7em;
    padding: 4px 0 4px 0px;
	padding-left:10px;
    border-bottom:1px dotted #666;
    cursor: default;
    position: relative;
}
.secondary-menu .box1:hover {
	background-image:url(/images/sec_nav_background_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
    font-weight: bold;
    font-size: 0.7em;
    padding: 4px 8px;
	padding-left:12px;
	border-bottom:1px dotted #666666;
    position: relative;
}
.secondary-menu .box1 img, .secondary-menu .box1-hover img, .secondary-menu .box1-open img, .secondary-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.secondary-menu .box2 {
  font-size:0.7em;
	padding-left:20px;
	background-image:url(/images/b_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #4269ba;

}
.secondary-menu .box2-open {
   font-size:0.7em;
	font-weight:bold;
	padding-left:20px;
	background-image:url(/images/b_bullet_open.gif);
	background-position:left;
	background-repeat:no-repeat;

}
.secondary-menu .box2-hover {
	padding-left:12px;
	background-image:url(/images/b_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/* ------------------------------------------------------------------ */
#tabnav
  {
    height: 26px;
    margin: 0;
    background: url(/images/tab_bottom.gif) repeat-x bottom;
  }
#tabnav ul {
  margin-left:-20px;
}
#tabnav li
  {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
  }
#tabnav span {
  float: left;
  font-size: 1em;
  line-height: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  text-decoration: none;
}
#tabnav span.disabled {
  float: left;
  color: #ccc;
  font-size: 1em;
  line-height: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  text-decoration: none;
}


#tabnav a:link, #tabnav a:visited
  {
    float: left;
    background: #f0f0f0;
    font-size: 1em;
    line-height: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
  }

#tabnav a:visited.selected, #tabnav a:link.selected
  {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #666;
  }

#tabnav a:hover
  {
    background: #6EBE43;
    color:#fff;
  }

/* ------------------------------------------------------------------ */
/* Tertiary menu - optional column navigation                         */

.tertiary-menu {
    width: 185px;
}
.tertiary-menu .box1 {
  font-weight: bold;
  font-size: 0.7em;
  padding: 4px 4px;
	padding-left:15px;
  border-bottom:1px dotted #666666;
  cursor: default;
  position: relative;
	background-image:url(/images/b_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.tertiary-menu .box1-open {
  background-color: #F1EEEE;
  font-weight: bold;
  font-size: 0.7em;
  padding: 4px 4px;
	padding-left:15px;
  border-bottom:1px dotted #666666;
  cursor: default;
  position: relative;
	background-image:url("/images/b_bullet_open.gif");;
	background-position:left;
	background-repeat:no-repeat;
}
.tertiary-menu .box1:hover {
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 0.7em;
  padding: 4px 4px;
	padding-left:15px;
	border-bottom:1px dotted #666666;
  position: relative;
	list-style-image:url("/images/b_bullet.gif");
	background-position:left;
	background-repeat:no-repeat;
}
.tertiary-menu .box1 img, .tertiary-menu .box1-hover img, .tertiary-menu .box1-open img, .tertiary-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.tertiary-menu .section {
    font-size:0.7em;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    /* display: none; */
}
.tertiary-menu .section a {
    color: #4269ba;
    text-decoration: none;
    white-space: nowrap;
	
}
.tertiary-menu .section a:hover {
   color: #4269ba;
    text-decoration: underline;
    white-space: nowrap;
}
.tertiary-menu .box2 {
	padding-left:12px;
	background-image:url(/images/b_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #4269ba;

}
.tertiary-menu .box2-open {
	font-weight:bold;
	padding-left:12px;
	background-image:url(/images/b_bullet_open.gif);
	background-position:left;
	background-repeat:no-repeat;

}
.tertiary-menu .box2-hover {
	padding-left:12px;
	background-image:url(/images/b_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.tertiary-menu .section .active,
.tertiary-menu .section .active:hover {
    color: yellow;
}

/* member list that shows up below tertiary navigation */
#tertiary_member_list {
	font-size:70%;
}

/* Search Results */
div#search .search_meta{
	background:#F5F5F5;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:8px;
}

div#search .search_listings {
	padding:5px 0 5px 0;
}


/* Messages for success, reminder, warning, error, etc... */

.msg_info{
	font-size:1em;
	border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  background:url(/images/stripe_grey.png);
	color: #666;
	padding:5px;
  margin: 5px 0 5px 0;
}
.msg_success{
  border-top:solid 1px #6EBE43;
  border-bottom:solid 1px #6EBE43;
  background:url(/images/stripe_green.png);
  color:#006600;
  padding:5px;
  margin: 5px 0 5px 0;
}
.msg_warning{
  border-top:solid 1px #FF9900;
  border-bottom:solid 1px #FF9900;
  background:url(/images/stripe_yellow.png);
  color:#666;
  padding:5px;
  margin: 5px 0 5px 0;
}
.msg_error{
  border-top:solid 1px #CC0000;
  border-bottom:solid 1px #CC0000;
  background:url(/images/stripe_red.png);
  color:#000;
  padding:5px;
  margin: 5px 0 5px 0;
}
.highlight{
	font-size:1em;
	font-weight:bold;
	border:1px dotted #CC0000;
	background: yellow;
	padding:5px;
}

/* Tables */

table.standard { width: 100%; border-collapse:collapse;}
table.standard thead td { border:none;border-bottom:1px solid #666; font-size:0.9em; font-weight:bold; vertical-align:top;}
table.standard tbody th { border:none; border-bottom:1px solid #ccc; font-size:0.9em; padding:3px; text-align:right; font-weight:normal; vertical-align:top;}
table.standard th { text-align:left; border-bottom:1px solid #666; background:#F5F5F5; font-weight:bold; font-size:0.9em; padding:3px;}

table.standard td { border:none; border-bottom:1px solid #ccc; font-size:0.9em; padding:3px; vertical-align:top; }
table.standard td.noborder { border-bottom:none; }
table.standard tfoot { background:url(/images/stripe_grey.png); }
/* Others */

/* YAML styles */


  table.full { width: 100%; border-collapse:collapse; margin-bottom: 0.5em; border-bottom:1px solid #666; }

  table.full caption { text-align: left; font-size:120%; font-weight:bold;  border-bottom:1px solid #666; }
  table.full th { text-align:left; }
  table.full th,td { padding: 0.5em; border-bottom:1px dotted #CCC; vertical-align:top; }
  table.full thead th { background: #EDF1F7; border-bottom:1px solid #ccc; }
  table.full tfoot { background: #EDF1F7; border-top:1px solid #ccc; font-size:0.8em;}
  table.full tbody th { background: #F5F5FA; color: #333; border-bottom:1px solid #ccc; font-style:italic; }
  table.full tbody th.sub { background: #ddd; color: #333 }
  table.full td {  }
  table.full tr.rowstripe { background: #F8F8F8;  }
  
  	input.formInputText  {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    background-color:#F5F5F5;
		border: 1px solid #777;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding:2px;
	}
    
  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }
  
  /* BCBC RED */
  .paintfontred { color: #ca0101; }

  /* BCBC GRAY */
  .paintfontgrey { color: #666; }
/* END YAML styles */

.service_document{	/* Document link blocks, i.e. see Transgenic Core service documents */
	border:1px dotted #ccc;
	padding:5px;
	background:#F5F5F5;
	margin:5px 5px 5px 0;
}

#sidemenu_heading {
	font-size: medium;
	font-weight: bold;
	left: 0px;
}

#sidemenu_subheading {
	font-size: medium;
	font-weight: normal;
	position: relative;
	left: 10px;
}

.newsheader {
  padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
}
.newscopy {
  padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
}

.micro{
	font-weight:normal;
	font-size:0.9em;
}
.nano{
  font-weight:normal;
  font-size:0.8em;
}
.not_available{
	color:#999;
	font-style:italic;
}

div#profile{
  padding-bottom:5px;
  border-bottom:1px solid #ccc;
}

.LargeThumb{
  border:1px solid #ccc;
  padding:1px;
}

#su {
	padding:3px;
	background-color:red;
	color:white;
	font-size:80%;
}
#su a {
	color:white;
	text-decoration:underline;
}

.dev_environment_vscd {
	background-color:#62BB44;
	color:#FFF;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	padding:5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.dev_environment_vscp {
	background-color:#990000;
	color:#FFF;
	text-align:center;
	padding:5px;
	font-weight:bold;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}


/* Hyperlink Cues - hyperlinks that have micro-icons associated with filetype */
a[href $='.pdf'] { 
   padding-right: 22px;
   background: transparent url(/images/icon_library/page_white_acrobat.png) no-repeat center right;
}

/* Miscellaneous */
.icon {
  vertical-align:middle;
  padding-right:3px;
}


/* FORM ELEMENTS */

.textfield{

	padding:2px;
	color:#333;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color:#F9F9F9;
}

.required {
  border-bottom:2px orange solid ;
}

.hidden {
	display : none;
}
/*
.form_text_search {
	padding:2px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	font-size: .8em; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000033;
}
*/
/* --------------------------------------------------- */
/* Group Manager's CSS */

/*
div#content_3col_group_manager  p, ul, o { font-size:80%; }
*/


div#extra_group_manager h1 {
	font-size:90%; 
}

div#extra_group_manager p,#extra_group_manager ul, #extra_group_manager ol {
	font-size:80%;
}

div#extra_group_manager{
	float:right;
	width:260px;
	margin-left:-400px;
	margin-top:10px;
	padding-left:10px;
}

div.grp_section,div#createNew {
	border: 1px solid #CCCCCC;
	border-top:none;
	margin: 0px 0px 10px 5px;
	padding: 5px 5px 10px 5px;
	background-color: #F5F5F5;
}

div.tight_section {
	border: 1px solid #CCCCCC;
	margin: 15px 0px 5px 0px;
	padding: 3px 3px 5px 3px;
	background-color: #EFEFEF;
}

div#createNew input { 
	margin-left: 5px; 
}

div#createNew h3, div.grp_section h3, div.tight_section h3{
	color:#6EBE43;
	background:#fff;
	padding: 2px 5px;
	margin: 0 0 0px 0;
	border-bottom:1px solid #ccc;
	display: block;
}

div#content_3col_group_manager .tools {
	padding: 2px 5px;
	margin: 10px 0 0px 10px;
	display: block;
}

div.grp_section h3 {
	/* cursor: move; */
}

div.lineitem {
	margin: 3px 10px;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: move;
	border: 2px solid #fff;
	background-image:url('/images/stripe_green_white.png');
}

div#grp_search_results {
	padding:10px 0 10px 0;
}


.handle {
	cursor: move;
}

.group_title {
	font-size: 12px;
	border-bottom:1px solid #ccc;
	padding: 2px 5px;
	margin: 10px 0px 0px 0px;
	background-color: #efefef;
	display: block;
}

.edit_group {
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

/* Styles for managed list - in management areas */
.managed_list{
	border-top:1px dotted #666;
	padding:5px;
	padding-right:0;
}

/* tooltip */

div#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px solid #666;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}
