/*

Simple Style Example mod_vvisit_counter by Michael Majunke

$Data$
$Revision: 121 $
$Author: mmicha $
@copyright Copyright (C) 2010 Majunke Michael majunke@mmajunke.de

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

/* border: 1px solid #000000; */

div.mvc_main {
    width: 35%;	  
    text-align: left;
}

div.mvc_pre {
    clear:both;
    background: #aaaaaa;
	  font-size: 60%;
	  font-weight: bold;
	  margin:  2px;
	  padding: 2px;
}

div.mvc_post {
    clear:both;
    background: #aaaaaa;
	  font-size: 100%;
	  font-weight: bold;
	  margin:  2px;
	  padding: 2px;
}

div.mvc_ip {
    clear:both;
    text-align: center;
}

span.vcounter_TypeTextIP {
  clear:both;
  text-align: center;
}

img.mvc_digitIPImg {
  clear:both;
}

div.mvc_ipcountrycode {
  clear:both;
}

div.mvc_ipcountry {
  clear:both;
}

div.mvc_ipflag {
  clear:both;
}

img.mvc_ipflagimg {
  clear:both;
}

div.mvc_digitCounter {
  clear:both;
  margin:  2px;
  padding: 2px;
  text-align: left;
}

img.mvc_digitCounterImg {
  clear:both;
}

span.vcounter_TypeText {
  clear:both;
}

div.mvc_people {
  clear:both;
}

table.mvc_peopleTable {
  clear:both;
}

img.mvc_peopleImg {
  clear:both;
}

div.mvc_stat {
  clear:both;
  text-align: center;
  padding: 5px ;
}

img.mvc_statImg {
  clear:both;
}

div.mvc_spacer {
  clear:both;
  widht: 80%;
  margin-left:5%;
  margin-right:5%;
}

/**
  and Inner
  span class="title"
  span class="trenner"
  span class="value"
*/
div.mvc_guests {
  clear:both;
	widht: 99%;
  text-align: center;
  margin-left:5%;
}
div.mvc_guests span.title {
	widht: 40%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_guests span.trenner {
	widht: 10%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_guests span.value {
	widht: 40%;
	text-align: left;
  float:right;
  margin-right:5%;
}

 /**
  and Inner
  span class="title"
  span class="trenner"
  span class="value"
*/
div.mvc_loggedInUsers {
  clear:both;
	widht: 99%;
  text-align: center;
  margin-left:5%;
}
div.mvc_loggedInUsers span.title {
	widht: 40%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_loggedInUsers span.trenner {
	widht: 10%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_loggedInUsers span.value {
	widht: 40%;
	text-align: left;
  float:right;
  margin-right:5%;
}

 /**
  and Inner
  span class="title"
  span class="trenner"
  span class="value"
*/
div.mvc_reg_users_today {
  overflow: hidden;
  clear:both;
	widht: 99%;
  text-align: center;
  margin-left:5%;
}
div.mvc_reg_users_today span.title {
	widht: 40%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_reg_users_today span.trenner {
	widht: 10%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_reg_users_today span.value {
	widht: 40%;
	text-align: left;
  float:right;
  margin-right:5%;
}

 /**
  and Inner
  span class="title"
  span class="trenner"
  span class="value"
*/
div.mvc_reg_users_all {
  clear:both;
	widht: 99%;
  text-align: center;
  margin-left:5%;
}
div.mvc_reg_users_all span.title {
	widht: 40%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_reg_users_all span.trenner {
	widht: 10%;
	text-align: left;
  float:left;
  margin-left:5%;
}
div.mvc_reg_users_all span.value {
	widht: 40%;
	text-align: left;
  float:right;
  margin-right:5%;
}
