/* CampusPortal default style sheet updated for 508 compliance 02/6/2008 - Dawn Albano*/
html { 
  background: url(../images/hiu_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

BODY
{
	margin: 0px;
	font-size: 11px;
	color: #424242;
	font-family: Verdana, sans-serif;
    background-color: rgb(255,255,255); /* fall -back*/
	background-color: rgba(255,255,255,.7);
  /*min-width: 1000px;
    min-height: 1000px; */
}

#divline
{
    padding: 5px 0 15px 0;
    border-style: solid;
    border-width: 0 0 2px 0; 
    border-color: lightgray;
    
}

.main {
	width: 100%;
	max-width: 800px;
}

.grey-box {
	width: 100%;
	max-width: 700px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: lightgray; 
	padding: 40px; 
	background-color: rgba(255,255,255,.7);
}



.button-3 {
    display: inline-block;
    padding: 4px 17px;
    font-size: 11px;
    line-height: 2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #414141;
    background: url(../images/button3-tail.gif) 0 0 repeat-x #eee;
    border: 1px solid #c1c1c1;
    box-shadow: 1px 1px 3px #e9e9e9;
    border-radius: 2px;
    margin-bottom: 3px;
    cursor: pointer;
}
.button-3:hover {background:#414141; color:#eee; border-color:#414141;}



/* header control classes */
/* header background - use to tile image in background behind logo */
.header
{
	background-color: #005596; /* background-image: url(images/header_bk.gif);	*/
	background-image: url(../images/HIU-Horizontal-white-60H.png);
	background-repeat: no-repeat;
	background-position: 20px;
}
.headerBar
{
	height: 23px;
	background-color: #005596; /*background-image: url(images/headerbar_bk.gif);*/
}
/* underline must remain for 508 complaince */


.linkheaderBar
{
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.linkheaderBar:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

