/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0px;
}

img {
  border: 0;
}

/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
	color: #27638C;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}

a:hover,
a:active {
  text-decoration: underline;
}


/**********/
/* LAYOUT */
/**********/

html {
  color: #666;
}

#page {
  margin: 0;
  width: 100%;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}

.ui-widget-content{
	color: #666 !important;
	font-size: 1em !important;
}

/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  background: url('../images/raquo.png') no-repeat left 0.833em;    /* LTR */
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed,
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;    /* LTR */
  padding-left: 20px;    /* LTR */
  padding-top: 0.2em
}

#preface-wrapper div.block ul li {
  background: url('../images/green-checkmark.png') no-repeat 0 0.222em;
  background: none;
  list-style-image: none;
  list-style-type: none;
  list-style: none;
}

#preface-wrapper div.block ol li {
  list-style-image: none;
  padding: 2px 0;
}

body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li,
#content-content .node ul li,
#content-bottom  ul li {
  /*background: url('../images/green-bullet.png') no-repeat left 0.50em;    /* LTR */
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.666em;    /* LTR */
}

#content-content .node ul, #content-content .node ul li {
  background: none;
  list-style-image: none;
  list-style-type: disc;
  list-style-position: inside;
}

/********/
/* MISC */
/********/

hr {
  border: 1px solid #D3D3D3;
}

em{
	font-style:italic;
	color:#999;
}

.hilite{
	color: #16CBDE;
  line-height: 150%;
}

.info-heading{
	background-color: #EFEFEF;
	padding: 3px 0 2px 0;
	margin-bottom: 10px;
	width: 100%;
}

.subtitle{
	font-size: 0.9em;
	color: #999;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;    /* LTR */
}

/********************/
/* ALL PAGE REGIONS */
/********************/

/******************/
/* HEADER REGIONS */
/******************/

#header-wrapper {
  background-color: #fff;
  padding-left: 15px;    /* LTR */
}

#header {
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
  width: 1100px;
}

#header-first {
  float: left;    /* LTR */
	font-family: Helvetica, Arial, sans-serif;
  margin: 12px 30px 0 0;
  width: 380px;
}

#header-first #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;    /* LTR */
  margin: 0 14px 0 0;
}

#header-first h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#header-middle {
  float: left;
  margin: 10px 20px 0 0;    /* LTR */
}

#header-middle .block-wrapper{
	float:left;
	margin:0;
}

#header-last {
  float: right;    /* LTR */
  margin: 10px 0 0;
  width: 300px;
}

#primary-menu-wrapper {
  margin: -25px auto 0;
  position: relative;
  width: 1100px;
  z-index: 5;    /* fixes IE z-index bug */
}


/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
  background: transparent url('../images/preface-bkg.png') repeat-x center top;
  min-height: 35px;
  padding-left: 15px;    /* LTR */
}

.user div#preface{
  background: transparent url('../images/preface-bkg-myir.jpg') repeat-x center top;
  min-height: 35px;
  padding-left: 15px;    /* LTR */
}

#preface-wrapper{
  margin: 0 auto;
  width: 1100px;
}

/* correct button font size */
#preface-wrapper .form-submit {
  font-size: 0.6em;
}

#preface-wrapper #preface-first {
}

#preface-wrapper #preface-middle {
}

#preface-wrapper #preface-last {
}

#preface-wrapper.prefaces-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}

#preface-wrapper.prefaces-2 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 47%;
}

#preface-wrapper.prefaces-3 div.column {
  display: inline;
  float: left;    /* LTR */
  margin: 0 14px;
  width: 30%;
}

#preface-wrapper a:link,
#preface-wrapper a:visited {
  color: #fff;
  text-decoration: underline;
}

#preface-wrapper a:link:hover,
#preface-wrapper a:visited:hover {
  border-bottom: none;
  text-decoration: none;
}

div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#flashleft {
	width:6px;
	height:200px;
	background: transparent url('../images/flash-shading-left.png');
	float:left;
	}

#flashright {
	width:6px;
	height:200px;
	background: transparent url('../images/flash-shading-right.png');
	float:right;
	margin-right:7px;
	}

/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/
#main {
  margin: 0 auto;
  width: 1100px;
}

#main-wrapper a.active {
  color: #0c5a81;
  text-decoration: underline;
}

/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;    /* LTR */
}

#sidebar-last {
  width: 175px;
  background: transparent;
  float: right;    /* LTR */
  margin: 40px 0 0 10px;    /* LTR */
}

#sidebar-last h2 {
  background-color: #F7F7F7;
  font-weight: bold;
  border-bottom: 2px solid #ffa938;
  padding-bottom: 2px;
}

#sidebar-last .view {
  margin-bottom: 40px;
  background-color: #F7F7F7;
}

#sidebar-last .view ul li {
  background: url(../images/raquo.png) no-reapt left 0.833em;
}

/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;    /* LTR */
}

#content-top {
  margin: 0 0 30px;
}

#content {
  margin: 0 0 20px;               /* default spacing between content regions */
}

#content-inner {
  clear: left;
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
}


/**********************************/
/* POSTSCRIPT REGIONS  */
/**********************************/

#postscript-wrapper {
  clear: both;
  margin: 0 auto;
  width: 1100px;
}

#postscript-wrapper #postscript-first {
  padding-left: 0;    /* LTR */
}

#postscript-wrapper #postscript-middle {
}

#postscript-wrapper #postscript-last {
  padding-right: 0;    /* LTR */
}

#postscript-wrapper.postscripts-1 div.column {
  float: left;    /* LTR */
  width: 100%;
}

#postscript-wrapper.postscripts-2 div.column {
  float: left;    /* LTR */
  margin: 0 10px 0 8px;    /* LTR */
  width: 48%;
}

#postscript-wrapper.postscripts-3 div.column {
  float: left;    /* LTR */
  padding: 0 8px;
  width: 32%;
}


/*****************/
/* FOOTER REGION */
/*****************/

#footer {
	background:url("../images/preface-wrapper-bg.png") repeat-x scroll center -10px #0C5A81;
	clear:both;
	color:#FFFFFF;
	display:block;
	height:20px;
	margin:auto 0;
	padding:10px;
	width:1100px;
}

#footer-left {float:left;}
#footer-right {float:right;}
#footer-right .menu,      ul.footer-links      {margin:0;}
#footer-right .menu li,   ul.footer-links li   {float:left; margin:0 12px 0 0; padding:0; list-style-type:none; background:none;}
#footer-right .menu li a, ul.footer-links li a {color:#fff;}
/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin: 24px 0 0 0;
  width: 1100px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin:20px 20px 0 0;
  width: 280px;
}

body.layout-first-main #content-wrapper {
/*  margin: 34px 0 0 0;
  width: 706px;*/
	margin-top:30px;
	width:800px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin: 32px 20px 0 0;
  position: relative;
  width: 470px;
  z-index: 1;
}

body.layout-main-last #sidebar-last {
  background-color: transparent;
  margin: 32px 0 0 0;
  width: 470px;
}


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 40px 20px 0 0;    /* LTR */
  width: 240px;
}

body.layout-first-main-last #content-wrapper {
  margin: 40px 0 0;
  width: 700px;
}

body.layout-first-main-last #content-wrapper #content-inner {
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4FAFC;
  margin: 0;
  padding: 0 0 0 20px;    /* LTR */
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/************/
/* HEADINGS */
/************/

h1.title, h1.page-title{                                        /* page titles */
/*  border-bottom: 1px solid #D6DDB9;*/
	clear: left;    /* LTR */
	font-family: Helvetica, Arial, sans-serif;
  font-size: 1.833em;
  font-weight: 600;
  line-height: 1.272em;
}

h2.title {                                        /* node titles */
	font-family: Helvetica, Arial, sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
}

h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  text-decoration: none;
}

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0 0 10px;
}

div.node.sticky.teaser {
  background-color: #EFF2E2;
  border: 1px solid #E0E3D4;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#content-content .node ul.links li.node_read_more,
#content-content .node .links li.node_read_more a {
  background: transparent;
  padding: 0 14px 0 0;    /* LTR */
}

#content-content .node ul.links li,
#content-content .node ul.inline li,
#content-content .node .links a {
  background: transparent url('../images/blue-button.png') no-repeat left center;
  margin: 0;
  padding: 0 0 0 0;    /* LTR */
}

/*ADDED IN BLOG THEMING @TODO*/

ul.links.inline li.blog_usernames_blog{display:none;}
ul.links.inline li.comment_add a, ul.links.inline li.flag-bookmarks a {
  background: transparent url('../images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}
/*BUTTONS*/

ul.links.inline li.comment_add a:hover, ul.links.inline li.flag-bookmarks a:hover{
	background: right center;
	text-decoration: none !important;
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;    /* LTR */
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 0.9em;
}

.vocab-name {
  font-weight: bold;
}

.terms {
  line-height: 130%;
}

#content-content .terms ul.taxonomy li {
  background: transparent;
  margin: 10px 0 5px;
  padding: 0;
}

#content-content .terms ul.taxonomy ul.vocab-list,
#content-content .terms ul.taxonomy li.vocab-term {
  background: transparent;
  display: inline;
  padding: 0 0 0 2px;    /* LTR */
}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

/* Commenting out for all pages per Hawk */
/*div.node.full-node div.content {
  border-bottom: 1px solid #D6DDB9;
}*/

.node-form .standard {
  clear: none;
}

.picture {
  float: right;    /* LTR */
  margin: 0 0 2px 4px;    /* LTR */
  padding: 2px;
}

.ui-datepicker .ui-datepicker-next {
left:13.3em;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{
	padding:0.3em 0.5em 0.5em;
}

/**********/
/* BLOCKS */
/**********/

div.block {
  position: relative;
}

div.block-region {
  background-color: #FFFF66;
  color: #000;
	font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 3px;
  text-align: center;
}

div.block-wrapper {                    /* spacing between blocks */
  margin: 10px 0;
}

h2.block-title, div.block-title{
	background: url(../images/tabs.png) bottom repeat-x;
	border: 1px solid #999;
	border-bottom:none;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 3px 0px 3px 8px;
	text-transform: none;
	overflow: hidden;
}

h2.block-title{
	max-height:19px;
}

.inside-block{
	border:1px solid #999 !important;
    clear: both;
	padding: 10px;
	/*background: url('../images/block-gradient.png') repeat-x 50% 100% !important;*/
}

#preface-middle .inside-block{
	border: 0 !important;
	padding: 0;
	background: none !important;
}


.casefolder .ir-search-query-page .inside-block {
    border:0 !important;
    border-top: 1px solid silver !important;
}

/***************/
/* BLOCK MENUS */
/***************/

div.block ul li a,
div.block ul.menu li a {
  font-size: 1em;
  font-weight: bold;
}

div.block ul.menu li,
div.block .item-list ul li {
  margin: 0;
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
}

/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: right;
	font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}

#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}

#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}


/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {   /* top item layout */
  background: transparent url('../images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;    /* LTR */
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li a {
  background: transparent url('../images/tab-right.png') no-repeat right 0;
  display: block;
  padding: 0.416em 0.833em 0.083em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li.last{
	background: transparent url('../images/tab-left-community.png') no-repeat left -29px;
	margin-right: 0;
}

#primary-menu ul.menu li.last a{
	background: transparent url('../images/tab-right-community.png') no-repeat right -29px;
	color:#fff;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary-menu ul.menu li ul {
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  padding: 2px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}

#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}

#primary-menu ul.menu li ul li {
  background: #1d50b1;
  border-bottom: 1px solid #83A638;
  float: left;
	font-family: Helvetica, Arial, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  color: #F78E1E;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #fff;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;    /* LTR */
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;    /* LTR */
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}

/******************/
/* SECONDARY MENU */
/******************/

#secondary-menu {
}


/***********/
/* MISSION */
/***********/

#mission {
  padding: 8px 0;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 1em;
  line-height: 100%;
  left: 21.654em;    /* LTR */
  position: relative;
  top: 1.333em;
  width: 700px;
}

body.layout-main-last #breadcrumb {
  left: 0;    /* LTR */
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;    /* LTR */
  margin: 0 0 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;    /* LTR */
  float: left;    /* LTR */
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;    /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;    /* LTR */
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #ff9e19;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #ff9e19;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #ff9e19;
  color: #16CBDE;
  padding-bottom: 2px;
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      /* default styling for all text fields */
  background: #fff;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
}

.ui-datepicker-header{
	clear: both;
	margin-bottom: 15px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

span.form-submit,                                        /* allow disabled buttons */
a.form-submit,                                      /* allow styling of anchors as form buttons */
input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('../images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}
/*BUTTONS*/

span.form-submit {
  background: transparent url('../images/gray-button.png') no-repeat left center;
  cursor: default;
  outline: none;
}

a.form-submit:hover,
input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}

fieldset {
	border: none;
  margin: 0;
  padding: 0 0 10px 0;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;    /* LTR */
}

/*div.form-item label {
  font-weight: normal;
}*/

html.js input.form-autocomplete {
  background-position: 100% 5px;    /* LTR */
}

/* prevents fields from overflowing into sidebar-last */
body.layout-main-last input.form-text {
  width: 450px;
}

.add-to-cart .node-add-to-cart {
	margin-bottom:7px;
	margin-left:0px;
}

.links{
	margin-top:10px;
}

/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: center;
}

#preface-wrapper .item-list .pager li,
#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 2px;
}

#main-wrapper .item-list .pager a.active {
  color: #27638C;
  font-size: 1em;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
}

#main-wrapper .pager li.pager-current {
  background-color: #D9DBCD;
  border: 1px solid #266996;
  color: #333;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper li.view-all,
#main-wrapper .pager-last {
  background-color:#EFEBE7;
  border: 1px solid #266996;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper li.view-all:hover,
#main-wrapper .pager-last:hover {
  background-color: #EAEFCB;
}


/**********/
/* TABLES */
/**********/

table {
  background:none transparent;
	border-collapse:collapse;
	font-size:11px;
	margin: 0px;
	text-align:left;
	width:100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 57%;
}

th, thead th {
  border-bottom:2px solid #0C5A81;
	color:#1192af;
	font-size:13px;
	font-weight:normal;
	padding:10px 8px;
}

th a{
	text-decoration: none !important;
	color: #1192af !important;
}

tr {
  padding: 0;
}

td {
  border-bottom:1px solid #CCCCCC;
  padding:6px 8px;
}

.marketplace-csv-download {
  text-align: right;
}

.marketplace-table tbody tr:hover td {
  background-color:#1192af;
  color: #fff;
  cursor: pointer;
}

.marketplace-table tbody tr:hover td a {
  color: #fff;
}

th.active img {
  display: inline;
}

tr.even, tr.odd{
	background-color: transparent;
}

tr.even td {
  background-color: transparent;
}

tr.odd td {
  background-color: transparent;
}

td.active {
  background-color: transparent;
}

tbody {

}

.uc-auction-now-buy-now-hdr{
	padding-left:3px;
}

.uc-auction-now-table{
	border:1px solid #CCCCCC;
	margin:10px 0 8px 0;
}


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px 0;
}

p.preview-intro{
	padding-left: 10px; }

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}


/*--------------------------------*/
/*---- MODULE SPECIFIC STYLES ----*/
/*--------------------------------*/

/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;    /* LTR */
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}

/********/
/* BLOG */
/********/
.node-type-blog .content p{
	margin-right:35px;
}

/************/
/* COMMENTS */
/************/
#comments {
  clear: both;
}

#comments h2.comments {
	margin-bottom:15px;
}

#comments .content {
  background: transparent;
  border: none;
}


.comment .comment-author {
	font-size:1.2em;
}

.comment .comment-author a{
	color:#16CBDE;
}

#main-wrapper #comments a.active {
  color: #27638C;
  text-decoration: none;
}

.box {
  padding: 10px;
}

#comment-form {
  margin: 0 0 20px;
  padding: 0 20px;
}

.comment {
  border: none;
  margin: 6px 0 0;
  padding: 10px;
}

.comment .new{
	color: #FF4444;
}

.comment .date{
	float: left;
	color: #999;
}

.comment .links{
	float: right;
	margin-top: 0;
}

.comment h3.title {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.comment .links a {
  font-size: 0.9em;
  text-align: right;    /* LTR */
}

#comments .odd {
  background-color: #F4FAFC;
}

#comments .even {
  background-color: #fff;
}

#comments .comment-by-author {
  background-color: #FFFFEA;
}

.comment ul.links {
  text-align: right;    /* LTR */
  clear: right;
}

#content-content .comment ul.links li {
  background: transparent;
  margin: 0 10px 0 0;    /* LTR */
  padding: 0;
}

.signature p {
  border-top: 1px solid #d6ddb9;
  font-family: serif;
	/*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 0.916em;
  margin: 10px 0;
  padding: 0;
}

.content blockquote p {
  font-style: italic;
  margin: 0;
  padding: 0 20px 8px;
}

blockquote {
  background: url('../images/close-quote.gif') no-repeat right bottom;    /* LTR */
  color: #5A6A78;
  margin: 10px 0;
}

blockquote :first-child {
  background: url('../images/open-quote.gif') no-repeat left top;    /* LTR */
  padding: 10px 0 0 20px;    /* LTR */
}

blockquote * > :first-child {
  background: transparent;
  padding: 0;
}

blockquote a:link {
  text-decoration: underline;
}

/**********/
/* FORUMS */
/**********/

#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: nowrap;
}

#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
  text-align: center;
}

.forum-topic-navigation {
  padding: 1em 0 0 3em;    /* LTR */
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}

.forum-topic-navigation .topic-previous {
  text-align: right;    /* LTR */
  float: left;    /* LTR */
  width: 46%;
}

.forum-topic-navigation .topic-next {
  text-align: left;    /* LTR */
  float: right;    /* LTR */
  width: 46%;
}


/*********/
/* POLLS */
/*********/

.poll .bar {                                      /* styles for poll ratings */
  background-color: #DDD;
}

.poll .bar .foreground {
  background-color: #999;
  float: none;
}

/* ================== */
/* = Preface Search = */
/* ================== */
.block-search .block-title{
	display: none;
}

#search-block-form {
  float: left;    /* LTR */
  padding: 4px;
}

#search-block-form .form-item{
	margin:4px;
	float: left;
}

#search-block-form div.form-item input{
	background: #E9F1F3;
	border:1px solid #A39A85;
	height:20px;
	width: 135px;
}

#search-block-form input.header-search {
  background: url('../images/header-search-submit.png') no-repeat transparent;
  cursor: pointer;
	width: 30px;
	height: 26px;
	border: none;
	outline:none;
	margin: 4px 5px 0 0;
}

/* ==================== */
/* = HEADER USER INFO = */
/* ==================== */
#block-ir_central-ir_central_userinfo_header_block{
	background-color: #16CBDE;
	border-right:1px solid #FFF;
	color: #FFF;
  float: left;    /* LTR */
  padding: 5px 12px 6px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#block-ir_central-ir_central_userinfo_header_block #no-uid a{
	color: #fff;
}

#block-ir_central-ir_central_userinfo_header_block #v-bar{
	background-color: #fff;
	display: inline-block;
	height:43px;
	margin: 0 9px -28px 9px;
	position: relative;
	top: -11px;
	width: 1px;
}

/*********/
/* VIEWS */
/*********/
.view .views-admin-links li {
  background: transparent !important;
}

.view-id-rooms_list{
	font-size: 80%;
}

.profile p#content-profile-view{
	background:url(../images/icons-orange.png)no-repeat -146px -94px;
}

.profile p#content-profile-view a{
	color:#16CBDE;
	font-weight:bold;
	margin-left:18px;
	background:#fff;
}

div.content-profile-display {
  border: none;
}

/* TOOLTIP */
td:hover{
/*BG color is a must for IE6*/
  text-decoration:none;
}

td.tooltip span.tooltip{
  display:none;
  padding:2px 3px;
  margin-left:8px;
  width:130px;
}

td.tooltip:hover span.tooltip{
  display:inline;
  position:absolute;
  background:#ffffff;
  border:1px solid #cccccc;
  color:#6c6c6c;
}
/* TOOLTIP */
#wrapper-browse table {
  font-size: 0.9em;
}

/*Dialog buttons/links*/

.flag-message{
	top: 2.7em;
}


/*Stick Footer Stuff*/
/*PLEASE LEAVE THIS AT THE BOTTOM*/

* {margin:0;padding:0;}

html, body {height: 100%;}

#page {min-height: 100%;}

#main-wrapper {
	overflow:auto;
	padding-bottom: 40px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	clear:both;
}

/* bid now links on buy page */
a.require-workflow-notice {
	color: #ccc;
}

/*Pop-up Theming*/
/*@TODOSF: Move this later - maybe to a ui.css file*/
.ui-corner-all{
	-moz-border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar{
	background:url("../images/tabs.png") repeat-x scroll center bottom transparent;
	border: 1px solid #999999;
	margin:0 0 1px;
	padding: 0 5px;
	height: 25px;
	color: #27638C;
}

/* payment page for sold items */
.link-paid {
 	color: #27638C;
}

.payment-comment {
	color: #C28E00;
}


/*Align collapsible fieldset*/
body.admin-menu #node-form fieldset {clear: both;}

div.financial-data {
  width: 80%;
}

.right-floated {
  float: right;
}

/* Nice separator lines in the menu*/
.menu hr {
  width: 50%;
  border-bottom: none;
}

/* More Links (from views) in the menu */
.menu .more-link {
  text-align: left;
}



/* client code block */
#block-ir_custom-ir_custom_client_code_block .inside-block {
  border: none !important;
  background: none !important;
  min-height: inherit !important;
  text-align: right;
  color: white;
  padding: 2px !important;
  padding-right: 10px !important;
}

#block-ir_custom-ir_custom_client_code_block label {
  line-height: 27px;
  padding-right: 6px;
}

.select2-drop li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.select2-drop .select2-highlighted {
  background: #3875D7 !important;
  color: white;
}


#block-ir_custom-ir_custom_client_code_block .select2-container {
  text-align: left;
}


#block-ir_custom-ir_custom_client_code_block .select2-container .select2-choice {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #AAA !important;
}


.casefolders-docket-alert-on-button {
	background: no-repeat url('../images/green-on-icon2.png') left top;
	width: 50px;
	height: 37px;
	float: center;
	padding: 0px;
	margin-left: -8px;
}

.casefolders-docket-alert-off-button {
	background: no-repeat url('../images/red-off-icon2.png') left top;
	width:50px;
	height:37px;
	float:center;
	margin-left: -8px;
}

/* Placeholder Polyfill */
.-placeholder {
    color: #888;
}

input, textarea {
        behavior: url(/sites/all/themes/inforuptcy/css/placeholder.htc);
    -ms-behavior: url(/sites/all/themes/inforuptcy/css/placeholder.htc);
}

body.ecf .docket_details {
  width: 80%;
}

input.loading {
    background: url(/sites/all/themes/inforuptcy/images/loadingAnimation.gif) !important;
}


body.search-alerts #content h2 {
    margin-top: 16px;
}


tr.bulk-operations {
    line-height: 16px;
    background: #F4F4F4;
}

.bulk-operations a {
    margin: 2px;
    cursor: pointer;
}

td.bulk-operations {
    border-bottom: none;
}

#ir-search-claims-results .docket_details .here table th,
.docket_details .here table th {
    padding-right: 10px;
}

.docket_details {
    /*background: #EEE;*/
}

#ir-search-claims-results .docket_details table td,
.docket_details table td {
    border: none;
    padding: 3px;
}

#ir-search-claims-results .docket_details table tbody,
.docket_details table tbody {
    border: none;
}

#ir-search-claims-results .docket_details table tr,
.docket_details table tr {
    border: none;
    padding: 0px;
}

#ir-search-claims-results .docket_details a,
.docket_details a {
   height: 16px;
}
#ir-search-claims-results .docket_details a:hover,
.docket_details a:hover {
    background: #EEE;
}

#ir-search-claims-results tr.details-visible td,
tr.annotation-visible td,
tr.annotation-visible + tr.docket_details > td,
tr.details-visible td {
    border-bottom: none;
}

#ir-search-claims-results tr.details-visible .view_detail_width {
  border-right: 0;
}

#ir-search-claims-results .claim-detail td .borderless-table td,
.borderless-table td {
  border: none!important;
}

/* Dockets/Claims "Done" annotation */
tr.done {
  background-color: #DDD;
}
tr.done tr.bulk-operations {
  background-color: #D4D4D4;
}

.done-annotation-wrapper .done-annotation {
  float: right;
}
.done-annotation-wrapper .done-annotation:after {
  clear: right;
}

button.done-button {
  padding: 1px;
  border: 1px solid #BBB;
  border-radius: 3px;
  color: #000;
  font-size: 11px;
}
tr.done button.done-button,
tr.not-done button.done-button:hover {
  color: #FFF;
  background-color: #888;
  border-color: #888;
}
tr.not-done button.done-button,
tr.done button.done-button:hover {
  background-color: transparent;
  border-color: #BBB;
}
button.done-button .done-label {
  background: url(../images/annotation-check.svg) 0 50% / 16px 16px no-repeat;
  padding-left: 18px;
}
tr.done button.done-button .done-label,
tr.not-done button.done-button:hover .done-label {
  display: inline;
}
tr.not-done button.done-button .done-label,
tr.done button.done-button:hover .done-label {
  display: none;
}
tr.done button.done-button .not-done-label,
tr.not-done button.done-button:hover .not-done-label {
  display: none;
}
tr.not-done button.done-button .not-done-label,
tr.done button.done-button:hover .not-done-label {
  display: inline;
}

/* jquery dialog */
.ui-dialog-buttonset {
  padding: 4px;
}

.ui-dialog-buttonset > button {
  padding: 4px;
}

.ui-dialog-buttonset > button + button {
  float: right;
}

.ui-dialog-buttonpane {
  border: 0;
  background: #DDD;
}

/* deal price range */
span.currency {
  position: absolute;
  padding-left: 4px;
  padding-top:  2px;
  color: gray;
  cursor: default;
}

.deal_price.deal_price_from,
.deal_price.deal_price_to {
  padding: 2px 2px 2px 10px;
}
/* toggle sidebar */
.transitions {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-hide {
  width: 0px !important;
}

.sidebar-hide .content div {
  visibility: hidden !important;
}

.sidebar-hide .ui-corner-top:not(:first-child) {
  display: none !important;
}

.toggler-button {
  cursor:pointer;
  position:relative;
  top:2px;
  width:28px;
  height:0;
}

.toggler-button > svg {
  height: 28px;
}
