@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}
body { 
  font-family:  Helvetica, Sans-serif; 
  font-size:11px;
  font-weight:bold;
}



#navigation {
  background-color: #eee;
}
#navigation ul {
	display: inline-block;
  margin: 0;
  padding: 0; 
}
#navigation li {
  border-right: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0;
}
#navigation li:last-child {
  border-right-width: 0;
}
#navigation a {
  background-color: #eee;
  color: #333;
  display: block;
  padding: .75em 1.5em;
  text-decoration: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}
#navigation a:hover {
  background-color: #6500CC;
  color:white;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after, 
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin-top: -50px;
	margin-left:40%;
	background-color: #BDBDBD;
	height: 200px;
	width: 200px;
	text-align: center;
}



.button {
    background-color: #6500CC;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
  margin-right: 20px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
}

.button2 {
    background-color: #6500CC; /* Green */
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin-left: 6px;
	cursor:pointer;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{ font-family: Arial; font-weight: bold;font-size: 100px; color: #FE57A1}
#uploadFile{border: none; margin-left: -20px; width: 200px;}
.custom-para{font-family: arial;font-weight: bold;font-size: 24px; color:#585858;}

body
{
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

.likeabutton {
    text-decoration: none; font: menu;
    display: inline-block; padding: 4px 10px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.likeabutton:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

#header
{
	background:#6500CC;
	width:100%;
	height:70px;
	color:#fff;
	font-size:36px;
	font-family:Verdana, Geneva, sans-serif;
}
#body
{
	margin-top:100px;
}
#body table
{
	margin:0 auto;
	position:relative;
	bottom:50px;
}
table td,th
{
	padding:10px;
	border: solid #9fa8b0 1px;
	border-collapse:collapse;
}

table th
{
	background-color:#6500CC;
}
#footer
{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:50px;
}

.page li
{
	list-style: none;
	display:inline-block;
}
.page li a, .current
{
display: block;
padding: 5px;
text-decoration: none;
color: #8A8A8A;
 font-size: 20px;
}
.current
{
	font-weight:bold;
	color: #000;
}


.txtField {
    border: 1px solid #fedc4d;
    border-radius: 4px;
    min-width: 250px;
    padding: 5px;
}

#uploadFile {
    align-self: center;
    border: medium none;
    margin-left: -70px;
    margin-top: 10px;
    padding: 10px;
    width: 182px;
}.mybutton {  font: bold 11px Arial;  text-decoration: none;  background-color: #EEEEEE;  color: #333333;  padding: 3px 6px 3px 6px;  border-top: 1px solid #CCCCCC;  border-right: 1px solid #333333;  border-bottom: 1px solid #333333;  border-left: 1px solid #CCCCCC;}