#leftWrapper {
  margin-left: 34px;
  width: 460px;
  float: left;  
}

#rightWrapper {
  margin-left: 30px;
  width: 370px;
  float: left;
}

div.divEventListWrapper{
    float:left;
    width:260px;
}

div.divEIcon {
  margin-right: 10px;
  float: left;
  background-image:url(../images/icon_shadow.gif);
  height:37px;
  width:37px;
}

div.divEDetail {
  width: 172px;
  margin-right: 5px;
  float: left;
}
div.divEDate {
  width: 70px;
  float: right;
  text-align:right;
}

div.divEDescL{
  width:260px;
  float:left;  
  margin-top:5px;
}

div.bookmark{
    width:15px;
    float:right;
    overflow:hidden;
}

a#monthSel:link, a#monthSel:visited {
  width: 182px;
  height: 23px;
  background-image: url(../images/month-sel-bg.gif);
  background-repeat: no-repeat;
  display: block;
  text-transform: uppercase;
  color: #999999;
  text-decoration: none;
  line-height: 23px;
  padding-left: 20px;
}
a#monthSel:hover {
  background-position: left bottom;
}

div#divMonthSelector {
  position: absolute;
  width: 160px;
  height: 100px;
  margin-left: 10px;
  border: 2px solid #e6e6e6;
  border-top: 0px;
  padding: 10px;
  background-color: #f6f6f6;
  visibility: hidden;
}

div#divSelYear {
  border: 1px solid #dcdcdc;
  padding: 3px 10px 3px 10px;
  float: left;
  background-color: #f0f0f0;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  font-weight: bold;
}

a#eventSubmit,a#eventSubmit:link,a#eventSubmit:visited,a#eventSubmit:link:hover,a#eventSubmit:active{
  display:block;
  height:22px;
  width:149px;
  border:5px solid red;
  margin-top:5px;
  background-image:url('../images/submit_event.gif');
  background-repeat:no-repeat;
}
a.arrLeft:link, a.arrLeft:visited, a.arrRight:link, a.arrRight:visited{
  background-image: url(../images/arrow-left-bg.gif);
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 9px;
  line-height: 9px;
  float: left;
  margin-top: 6px;
}
a.arrLeft:hover, a.arrRight:hover {
  background-position: left -15px;
}
a.arrRight:link, a.arrRight:visited {
  background-image: url(../images/arrow-right-bg.gif);
}

table#tblMonths {
  width: 160px;
  margin: auto;
  margin-top: 10px;
}
table#tblMonths td {
  text-align: center;
  padding: 3px;
}
table#tblMonths td a:link,  table#tblMonths td a:visited {
  color: #666666;
  text-decoration: none;
}
table#tblMonths td a:hover {
  text-decoration: underline;
}

#divCalendar table {
  border-top: 1px dotted #dcdcdc;
  border-left: 1px dotted #dcdcdc;
}

#divCalendar table td {
  border-bottom: 1px dotted #dcdcdc;
  border-right: 1px dotted #dcdcdc;
  width: 50px;
  height: 30px;
  font-size: 11px;
  vertical-align: top;
}
#divCalendar table td div { 
  float: left;
  width: 20px;
  font-size: 11px;
}
#divCalendar table td img {
  float: left;
  margin-top: 3px;
}

#divCalendar table thead td {
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
}

#divCalendar table td.blank {
  background-color: #f6f6f6;
}

#divCalDayInfo {
  position: absolute;
  width: 160px;
  margin-left: 20px;
  margin-top: 20px;
  visibility: hidden;
}
#divCalDayInfo div p {
  font-size: 11px;
}

div.divCalPointA, div.divCalPointB, div.divCalPointD, div.divCalPointD{
  background-repeat: no-repeat;
  width: 160px;
}
div.divCalPointA {
  background-image: url(../images/cal-point-a.gif);
  padding-left: 12px;
  padding-top: 21px;
}
div.divCalPointA div {
  border-right: 1px solid #00bdf1;
  border-bottom: 1px solid #00bdf1;
  padding: 6px;
}
div.divCalPointB {
  background-image: url(../images/cal-point-b.gif);
  background-position: right top;
  padding-top: 21px;
  padding-right: 12px;
}
div.divCalPointB div {
  border-left: 1px solid #00bdf1;
  border-bottom: 1px solid #00bdf1;
  padding: 6px;
}
div.divCalPointC {
  background-image: url(../images/cal-point-c.gif);
  background-position: left bottom;
  padding-bottom: 21px;
  padding-left: 12px;
}
div.divCalPointC div {
  border-top: 1px solid #00bdf1;
  border-right: 1px solid #00bdf1;
  padding: 6px;
}
div.divCalPointD {
  background-image: url(../images/cal-point-d.gif);
  background-position: right bottom;
  padding-bottom: 21px;
  padding-right: 12px;
}
div.divCalPointD div {
  border-top: 1px solid #00bdf1;
  border-left: 1px solid #00bdf1;
  padding: 6px;
}


a.gonext {
  background-image:url(../images/button_next.gif);
  background-repeat:no-repeat;
  height:19px;
  width:54px;
  display:block;
  text-decoration:none;
  float:right;
}

a.goprev {
  background-image:url(../images/button_prev.gif);
  background-repeat:no-repeat;
  height:19px;
  width:54px;
  display:block;
  text-decoration:none;
  float:right;
}


div.divETitle {
  font-size:20px;
  font-weight:bold;
  width:414px;
  padding-right:50px;
  color:#000000;
}


div.divOrganizer{
  width:414px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:50px;
  font-size:10px;  
}

div.divESubtitle {
  width:414px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:50px;
  color:#666666;
}

div.divLargePic {
  background-image: url(../images/eventpic-shadow.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 452px;
  height: 252px;
  padding-right: 5px;
  padding-bottom: 8px;
}

div.divLargePic div {
  width: 452px;
  height: 252px;
  overflow: hidden;
}

div.divECaption {
  padding-top:3px;
  padding-bottom:4px;
  width:414px;
  font-size:10px;
  padding-right:50px;
}

span.EAuthor {
  color:#00b1ef;
  width:464px;
  padding-bottom:10px;
  font-weight:bold;
}

div.divEDesc {
  margin-top: 12px;
  text-align:left;
  padding-right:50px;
}

div.divEventDate{
  width:414px;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:50px;
  color:#000000;
}

table.eventsubmit{
  margin : 0px;
  font-size: 12px;  
}

table.eventsubmit td.label{
  font-weight:bold;
}

table td.ImgTopRight{
  background-image:url(../images/eventpic-shadow_tr.gif);
  width:5px;
  background-position:top left;
  background-color:#016798;
  background-repeat:no-repeat;
  font-size:1px;  
}

table td.ImgBottomLeft{
  background-image:url(../images/eventpic-shadow_bl.gif);
  height:8px;
  background-position:top left;
  background-color:#32989a;
  background-repeat:no-repeat;
  font-size:1px;    
}

table td.ImgBottomRight{
  background-image:url(../images/eventpic-shadow_br.gif);
  height:8px;
  width:5px;
  background-position:top left;
  background-repeat:no-repeat;
  font-size:1px;    
}
