﻿

html, body 
{
	margin:0;
      padding:0;
      height:100%;
      border: none;
      background-color: #EADEBD;
      background-image: url(images/background.gif);
      background-repeat: repeat-x;
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: small;
      color: #0c046a;

}

.IntLabel
{
	padding-left:10;
	padding-right:10;
	width:50;
	background-color:Navy;
	color:White;

	}

.TitleLbl
{
    font: 16pt Verdana, Arial, sans-serif;
    font-weight:bold;
    color: #260BCC;
    
    }
    
.SubTitleLbl
{
    font-weight:bold;
    }
    
.ColGroups
{
	padding;10px;
    font-weight:bold;
    }    
    
.ProfileImage
{
    border:2px solid #EADEBD;
    width:140;
    margin:5px;
    }
    
.UpdatePicButton
{
	margin:5px;
	}    

h6 
{
		color: #260BCC;
		margin: 0px 0 4px 0;
		font: 18pt Verdana, Arial, sans-serif;
		padding:  4px 2px 4px 4px;
	}

h5 
{
		color: #260BCC;
		margin: 0px 0 4px 0;
		font: 16pt Verdana, Arial, sans-serif;
		padding:  4px 2px 4px 4px;
	}

 

/*
 .header {
	background-color:White;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}
*/

 .header {
	background-image: url(Images/HarPsy095_01b.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;
}

.container
{
  position: relative;
  min-height: 100%;
  
}
.footbox 
{
    width:100%;
	position: fixed;
    bottom: 0;
}


.footer {
	background-image: url(images/footer3.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height: 15px;
	text-align: center;
	font-size: 10px;
	position: fixed;
    bottom: 0;
}



/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}


p {
padding: 0 0 1em;
}
.msg_list {
margin: 0px;
padding: 0px;
width: 383px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#FFCCCC;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}



.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#content-sidebar {     display: block;     float: right;  } 

#fullheight{height:100%}


