﻿a:link 
{
	text-decoration:none;
	color: #0B2161;
	font-family:"foco", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a:visited { color: #0B2161; }
a:hover  
{
    text-decoration: underline;
}

img
{
	border: 0px;
}

body
{
	font-size: medium;	
	background-image: url(images/wucampus.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-color:#D1D1D1;
    background-size:cover;
    width:100%;
    /*A1A4A9;#C4C6CF;*/
	height:100%;
	min-height: 100%;
	margin:0;
    padding:0;
}
#wrapper
{
   min-height:100%;
   position:relative;
}

html{
   margin:0;
   padding:0;
   height:100%;
}

table
{
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.course
{
	background-color: #FFFF99;
}


tr tr.main tr.alternate
{
	border-spacing: 0px;
}

tr.main
{
	background: #DDDDDD;	
}

tr.alternateasp.net 
{
	background: #FFFFFF;
}

td
{
	vertical-align: middle;
	padding: 1px 1px 1px 1px;
}

td.course
{
	padding: 5px 5px 5px 5px;
}

td.left
{
	width: 300px;
	padding: 1px 1px 1px 5px;
}
td.middle
{
	width: 200px;
}
td.right
{
	width: 150px;
	padding: 1px 5px 1px 1px;
}

label
{
	font-size:smaller;
}

.loginlabel
{
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  font-size: 14px;
  font-family:"foco", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color:#135b8a;
  text-align:left;
}

#gowood
{
  padding-left:20px;
  padding-right:20px;
  padding-top:30px;
  padding-bottom:5px;
  font-size: 14px;
  font-family:"foco", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color:#135b8a;
  text-align:center;
}

.loginbox
{
  padding-left:20px;
  padding-right:20px;
  padding-top:5px;
  padding-bottom:5px;
  font-size: 16px;
  border-radius: 10px;
  font-family:"foco", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.usernamebox
{
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  font-size: 16px;
  border-radius: 10px;
  font-family:"foco", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}


#button 
{
    border-radius:30px;
    padding-left:20px;
    padding-right:20px;
}

#username 
{

  background: #222222;
  color: #222222;
  font-size: 30px;
  border-radius: 10px;
}

#logintable 
{
  margin-left: auto;
  margin-right: auto;
  background-color: #BDBDBD;
  border-radius: 10px;
  cellspacing=10px;
  
}

#reset 
{    
    padding-top:3px;
    padding-left:5px;
    padding-right:5px;
    text-decoration:underline;
}

#changePwd
{
    color: #FF0000;
    text-decoration: underline;
    padding-left: 5px;
}

#Loginnote
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height:50px;
    width:98%;
    color:white;
    
    
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;   /* Height of the footer */
    
    background-color:#E5ECF2;
    height:80px;
    border-bottom-style:ridge;
    border-top-style:ridge;
    border-color:#BEBEBE;
    border-width:thin;
   /*#4D505C;*/

    
}

#header
{
    background:url(images/header2.png) repeat-x top left;
    height:100px;
    margin-bottom:50px;
    
}

.mybtn
{
   border-top: 1px solid #96d1f8;
   background: #5fa8d9;
   background: -webkit-gradient(linear, left top, left bottom, from(#135b8a), to(#5fa8d9));
   background: -webkit-linear-gradient(top, #135b8a, #5fa8d9);
   background: -moz-linear-gradient(top, #135b8a, #5fa8d9);
   background: -ms-linear-gradient(top, #135b8a, #5fa8d9);
   background: -o-linear-gradient(top, #135b8a, #5fa8d9);
   padding: 11px 22px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Georgia, Serif;
   text-decoration: none;
   text-align:center;
   vertical-align: middle;
   width: 190px;
   }
.mybtn:hover {
   border-top-color: #2e688f;
   background: #2e688f;
   color: #ccc;
   }
.mybtn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

