html,body
{
	height:100%;
}

#wrap
{
	min-height: 100%;
}

#main
{
	/* overflow:auto; */
	overflow-y: hidden;
	overflow-x: hidden;
	padding-bottom:25px; /* this needs to be bigger than footer height*/
}

.footer
{
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	padding-top:20px;
	color:000;
	font-size: 0.8em;
	text-align: left;
	background-color: #efefef;
	padding-right: 20px;
}

ul.press > li
{
	margin-top: 1em;
}


.callout,.callout350, .callout-red
{
	background-color: #e5ffcb;
	border: 2px solid #ccc;
	text-align: center;
	/* margin-left: 20px;  */
	cursor: pointer;
	float: left;
}

.callout350
{
	width: 350px;
	height: 225px;
}

.callout-red
{
	background-color:#f2dede;
	color:#b94a48;
	border: 1px solid #b94a48;
}

.rounded-5
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

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

.box128
{
	width: 128px;
	text-align: center;
	border: 1px solid #dedede;
	padding: 5px;
	float: left;
	margin: 0px 0px 10px 10px;
}

.box128 h5
{
	font-size: 0.9em;
	line-height: 1.1em;
}

.container
{
	width: 940px !important;
	/* width: 960px !important; */
}

.offset15px
{
	margin-left: 15px;
}

a.blue:link, a.blue:visited, a.blue:hover, a.blue:active
{
	color: #0070C0;
	text-decoration: underline;
}


/* override twitter bootstrap print behaviour */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  
}

.darkLink
{
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.15em;
	display: inline-block;
}

.offset75px
{
	margin-left: 75px;
}




.noborder
{
	border: none;
}


.breadcrumb > .active
{
	color: #444;
}


.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.table-half>thead>tr>th, 
.table-half>tbody>tr>th, 
.table-half>tfoot>tr>th, 
.table-half>thead>tr>td, 
.table-half>tbody>tr>td, 
.table-half>tfoot>tr>td {
  line-height: 1.1em;
}

.table-micro>thead>tr>th, 
.table-micro>tbody>tr>th, 
.table-micro>tfoot>tr>th, 
.table-micro>thead>tr>td, 
.table-micro>tbody>tr>td, 
.table-micro>tfoot>tr>td {
  padding: 2px; 
  margin: 0px;
}


.navbar .nav > li > a
{
	padding: 5px 10px 5px;
}


.highlight
{
	background-color: #fffa5c;
}


.newIcon, .newIconSmall
{
	padding: 10px;
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	background-color: #FFDA4C;
	color: #000;
/* 	font-weight: 400; */
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
	vertical-align: middle;
	border-bottom-color: rgba(0, 0, 0, 0.247059);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-left-color: rgba(0, 0, 0, 0.0980392);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.0980392);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.0980392);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
}

.newIconSmall
{
	padding: 2px;
	font-size: 0.7em;
	line-height: 1.2em;
	float: left;
	margin-top: -10px;
}



.label-new
{
	background-color: #FFDA4C;
	color: #000;
	font-weight: 300;
}

.margin-vert
{
	margin: 5px; 0px;
}

#mainBox td
{
	padding: 8px 0px 0px 0px !important; 
	font-size: 1.0em;
}	


/* Specific settings from main page */
.cilBox
{
	font-size: 0.9em;
	line-height: 1.2em;
	float: left;
	background-color: #e5ffcb;
	margin: 0px 50px 0px 125px;
	height: 380px;
	width: 410px;
	float: left;
	border: 1px solid #000;
	border: 2px solid #438945;
	padding: 0;
}
.callout-front
{
	margin-top: 28px;
	width: 200px;
	height: 82px;
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #daefc3;	
}
/* Hack for Firefox */
@-moz-document url-prefix()
{ 
	.cilBox { height: 390px; }
	.callout-front { margin-top: 33px; } 
}
