/*MAIN BODY*/
body {
  font-size: 75%;
  color: #030303;
  background: #ffffff url(/core/public/images/page_bg_shim.gif) top left repeat-x;
  font-family: Arial,Helvetica, sans-serif;
}

p {
	margin: 0.5em 0 1em 0;
/*	line-height: 1.2em;
*/}

h1 {
  font-weight: bold;
  font-size: 2em;
  margin: .67em 0; 
}

h2 { 
    font-size: 1.5em; 
    margin: .83em 0; 
    font-weight: bold 
} 
      
h3 {
  font-size: 1.17em; 
  margin: 0.5em 0;
  font-weight: bold 
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ul, ol {
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	line-height: 1.2em;
}

/*set default valign for tables - as baseline from reset screws all*/
td {
  vertical-align: top;
}

/* IMAGES, SPACER,INPUT*/
img {
  border: 0px;
}
.clear {
  clear: both;
}
/*input {
  width: 30px;
}*/

/*LINKS*/
a, a:link, a:visited {
	color: #9fb01e;
  font-weight: bold;
  text-decoration: none;
}

#container {
  width: 964px;
  margin: 0 auto;
  border: 0px solid #000000;
}
#topheader {
  width: 100%;
}
#header {
  position: relative;
  height: 155px;
}

#footer {
  background: #020200;
  margin: 10px 0px 0px 0px;
  padding: 2px 5px 5px 10px;
  line-height: 1.7;
}
#footer img {
	float: left;
}
#footer ul {
  text-align: right;
  list-style: none;
}
#footer li {
  display: inline;
  margin-right: 10px;
  color: #ffffff;
}

/* The Funding section */
#funding {
	float: right;
	font-size: 1.25em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#funding img {
	margin-left: 5px;
	vertical-align: middle;
}


/*LOGIN*/
#login {
  position: absolute;
  right: 25px;
  top: 30px;
}

#login img {
	vertical-align: bottom;
}

#login input {
  border: 1px solid #646464;
  color: #646464;
}

#login input.submit {
	width: 50px;
	height: 19px;
	margin: 0;
	border: none;
  vertical-align: middle;
  padding-left: 0;
}

#login button {
  height: 19px;
  width: 50px;
  border: 0px;
  margin: 1px 0px 0px 10px;
}
#login .username {
  vertical-align: middle;
  width: 200px;
}
#login .login {
  width: 50px;
  height: 19px;
  background: url('/core/public/images/buttonsubmit.gif');
  vertical-align: middle;
}

#login .logged_in {
  color: #000000;
	margin-top: 5px;
	font-size: 1em;
	margin-left: 10px;
}

#login .logged_in a {
  color: #000;
  font-weight: bold;
}

/* TICKER SECTION */
#ticker {
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 300px;
}

#tickertext {
	padding: 4px;
	padding-top: 8px;
	border: 1px solid #c8c8c8;
	background: white url('/core/public/images/channel_bg.gif') top left repeat-x;
}

/*CSS SWITCH*/
#cssswitch {
  float: right;
  margin: 0px 5px 0px 0px;
}

/*SEARCH*/
#search {
  float: right;
  height: 17px;
  width: 120px;
  margin: 2px 15px 0px 0px;
  background: url('/core/public/images/bgsearch.gif') no-repeat;
  overflow: hidden;
  display: inline;
}
#search input.topsearch {
  background: transparent;
  width: 100px;
  height: 14px;
  border: 0px;
  margin: 1px 0px 0px 0px;
  padding-left: 15px;
  color: #646464;
  font-size: 11px;
  overflow: hidden;
  display: inline;
}

/*HEADER*/
#logobrand {
  margin: 0;
  margin-top: 4px;
  float: left;
  width: 600px;
}

/*MENU TOP*/
#menuheader {
	padding-top: 5px;
	height: 22px;
  	color: #d4e270;
}
#menu {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#navlist {
}
#navlist a,
#navlist a:link,
#navlist a:active,
#navlist a:visited {
  text-decoration: none;
  font-weight: bold;
}
.nav {
  margin: 0;
  padding: 0;
}
.thread {
  padding: 0 10px;
}

.thread.first {
	padding-left: 0;
}

.thread.active {
	color: white;
}

/*DASHBOARD*/
#dashboard {
  height: 31px;
  /*Background url here does obscure highlighting*/
  background: url(/core/public/images/bgdashboard.gif);
}
.datejava {
  float: right;
  color: #5e5e5e;
  margin: 4px 5px 0px 0px;
}
#dashtext {
  float: left;
  margin: 4px 0px 0px 10px;
  color: #026994;
  font-weight: bold;
}
#dashtext a,
#dashtext a:link,
#dashtext a:active,
#dashtext a:visited {
  color: #0380fe;
  margin: 0px 10px 0px 10px;
}

#dashtext ul li{ 
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* @group Admin Styling */
	
	/* Admin generic formatting */
	.dir_admin h2 {
		font-size: 1.75em;
	}

	.dir_admin h3 {
		font-size: 1.5em;
		padding-top: 0.5em;
	}

	.dir_admin .section {
		font-size: 1.3em;
	}
	
	.dir_admin h4 {
	font-size: 1.1em;
	padding-bottom: 0.3em;
}
	
	.dir_admin ul.page,
	.dir_admin ul.widget {
		list-style-type: none;
	}
	
	.dir_admin ul.widget .aside {
		font-size: 0.75em;
	}

	.dir_admin.controller_admin_page span#default_page {
		color: #9fb01e;
	}

	.dir_admin.controller_admin_page ul#header_nav_list_use, 
	.dir_admin.controller_admin_page ul#header_nav_list_nuse,
	.dir_admin.controller_admin_page ul#footer_nav_list_use, 
	.dir_admin.controller_admin_page ul#footer_nav_list_nuse {
		padding-left: 20px;
	}
	
	.dir_admin .form_like p {
		font-size: 1.3em;
		font-weight: bold;
		color: #9fb01e;
	}
	
	.dir_admin .form_like p span.label {
		color: black;
	}

	.dir_admin .form_like p span.label .lang_code {
		font-size: 0.75em;
	}

	/* CMS stuff */
	.disabled {
	  color: #888;
	}
	
	.dir_admin table, 
	.dir_admin_cms table {
		border: 1px solid #999;
	}
	#widget_partial table { 
	      border:0;
	 }
	.dir_admin table th,
	.dir_admin_cms table th {
		color: #fff;
		font-weight: bold;
		background-color: #999;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #fff;
		padding: 2px 4px;
	}
	
	.dir_admin table td,
	.dir_admin_cms table td {
	        border: 1px solid #999;
		padding: 2px 4px;
	}
	#widget_partial table td,
	#widget_partial table td {
	        border: 0;
		padding: 0px;
	}
	#admin_datasources .dark {
	      background-color:#D2F1FC;
	}
	
	.dir_admin table tr.highlight,
	.dir_admin_cms table tr.highlight {
	  background-color: #c8d33c;
	}

/* @end */

/*table.edit_datasources .inplaceeditor-form input.editor_field
{
  width: 200px;
}*/

/* Widget stuff */
.aside {
  font-size: small;
}
.pi_widget {
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.pi_widget h1 {
  margin-bottom: 0;
}

.pi_widget .pi_widget_content {
  margin: 0;
}

.pi_widget .pi_widget_content p {
  margin-top: 0;
}

.scrollable .widget_image {
	background-color: #eee;
	text-align: center;
}

.scrollable .widget_image img {
	border: 1px solid #000;
	margin-top: 5px;
}
.widget_footer { 
text-align:right;
background-color: #dadcce;
color:#656462;
height:19px;
padding-top:18px;
padding-right:20px;
font-size:1.2em;
background:white url(/core/public/images/widget_footer.gif) repeat-x;
 }

.widget_footer a, .widget_footer a:link, .widget_footer a:visited { 
color:#656462;

 }

.widget_footer a, .widget_footer a:link, .widget_footer a:visited { 
color:#656462;

 }

.widget_footer p { margin:0; }


/* Widget channel markup */
.pi_widget .pi_widget_content .channel {
  background: white url('/core/public/images/channel_bg.gif') top left repeat-x;
  padding: 5px;
  border-bottom: solid 1px #ccc;
}

.pi_widget .pi_widget_content .channel h2 {
  font-size: 1.25em;
  font-weight: bold;
}

.pi_widget .pi_widget_content .channel a {
  margin-left: 0;
}

.pi_widget .pi_widget_content .channel .author {
  font-style: italic;
  padding-bottom: 5px;
}

.pi_widget .pi_widget_content .channel .status {
  font-size: 0.9em;
  font-weight: bold;
}

.pi_widget .pi_widget_content .scrollable {
  padding: 5px;
}

.pi_widget.pi_widget_type_2 .pi_widget_content .scrollable {
  padding: 0;
}

.pi_widget .pi_widget_content .item {
  padding-top: 5px;
}

.thisisnotan_item {
  overflow: auto;
  word-wrap: break-word;
 /* white-space: -moz-pre-wrap;
  white-space: pre-wrap; */
}


.pi_widget.pi_widget_type_2 .pi_widget_content .item {
  padding-left: 5px;
  padding-right: 5px;
}

.pi_widget .pi_widget_content h3 {
  color: #0380fe;
  font-size: 1.1em;
}

.pi_widget.pi_widget_type_14 .pi_widget_content h3 {
}

.pi_widget .pi_widget_content .scrollable .pub_date,
.pi_widget .pi_widget_content .scrollable .live_date {
  font-size: 0.9em;
  font-weight: bold;
}

.pi_widget .pi_widget_content .scrollable .item_content {
}

.pi_widget .pi_widget_content .scrollable .author {
  font-style: italic;
  padding-bottom: 5px;
}

.pi_widget .pi_widget_content .scrollable .status {
  font-size: 0.9em;
  font-weight: bold;
}

.pi_widget .pi_widget_content img.screenshot {
  width: 104px;
  height: 78px;
  padding-right: 10px;
}

.pi_widget_title .icons {
	float: right;
	margin-right: 5px;
/*  margin-top: -18px; */
}

/* Imported from the layout styles.. */
.pi_widget .pi_widget_title {
	font-size: 1.5em;
	padding: 2px 0 2px 5px;
}

.pi_widget_title .pi_loader {
  display: none;
}

/* Widget styles */

/* Glassy */
.glassy {
  border: 1px solid #c7c7c7;
}

#footnav { 
    display: none;
    list-style:none;
     float:right;
 }
#footnav li {
      margin:2px;
      float:left;
 } 


/* hide top header div content until functioning / required */
#cssswitch, #search {
	display: none;
}

.controller_admin_widget_branding #col_1, 
.method_edit_settings #col_1{ 
  width:100%;

 }

.controller_admin_widget_branding #col_2,
.method_edit_settings #col_2{
  clear:left; 
 }

.help_title{ 
   background-color:#3333DD;
   color:#FFF;
 }

.help dl{ 
   width: 100%;
   font-size:95%;
   margin-top: 0;
   margin-right:50%;
   margin-bottom:15px;
   margin-left:30px;
 }
.help dl dd{ 
   width: 85%;
   font-size:95%;
   margin-top: 5px;
   margin-right:50%;
   margin-bottom:15px;
   margin-left:0px;
 }

.help dl dt{ 
	font-weight: bold;
	width: 85%;
	margin: 0;
 }
 
.combined_admin_datasource_addaurl dl,
.combined_admin_datasource_addadbsource dl,
.combined_admin_cms_citizenscape_edit dl {
   width: 100%;
   font-size:95%;
   float:left;
   margin-top: 0;
   margin-right:50%;
   margin-bottom:15px;
   margin-left:30px;
}

.combined_admin_datasource_addaurl dl dt,
.combined_admin_datasource_addadbsource dl dt,
.combined_admin_cms_citizenscape_edit dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 25%;
	margin: 0;
}

.combined_admin_datasource_addaurl dl dd,
.combined_admin_datasource_addadbsource dl dd,
.combined_admin_cms_citizenscape_edit dl dd {
	float: left;
	width: 50%;
	margin: 0 0 0.5em 2%;
}

.combined_admin_widget_branding_add label,
.combined_admin_page_add label,
.combined_admin_cms_citizenscape_add label,
.combined_admin_datasource_addaurl label,
.combined_admin_datasource_addadbsource label,
.combined_admin_cms_language_add label,
.combined_admin_page_widget_layout label,
.combined_admin_widget_add label { 
  clear:left;
  float:left;
  display:block;
  font-weight:bold;
  width:120px;

 }

.combined_admin_datasource_addaurl input,
.combined_admin_datasource_addadbsource input{
   margin-bottom:5px;
   margin-right:25%; 
 }

.combined_admin_widget_add input,
.combined_admin_widget_add select{ 
  margin-bottom:5px;
   margin-right:20%;
   float:left;
 }
.combined_admin_widget_branding_add input,
.combined_admin_widget_branding_add p,
.combined_admin_page_add input,
.combined_admin_page_add select,
.combined_admin_page_add p,
.combined_admin_cms_citizenscape_add input, 
.combined_admin_cms_citizenscape_add select,
.combined_admin_cms_language_add input,
.combined_admin_cms_language_add select { 
   margin-bottom:5px;
   margin-right:50%;
   float:left;

 }
.combined_admin_widget_add_setting input,
.combined_admin_widget_add_setting select,
.combined_admin_datasource_add input { 
    float:left;
    clear:left;
    margin-bottom:5px;
}


.combined_admin_datasource_add p{ 
  clear:left;
 }
.combined_admin_datasource_add .errors,
.combined_admin_datasource_addaurl p,
.combined_admin_datasource_addadatasource p{ 
   color:red;
   clear:left;
 }
.combined_admin_widget_add_setting p { 
    float:left;
    clear:left;
    color:red;
}
/* admin zelina page styles */
  .combined_admin_page_widget_layout div#position_1,  
  .combined_admin_page_widget_layout div#position_2,
  .combined_admin_page_widget_layout div#position_3,  
  .combined_admin_page_widget_layout div#position_4,
  .combined_admin_page_widget_layout div#position_5,  
  .combined_admin_page_widget_layout div#position_6 {
    cursor: move;
    width: 160px;
    height: 30px;
    border: 5px solid #ccc;
    float:none;
    margin-top:15px;
    margin-left:0;
    text-align: center;
   }

 

  .combined_admin_page_widget_layout div#position_1.hover,
  .combined_admin_page_widget_layout div#position_2.hover, 
  .combined_admin_page_widget_layout div#position_3.hover,
  .combined_admin_page_widget_layout div#position_4.hover, 
  .combined_admin_page_widget_layout div#position_5.hover,
  .combined_admin_page_widget_layout div#position_6.hover {
    border: 5px dashed #aaa;
    background:#efefef; 
  }

  #widgets_not_in_use .widget_item{ 
    float:left;
    background-color:#D2F1FC;
    width:150px;
    border:1px  solid #ccc;
    margin-left:20px;
    margin-right:20px;
 }
  .widget_item,
  .header_nav_item,
  .footer_nav_item,
  .taxonomy_tag{
    background-color:#D2F1FC;
    width:150px;
    border:1px  solid #ccc;
  }

  ul#col1_widgets,
  ul#col2_widgets,
  ul#col3_widgets
  { 
     cursor: move; 
     min-height:20px;
     border: 5px solid #ccc;
     width:152px;
     margin-left:0;
     padding:0;
     list-style:none;
     min-height:30px;
   }


  div#widgets_not_in_use{ 
  min-height:30px;
  border:1px  solid #ccc;
  cursor: move;
 }


  ul#widgets_not_in_use,
  ul#header_nav_list_use,
  ul#header_nav_list_nuse,
  ul#footer_nav_list_use,
  ul#footer_nav_list_nuse
  { 
     margin-left:0;
     padding:0;
     list-style:none;
     min-height:30px;
   }



  .combined_admin_page_widget_layout #row_1,
  .combined_admin_page_widget_layout #row_2{ 

    border:1px  solid #ccc;
    clear:left;

   }
.combined_admin_page_widget_layout #row_1 .float,
.combined_admin_page_widget_layout #row_2 .float{ 
    float:left;
   margin-left:20px;

 }
.combined_admin_page_widget_layout #column_1
{ 
  clear:left;
  float:left;
  margin-left:20px;
 }
.combined_admin_page_widget_layout #column_2
{ 
   float:left;
   margin-left:20px;
 }
.combined_admin_page_widget_layout #column_3
{ 
   float:left;
   margin-left:20px;
 }

.combined_admin_page_widget_layout #widgets_not_in_use{ 
  min-height:30px;
 }
.combined_admin_page_widget_layout h3{ 
  margin-top:5px;
 }
#col_2 h3 { 
clear:none;
 }  
#col_2 p { 
clear:none;
 }  
.combined_admin_widget_add h3{ 
clear:left;
 }
.combined_admin_widget_add p{ 
clear:left;
 }
#addadbsource{ 
clear:left;

 }
#widget_partial table .cal_table, .cal_table {text-align:center;background:#cccccc;margin-top:5px;border:1px solid #333333;}
#widget_partial table .small_cal_table, .small_cal_table {width:100%;}
/*.cal_head_row {border:solid 1px #666666;} */
#widget_partial table .cal_month_cell, .cal_month_cell {border:solid 1px #666666;text-align:center;color:#333333;font-weight:bold;padding:2px 2px 2px 2px;}
#widget_partial table .cal_head_cell, .cal_head_cell {border:solid 1px #666666;text-align:center;color:#ffffff;font-weight:bold;padding:2px 2px 2px 2px;background:#333333;}
#widget_partial table .cal_content_cell, .cal_content_cell {border:solid 1px #666666;text-align:center;color:#666666;padding:2px 2px 2px 2px;}
#widget_partial table .vevent_title, .vevent_title {color:#333333;background-color:#CCCCCC;}
#widget_partial table .vevent_detail, .vevent_detail {color:#111111;background-color:#AAAAAA;}
#widget_partial table .cal_start_today, .cal_start_today {background-color:#666666; color:#FFFFFF;}