* {margin: 0;padding: 0;}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
  color: #000;
}

img {
	border: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
  background-color: #FFF;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
}

#messages {
  position: absolute;
  right: 40px;
  top:10px;
}

#newMessages {
  position: absolute;
  top:-5px;
  right: -15px;

  width: 15px;
  height: 15px;

  text-align: center;

  background-color: red;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}

#middle:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 10px 0 270px;
}


.profileLeft, profileRight {
  float: left;
}

.profileLeft {
  width: 250px;
}

.profileRight ul {
  float: left;
  list-style-position: inside;
  list-style-type: none;
  margin: 0px;padding: 0px;
}

.ulTitle li {
  font-weight: bold;
}

.beneficiary {
  border: 1px solid #CCC;
  position: relative;
  margin: 0px 10px 0px 0px;
  padding: 3px;
  float: left;
  clear: none;
  text-align: center;
}

.beneficiary div {
  padding: 0px;
  margin: 0px;  
}

.beneficiary input {
  position: absolute;
  top:3px;
  left: 0px;
}

.messages {
  border: 1px solid #CCC;
  margin: 10px;
  padding: 10px;
}

.input {
  position: relative;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.ui-icon {float: left;}

.aboutInfoRow div {float: left;}
.aboutInfoRowTitle {width: 100px;}

.myMessage {
  background-color: #CCC;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	margin-left: -100%;
  padding-left: 20px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
}

.end {
  clear: both;
}

#blocker {
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
