* {
  font-family: arial, helvetica, verdana, sans;  
}
body {
  margin: 0px;
  padding: 0px;
  background: #fff url(../graphics/background.gif) repeat-x;  
}
#container {
  width: 916px;
  margin: 0px auto;
  padding: 0px;
}
#header {
  height: 140px;
  background: url(../graphics/header.jpg);
}
#menu {
  height: 40px;
  background: url(../graphics/menu_bg.jpg) center;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  display: inline;
  float: right;
}
#menu li {
  margin: 0px;
  padding: 0px;
  display: inline;
  margin: 6px 20px;
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
#menu li a:hover, #menu li a.active {
  color: #fff;
  text-decoration: underline;
}
#main {
  background: #efefef url(../graphics/shadow.gif) no-repeat;
  width: 916px;
  float: left;
  margin-left: 0px;
}
#inner_main {  
  width: 900px;
  margin: 0px auto;
  min-height: 550px;
}
#content {
  width: 580px;
  padding: 10px 0px;
  float: right;
  margin-right: 20px;
}
#logo {
  float: right;
  margin: 66px 30px 0px 0px;
}
#left {
  width: 258px;
  position: relative;
  top: -108px;
  left: 20px;
  float: left;
}
#personal_menu {
  width: 258px;
  background: url(../graphics/personal_menu_bg.jpg);
  float: left;
}
#inner_personal_menu {
  background: url(../graphics/personal_menu_top.jpg) no-repeat top;
  float: left;
  padding: 20px;
  width: 218px;  
}
#inner_personal_menu h2 {
  float: left;
  text-align: right;
  color: #930e0e;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  width: 200px;
}
#inner_personal_menu h3 {
  float: left;
  text-align: left;
  color: #930e0e;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  width: 200px;
}
#inner_personal_menu div.formitem {
  float: left;
  width: 200px;
  padding: 5px;
  font-size: 13px;
}
#inner_personal_menu label {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0px;
  float: left;
  width: 200px;
}
#inner_personal_menu input {
  float: left;
  font-size: 12px;
}
#inner_personal_menu input.large {
  width: 150px;
  height: 15px;
}
#forgot_password, #register {
  text-align: right;
  margin: 40px 0px 0px 0px;
  font-size: 12px;
  clear: right;
}
#forgot_password {
  display: none;
}
#footer {
  text-align: right;
  margin: 0px 10px 5px 0px;
  font-size: 11px;
}
p, li, span, div, td {
  font-size: 13px;  
}
p.big {
  font-size: 13px;
  font-weight: bold;
}
a {
  color: #244b74;
}
a:hover {
  color: #930e0e;
}
.menu {
  background: #ccc;
  width: 210px;
  float: left;
  padding: 2px 4px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.menuitem {
  width: 210px;
  float: left;
  padding: 2px 4px;
  font-size: 13px;
  margin: 1px 0px;
}
.activemenuitem {
  background: #eee;
  width: 210px;
  float: left;
  padding: 2px 4px;
  font-size: 13px;
  font-weight: bold;
  margin: 1px 0px;  
}
.menuitem a, .activemenuitem a {
  width: 100%;
  float: left;
}
.activemenuitem a {
  color: #930e0e;
}  
h1 {
  color: #930e0e;
  font-size: 30px;
}
h2 {
  color: #244b74;
  font-size: 20px
}
h3 {
  color: #244b74;
  font-size: 14px
}
td.contact {
  width: 120px;
  text-align: center;
  font-size: 13px;
}
td.contact img {
  margin: auto;
  padding: 2px;
  display: block;
  border: solid 2px #244b74;  
}
td.contact img:hover {
  border: solid 2px #930e0e;
}
table.calendar {
  width: 580px;
  background: url(../graphics/calendar_bg.jpg);
}
table.calendar_column {
  margin: 10px;
}
td.date {
  width: 60px;
  vertical-align: top;
}
span.day {
  font-size: 13px;
  width: 30px;
  float: left;
}
span.date {
  font-size: 15px;
  font-weight: bold;
}
td.calendar_cell {
  border-bottom: dashed 1px #aaa;
  font-size: 13px;
}
.today {
  font-weight: bold;
  background: #92bdea;
}
.today a {
  color: #fff;
}
table.calendar_options {
  
}
select {
  font-size: 13px;
}
button {
  border: solid 1px #244b74;
  border: none;
  padding: 2px;
  background: #efefef;
  white-space: nowrap;	
  border: shaded;
  margin: 0px 20px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
button img {
  float: left;
}
button span {
  float: left;
  font-size: 13px;
  margin: 2px 10px;
}
td, input, textarea {
  font-size: 13px;
}
#alpha {
  width: 90%;
}
#alpha td {
  text-align: center;
  width: 100px;
  font-size: 17px;
  font-weight: bold;
}
#contact_list {
  margin-top: 40px;
}
#contact_list td {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
#contact_list table.contact_list_details td {
  padding: 4px 0px;
  border-bottom: none;
}
#upload {
  display: none;
}
img.tip {
  cursor: hand;
  cursor: pointer;
}
span.asterix {
  float: right;
  font-size: 17px;
  color: #930e0e;
  font-weight: bold;
}
.trans {
	opacity: .4;
	filter: alpha(opacity=40);  
}
.nottrans {
	opacity: 1;
	filter: alpha(opacity=100);  
}


.tool-tip {
  border: solid 2px #244b74;
  background: #ccc;
  margin: 0px 0px 10px 0px;
  padding: 5px; 
  width: 200px;
  z-index: 13000;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px;
}
#updates {
  border: solid 2px #244b74;
  background: #ccc;
  margin: 0px 0px 10px 0px;
  padding: 5px; 
}
#updates img {
  float: left;
  margin: 0px 5px 5px 0px;
}
.hint {
  color: #555;
  font-size: 10px;
  clear: right;
  display: block;
}

#add {
  width: 250px;
}
