@import url(/design/css/shell.css);
@import url(/design/css/nav.css);
@import url(/design/css/type.css);

* { padding: 0; margin: 0 auto; }
a img { border: none; }
a:focus { outline: none; }
a:active { 
	transition: none !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important; }

body { line-height: 1.5; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

hr { 
	height: 1px;
	border-bottom: 1px solid #f2f2f2;
	margin: 10px 0 15px; 
	border: none; 
	overflow: hidden; }

.hidden { display: none; }

/* Tabs General */
.ui-tabs-nav .ui-tabs-selected a:link, 
.ui-tabs-nav .ui-tabs-selected a:visited { cursor: default; }

.ui-tabs-nav a:hover, 
.ui-tabs-nav a:focus, 
.ui-tabs-nav a:active {
    cursor: pointer; 
	text-decoration: none;  }

.ui-tabs-panel {
	padding: 0;
	margin: 0;
	clear: both; }
	
@media projection, screen { .ui-tabs-hide { display: none; } }
.feed .ui-tabs-hide { display: none; }

.featured p {
	font-size: 16px;
	font-weight: 400;
	color: #fff; }		

.featured a.readmore {
	background: #145676;
		background: -moz-linear-gradient(top, #bf0037, #9a002c);
		background: -webkit-gradient(linear, left top, left bottom, from(#bf0037), to(#9a002c));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#bf0037', EndColorStr='#9a002c', GradientType=0 );
	border-radius: 5px;            
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); 
	padding: 12px 38px 12px 14px;
	margin-top: 15px;	
	display: inline-block;
	position: relative;
	font-family: "pragmatica-web", sans-serif;	
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		color: #fff; 
	-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		transition: all .25s ease-out;	}	
.featured a.readmore:hover {
	background: #fff;
		background: -moz-linear-gradient(top, #ffffff, #eef5fa);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef5fa));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#ffffff', EndColorStr='#eef5fa', GradientType=0 );
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55); 
	color: #78001f; }	
.featured a.readmore:active {
	background: #eef5fa;
		background: -moz-linear-gradient(top, #eef5fa, #ffffff);
		background: -webkit-gradient(linear, left top, left bottom, from(#eef5fa), to(#ffffff));
		filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#eef5fa', EndColorStr='#ffffff', GradientType=0 );
	-moz-box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45);
		box-shadow: inset 1.5px 1.5px 2px rgba(0, 0, 0, 0.45); }	

.featured a.readmore span.arrow {
	background: url(/img/more-arrow.png) no-repeat right top; 	
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px; 
	-webkit-transition: background-position .25s ease-out;
		-moz-transition: background-position .25s ease-out;
		-o-transition: background-position .25s ease-out;
		-ms-transition: background-position .25s ease-out;
		transition: background-position .25s ease-out; }	
.featured a.readmore:hover span.arrow {background-position: left top; }	
					
.Toolbox2014Table
{
  display: table;
}
.Toolbox2014Title
{
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
.Toolbox2014Heading
{
  display: table-row;
  background-color: #ccffcc;
  width: 200px;
  font-size: small;
  line-height:1;
  text-align: center;
}
.Toolbox2014Row
{
  display: table-row;
}
.Toolbox2014Cell
{
  display: table-cell;
  text-align: Left;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  width: 140px;
}
.Toolbox2014FillerCell
{
  display: table-cell;
  font-size: small;
  font-weight: bold;
  background-color: #ffffff;
  text-align: Left;
}
.FieldToolbox2014Table
{
  display: table;
  align: left
}
.FieldToolbox2014Cell
{
  display: table-cell;
  text-align: Left;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  width: 500px;
}
.PostConvening2014Table
{
  display: table;
  border-color: #000000; 
  border-width: 1px; 
  align: center;
}
.PostConvening2014Title
{
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
.PostConvening2014Row
{
  display: table-row;
}
.PostConvening2014Cell
{
  display: table-cell;
  text-align: Left;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  width: 100%;
}
