/* *********************************************************************************** 
	INFORMATION BOXES
 *********************************************************************************** */
/*default styles*/
.info_box ,.info_box.ib_white{
display: block;
width: auto;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #D8D8D8;
border-top: 0;
background: #fff;
color: #555;
text-shadow: 0 1px 1px #fff;
-webkit-border-radius: 0 0 3px 3px; 
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

/* Reset */
.info_box pre, .info_box p {
margin-top: 10px;
margin-bottom: 10px;
}

.info_box blockquote {
margin: 5px 0;
padding: 0px;
background: none;
}


.info_box_head,.info_box_head.ib_white {
color: #555;
text-shadow: 0 1px 1px #fff;
text-transform: uppercase;
font-size: 12px;
display: block;
width: auto;
padding: 9px 10px;
margin-top: 10px;
border: 1px solid #D8D8D8;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px 3px 0 0; 
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

/* blue */
.info_box_head.ib_blue {
color: #2B6AA9;
text-shadow: 0 1px 1px #93C9FE;
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
.info_box_head.ib_blue,.info_box.ib_blue {
border-color: #2B7CCD;
}


/* green */
.info_box_head.ib_green {
color: #476B2C;
text-shadow: 0 1px 1px #DAF2C3;
background: #b4e587; /* Old browsers */
background: -moz-linear-gradient(top, #b4e587 1%, #90bc6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b4e587), color-stop(100%,#90bc6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* IE10+ */
background: linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e587', endColorstr='#90bc6b',GradientType=0 ); /* IE6-9 */
}
.info_box_head.ib_green,.info_box.ib_green {
border-color: #759A58;
}

/* orange */
.info_box_head.ib_orange {
color: #9A5700;
text-shadow: 0 1px 1px #FBCD92;
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.info_box_head.ib_orange,.info_box.ib_orange {
border-color: #D37800;
}

/* red */
.info_box_head.ib_red {
color: #8B0707;
text-shadow: 0 1px 1px #FC8F8F;
background: #fc7e7e; /* Old browsers */
background: -moz-linear-gradient(top,  #fc7e7e 0%, #fc6c6c 46%, #ff4949 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7e7e), color-stop(46%,#fc6c6c), color-stop(100%,#ff4949)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* IE10+ */
background: linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7e7e', endColorstr='#ff4949',GradientType=0 ); /* IE6-9 */
}
.info_box_head.ib_red,.info_box.ib_red {
border-color: #C73A3A;
}

/* *********************************************************************************** 