@charset "UTF-8";
.ncia-root {
	height : auto;
	position : relative;
	overflow : auto;
	text-align : center;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	width: 100%;
}

.ncia-title {
	font-size: 20px;
	font-weight : bold;
	color : #E5ECF9;
	background-color: #1B5790;
	width: 100%;
	text-align: center;
	vertical-align: text-bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

.ncia-title a {
	color : #E5ECF9;
}

.ncia-subtitle {
	font-size: 13px;
	font-weight : bold;
	color : #1B5790;
	background-color: #E5ECF9;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin-bottom : 5px;
	margin-left: 3px;
}

.ncia-subtitle a {
	color : #285CB5;
}

.ncia-entry {
	height : 6.9em;
	position : relative;
	overflow : hidden;
	text-align : left;
	margin-top : 3px;
}

/* To allow correct behavior for overlay */
.ncia-root .ncia-entry .cs-result {
	position : relative;
	background-color : white;
	height : 100%;
	padding-left : 20px;
	padding-right : 5px;
}

.ncia-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.ncia-listentry {
	line-height : 1.5em;
	overflow : hidden;
	white-space : normal;
	text-overflow : ellipsis;
	-o-text-overflow : ellipsis;
	padding-left : 15px;
	padding-right : 5px;
	margin-left : 5px;
	margin-right : 5px;
}

.ncia-listentry-odd {
  background-color : #F6F6F6;
}

.ncia-listentry-even {
}

.ncia-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.ncia-root .ncia-entry .cs-result .cs-title {
	font-size: 14px;
	line-height : 1em;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
	-o-text-overflow : ellipsis;
	margin-bottom : 1px;
}

.ncia-root .ncia-entry .cs-result .cs-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.ncia-horizontal-container {
  position : relative;
}

.ncia-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	text-align : center;
	font-family: "Arial", sans-serif;
	border: 0px solid #AAAAAA;
	padding : 0px;
	margin: 0px;
}

.ncia-horizontal-root .ncia-title {
	font-weight : bold;
	line-height : 1em;
	overflow : hidden;
	white-space : normal;
	float : left;
	padding-left : 2px;
	padding-right : 2px;
	border-right: 1px solid #AAAAAA;
}

.ncia-horizontal-root .ncia-title a {
  color : #444444;
  text-decoration : none;
}

.ncia-horizontal-root .ncia-entry {
	height : 1.5em;
	position : relative;
	overflow : auto;
	text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	padding-left : 0px;
}

/* To allow correct behavior for overlay */
.ncia-horizontal-root .ncia-entry .cs-result {
	position : relative;
	background-color : white;
/*	width : 100%;*/
	height : 100%;
	line-height : 1.5em;
	overflow : auto;
	white-space : normal;
}

.ncia-horizontal-root .ncia-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.ncia-horizontal-root .ncia-entry .cs-result .cs-snippet,
.ncia-horizontal-root .ncia-entry .cs-result .cs-author {
  display : none;
}

.ncia-horizontal-root .ncia-entry  .cs-result .cs-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.ncia-horizontal-root .ncia-entry .cs-result .cs-spacer {
  float : left;
}

.ncia-horizontal-root .ncia-entry .cs-result .cs-spacer,
.ncia-horizontal-root .ncia-entry .cs-result .cs-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.ncia-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.ncia-collapse-open, .ncia-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.ncia-collapse-open {
  background-image : url('arrow_open.gif');
}

.ncia-collapse-closed {
  background-image : url('arrow_close.gif');
}

.ncia-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 1px 1%;
	 padding: 1px 1px;
	 width: 320px;
	 background-color: #FFFFFF;
	 border: 0px dashed #7485CA;
}

.rss_title, rss_title a {
	font-family: "Arial", "Times", Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0;
	padding: 0;
	letter-spacing: 1px;
}


.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight : normal; 
  margin: 1px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #000000;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #000000;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
ul {
	margin: 0px;
	padding: 0px;
}
.cse-title {
	font-size: 18px;
	font-weight : bold;
	color : #DDDDDD;
	line-height : 1.5em;
	overflow : auto;
	white-space : normal;
	background-color: #000000;
	font-family: "Arial", sans-serif;
	text-align: center;
}
.cse-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	padding : 2px;
	width: 100%;
	margin: 0px;
	color: #000;
}
.cse-subtitle {
	font-size: 14px;
	font-family: "Arial", sans-serif;
	font-weight : bold;
	text-align:left;
	color : #FFFFFF;
	background-color: #403737;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin: 5px;
	padding-left: 2px;
}
.cse-subtitle a {
	color : #DDDDDD;
}
.fncia-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #AAAAAA;
	padding : 0px;
	width: 99%;
	margin: 0px;
}
.fncia-title {
	font-size: 20px;
	font-weight : bold;
	color : #DDDDDD;
	background-color: #003;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	font-family: "Lucida Console", Monaco, monospace;
	font-variant: small-caps;
}
.fncia-subtitle {
	font-size: 12px;
	font-weight : bold;
	color : #000000;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin-bottom : 5px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006;
}
.fncia-title a {
	color : #E5ECF9;
}
.fncia-subtitle a {
	color : #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.ancia-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #AAAAAA;
	padding : 0px;
	width: 99%;
	margin: 0px;
}
.ancia-title {
	font-size: 19px;
	font-weight : bold;
	color : #DDDDDD;
	background-color: #004400;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.ancia-subtitle {
	font-size: 12px;
	font-weight : bold;
	color : #000000;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin-bottom : 5px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0ECE11;
}
.ancia-title a {
	color : #E5ECF9;
}
.ancia-subtitle a {
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
}.cncia-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #AAAAAA;
	padding : 0px;
	width: 99%;
	margin: 0px;
}
.cncia-title {
	font-size: 19px;
	font-weight : bold;
	color : #030;
	background-color: #E9BB2E;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
.cncia-subtitle {
	font-size: 12px;
	font-weight : bold;
	color : #333;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin-bottom : 5px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FC3;
}
.cncia-bigsubtitle {
	font-size: 14px;
	font-weight : bold;
	color : #030;
	line-height : 1.6em;
	overflow : auto;
	white-space : normal;
	margin-bottom : 5px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FC3;
}
.cncia-title a {
	color : #E5ECF9;
}
.cncia-subtitle a {
	color : #030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rabbit-horizontal-root {
	_height : 100%;
	position : relative;
	white-space : normal;
	overflow : hidden;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	border: 0px solid #AAAAAA;
	padding : 0px;
	width: 100%;
	margin: 0px;
	text-transform: capitalize;
	color: #900;
}
.rabbit-subtitle {
	font-size: 14px;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #CCC;
	margin: 5px;
	margin-top: 4px;
}
.rabbit-subtitle a {
	color : #DDDDDD;
}
