.tableRow { 
font-weight: normal;
font-weight: normal;
font-size: small;

}

.columnHeader {
font-weight: bold;
font-weight: 500;
font-size: large;
float: center;
text-decoration: underline;
margin-left: 20%;
}

.noBorderGrid tr, .noBorderGrid td {
    background: none !important;
    border: none !important;
}

#noborder {
    background: none !important;
    border: none !important;
}

#heading {
   padding: 20px;
   height: 30px;
   margin-bottom: 10px;
   background: #dddddd;
   border: 1px solid darkGray;
}
#headleft {
	float:left;
	text-align: left;
	width:20%;
	font-size: 11pt;
	margin-left: -15px;
	margin-top: -10px;
}
#headcenter {
	float: left;
	text-align: center;
	font-style: italic;
	width: 50%;
	font-size: 16pt;
	margin-top: -15px;
}
#headright {
	float: right;
	text-align: right;
	width: 30%;
	font-size: 11pt;
	margin-top: -10px;
}

#headerLinks {
	position: relative;
	right: 5px;
	float:left;
}

#footer {
   padding: 15px;
   height: 20px;
   margin-bottom: 10px;
   background: #dddddd;
   border: 1px solid darkGray;
}

#sidebarLeft {
   border: thin solid lightGray;
   padding: 5px;
   width: 200px;
   background: #eeeeee;
}

#content {
   font-size: 12px;
   padding: 5px;
   border: thin solid lightGray;
   background: #fefeef;
}

.header {
   font-size: 1.4em;
   font-style: italic;
   font-family: Palatino;
   text-align: center;
}

.planetImage {
   padding: 5px;
   text-align: center;
}

.planetImageSelected {
   padding: 5px;
   text-align: center;
   background: #fefeef;
   border: thin solid lightGray;
}

.welcome {
   font-style: italic;
   font-family: Palatino;
}

.welcomeImage {
   margin-top: 10px;
   text-align: center;
}
