/* Important notes:
-You may not assume ANYTHING about the path to images or media
that isn't under this file's theme pack.  In other words, no ../ relative links.
-This stylesheet will be applied after the one in
wifidog/media/base_theme/stylesheet.css.  This theme pack should only override the elements
 in the base stylesheet that you want to change.
*/

/* Redefine network logo */
#page_header {
	background: #ffffff url('images/head_back_new.gif') repeat-x 0px 0px;
}

#faq_menu {
	border-bottom: 1px solid #999999;
	padding: 1px;
}

#faq_menu li {
	vertical-align: top;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 4px 1em 3px;
}

#faq_menu ul {
	list-style: none;
	padding: 10px 0px 0px;
	margin: 2px 0px;
}

#faq_menu li.faq_menu_on {
	background-color: #EEEEEE;
}

#faq_menu_new ul {
	list-style: none;
	padding: 10px 0px 0px;
	margin: 2px 0px;
}

#faq_menu_new li {
	float:left;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#faq_menu_new li a{
	display:block;
	text-align:center;
}

#faq_menu_new li.faq_menu_on {
	background-color: #FFCC00;
}


#help h3 {
	font-size: 1em;
	border-bottom: 1px dotted #FFCC00;
	padding-bottom: 5px;
	color: #FF9900;
}

#help p {
	margin-left: 2em;
	line-height: 1.4em;
}

#help .bold {
	font-weight: bold;
}

#help a {
	font-weight: bold;
	font-size: 1em;
}
#shotorihiki th {
	background: #FFCC66;
}
#shotorihiki td.Underline {
	border-bottom: 1px dotted #FFCC66;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


