﻿/* Move the bar */
.moveboxbar {
	position:relative;
	top:-1.25em;
	left:0em;
}

/* ================================================================ 
Boxes with Round corners
================================================================ */
.container {background:#00c; color:#fff; font-weight:bold; margin:0 0 0 0; text-align:left;}
.container2 {background:#fff; color:#000; margin:auto; float:left; display:inline; text-align:left;}
.container3 {background:#fff; color:#000; margin:auto; text-align:left;}

.rbottom3 {display:block; background:#fff;}
.rtop3 {display:block; background:#fff;}

.rbottom {display:block; background:#fff;}
.rtop {display:block; background:#fff;}

.rbottom2 {display:block; background:#fff;}
.rtop2 {display:block; background:#fff;}

.rbottom3 *{display: block; height: 1px; overflow: hidden;}
.rtop3 *{display: block; height: 1px; overflow: hidden;}

.rbottom2 *{display: block; height: 1px; overflow: hidden;}
.rtop2 *{display: block; height: 1px; overflow: hidden;}

.rbottom *{display: block; height: 1px; overflow: hidden;}
.rtop *{display: block; height: 1px; overflow: hidden;}

.rbottom *{background:#00c;}
.rtop *{background:#00c;}

.rbottom2 *{background:#fff;}
.rtop2 *{background:#fff;}

.rbottom3 *{background:#fff;}
.rtop3 *{background:#fff;}

.rr4{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.rr3{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.rr2{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.rl4{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.rl3{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.rl2{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.r4{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.r3{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.r2{
	 border-left:1px solid #00c; border-right:1px solid #00c;
}
.r1{margin: 0 5px; background:#00c;}
.r2{margin: 0 3px; border-width:0 2px;}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.rl1 {margin: 0 0 0 5px; background:#00c;}
.rl2 {margin: 0 0 0 3px; border-width:0 2px;}
.rl3 {margin: 0 0 0 2px; }
.rl4 {margin: 0 0 0 1px; height: 2px;}

.rr1 {margin: 0 5px 0 0; background:#00c;}
.rr2 {margin: 0 3px 0 0; border-width:0 2px;}
.rr3 {margin: 0 2px 0 0; }
.rr4 {margin: 0 1px 0 0; height: 2px;}

.boxcontent {display:block; background:#fff; border:0 solid #00c; border-width:0 1px 0 1px; padding:5px;}
.boxcontent2 {display:block; background:#ddd; border:0 solid #000; border-width:1px 1px 1px 1px; padding:5px; float:left; display:inline; text-align:left; width: 9.93em;}
.boxcontent3 {display:block; background:#ddd; border:0 solid #000; border-width:1px 1px 1px 1px; padding:5px; float:left; display:inline; text-align:left; width: 18.9em;}

/* ================================================================ 
Multi column list
================================================================ */
.list ol {
  margin: 0;
  padding: 0;
}
 
.list li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  list-style: none;
}
 
.list .col1 {margin-left: 1em;}
 
.list .col2 {margin-left: 10em;}
 
.list .col3 {margin-left: 19em;}
 
.list .coltopper {margin-top: -9.1em;} 

.list ol a:link {
  display: block;
  width: 9em;
  color: #000;
  position: relative; /* for IE-Win */
}

