body {
  background-color:#01b3fd;
}
.textright				{text-align: right;}

/* override some bluegrid definitions */
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #fee580; 
  border: 2px solid #fe7e03;
}
a				{font-weight: normal; background: transparent; color: blue; text-decoration:none; }
a:hover	{color: blue; text-decoration:underline;}
a.external	{
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
.nohover a:hover		{text-decoration:none;}
hr {background-color: #fe7e03; }
p img {float: none;}

/* FORMS */
.aligned span {line-height: 36px; }
.aligned label {display:inline; padding:1.0em 0 0 0; float:left; text-align:left; width:10em;}

/* lists */
ul {list-style-type: disc; }
ul img {vertical-align: top; }

.v-list-nodisc ul, ul.v-list-nodisc { margin: 0px; list-style-type: none; }

.v-list-dot ul, ul.v-list-dot {margin-left: 1.3em; padding-left: 0; list-style-type: disc; list-style-image: url(../graphics/wifidog/reddot_vlist.png); list-style-position: outside;} 
.v-list-dot ul li {margin-left: 0; padding: 0;}
.v-list-dot .author {color: #808080; margin-left: 1em;}
.v-list-dot img {vertical-align: top; }
.v-list-dot .selected {color: #e20000; font-weight: bold;}

ul#fotos {list-style-type: none; }
ul#fotos img {vertical-align: top; border-width: 2px; border-color:black; border-style: solid;}

/* Buttons */
.menubuttonfixed {
	width: 123px;  /* correct number for ff and safari: 123px */
}
.ikdoemee {
	margin-top: -2em;
	margin-left: 16em;
}

/* Menu button */
body .menubutton {
  color:#fe7e03;
  background-color:#fee580;
}
a.menubutton:hover, button.menubutton:hover {
  background-color:#fe7e03;
  border:1px solid #C6D880;
  color:#ffffff;
}
a.menubutton:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* right column */
.block h2 {
	font-size: 1.5em;
	font-weight: bold;
	background: #fe7e03;
	color: white;
	padding: 2px 2px 2px 5px;
	margin: -16px -16px 0.5em -16px; 
}

/* tables */
td {
	border-top:1px solid #fe7e03;
	border-bottom:0px solid #fe7e03;
}
/* override table settings in blue print css */
td {
	border-bottom:0px solid #fe7e03;
}
