/*
 * Much of this is stolen blatantly from Twitter's Bootstrap docs.css.  
 */

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bg-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bg-callout h4 {
  margin-top: 0;
}
.bg-callout p:last-child {
  margin-bottom: 0;
}
.bg-callout code,
.bg-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bg-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bg-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bg-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


.bgheader {
	background-repeat: repeat;
	background-position: right top;
	width: 100%;
	height: 105px;
	margin: 0;
}
.health-header-image {
	background-image: url('../en/images/gui/screens/bgheaderHealth_spacer1.jpg');
}
.header-image {
	background-image: url('../en/images/gui/screens/bgheader_spacer.jpg');
}
.note-offset {
	padding-left: 5px;
	color: red;
	font-size: 90%;
}
table,th, td {
	margin: 20px 0;
	padding: 5px 0px 0px 5px;
	border: 5px solid #eee;
	font-size: 90%;
}
#tutorials-left {
    vertical-align:text-top;
    width: 50%;
	padding: 0px 25px 0px 0px;
	border: 5px solid #fff;
}
#tutorials-right {
    vertical-align:text-top;
    width: 50%;
	border: 5px solid #fff;
}
#leftcolumn { float: left}
#rightcolumn { float: right}
.clear { clear: both;}

.code { 
	font-family: monospace;
}
.tutorial2-divTable
{
	display:  table;
	width:auto;
	background-color:#fff;
	border:0px solid  #ffffff;
	border-spacing:0px;/*cellspacing:poor IE support for  this*/
   /* border-collapse:separate;*/
}

.tutorial2-divRow
{
   display:table-row;
   width:auto;
}

.tutorial2-divCell
{
	float:left;/*fix for  buggy browsers*/
	display:table-column;
	width:85px;
	background-color:#fff;
}
h1.fix-image {
  font-size: 28px;
}
a img {  
	border: none;  
} 
#releasenotes
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 
#releasenotes-issuenum
{
	width: 90px;
	padding: 5px 5px 5px 5px;
} 
#releasenotes-descr
{
	padding: 5px 5px 5px 5px;
}
#releasenotes-inset
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	border: 0px solid #eee;
} 
#releasenotes-notes
{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}  
#releasenotes-notes-num
{
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
} 
#releasenotes-notes-descr
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}
.releasenotes
{
	font-family:"serif";
	font-size: 1.5em;
} 
.dark-red-bold
{
	color:#980000;
	font-weight:bold;
}  
.lt-red
{
	color:#FF0000;
}  
.bold-light-grey
{
	color:#e0e0e0;
	font-weight:bold;
}  
.italic
{
	font-style:italic
} 