@charset "UTF-8";
/* CSS Document */

/* button */
.button{
	float:left;
	background-image:url(../images/button_bg.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	padding:5px 9px;
	background-color:#FCFCFC;
	border:1px solid #a2a2a2;
	font-weight:bold;
	color:#31363a;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:1px;
	margin-right:10px;
}.button:hover{
	color:#31363a;
}.button:active{
	margin-top:1px;
	margin-bottom:0;
}

/* login page */
.login_title{
	float:left;
	clear:both;
	width:100%;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
.login_buttons{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:10px;
}


/* header */
.header{
	float:left;
	clear:both;
	width:100%;
	background-image:url(../images/bg_header.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#58636c;
}
.user_links{
	float:right;
	white-space:nowrap;
}.user_links a{
	float:left;
	white-space:nowrap;
	color:#CCCCCC;
	font-size:13px;
	border-right:1px solid #8F969C;
	padding:1px 15px;
	margin-top:3px;
}.user_links a:hover{
	color:#FFFFFF;
	background-color:#434D55;
}.user_links .active{
	color:#FFFFFF;
	background-color:#434D55;
}
.user_links .site_link{
}
.user_links .site_link:hover{
}

.logo{
	float:left;
	padding:10px 20px;
}

/* top tabs */
.sections_ul{
	clear:both;
	float:left;
	width:100%;
}
.sections_ul a{
	float:left;
	white-space:nowrap;
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#ffffff;
	padding:10px 7px;
	margin-right:18px;
}
.sections_ul a:hover{
	color:#f0902a;
}
.sections_ul .active{
	background-color:#FFFFFF;
	color:#f0902a;
	background-image:url(../images/nav_shadow.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:28px;
	margin-right:0px;
}.sections_ul .logo{
	margin-top:0px;
	padding:10px;
}.sections_ul .logo img{
	float:left;
	clear:both;
}

/* sub tabs */

.breadcrumb{
	clear:both;
	float:left;
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/bg_sub_nav.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:37px;
}
.breadcrumb a{
	color:#666666;
	float:left;
	font-size:13px;
	font-family:"Trebuchet MS";
	padding:8px;
	margin:2px 0;
}.breadcrumb a:hover{
	color:#e9b419;
}
.breadcrumb .active{
	color:#e9b419;
}.breadcrumb .active:hover{
	color:#e9b419;
}

.sub_section_ul{
	clear:both;
	float:left;
	width:100%;
	background: #ddddcd;
	border-bottom: 1px solid #c6c3b6;
}
.sub_section_ul .content_padding div{
	float:left;
	font-size:13px;
	font-family:"Trebuchet MS";
	padding:7px 1px;
	margin-top:7px;
}
.sub_section_ul a{
	float:left;
	font-size:13px;
	font-family:"Trebuchet MS";
	padding:8px;
	padding-bottom:7px;
	background-color:#d0d0c0;
	border: 1px solid #ddddcd;
}
.sub_section_ul a{
	color:#504e42;
}
.sub_section_ul a:hover{
	color:#f0902a;
}
.sub_section_ul .active2{
	color:#f0902a;
	background-color:#FFFFFF;
	border:1px solid #ddddcd;
	border-top:none;
	margin-top:-1px;
}

/*page_message*/
.page_message{
	float:left;
	clear:both;
	width:100%;
}

/* content */
.index_content{
	color:#333333;
	width:500px;
	margin:0 auto;
	margin-top:100px;
}.content{
	color:#333333;
	float:left;
	width:100%;
	clear:both;
	padding:20px 0;
}.content_padding{
	padding:0 20px;
}
.index_footer_padding{
	padding:0 17px;
}

.brown_box{
	float:left;
	width:100%;
	clear:both;
	border-bottom:1px solid #ddddcd;
	border-right:1px solid #ddddcd;
	background-color:#FFFFFF;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:10px 0;
}

.brown_box_padding{
	padding:0 10px;
}
.content .section{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:20px;
}
.content .section .section_title{
	float:left;
	clear:both;
	width:100%;
	color:#999999;
}

/* homepage */
.content .home_col1{
	float:left;
	width:100%;
}
	.content .home_col1 .section{
		float:left;
		clear:none;
		width:350px;
		margin-right:10px;
	}
	.content .home_col1 .dropdown_menu  .cms_li_title1{
		width:195px;
	}

.alert_message{
	float:left;
	clear:both;
	width:100%;
	background-color:#F7A859;
	border-top:1px solid #F47A00;
	border-bottom:1px solid #F47A00;
	padding:3px 0 8px 0;
	margin-bottom:10px;
}.alert_message_li{
	float:left;
	clear:both;
}.alert_message_li .padding{
	padding:5px 20px;
	padding-bottom:0;
}

	/* CMS Page nav */
	.cms_page_nav{
		float:left;
		clear:both;
		width:100%;
	}.cms_page_nav a{
		font-size:14px;
		color:#93937a;
		font-family:"Trebuchet MS";
		padding:7px;
		float:left;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		background-color:#eeeee3;
		margin-right:10px;
		margin-bottom:10px;
	}.cms_page_nav a:hover{
		color:#e9b419;
	}.cms_page_nav .active{
		color:#FFFFFF;
		background-color:#e9b419;
	}.cms_page_nav .active:hover{
		color:#FFFFFF;
	}

	/* form columns */
	.cms_edit_form{
		float:left;
		width:100%;
		clear:both;
	}
	.cms_edit_form_col1{
		float:left;
		width:49%;
	}
	.cms_edit_form_col2{
		float:left;
		width:50%;
	}

/* CMS nav (add, export) */
.cms_ul_nav{
	float:left;
	clear:both;
	width:100%;
}.cms_ul_nav a{
	float:right;
	margin-left:10px;
	margin-right:0;
}.cms_ul_nav .bottom_nav{
	float:left;
	margin-right:10px;
	margin-left:0;
}

.cms_ul_nav .categories_open{
	padding-bottom:10px;
	background-color:#8398A9;
}


.banner_drawer{
	float:left;
	clear:both;
	width:100%;
	background-color:#E9F4FB;
	margin:10px 0;
}.banner_drawer_pad{
	padding:10px;
}

.search_information_title_div{
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
}

.search_information_title_div .section_title{
	float:left;
	width:auto;
	padding:0;
	margin:0;
	padding:10px;
}
.search_information_title_div .section_title a{
	float:left;
	width:auto;
	font-size:18px;
	color:#999999;
}
.search_information_title_div .section_title input{
	float:left;
	font-size:18px;
	padding-bottom:3px;
	font-weight:bold;
	color:#999999;
	width:330px;
	border:none;
	border-bottom:1px solid #333333;
	padding:0;
}
.delete_search_link{
	float:right;
	padding:10px;
	margin-top:3px;
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
}
.delete_search_link:hover{
	color:#999999;
}
.search_information_div{
	float:left;
	clear:both;
	width:100%;
	background-color:#8398A9;
	margin-bottom:10px;
}

.you_searched_for{
	float:left;
	padding:10px;
	color:#FFFFFF;
}

.clear_search_link{
	float:right;
	padding:10px;
	color:#FFFFFF;
	text-decoration:underline;
}
.clear_search_link:hover{
	color:#FFFFFF;
}

.search_cat_box{
	float:left;
	clear:both;
	width:100%;
}.search_cat_box ul{
	float:left;
	clear:both;
	width:100%;
	padding-top:10px;
}.search_cat_box li{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:6px;
}.search_cat_box li input{
	margin-right:5px;
	margin-top:1px;
}

/* section title */
.content .section_title{
	font-size:18px;
	padding-bottom:3px;
	font-weight:bold;
	color:#999999;
}

/* List style */
.cms_ul{
	float:left;
	width:100%;
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}
.cms_li{
	float:left;
	width:100%;
	clear:both;
	border-bottom:1px solid #ddddcd;
}
.blue {
	background-color: #EAF0F4;
}
.cms_li_titles div{
	padding:2px 3px;
	color:#939382;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	text-align:left;
}

.cms_li_titles .cms_li_title1{
	float:left;
	width:262px;
	padding-left:0;
}
.cms_li_titles .cms_li_date{
	padding-right:6px;
}
.sort_arrows_up, .sort_arrows_down, .sort_active_up, .sort_active_down{
	padding:5px;
	margin-left:3px;
	background-position:center;
	background-repeat:no-repeat;
}.sort_arrows_up{
	background-image:url(../images/arrow_up.png);
}.sort_active_up{
	background-image:url(../images/arrow_up_active.png);
}.sort_arrows_down{
	background-image:url(../images/arrow_down.png);
}.sort_active_down{
	background-image:url(../images/arrow_down_active.png);
}

	/* drop down menu */
		/* Button */
		.dropdown_menu{
			float:left;
			margin:3px 0;
			max-height:26px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}.dropdown_menu:hover{
			background-color:#f0f6fa;
		}.active_title_bg{
			background-color:#f0f6fa;
		}.dropdown_arrow{
			float:left;
			padding:10px 0;
			text-align:center;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			width:40px;
		}.dropdown_menu .dropdown_arrow:hover{
			background-color:#dee8ee;
		}.dropdown_menu .active_arrow{
			background-color:#dee8ee;
		}
		.dropdown_menu .cms_li_title1{
			float:left;
			width:260px;
			padding:6px;
			font-size:12px;
			color:#385874;
			white-space:nowrap;
			overflow:hidden;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}.dropdown_menu .cms_li_title1:hover{
			color:#385874;
		}

		/* sub menu */
		.dropdown_menu .dropdown_submenu {
			border-right:solid 1px #c9d6de;
			border-bottom:solid 1px #c9d6de;
			background-color:#dee8ee;
			position:relative;
			top:1px;
			clear:both;
			z-index:2;
			display:none;
			float:left;
			padding:5px;
			width:200px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
		}
		.dropdown_menu .dropdown_submenu li{
			float:left;
			border:0;
			height:auto;
			border-top:solid 1px #c9d6de;
			float:left;
			clear:both;
			width:100%;
		}
		.dropdown_menu .dropdown_submenu li a{
			display:block;
			float:left;
			clear:both;
			width:100%;
			color:#385874;
			font-size:12px;
		}.dropdown_menu .dropdown_submenu li a .pad{
			padding:5px 10px;
		}
		.dropdown_menu .dropdown_submenu li a:hover{
			background:#e3edef;
		}

.cms_li_title2{
	float:left;
	padding:9px 3px;
	width:115px;
	font-size:12px;
	color:#626f78;
			white-space:nowrap;
			overflow:hidden;
}
.cms_li_date{
	float:right;
	padding:9px 3px;
	width:95px;
	font-size:12px;
	color:#626f78;
}
.cms_li_titles .cms_li_delete{
	width:50px;
	margin:0;
}
.cms_li_delete{
	float:right;
	margin-top:3px;
	margin-left:23px;
	margin-right:23px;
	font-size:19px;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}.cms_li_delete:hover{
	color:#CC0000;
}


/* page in ation */
.pagination{
	margin-top:5px;
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}.pagination_pad{
	margin-left:auto;
	margin-right:auto;
	width:270px;
}

.pagination_select{
	float:left;
	width:130px;
	border:none;
	padding:1px 5px;
	margin:0;
	background-color:#F2F2F2;
	margin-right:10px;
}.pagination_select option{
	float:left;
	clear:both;
	width:130px;
	border-width:0px;
	padding:1px 5px;
}.pagination_select:hover{
}



/* form page */

.categories_div{
	float:right;
	width:210px;
	background-color:#e9f4fb;
	margin:10px 0;
	margin-right:-10px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	padding:10px 0;
}.categories_div .categories_div_pad{
	padding:0 10px;
}
.categories_heading{
	float:left;
	font-family:verdana;
	color:#838372;
	font-size:18px;
}
.categories_add{
	float:right;
	margin-right:0px;
}

.categories_div form{
	float:left;
	clear:both;
	width:100%;
}
.categories_checkbox{
	float:left;
	clear:both;
	width:100%;
}.categories_checkbox li{
	float:left;
	clear:both;
	width:260px;
	margin-left:-70px;
}

.input_cat_subs{
  color:#FFFFFF;
  background-color:#b2ded9;
  float:left;
  width:18px;
  text-align:center;
  line-height:18px;
  font-weight:bold;
  font-size:15px;
  margin-top:1px;
 }.org_s{
  color:#6aa5a6;
 }

 .categories_action_div{
 	float:left;
 	clear:both;
 	padding:2px 10px;
	background-color:#e9f4fb;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	visibility: hidden;
 }.categories_checkbox_li:hover .categories_action_div{
 	visibility:visible;
}
 .input_delete{
  color:#C41510;
  float:left;
  width:20px;
  text-align:center;
  line-height:20px;
  font-weight:bold;
  font-size:15px;
  margin-right:4px;

 }.input_cat_nosubs{
  color:#CCCCCC;
  float:left;
  width:18px;
  text-align:center;
  line-height:18px;
  font-weight:bold;
  font-size:15px;
  margin-top:1px;
  }

  .cat_checkbox{
	  float:left;
	  clear:none;
	height:19px;
	width:19px;
  }

.categories_checkbox li label{
	float:left;
	font-family:verdana;
}.categories_checkbox li label a{
	color:#666666;
	padding:0 5px;
	float:left;
	margin-bottom:1px
}.categories_checkbox li label a:hover{
	border-bottom:1px solid #333333;
	margin-bottom:0px
}
  .edit_cat_text{
  	width:145px;
	background-color:#42617c;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:none;
	border-bottom:1px solid #333333;
	padding:0 5px;
  }


.cms_item_form_div{
	float:left;
	clear:both;
	width:100%;
	padding-top:20px;
}

.user_restrictions{ float:left; clear:both; width:100%; padding-top:10px; }
.user_restrictions .col1{ float:left; width:44%; }
.user_restrictions .col2{ float:left; width:44%; }

.user_restrictions #level_no{ float:left; clear:none; width:100%; min-height:100px; }
.user_restrictions #level_yes{ float:left; width:100%; min-height:100px; }
.buttons_col{ float:left; clear:none; width:10%; margin-left:1%; margin-right:1%; padding-top:10px; }
.user_restrictions .turn_on{ float:left; clear:both; width:100%; }
.user_restrictions .turn_off{ margin-top:20px; float:left; clear:both; width:100%; }



  /* file page */
  .file_ul_nav{
  	float:right;
	width:320px;
	clear:none;
  }
  .flash_div{
  	float:left;
	width:400px;
  }
  a.cancel_item{
  	background-color:#bf0000;
  }a.cancel_item:hover{
  	background-color:#D55959;
  }
 .main_image_box{
 	float:left;
	clear:both;
	width:200px;
	border:1px solid #e9d342;
	border-bottom:none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height:100px;
	margin-bottom:10px;
 }.main_image_box .title{
 	color:#a79627;
	font-size:13px;
	font-weight:bold;
	float:left;
	padding:3px 10px;
 }
  .image_ul{
  	float:left;
	clear:both;
	width:100%;
	margin-top:-100px;
  }.image_ul li{
  	float:left;
	padding:3px;
	width:170px;
	margin:10px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
  }
  .image_thumb{
  	float:left;
	clear:both;
	width:170px;
	margin-top:-17px;
  }
  .image_ul .delete_image{
  	float:right;
	position:relative;
  }
  .image_title{
  	float:left;
	width:170px;
	font-size:14px;
	margin:5px 0;
  }
  .image_title a{
  	float:left;
	width:158px;
	padding:4px 6px;
	color:#999999;
	border-bottom:1px solid #FFFFFF;
  }
  .image_title input{
  	float:left;
	border:0px;
	width:158px;
	color:#999999;
	padding:4px 6px;
	border:none;
	border-bottom:1px solid #666666;
  }
  .file_title{
  	float:left;
	float:left;
	width:430px;
	font-size:12px;
	color:#385874;
  }.file_title a{
  	float:left;
	padding:5px 10px;
	float:left;
	width:410px;
	font-size:12px;
	color:#385874;
  }.file_title input{
  	float:left;
	padding:2px 10px;
	margin:3px 0;
	float:left;
	width:410px;
	font-size:12px;
	color:#385874;
	border:none;
	border-bottom:1px solid #666666;
  }
  .delete_file{
  	float:right;
	padding:5px;
  }

  #add_existing{
  	float:left;
  	clear:both;
  	width:100%;
  }#add_existing form{
  	float:left;
  	padding-bottom:10px;
  }#add_existing form label{
  	float:left;
  	padding-top:5px;
  }#add_existing form input{
  	float:left;
  }
  .existing_user_add, .existing_user_close{
	font-size:17px;
	padding:3px 7px;
	float:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left:5px;
	color:#FFFFFF;
	background-color:#42617c;
	font-family:Arial, Helvetica, sans-serif;
  }
  .existing_user_add:hover, .existing_user_close:hover{
	color:#FFFFFF;
	background-color:#8398A9;
  }

  .sub_user_cat_space{
  	float:left;
  	margin-left:69px;
  	width:1px;
  	height:10px;
  }

  #changes_saved_txt{
  	float:left;
  	background-color:#fff4ce;
  	color:#f59d27;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:3px 7px;
	font-size:14px;
  }

  .input_error_div{
  	float:left;
  	background-color:#fff4ce;
  	color:#f59d27;
  	float:left;
  	background-color:#fff4ce;
  	color:#f59d27;
	padding:6px 7px;
	margin-top:3px;
	font-size:14px;
  }