﻿body 
{
    font-family:Arial;
    font-size: 10pt;
}

hr {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: #8fd209;
  height: 1px;
}

.hr2 {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: green;
  height: 2px;
}

.hr3 {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: white;
  height: 2px;
}

.homePage
{
    height:400px;
    width:100%;
    text-align:center;
    vertical-align:middle;
    background:url(../images/logo.jpg) no-repeat scroll center;
}

.homePageTextBox 
{
    margin-top:280px;
    margin-left:150px;
}

.homePageButton
{
    
    margin-left:310px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.loginTable 
{
    border: solid 1px #8fd209;
    width:38%;
    text-align:center;
           
}

.loginTableDetail 
{
    background-color:#8fd209;
    width:100%;
    padding-top:10px;
    text-align:center;
    
}

.table 
{
    background-color:#8fd209;
    width:100%;
    text-align:center;
    border-top:solid 2px green;
}

#footer
{
    width:100%;
    text-align:center;
}


