
body {
  margin: 0;
  padding: 0 0 10px 0;
  
  /* most common text block style */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #4c4c4c;

  background-color: #9b9fa0;
}

/* most basic text styles */
a:link, a:visited {
  color: #f7833c;
  text-decoration: underline;
}
p {
  margin: 12px 0;
}
/* main page headings */
h2 {
  margin: 0 0 6px 0;
  font-size: 30px;
  font-weight: normal;
  color: #718584;
}
/* white headings in orange boxes */
h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* white small headings in mippsite navigation and previews */
h5 {
 margin: 0;
 font-size: 12px;
 font-weight: bold;
 line-height: 12px;
 color: #fff;
 background-color: #a6b2b2;
}




/* get rid of default list,form,table spacings */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
}
li {
  padding: 0;
  margin: 0;
}
form 
{
  padding: 0;
  margin: 0;
}
table {
  border: 0 none;
  border-spacing: 0;
}
td {
  padding: 0;
  border: 0 none;
}
img {
  border: 0;
}



/* BASIC LAYOUT ELEMENTS */


/* whole page */
div#page {
  width: 790px; 
   /* centered */
  margin: 11px auto;

  background-color: #fff;
  background-image: url("../images/page_bg.gif");
}
div#pageHomePage {
  width: 790px; 
   /* centered */
  margin: 11px auto;
  height: 760px;
  background-color: #fff;
  background-image: url("../images/page_bg.gif");
}

/* top row */
div#header {
  height: 72px;
  background-color: #ededed;
  background-image: url("../images/header_bg.jpg");
}
img.logo {
  width: 148px;
  height: 56px;
  float: left;
  margin: 12px 0 0 14px;
}

div#signin { 
  float: right;
  padding: 20px 23px 0 0;
  
  /* login texts */
  font-size: 11px;
  font-weight: bold;
  color: #656565;
}
div#signin span.newitem {
  /* space between signin/newuser in landing page */
  margin-left: 14px;
}



/* second row with navigation */
div#mainnavi {
  height: 24px;
  /* drop under floats */
  clear: both;
  margin: 0 6px;

  background-color: #6b7e7f;
  background-image: url("../images/mainnavi_bg.jpg");
}



div#mainnavi ul {
  /* navi aligned to right */
  float: right;
}
div#mainnavi li {
  /* make list items horizontal */
  float: left;
  padding: 7px 16px 0 12px;
  
  /* consistent list bullets across browsers */
  background-image: url("../images/mainnavi_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0 0.7em;
  
  /* remove top whitespace from IE */
  line-height: 1;
}
div#mainnavi li.active {
  /* different bullet for current page */
  background-image: url("../images/mainnavi_bullet_active.gif");
}
div#mainnavi a:link, div#mainnavi a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
div#mainnavi a:hover {
  text-decoration: underline;
}


/* subpage navigation */
div#secondarynavi {
  width: 158px;
  float: left;
  margin-left: 6px;
  /* fixes IE float double margin bug */
  display: inline;
  padding-bottom: 64px;
  border-bottom: 1px solid #C7CECE;
  border-right: 1px solid #DCE0E0;
  
  /* background image extends, fixed to bottom */
  background-color: #FDFDFE;
  background-image: url("../images/secondarynavi_bg.jpg");
  background-position: bottom left;
}

div#secondarynavi ul
{
  margin: 0 7px 0 3px;
  padding-top: 4px;
}
div#secondarynavi li
{
  padding: 5px 10px;
  border-bottom: 1px solid #e0e3e3;
  line-height: 12px;
  /* fixes first-line indentation for IE7 */
  list-style-position: outside;
}
div#secondarynavi a {
  font-size: 12px;
  font-weight: bold;
  color: #718584;
  text-decoration: none;
}
div#secondarynavi a:hover {
  text-decoration: underline;
}
div#secondarynavi li.active a {
  color: #ff864d;
}

/* Mippsite-related third-level navigation in edit mode (under secondary navi) */
div#secondarynavi ul.mippsitenavi {
  padding: 0;
}
ul.mippsitenavi li {
  padding-left: 17px;
}
div#secondarynavi h5 {
  margin-top: 21px;
  padding: 5px 14px;
  border-bottom: 1px solid #8B8B8C;
}


/* Landingpage content area */
div#content {
  padding: 27px 26px 12px 23px;

}

div#contentHome {
  padding: 27px 26px 12px 40px;
  z-index: 1;
  position: absolute;
}

/* Subpage content area (right from secondary navigation) */
div#subpagecontent {
  width: 567px;
  float: right;
  padding: 27px 25px 12px 30px;
}

/* Subpage content area (right from secondary navigation) */
div#subpagecontentAbout {
  width: 547px;
  float: left;
  padding: 27px 25px 12px 30px;
}

div#subpagecontent.getMippin{
  width: 720px;
  float: left;
  font-size: 14px;
  padding: 27px 25px 12px 50px;
}

/* center area in three-column layouts */
div#centerbox {
  width: 364px;
  float: left;
  padding-right: 10px;
}

div#centerboxSignUp {
  width: 400px;
  float: left;
  padding-right: 10px;
}
/* text+links in the bottom row */
div#footer {
  height: 24px;
  /* drop below floated columns */
  clear: both;
  padding: 24px 26px 0 0;
  
  background-image: url("../images/footer_bg.jpg");
  
  font-size: 11px;
  font-weight: bold;
  color: #656565;
  text-align: right;
}



div#footer a:link, div#footer a:visited {
  color: #656565;
  text-decoration: none;
}



div#footer a:hover {
  text-decoration: underline;
}
div#footer span.line {
  /* space between | characters */
  margin: 0 6px;
}




/* CHANGING ELEMENTS BETWEEN PAGES  */

/* landing page generic box style (Explore & Signup) */
div.box {
  height: 153px;
  padding: 10px 15px 21px 0;
  margin-bottom: 6px;
  
  background-color: #fecd92;
  line-height: 1.3;
}
div.box img.actionbutton {
  float: left;
}
div.box h3 {
  float: left;

  margin: 0;
  padding: 10px 0 0 8px;
  line-height: 1;
}
div.box p {
  clear: both;
  padding-top: 6px;
}
div#box_explore {
  width: 335px;
  float: left;
  padding-left: 15px;

  background-image: url("../images/box_explore_bg.jpg");
  background-color: #fecd92;
}
div#box_signup {
  width: 342px;
  padding-left: 10px;

  float: right;
  background-image: url("../images/box_signup_bg.jpg");
  background-color: #fecd92;
}
div.box a:link, div.box a:visited {
  font-size: 11px;
  color: #fff;
}
div.box p {
  width: 140px;
  margin: 9px 0;
  color: #2d2d2d;
}

/* product info -page box */
div#box_mobilebrowsing {
  width: 357px;
  height: 103px;
  margin: 12px 0 18px 0;
  
  text-align: center;
   /* center one-line heading vertically (line-height equals height) */
  line-height: 103px;
  
  background-image: url("../images/box_mobilebrowsing_bg.jpg");
  background-color: #fecd92;
}



/* manage mippsites -boxes */
div.box_mippsite {
  width: 280px;
  float: left;
  margin: 16px 3px 0 0;
  
  background-color: #F8F8F9;
  background-image: url("../images/box_mippsite_bg.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}
/* mippsite name in manage mippsites -page */
div.box_mippsite h3 {
  height: 31px;
  padding: 0 5px 0 42px;
     
  /* center one-line heading vertically (line-height equals height) */
  line-height: 31px;
  /* do not stretch if heading is longer than the box */
  overflow: hidden;
  
  background-color: #4D6061;
  background-image: url("../images/box_mippsite_hdr_bg.jpg");
  font-size: 18px;
  font-weight: normal;
}
/* Wide mippsite boxes for reports */
/* manage mippsites -boxes wide */
div.box_mippsite-wide {
  width: 566px;
  float: left;
  margin: 16px 3px 0 0;
  
  background-color: #F8F8F9;
  background-image: url("../images/box_mippsite-wide_bg.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
}

/* mippsite name in manage mippsites -page */
div.box_mippsite-wide h3 {
  height: 31px;
  padding: 0 5px 0 42px;
     
  /* center one-line heading vertically (line-height equals height) */
  line-height: 31px;
  /* do not stretch if heading is longer than the box */
  overflow: hidden;
  
  background-color: #4D6061;
  background-image: url("../images/box_mippsite_hdr-wide_bg.jpg");
  font-size: 18px;
  font-weight: normal;
}
div.box_calendar {
  width: 44px;
  height: 44px;
  padding: 22px 0px 0px 10px;
  background-image: url("../images/calendar.gif");
  background-repeat: no-repeat;

}
div.box_mippsite div.wrapper {
  /* just a tool element to give padding for box contents */
  padding: 11px 15px 7px 15px;
}
div.box_mippsite a:link, div.box_mippsite a:visited {
  font-size: 11px;
  color: #252525;
  text-decoration: none;
}
div.box_mippsite a:hover {
  text-decoration: underline;
}
div.box_mippsite a.mippsiteurl:link, div.box_mippsite a.mippsiteurl:visited {
  font-size: 13px;
}

/* wrapper for tool icon and name link (eg. Edit) */
span.actionbutton {
  margin-right: 10px;
}
span.actionbutton a:link, span.actionbutton a:visited {
  margin-right: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #FF5200;
  text-decoration: none;
}
span.actionbutton a:hover {
  text-decoration: underline;
}
span.actionbutton img {
   /* align tool image with text link */
  vertical-align: middle;
}

/* feed links */
div.box_mippsite ul {
  margin: 8px 0 18px 0;
}
div.box_mippsite li {
  padding: 5px 0 0 11px;
  list-style-position: outside;
  
  /* consistent list bullets across browsers */
  background-image: url("../images/box_mippsite_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0 0.35em;
  line-height: 11px;
}


/* small text in product info content area */
p.smallertext {
  margin: 14px 0;
  font-size: 12px;
  line-height: 1.4;
}
img#phone_screenshot {
  margin-top: 12px;
}


/* wizard progression indicator */
ol.wizard li {
  float: left;
  padding-right: 35px;
  margin: 9px 0;
  
  font-size: 20px;
  color: #dbdbdb;
}
ol.wizard li.active {
  color: #fe7332;
}

/* form elements (wizard, edit mippsite) */
div#subpagecontent form.centerForm {
  width: 305px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

div#subpagecontent div.centerForm {
  width: 305px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

div#subpagecontent div.centerForm2 {
  width: 426px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

div#subpagecontent form.centerFormLong {
  width: 500px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

div#subpagecontent form.centerFormPublicize {
  width: 420px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}


div#subpagecontent table.mobmippsite {
  width: 305px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

div#subpagecontent table.mobmippsite tr{
  margin: 0;
  padding: 0;
}
div#subpagecontent table.mobmippsite td{
  margin: 0;
  padding: 2px;
}
div#subpagecontent table.mobmippsite td.center{
  float : center;
}
/* table used for form layouting */
div#subpagecontent td {
  padding: 4px 0;
}

div#subpagecontent td.withoutPadding {
  padding: 0px 0;
}

div#subpagecontent table.mipcust{
 border-spacing: 4px;
 padding:0px;
}

div#subpagecontent table.mipcust tr.endOfItem{
	padding-bottom: 12px;
}

div#subpagecontent table.mipcust td.mipcustA {
  vertical-align: middle;	
  text-align: right;
  padding-right:5px;
}
div#subpagecontent table.mipcust td.mipcustB {
  vertical-align: middle;	
  width: 30px;
  
}
div#subpagecontent table.mipcust td.mipcustC {
  vertical-align: middle;
  	
}
div#subpagecontent table.mipcust td.mipcustD {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight:bold;	
}
td.label {
  width: 77px;
}

td.cellPadding {
  padding-left: 5px;
}

tr.withoutPadding {
  padding : 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

td.withoutPadding {
  padding : 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

label {  
  /* change display type to enable vertical margin (for aligning with textfield) */
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #656565;
}

label.smallertext {  
  font-size: 12px;
  font-weight: normal;
}

.smallertext {  
  font-size: 12px;
  font-weight: normal;
}

input.text {
  /* custom styling for textfields */
  width: 152px;
  font-size: 12px;
  /* align text field with following button (in same table cell) */
  vertical-align: top;
}

span.readOnly {
  /* custom styling for textfields */
  width: 180px;
  font-size: 12px;
  /* align text field with following button (in same table cell) */
  vertical-align: middle;
}

input.button {
  /* custom styling for buttons */
  width: 61px;
  height: 26px;
  
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ff5200;
  
  /* correct alignment with preceding text field */
  margin-top: -3px;
  
  background-color: #f2f4f4;
  background-image: url("../images/button_bg.jpg");
  background-repeat: no-repeat;
  border: 0 none;
}


input.button:hover, input.button:focus {
  background-image: url("../images/button_bg_hover.jpg");
}
input.button:active {
  background-image: url("../images/button_bg_act.jpg");
}

input.next {
   /* bottom buttons */
  margin-top: 27px;
}





/* mippsite preview in iframe */
div#preview
{
  width: 242px;
  float: right;
  /* stretch to cover all contained elements */
  overflow: hidden;
  margin-top: 14px;

  background-color: #a6b2b2;
  border: 1px solid #c6cdcd;
}
div#preview h5 {
  float: left;
  width: auto;
  margin: 4px 11px;
}
/* refresh icon */
div#preview img {
 float: right;
 margin: 2px 5px 0 5px
}
iframe#previewframe {
  width: 242px;
  height: 400px;
  overflow: auto;
  padding: 1px;

  background-color: #fff;
  border: 0 none;
}

iframe#previewDemo {
  width: 276px;
  height: 390px;
  overflow: auto;
  padding: 1px;
  margin-left: 12px;
  background-color: #fff;
  border: 0 none;
}



/* helper to drop element to next row */
.clear {
  clear: both;
}

/* edit mippsite popup menus */
div.editmenu {
  width: 145px;
  position: absolute;  
  visibility: hidden;
  padding-top: 2px;
  z-index: 10
}
div.editmenu ul
{
  margin: 0 7px 0 0;
  padding: 4px 0 40px 0;
  background-color: #fdfdfe;
  background-image: url("../images/editmenu_bg.jpg");
  background-position: bottom left;
  background-repeat: repeat-x;
  border: 1px solid #dcdcdc;
}
div.editmenu li
{
  padding: 5px 10px;
  border-bottom: 1px solid #dce0e0;
  line-height: 12px;
  /* fixes first-line indentation for IE7 */
  list-style-position: outside;
  background: none;
}
div.editmenu a {
  font-size: 12px;
  font-weight: bold;
  color: #718584;
  text-decoration: none;
}
div.editmenu a:hover {
  color: #ff864d;
  text-decoration: none;
}

.validation {
  color: #f7833c;
  font-style: italic;
  font-size: 12px;
}

.verticalmiddle{
	vertical-align: middle;
}

table.forButtons{
	width:100%;
}
.textBold{
	font-weight: bold;
}
.textVerySmall{
	font-size: 10px;
}
.textGrey{
	color: #A2A2A2;
}
table#smsBoxSpace {
	border: 2px outset;
	background-color: white;
	width: 360px;
	height: 200px;
	

}


div#smsBoxSpaceWithZ{
	position: relative;
	z-index: 3;
	left: 85px;
	top: 35px;
}

div#smsBoxSpaceInstead {
	position: relative;
	z-index: 1;
	left: 85px;
	top: 35px;
	width: 360px;
	height: 200px;
}

table#smsBoxSpace td{
	padding: 0px 5px;
}

table#smsBoxSpace td.withoutPadding{
	padding: 0px;
}

div#sendLinkButton{
	position: relative;
	z-index: 2;
	left: 100px;
	top: 332px;
	width:109px;
	height: 33px;
}

div#sendLinkButtonInstead{
	position: relative;
	z-index: 1;
	left: 100px;
	top: 332px;
	width:109px;
	height: 33px;
}

div#learnMoreButton{
	position: relative;
	z-index: 2;
	left: 300px;
	top: 299px;
}

div#footerHomePage {
   margin-top: 340px; 
}

div#getMippinSite{
	background-color: white;
	margin: 10px;
}

p.aboutTextNormal {
  margin: 12px 0;
  text-align: justify;
}

p.aboutTextItalic {
  margin: 12px 0;
  font-style: italic;
}

div#centerbox_faq {
  width: 374px;
  float: left;
  padding-right: 10px;
}
div#faqTerminology {
  border: 1px;
  padding-left: 10px;
}

div#faqTerminology p{
  border: 1px;
  padding-left: 10px;
}

.terminologyWord{
	font-size: 12px;
	font-style: italic;
}
.terminologyExplain{
	font-size: 12px;
}

p.headerOfBlock{
	margin-top : 20px;
 	font-size: 16px;
 	font-weight: bold;
}

p.terminologyHeader{
	font-size: 14px;
	font-weight: bold;
	
}

div#subpagecontent table.terminologyTable{
	border: 2px outset;
	
}

div#subpagecontent table.terminologyTable td{
	padding: 5px 8px;
	
}

p.privacyPolicyText{

}

p.privacyPolicyHeader{
	padding-top: 10 px;
	font-style: 16 px;
	font-weight: bold;
}

.mippinHeader{
	font-size: +2;
	font-weight: bold;
	padding-bottom: 20 px;
}

p.mippinText{
}

p.mippinTextStart{
	margin: 0px 0px 12px 0px;
}

p.mippinTextEnd{
	margin: 12px 0px 0px 0px;
} 

.mippinTextTitle{
	font-style: italic;
	font-weight: bold;
}

div#subpagecontent table.previewDemoTable {
	padding : 0px 0px 0px 0px;
}
div#subpagecontent table.previewDemoTable td.verticalAlignDemo{
    padding : 45px 0px 0px 0px;
}

div#subpagecontent table.previewDemoTable td {
	padding : 0px;
}

.orangeBold{
	font-weight: bold;
	color: #FF864D;
}

div#subpagecontent td.faqQuestionText{
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	vertical-align:text-top;
}

div#subpagecontent td.faqAnswerText{
	padding: 5px 0px 15px 8px;
	vertical-align:text-top;
}

div#centerbox_shorter {
  width: 264px;
  float: left;
  padding-right: 10px;
}

div#secondarynavi ul ul.sub
{
  margin: 0 7px 0 3px;
  padding-top: 4px;
}

div#secondarynavi ul li.sub
{
  padding: 5px 20px 5px 5px;
   border: 0px;
  line-height: 12px;
  /* fixes first-line indentation for IE7 
  list-style-position: outside;*/
  
}

div#secondarynavi ul li.sub a {
  color: #718584;
}

.personName{
	font-weight: bold;
}

p.pressHeaderText{
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
p.pressNormalText{
}

table.aboutLeftMenu td.first{
	padding-right:4px;
}

table.aboutLeftMenu td.second{
	height: 16px;
}

div#previewGetMippin
{
  width: 329px;
  height: 722px;
  float: right;
  /* stretch to cover all contained elements */
  overflow: hidden;
  margin-top: -15px;
  
  background-image: url("../images/blogger_landing_n95.jpg");
  background-color: #a6b2b2;
  border: 0px;
}

iframe#previewframeGetMippin {
  width: 236px;
  height: 314px;
  overflow: auto;
  margin:82px 0px 0px 47px;
  background-color: #fff;
  border: 0 none;
}

div#subpagecontent div.centerFormGetMippin {
  width: 355px;
  float: left;
  margin: 7px 0 10px 0;
  font-size: 11px;
  color: #656565;
}

table#smsBoxSpaceGetMippin{
	border: 2px outset;
	background-color: white;
	width: 360px;
	height: 100px;
}

table#smsBoxSpaceGetMippin td{
	padding: 0px 5px;
}

.getMippinHeader{
	font-size: 29px;
	color: #718584;
}

.getMippinHeader2{
	font-size: 20px;
	color: #718584;
}

p.getMippinOption{
	font-size: 19px;
	font-weight: bold;
	margin: 50px 0px 4px 0px;
}

.getMippinNormal{
	font-size: 12px;
}

.getMippinBold{
	font-size: 12px;
	font-weight: bold;
}

.getMippinUrlOrange{
	font-size: 18px;
	color: #FF5200;
}

span.manMipText1{
	font-size: 11px;
}

span.manMipText2{
	font-size: 11px;
	color: black;
}

div#subpagecontent td.tdManMipp {
  width: 70px;
  
}

div#subpagecontent table.inputs label{
	font-size: 12px;
	font-weight: normal;
}
td.label2 {
  width: 50px;
}

table.wizPublicizeTags{
	padding: 10px 0px 20px 0px;
	border-spacing: 4px;
}
.monetizeText{
	font-size: 14px;
}

div#subpagecontent table.urlTable td {
	padding: 0px;
}

.touMMheader{
	font-style: italic;
	text-decoration: underline;
}

.linkText{
	color:#F7833C;
	text-decoration:underline;
}

div#termsOfUse{
	 padding: 17px 25px 12px 30px;
} 

.publicizeHeader{
	color: #656565;
	font-size: 14px;
	padding :20px 0px 10px 0px;
}

.publicizeHeaderBold{
	color: #656565;
	font-size: 14px;
	padding :20px 0px 10px 0px;
	font-weight: bold;
}

table.pad20bef{
	padding-top: 20px;
}

span.textBold{
	font-weight: bold;
}

td.columnWithLeftPadding {
	padding-left: 30px;
}

input.flowInput{
	margin-top: 57px;
	border : solid thin #FF5200;
	font-size: 18px;
	color: #FF5200; 
	width : 90%;
	padding: 10px;
}

td.flowInputTd{
	float : center;
	vertical-align: top;
	padding: 10px;
	text-align: center;
}

table.flowInputTable{
	width: 100%;
	border-spacing: 10px;
}
table.flowResultsTable{
	width: 100%;
	padding: 0 px;
	float: center;
	text-align: center;
}
.flowNormal{
	font-size: 12px;
}

.flowBold{
	font-size: 12px;
	font-weight: bold;
}

.flowBoldCenter{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.flowUrlOrange{
	font-size: 18px;
	color: #FF5200;
}

.orangeDarkerBold{
	font-weight: bold;
	color: #FF5200;
}

.flowHeader{
	font-size: 24px;
	font-weight: bold;
	color: #718584;
}

.homeFlowTableFirstEl{
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.homeflowHeader{
	font-size: 22px;
	font-weight: bold;
	color: #718584;
}

td.homeFlowTableTd{
	vertical-align: top;
	padding: 0px;
}

table.homeFlowTable{
	width: 100%;
	border-spacing: 0px;
}
.homeflowNormal{
	font-size: 14px;
}

div#tryFlowButton{
	position: relative;
	z-index: 2;
	left: 60px;
	top: 182px;
	width:690px;
	height: 33px;
}

div#herringButton{
	position: relative;
	z-index: 2;
	left: 70px;
	top: 350px;
	width:60px;
	height: 60px;
}



.adminItemHeader{
	font-weight: bold;
}

.adminTextNorm{
	
}

.adminColumnHeader{
	font-weight: bold;
	font-size: 12px;
}

.adminTable{
	border: solid thin black;
}

.adminColumn{
    border-right: solid thin grey;
    padding: 5px;
    text-align: center;
}

.adminColumnNoBorder{
	padding: 5px;
}
