#formPane
{
}

#bodyContainer
{
}

#loginContainer
{
border:1px solid black;
height:300px;
margin-top:75px;
width:500px;
}

#loginHeader
{
background-color:transparent;
color:white;
background-color: #47AD3F;
font-family:Georgia,Century Schoolbook L,Palatino,serif;
font-size:20px;
text-align: left;
font-weight:200;
letter-spacing:0.4px;
text-decoration:none;
padding: 5px 0px 5px 15px;
}

#loginPane
{
background-image:url('../images/loginBG.jpg');
background-repeat:repeat-x;
background-position:top left;
}

.pageContainer
{
margin:20px auto;
min-height:600px;
position:relative;
width:700px;
}

.loginRow
{
}

#loginButton
{
font-weight: bold;
padding: 4px 10px;
margin-top: 15px;
background-color: gray;
color: white;
text-align: center;
width: 60px;
cursor: pointer;
}

#formRows {
background-color:#D1D1D1;
color:white;
font-family:Georgia,Century Schoolbook L,Palatino,serif;
font-size:15px;
font-weight:200;
height:40px;
letter-spacing:0.4px;
text-align:center;
text-decoration:none;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
margin-top: 10px;
}

#formsContainer{
background-color:#EDEDED;
border:1px solid black;
height:560px;
position:relative;
text-align: left;
}

.unSelectedRow ul, .selectedRow ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.selectedRow {
background-color:#89CE84;
border-left:1px solid black;
border-right:1px solid black;
border-top:1px solid black;
color:white;
cursor:pointer;
float: left;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:5px;
margin-top:15px;
padding:4px 10px;
text-align:center;
width:90px;
}

.unSelectedRow {
background-color:gray;
border-left:1px solid black;
border-right:1px solid black;
border-top:1px solid black;
color:white;
cursor:pointer;
float: left;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:5px;
margin-top:15px;
padding:4px 10px;
text-align:center;
width:90px;
width:90px;
}
.unSelectedRow:hover {
background-color:#89CE84;
cursor:pointer;
}
.list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-left:0;
}

.clearBoth {
clear:both;
}
.buttons {
background-color:#62A8EC;
border:1px solid #C3EBFB;
color:white;
cursor:pointer;
display:inline;
font-family:verdana;
font-weight:bold;
margin:10px;
padding-left:7px;
padding-right:7px;
text-align:center;
width:80px;
}

.buttonsSmall {
background-color:#62A8EC;
border:1px solid #C3EBFB;
bottom:5px;
color:white;
cursor:pointer;
display:inline;
font-family:verdana;
font-size:12px;
font-weight:bold;
margin:10px;
padding:3px 7px;
position:absolute;
text-align:center;
width:100px;
}

.buttonsSmall a
{
color: white;
text-decoration: none;
}

#backButton
{
float: left;
}

#viewButton
{
float: right;
}

#logoutButton
{
float: right;
cursor: pointer;
}

.pageHeader
{
clear:both;
display:block;
text-align: left;
}

.formListingEven
{
background-color:white;
border-bottom:1px solid;
cursor:pointer;
padding:3px;
}

.formListingOdd
{
background-color:#EDEDED;
border-bottom:1px solid;
cursor:pointer;
padding:3px;
}