/* light purple #DABFFF*/
/* med purple #DECFE6*/
/* dark purple #73458A*/
/* link #8F30BF*/



body
{
 background-color: #DABFFF;
 font-size: 11px;
 font-family: Verdana;
 color:#73458A;   /* color of text */
 padding:0px;
 margin:0px;
}
a {color: #8F30BF;}
a:visited {color:#8F30BF;}
a:hover {color: #DABFFF;}
a:active { color:#000000;}

/* ----------banner for logo-------------- */
#banner {
text-align: center;
background-color: #fff;
padding: 0px;
margin: 0px;
}

#banner p{
background: #fff;
margin:0px;
 padding: 5px 10px;
}

/* ----------banner end-------------- */


/* ----------top-------------- */
#top {
font-size: 11px;
color: #fff;   /* color of text  */
background-color: #73458A;   /* color of row  */
border-top:1px solid #DABFFF;     
border-bottom:1px solid #DABFFF;
margin:0px;
padding: 0px;
font-weight: bold;
text-align: right;
}

.moduletabletop{
margin:0px;
padding: 5px 10px;
}

#top a {color: #fff;}
#top a:visited {color:#fff;}
#top a:active { color:#fff;}
#top a:hover {color: #C0DDFF;}
/* ----------top end-------------- */



/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 


/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #DECFE6;  /* color of the left column  */ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }
 
#left p{
padding: 5px 10px;
margin:0px;
}

.box {
  position:relative;
  }

#menu {
  width:100px; 
  text-align:center; 
  position:relative;
  }
#menu a, #menu a:visited {
  text-decoration:none; 
  color:#73458A; /* color of menu items  */
  display:block; 
  width:88px; 
  height:16px; 
  border:1px solid #DECFE6; /* blend background  */
  padding:5px;
  }
* html #menu a, 
* html #menu a:visited {
  width:100px; 
  height:28px; 
  w\idth:88px; 
  he\ight:16px;
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  border:1px solid #73458A; /* color of menu items select borders  */
  }
#menu a:hover span.left, 
#menu a:hover span.right {
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:8px solid #DECFE6; /* color of menu items  */
  border-bottom:8px solid #DECFE6; /* blend background  */
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  border-left:8px solid #73458A; /* color of menu items select borders  */
  }
#menu a:hover span.right {
  left:87px; 
  top:5px; 
  border-right:8px solid #73458A; /* color of menu items select borders  */
  }

* html #menu a:hover span.left, 
* html #menu a:hover span.right {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }



/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px;
}

#content p{
padding: 5px 10px;
margin:0px;
}

#content h2{
padding: 0px;
margin:0px;
}

/*  ----------------bottom---------------------- */ 
#bottom {
font-size: 11px;
color: #fff;   /* color of text  */
background-color: #73458A;   /* color of row  */
border-top:1px solid #DABFFF;     
border-bottom:1px solid #DABFFF;
margin:0px;
padding: 0px;
font-weight: bold;
text-align: right;
}

.moduletablebottom {
margin:0px;
padding: 5px 10px;
}

#bottom a {color: #fff;}
#bottom a:visited {color:#fff;}
#bottom a:active { color:#fff;}
#bottom a:hover {color: #C0DDFF;}
/*  ----------------bottom end------------------ */


/*  ----------------meter---------------------- */

div.meter {
  margin-top: 30px;
  margin-left: 40px;
  width: 30px;
  height: 250px;
  background-color: #fff;
  border: 1px solid black;
  padding: 2px;
}

div.progress {
  background-color:#FF0000;
  width: 30px;
  margin-top: 233px;
  color: #fff;
}

div.progressgoal {
  margin-left: -20px;
  margin-top: -30px;
  font-size: 18px;
  color: #4CC417;
}

div.progresscurr {
  margin-left: -10px;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}


/* Mainlevel menu */
.mainlevel
{
 width:100px; 
 text-align:center; 
 
 margin-left:-40px; 
}

ul#mainlevel
{
 list-style: none;
}


a.mainlevel, a.mainlevel:visited
{
 text-decoration:none; 
 color:#73458A; /* color of menu items  */
 border:4px double #DECFE6; /* blend background  */
 display:block; 
 width:88px; 
 height:16px;
 padding:5px;
}
	
a.mainlevel:hover
{
 display:block; 
 width:88px;
 border:4px double #73458A;
}


/* End Mainlevel menu */
