/**
 * Your theme name here
 *
 * Say something about the theme
 *
 * Give yourself some credit here
 *
 */

/* Container */
.dk_theme_cisco .dk_container {
		background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiNlY2VjZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 13%, #ececee 86%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,#ffffff), color-stop(86%,#ececee));
	background: -webkit-linear-gradient(top,  #ffffff 13%,#ececee 86%);
	background: -o-linear-gradient(top,  #ffffff 13%,#ececee 86%);
	background: -ms-linear-gradient(top,  #ffffff 13%,#ececee 86%);
	background: linear-gradient(to bottom,  #ffffff 13%,#ececee 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececee',GradientType=0 );

	
}
  .dk_theme_cisco a {}

/* Toggle */
.dk_theme_cisco .dk_toggle {box-shadow:0 0 3px #ccc;}
  .dk_theme_cisco .dk_toggle:hover {}

/* Focus State */
.dk_theme_cisco.dk_focus,
.dk_theme_cisco:focus {}
  .dk_theme_cisco.dk_focus .dk_toggle {}
  
/* Open State */
.dk_theme_cisco.dk_open {}
  .dk_theme_cisco.dk_open .dk_toggle {}

/* Options Menu */
.dk_theme_cisco .dk_options {}
  .dk_theme_cisco .dk_options a {}
  .dk_theme_cisco .dk_options a:hover,
  .dk_theme_cisco .dk_option_current a {


  }

/* Inner options */
.dk_theme_cisco .dk_options_inner {}

/* Set a width property here */
.dk_theme_cisco .dk_options_inner,
.dk_theme_cisco.dk_touch .dk_options {}
