
body{
	margin: 0px;
}
div#top{
	font-weight: bolder;
	position: relative;
	background-color: #CCCCCC;
	color: black;
	height: 50px;
	padding: 2px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid black;
	vertical-align: 50%;
}

#signin{
	font-weight: normal;
	position: absolute;
	right: 10px;
	vertical-align: middle;
}
table#fullpage{
    border: 1px solid black;
    height: 100%;
    width: 100%;
}
table#menu{
    
    
}
td{
	vertical-align: top;
}
td#leftside{
	width: 300px;
	border-right: 1px solid black;
	background-color: #82CDFF;
}
td#rightside{
	padding-left: 10px;
	padding-top: 20px;
	background-color: #E8FAFF;
}
div#left{
	vertical-align: top;
	width: 50%;
}

div.icon{
	text-align: center;
	border: 1px solid black;
	padding-right: 5px;
}
img{
	border: 0px;
}
.noaccess{
	max-height: 200px;
	max-width: 200px;
	border: dashed 3px #C54747;
	background-color: #E3ACAC;
	position: relative;
	left: 10%;
	top: 100px;
	font-size: x-large;
}
.success_message{
	font-weight: bolder;
	padding: 20px;
	margin: 10px;
	text-align: center;
	background-color: green;
	color: silver;
	border: 2px solid black;
}
.error_message{
	font-weight: bolder;
	padding: 20px;
	margin: 10px;
	text-align: center;
	background-color: red;
	color: black;
	border: 2px solid black;
}

.save{
	border: 2px solid gray;
	margin: 10px;
	padding: 20px;
	text-align :center;
	visibility:  hidden;
	background-color: red;
	color: black;
	font-weight: bolder;
}
.box{
	border: 3px double;
	background-color: yellow;
	color: blue;
	margin: 10px;
	padding: 10px;
}
.fname{
	display: inline;
	float: left;
	width: 150px;
	height: 35px;
	padding-right: 5px;
}
.vname{
	display: inline;
	float: left;
	width: 150px;
	height: 35px;
}


.stats{
	float: left;
	display: inline;
	margin: 5px;
	border: 1px solid black;
	padding: 5px;	
	text-align: center;
}
.looks{
	float: left;
	display: inline;
	margin: 5px;
	border: 1px solid black;
	padding: 5px;
	height: 150px;
		
}
.main{
	width: auto;
	margin: 5px;
	border: 1px solid black;
	padding: 5px;
	color: navy;
	background-color: lightcyan;	
}
a{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: green;
	text-decoration: underline;
}
#profile_spot{
	display:  none;
}
.header{
	font-weight: bolder;
	font-family: sans-serif;
	font-size: large;
	font-variant: small-caps;
	color: blue;
	text-indent: 10px;
	text-decoration: underline;
	
}
.side_note{
	border: black 1px solid;
	border-top:  black medium solid;
	background-color: #E8FAFF;
	text-align: center;
	
}
.message_text{
	font-family: verdana;
	font-size: 3px
}
#tabletable{
	width: 50px;
}
.submit_dropmenu{
	background-color: silver;
	padding-left: 0px;
	font-size: smaller;
	display: none; 
}
