body {
	font: 79% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background: transparent url(../images/bgrnd_top.jpg) top left repeat-x;
	color: #000000;
}
html {
  background: #BCBCBC url(../images/bgrnd_bottom.jpg) bottom left repeat-x;
  margin:0;
	padding:0;
	min-height: 100%;
	_height: 100%;

}

a {
	color: #5889C5;
}
a:hover {
	text-decoration: none;
}

p {
	margin-top:0;
	margin-bottom: 10px;
	padding:0;
}

h1 {
  font-family: Arial Narrow;
  font-size: 40px;
  font-weight: normal;
  color: #A6A6A6;
  height: 44px;
  padding: 0px 12px 0px 0px;
  margin-top: 36px;
  float: left;
}

h1 a {
  font-weight: bold;
  font-size: 45px;
  color: #5889C5;
  text-decoration: none;
  border-right: 1px solid #5076A5;
  padding: 0px 12px 0px 0px;
  margin-right: 25px;
}

h2 {
  font-family: Arial Narrow;
  font-size: 240%;
  color: #5889C5;
  margin-top: 55px;
  margin-bottom: 35px;
}

.spacer {
	clear: both;
}

#Wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	padding-bottom: 60px;
}
#Header {
	width: 1000px;
	height: 120px;
	text-align: left;
	padding:0;
	margin:0;
}

#HeaderLogin {
  float: right;
  color: #B8B8B7;
}
#HeaderLogin form {
  width: 189px;
  height: 110px;
  background: transparent url(../images/login_form_bg.gif) top left no-repeat;
  margin:0;
  padding: 4px 24px 0px 30px;
}
#HeaderLogin input {
  width: 120px;
  height: 18px;
  padding: 0px 3px 0px 3px;
  border: 1px solid #6A6A6A;
  background-color: #DADAD8;
  color: #8B8B8B;
  margin:0;
  clear: both;
}
#HeaderLogin .btn-login {
	text-transform: uppercase;
	background: transparent url(../images/btn_login.gif) top left no-repeat;
	border: none;
	height: 18px;
	width: 45px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	margin-left: 14px;
}
#HeaderLogin h4 {
  font-family: Arial Narrow;
  font-size: 19px;
  padding:0;
  margin:0;
}
#HeaderLogin .error-messages {
  padding:0;
  margin:0;
  height: 16px;
}
#HeaderLogin .error {
  color: #ff0000;
  font-size: 10px;
  line-height: 0.8;
  padding:0;
  margin:0;
}
#HeaderLogin #Logout {
  width: 375px;
  margin: 25px 0px 0px 0px;
  padding:0;
  text-align: right;
}
#HeaderLogin #LogoutLinks {
  background: transparent url(../images/logout_bg.jpg) top left no-repeat;
  width: 375px;
  height: 34px;
  margin: 10px 0px 0px 0px;
  padding:0;
  text-align: left;
}

#HeaderLogin #LinksList {
	margin: 8px 0px 0px 0px;
	padding: 0;
	height: 18px;
  min-height: 18px;
  text-align: left;
  float: left;
}
#HeaderLogin #LinksList li {
	display: inline;
	float: left;
	list-style-type: none;
	font-size: 12px;
  margin: 0px 0px 0px 4px;
}

#HeaderLogin #LinksList a { 
  height: 18px; 
  display: block;
  float: left;
  text-decoration: none;
  color: #C3C3C3;
}
#HeaderLogin #LinksList a span { 
  height: 16px; 
  padding: 2px 6px 0px 6px;
  display: block;
  float: left;
  cursor: hand;
}

#HeaderLogin #LinksList a:hover,
#HeaderLogin #LinksList a.active {
	color: #6B6B6A;
	background: #F3F3F1 url(../images/logout_link_left_bg.gif) top left no-repeat;
	text-decoration: none;
}
#HeaderLogin #LinksList a:hover span,
#HeaderLogin #LinksList a.active span {
	background: transparent url(../images/logout_link_left_bg.gif) top right no-repeat;
}
#HeaderLogin .link-logout {
  float: right;
  display: block;
  margin: 8px 9px 0px 0px;
  background: transparent url(../images/btn_logout.gif) top left no-repeat;
  text-transform: uppercase;
	width: 54px;
	height: 15px;
	padding-top: 3px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	text-decoration: none;

}

#Footer {
  clear: both;
  width: 757px;
  padding-top: 15px;
  padding-bottom: 25px;
  color: #F4F4F2;
  font-size: 12px;
  border-top: 5px solid #F3F3F1;
}
#Footer a {
  color: #727272;
}
#FooterLeft {
  width: 420px;
  float: left;
}
#FooterRight {
  width: 337px;
  float: right;
  text-align: right;
}

#GlobalMenu {
  clear: both;
  margin: 1px 0px 0px 0px;
  padding: 0;
  width: 1000px;
  height: 29px;
  min-height: 29px;
  text-align: left;
  background: #292929 url(../images/menu_bg_right.gif) top right no-repeat;
}

#GlobalMenu ul {
	margin: 0;
	padding: 0;
}
#GlobalMenu li {
	display: inline;
	float: left;
	list-style-type: none;
	font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  border-right: 1px solid #BCBCBC;
}

#GlobalMenu a { 
  background: #292929 url(../images/menu_bg_left.gif) top left no-repeat;
  height: 29px; 
  display: block;
  float: left;
  text-decoration: none;
  color: #C3C3C3;
}
#GlobalMenu a span { 
  background: transparent url(../images/menu_bg_right.gif) top right no-repeat;
  height: 22px; 
  padding: 7px 9px 0px 9px;
  display: block;
  float: left;
  cursor: hand;
}

#GlobalMenu a:hover,
#GlobalMenu a.active {
	color: #FEFEFE;
	background: #37659D url(../images/menu_bg_left_mo.gif) top left no-repeat;
	text-decoration: none;
}
#GlobalMenu a:hover span,
#GlobalMenu a.active span {
	background: transparent url(../images/menu_bg_right_mo.gif) top right no-repeat;
}

.menu-bottom {
  clear: both;
  background-color: #1F1F1F;
  height: 5px;
  margin:0;
  padding:0;
}
.menu-right {
  background: transparent url(../images/menu_bg_left.gif) top left no-repeat;
  margin:0;
  padding:0;
  width: 2px;
  float: left;
}

#MemberMenu {
  clear: both;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 35px;
  min-height: 35px;
  text-align: left;
  background-color: #37659D;
}

#MemberMenu ul {
	margin: 0;
	padding: 0;
}
#MemberMenu li {
	display: inline;
	float: left;
	list-style-type: none;
  margin: 0;

}

#MemberMenu a { 
  height: 25px; 
  display: block;
  float: left;
  text-decoration: none;
  color: #FEFEFE;
  font-size: 12px;
  background: transparent url(../images/member_menu_border.gif) top right no-repeat;
  padding: 10px 10px 0px 10px;
}
#MemberMenu a:hover { 
  background-color: #5889C5;
  background-image: none;
}
#MemberMenu a.active { 
  color: #1F1F1F;
  font-weight: bold;
  background-color: #FFFFFF;
  background-image: none;
}

#MainContent {
  width: 1000px;
  margin:0;
  padding:0;
  text-align: left;
  background: transparent url(../images/bgrnd_content.gif) top left repeat-y;
  height: 100%;
  overflow: auto;
  
}
#ContentLeft,
#ContentRight {
  float: left;
}
#ContentLeft {
  width: 637px;
  margin:0;
  padding: 0px 55px 90px 65px;
  background-color: #FFFFFF;
  height: 100%;
}
#ContentRight {
  width: 243px;
  margin:0;
  padding:0;
  height: 100%;
}
#ContentRight img {
  width: 243px;
  margin:0;
  padding:0;
  border-bottom: 5px solid #1F1F1F;
}
#ContentLeft ul {
	margin: 12px;
	padding: 0;
}
#ContentLeft li {
	list-style-type: none;
  margin: 0px 0px 15px 0px;
  background: transparent url(../images/bullet.gif) top left no-repeat;
  padding-left: 24px;
}

#ContentLeft .member-details {
	margin: 0px 18px 0px 0px;
	padding: 0;
	width: 290px;
	float: left;
}
#ContentLeft .member-details li {
  margin: 0px 0px 8px 0px;
  background: none;
  padding-left: 0px;
}
.member-details-caption {
  padding: 0px 0px 15px 0px;
  font-family: Arial Narrow;
  font-size: 160%;
  font-weight: bold;
  color: #5889C5;
  margin:0;
}


#ContentLeft select,
#ContentLeft input {
	padding: 2px;
	margin: 0;
	border: 1px solid #BCBCBC;
	width: 284px;
	height: 14px;
}

#ContentLeft .select-box {
	height: 20px;
	padding: 0;
	margin: 0;
}
#ContentLeft .salutation-select-box {
  width: 80px;
	height: 20px;
	padding: 0;
	margin: 0;
}

#ContentLeft .border-no {
  border: none;
}

#ContentLeft .form-error {
	font-size: 90%;
  color: #F00;
}

span.required-field {
  font-size: 130%;
  color: #5889C5;
}

#ContentLeft .strategy-list {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}
#ContentLeft .strategy-list li {
  list-style: none;
  width: 140px;
  background: none;
  padding: 0;
}

.member-form {
  width: 634px;
  margin-bottom: 40px;
}
.member-form td {

  height: 60px;
}
.member-form td label {
  margin-bottom: 2px;

}
#ContentLeft .checkbox {
  border: none;
  width: 30px;
}

#ContentLeft .btn {
	text-transform: uppercase;
	background: transparent url(../images/btn.gif) top left no-repeat;
	border: none;
	height: 20px;
	width: 60px;
	text-align: center;
	color: #333333;
	font-size: 12px;
}
#ContentLeft .border {
  background-color: #E6E6E6;
  width: 100%;
  height: 1px;
  margin: 0px 0px 10px 0px;
  padding: 0;
}

#ContactInfo {
  width: 183px;
  margin:0;
  padding: 30px;
  color: #F4F4F2;
}
#ContactInfo h4 {
  font-family: Arial Narrow;
  font-size: 130%;
  margin-top: 0px;
  margin-bottom: 15px;
}
#ContactInfo p {
  font-size: 90%;
}

.grey1 {
  color: #868686;
}
.grey2 {
  color: #BCBCBC;
}


.grid th {
  border-bottom: 2px solid #DDD;
  padding: 5px 0px 5px 0px;
}

.grid td {
  border-bottom: 1px solid #DDD;
  padding: 8px 3px 3px 3px;
}

#ContentLeft .event-list li
{
  background: none;
  padding-bottom: 5px;
  padding-left: 0px;
  
}
.event-date {
  color: #4A4A4A;
  font-size: 86%;
  font-weight: bold;
}

#ContentLeft  .event-date {
  color: #FFF;
  background: #37659D;
  margin-bottom: 5px;
  padding: 1px 2px;
}

#ContentLeft .event-list li h4
{
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding:0;
  font-size: 100%;
}

#ColCalendar,
#ColEvents {
  float: left;
}
#ColCalendar {
  width: 250px;
  padding-left: 35px;
}
#ColEvents {
  width: 347px;
}

.calendar-conteiner
{
	border: 1px solid #BCBCBC;
	width: 250px;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.calendar th,
.calendar td
{
	width: 35px;
	
}
.calendar-month
{
	height: 20px;
	color: #37659D;
	padding-top: 5px;
	padding-left: 9px;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.calendar-month a
{
	color: #ffffff;
	text-decoration: none;
}

.calendar th
{
	background-color: #37659D;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
}
.calendar td
{
	background-color: #EEEEEE;
	color: #000000;
	font-size: 80%;
	height: 20px;
}
.calendar td.linked-day
{
	background-color: #f5c1aa;
}
.calendar td.linked-day a
{
	color: #000000;
	text-decoration: none;
}

.link-current-month {
  float: left;
}
.link-next-month {
  float: right;
  background: transparent url(../images/btn_register.gif) top right no-repeat;
  width: 95px;
  height: 18px;
  display: block;
}

/* calendar tooltips */
span.tooltip-container {
  position: relative;
}

span.tooltip-container div.tooltip-description {
  position: absolute;
  left: 20px;
  top: 20px;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
	width: 200px;
	padding: 2px 2px 0px 2px;
	text-align: left;
	font-size: 120%;
}
span.tooltip-container:hover div.tooltip-description,
span.hover div.tooltip-description {

	display: block;
	z-index: 1001;
}

span.tooltip-container img {
  z-index: -99;
}
div.tooltip-description h4.event-title {
  margin: 0px 0px 12px 0px;
  height: 15px;
  padding: 5px 3px 2px 3px;
  color: #FFFFFF;
  background-color: #336699;
  font-size: 100%;
}
div.tooltip-description .event-content {
  margin: 0;
  padding: 5px 3px 3px 3px;
  color: #000000;
  background-color: #B6CEE7;

}
div.tooltip-description .event-type {
  margin: 0;
  margin-bottom: 10px;
  height: 15px;
  padding: 3px 0px 0px 0px;
  color: #446B93;
  background-color: #E9EFF5;
  text-align: center;
}

.event-add-text {
  clear: both;
  margin-top: 20px;
  color: #4A4A4A;
}












