/*------------------------------------------------------------------------------
PAGE BODY
------------------------------------------------------------------------------*/
body
{
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #62391d;
	background-color: #e9dcd1;
}
/*------------------------------------------------------------------------------
GENERAL LAYOUT
------------------------------------------------------------------------------*/
/* Defines min-width for compliant browsers and applies detailed top border image */
#page
{
	clear: both;
	display:block;
	margin: 0;
	padding:0;
	width: 966px;
	margin-left:auto;
	margin-right: auto;
}

/* This element is used to get min-width functionality to work in MSIE 5 & 6 */
#wrap
{
	/* Do not add styles to this element */
}
#wrap2
{
	margin: 0;
	padding:0;	
}

/* The background of this element is used to create the "faux column" effect of
having the menu and content DIVs resize vertically together. */
#wrap3
{
	margin: 0;
	padding:0;
}

#menu img {
border: none;

}

/* Triggers hasLayout so elements are included in page flow rendering.
All wrapping divs in the html page MUST BE ADDED to this style rule or else
IE5/6 will have rendering problems */
/* Hide from MacIE \*/
* html #page, * html #wrap, * html #wrap2, * html #wrap3 {
	height: 1px;
}
/* End MacIE hide */
/* END MIN-WIDTH STYLES */

/* This is the topmost section with logo and photo */
#header
{
	margin: 0;
	padding:0;
	height: 134px;
	background: #e9dcd1 url("../images/skycss/general/headerback.jpg") no-repeat top center;
}

/* This is the section with logout button and search bar */
#toolbar
{
	padding: 4px 20px;
	text-align: right;
	text-transform: uppercase;
	color: #a0c2da;

}
#toolbar *{
margin-bottom: 40px;
	
}
#toolbar a, #toolbar label
{
	padding: 3px 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#toolbar a.btnLogout
{
	padding-right: 21px;
	border-right: 1px solid #7396b8;
}
#toolbar a:link, #toolbar a:visited
{
	text-decoration: none;
	color: #a0c2da;
}
#toolbar input
{
	margin: 0 0 0 7px;
	padding: 0 3px;
}
#toolbar input#mainSearch
{
	margin: 0;
	padding: 2px 3px;
	border: 1px #e15a00 solid;
	width: 120px;

}

/* new header code */
/* new header code */
/* new header code */


#headerlogo
{
	width: 262px;
	padding-top: 18px;
	float: left;
}

#headercontent
{
	margin:0;
	margin-left: 262px;
	padding:0;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;

}
#headertop
{
	margin:0;
	padding:0;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top: 21px;
}
#headerbottom
{
	margin:0;
	clear:right;
	display:block;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top: 32px;
}
#wrapheader
{
	width: 966px;
	margin-left:auto;
	margin-right: auto;

}

/* END new header code */
/* END new header code */
/* END new header code */



/* This section contains the primary navigation */
#menu
{
	width: 212px;
	float: right;
	padding:0;
	margin:0;
	margin-right: 22px;
	margin-left: 22px;

}
#menuadmin
{
	width: 190px;
	float: right;
	padding:0;
	margin:0;
	margin-right: 2px;
	margin-left: 2px;

}
#menuwrap
{
	background: #fff url("../images/skycss/nav/menuback.gif");
	padding:0;
	margin:0;
}
#menutop
{
	background: #fff url("../images/skycss/nav/menutop.gif") no-repeat;
	height: 8px;
	padding:0;
	margin:0;
}
#menubottom
{
	background: #fff url("../images/skycss/nav/menubot.gif") no-repeat;
	height: 13px;
	padding:0;
	margin:0;
	margin-bottom: 14px;
}
/* This section contains all non-primary navigation that resides in the "menu" DIV */
#menuContent
{
	padding: 8px;
	margin:0;
	display:block;
}

/* This is a the primary content area */
#content
{

	margin-right: 204px;
	margin-left:3px;
	padding: 25px 15px;
	padding-top:0;
	padding-left: 22px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	min-height:600px; /* added jda */
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); /* added jda */
}

img.image-left 
{
float:left;
margin-right: 12px;
}

img.image-right 
{
float:right;
margin-left: 12px;
}

#contentadmin
{
	margin-right: 190px;
	margin-left:3px;
	padding: 25px 15px;
	padding-top:0;
	padding-left: 22px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	min-height:600px; /* added jda */
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); /* added jda */
}
#contenthome
{
	padding: 0;
	padding: 25px 15px;
	padding-top:0;
	margin-left: 2px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	min-height:300px; /* added jda */
	height:expression(this.scrollHeight > 300 ? "auto":"300px"); /* added jda */
}
/* This is the footer bar */
#footer
{
	clear: both;
	font-size: 10px;
	color: #1b637f;
	padding:0;
	margin:0;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
}
#footer a{
color: #1b637f;
}
#footer a:hover{
color: #000;
text-decoration:underline;
}
/*------------------------------------------------------------------------------
ANCHORS
------------------------------------------------------------------------------*/
a:link, a:visited
{
	color: #e15a00;
	font-weight:bold;
	text-decoration:none;
}
a:hover:link, a:hover:visited
{
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
/*------------------------------------------------------------------------------
CALENDAR color display
------------------------------------------------------------------------------*/
.previouscal
{
	background-color: #3992c0;
	font-weight:bold;
	font-size: 10px;
}
.nextcal
{
	background-color: #3992c0;
	font-weight:bold;
	font-size: 10px;
}
.nextcal a
{
color: #fff;
}
.nextcal a:hover
{
color: #fff;
text-decoration:underline;
}

.previouscal a:hover
{
color: #fff;
text-decoration:underline;
}


.previouscal a
{color: #fff;
}
.monthyear
{
	background-color: #3992c0;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.calendarday
{
	background-color: #b9c95a;
	color: #000;
	text-align: center;
	font-weight:bold;
	font-size: 10px;
}
.datecell
{
	background-color: #f8f7ed;
	text-align:center;
}
.datecellwhite
{
	background-color: #fff;
	text-align:center;
}
.caldate
{
font-size: 11px;
display:block;
font-weight:bold;
}
/*------------------------------------------------------------------------------
PRINT ICON
------------------------------------------------------------------------------*/
#printicon
{
	float: right;
	padding-left: 12px;
}
/*------------------------------------------------------------------------------
NAVIGATION

Styles for navigation lists.  Markup should be formed so that nested ULs
are contained in their parent LI element.
------------------------------------------------------------------------------*/
ul.nav
{
	margin: 0;
	margin-left:1px;
	margin-right:1px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
ul.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	display: block;
	padding: 5px 12px 4px 24px;
	background: #f1eedb url("../images/skycss/nav/nav-square.gif") no-repeat 10px 8px;
	border-bottom: 1px dotted #b9c95a;
}
ul.nav a:link, ul.nav a:visited
{
	text-decoration: none;
	color:#950101;
}
ul.nav a:hover
{
	background-color: #f7f6ec;
	color: #000;
}

/* parent classes define which indicator image is shown */
/* for non-parent links that are on */
ul.nav li a.on
{
	background-color: #f1eedb;
	background-image: url("../images/skycss/nav/nav-square-on.gif");
	color:#000;
}

/* for parent links not open/on */
ul.nav li a.parent
{
	background-image: url("../images/skycss/nav/nav-arrow-right.gif");
}

/* for parent links that have a child element with on state */
ul.nav li a.parent-open
{
	background-image: url("../images/skycss/nav/nav-arrow-down.gif");
	color:#000;
}

/* for parent links that are on */
ul.nav li a.parent-on
{
	background-color: #f1eedb;
	background-image: url("../images/skycss/nav/nav-arrow-down-on.gif");
	color:#000;
}

ul.nav li a.parent-on:hover
{

	background-color: #f7f6ec;
	color: #000;

}
ul.nav li a.on:hover
{

	background-color: #f7f6ec;
	color: #000;

}

ul.nav ul.nav
{
	margin: 0;
	border: 0;
}




/* 2nd level */
/* 2nd level */
/* 2nd level */

ul.nav ul.nav li a
{

	padding-left: 36px;
	background-position: 23px 7px;
	background-color:#fff;
	font-size: 11px;
	color:#e15a00;
    font-weight: normal;

}
ul.nav ul.nav li a:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}
ul.nav ul.nav li a:visited
{

	color: #e15a00;
	font-weight: normal;
	background-color:#fff;

}
ul.nav ul.nav li a:visited:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}
ul.nav ul.nav li a.parent
{

	color: #e15a00;
	font-weight: normal;

}
ul.nav ul.nav li a.parent:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}
ul.nav ul.nav li a.parent-on
{

	color: #000;
	font-weight: normal;
	background-color: #f7f6ec;

}
ul.nav ul.nav li a.parent-on:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}
ul.nav ul.nav li a.on
{

	color: #000;
	font-weight: normal;
	background-color: #f7f6ec;

}
ul.nav ul.nav li a.on:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}
ul.nav ul.nav li a.parent-open 
{

	color: #950101;
	font-weight: bold;
    font-weight: normal;

}
ul.nav ul.nav li a.parent-open:visited
{

	color: #950101;
	font-weight: bold;
    font-weight: normal;

}
ul.nav ul.nav li a.parent-open:hover
{

	background-color: #f7f6ec;
	color: #000;
    font-weight: normal;

}

/* 3rd level */
/* 3rd level */
/* 3rd level */


ul.nav ul.nav ul.nav li a
{
	padding-left: 49px;
	background-position: 37px 7px;
}


ul.nav ul.nav ul.nav ul.nav li a
{
	padding-left: 60px;
	background-position: 50px 7px;
}






/* panel navigation: used for the "Admin Panel" */
ul.panel
{
	margin: 0 0 2em;
	padding: 5px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
ul.panel li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.panel li a
{
	display: block;
	padding: 0 3px;
}

ul.panel a:link, ul.panel a:visited
{
	text-decoration: none;
	color: #213d57;
}
ul.panel a:hover
{
	background-color: #a7c6e3;
}
/*------------------------------------------------------------------------------
GENERAL STYLES
------------------------------------------------------------------------------*/
p
{
	margin: 0 0 1em;
}
#footer p
{
	margin: 0;
}
h1
{

	padding-top:0;
	margin-top:0;
	font-family: Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #3992c0;
	background: #fff url("../images/skycss/general/h1back.gif") no-repeat;

}
#menuContent h1 
{
	margin: 2em 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
h2
{
	margin: 2em 0 .5em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h3, h4, h5, h6
{
	margin: 1.5em 0 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
img
{
	vertical-align: bottom;
}
/*------------------------------------------------------------------------------
FORMS
------------------------------------------------------------------------------*/
form
{
	margin: 0;
}
/*------------------------------------------------------------------------------
UNIQUE STYLES
------------------------------------------------------------------------------*/
/* Used for prominent hyperlinks such as the "Log Out" button under the "Admin 
Panel" */
a.button
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*------------------------------------------------------------------------------
HACKS
------------------------------------------------------------------------------*/
/* Gives primary navigation anchors hasLayout status so that display: block functions correctly */
/* Hide from MacIE \*/
* html ul.nav li a, * html ul.panel li a {
	height: 1px;
}
/* End MacIE hide */

/*------------------------------------------------------------------------------
ADMIN STYLES UNIQUE TO SIMPLEREPORT CUSTOM TAG
------------------------------------------------------------------------------*/
FONT.fieldLabel
{
	MARGIN-LEFT: 3px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color : #ffffff;
}
FONT.footer
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color : #666666;
	text-decoration : none;
}
FONT.adminBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #666699;
	FONT-FAMILY: Verdana, Arial, sans-serif
}
TD.cellPadding
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px
}
TD.line
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	line-height: 1px;
}
TD.adminTable
{
	PADDING-RIGHT: 2px;

	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px
}
P.break
{
	margin-top: 5px;
	margin-bottom: 5px;
}
DIV.help
{

	MARGIN: 4px 6px 4px 5px;
	FONT-SIZE: 11px;
}
DIV.break
{
	MARGIN-TOP: 7px
}
/*----------------------returncode clases---------------*/
 
.returncodeerror
{
font-size: 10px;
color: #ff0000;
margin:0px
}

.returncodeinfo
{
font-size: 10px;
color: #0000ff;
margin:0px;
}

.returncodetip
{
font-size: 10px;
color: #000000;
margin:0px;
}
/*----------------------client-side error style---------------*/
label.error
{
float: none;
color: red;
padding-left: .5em;
vertical-align: top;
font-weight:bold
}
/*----------------------admin tabs---------------*/
 #navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #e5e9ed;
text-decoration: none;
}
/*
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
*/
#navlist li a:hover
{
color: #000;
background: #d0d9e1;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
/*----------------------END admin tabs---------------*/
#wrapcontent
{
width: 966px;
margin:0;
padding:0;
overflow:auto;
background: #fff url("../images/skycss/general/bg-wrapinner.gif") repeat-y 0 0;


}

#contenttop
{
background: #fff url("../images/skycss/general/contenttop.jpg") no-repeat 0 0;
height:16px;
}

#contentbot
{
clear:both;
background: #fff url("../images/skycss/general/contentbot.jpg") no-repeat 0 0;
height:17px;
}

#hometop {
padding:0;
margin:0;

}
#homebottom {
padding:0;
margin:0;

}
#topnav {
padding:0;
margin:0;
overflow:hidden;
height: 36px;


}

#headerlinks {
	font-weight:bold;
	padding-right: 12px;
	width: 350px;
	overflow:hidden;
	height: 30px;
}

#headerlinks a{
	font-weight:bold;
	text-decoration:none;
	color:#645787;
	font-size:13px;
}
#headerlinks a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:13px;
}

#tableheader {
float:right;
}
#clear {
clear:right;
}



#homewrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 926px;
	background: url("/path/to/your/background_cols.gif") repeat;
}


#side-a {
	float: left;
	width: 310px;
	padding-top: 18px;
}

#side-b {
	float: right;
	width: 165px;
	padding:0;
	margin:0;
	padding-top: 18px;
}

#homemiddle { 
	float: left;
	width: 46%;
	padding-top: 18px;
}
#homemiddle h1{ 
color: #1b637f;
background-image: none;
padding:0;
margin:0;
}
#homemiddle h2{ 
color:#950101;
padding:0;
margin:0;
margin-top: 12px;
}
#homemiddle h2 a{ 
color:#950101;
padding:0;
margin:0;
}

#homemiddle h2 a:hover{ 
color:#000;
}
#flash { 
background: #a4b726;
border:#a4b726 solid 1px;
}

#homesignup {
background: url("../images/home_signupback.jpg") repeat;
}

#homesignuptext {
font-size: 16px;
font-weight: bold;
}

#hometext {
background: url("../images/hometext.jpg") repeat;
}
#hometext p{
padding:0;
margin:0;
}
.homeleftbox {
background: #f8f7eb url("../images/homeleftbox.jpg") no-repeat;
width: 281px;
padding-top: 0px;
}
.homeleftwrap {
padding-bottom: 22px;
background: transparent url("../images/homeleftboxbottom.jpg") no-repeat bottom left;
}
.homeleftcontent {
padding: 12px;
padding-left: 18px;
min-height:170px; /* added jda */
height:expression(this.scrollHeight > 170 ? "auto":"170px"); /* added jda */
}

#calendarcurrent {
float:right;
padding-right: 12px;
padding-top:5px;

}
#calendarcurrent a {
color:#e15a00;
font-weight:bold;
text-decoration:none;

}
#calendarcurrent a:hover {
color:#000;
font-weight:bold;
text-decoration:none;

}




#projectlink{
	margin: 0;
	color: #999;
	font-size: 14px;
	padding-top: 8px;
	
}

#projectlinks, #projectlinks ul {
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
	
	
	
}
#projectlinks li {
	padding: 0;
	margin: 0;
}

#projectlink a {
display: block;
	padding: 0;
	margin: 0;
	line-height: 21px;
	color: #e15a00;	
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	background: transparent url("../images/skycss/general/bullet_project.gif") no-repeat 0px 8px;

}
#projectlink a:hover {
	color: #000;
	text-decoration:none;	
}




#calendarlink{
	line-height: 21px;
	color: #999;
	font-size: 12px;
	padding-top: 8px;
	
}

#calendarlinks, #calendarlinks ul {
	list-style: none;
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#calendarlinks li {
	padding: 0;
	color:#000;
}

#calendarlinks a {

	padding: 0;
	line-height: 21px;
	color: #327a96;	
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;

}
#calendarlinks a:hover {
	color: #000;
	text-decoration:none;	
}

/* =navigation */
#navflex{
	clear:both;
	font-weight:bold;
	color:#fff;
	margin:0;
	margin-left:4px;
	padding:0;
	margin-left:0;
	float:right;
	list-style-type:none;
	height:31px;
}

#navflex li{
	list-style-type:none;
	float:left;
	margin:0 0 0 2px;
	padding:0 0 0 14px;
	background:url(../images/tabblue.gif) #c0c0c0 top left no-repeat;
}
#navflex li a{
font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;	
	background:url(../images/tabblue.gif) transparent top right no-repeat;
	display:block;
	padding:6px 14px 6px 0;
}
#navflex li a:link,
#navflex li a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
#navflex li a:hover,
#navflex li a:active{
	color:#fff;
	text-decoration:none;
}
#navflex li.cur,
#navflex li.over,
#navflex li:hover
{
	background:url(../images/tabbluedk.gif) #3375b2 top left no-repeat;

}
#navflex li strong,
ul#navflex li.cur a,
ul#navflex li.over a,
ul#navflex li:hover a
{
	display:block;
	font-size:12px;
	color:#fff;
	padding:6px 14px 6px 0;
	text-decoration:none;
	background:url(../images/tabbluedk.gif) transparent top right no-repeat;
}
.newsearch {
border:#e15a00 solid 1px; padding: 2px; width:140px; color:#888787;
}
/*CSS Meneame style pagination*/
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#000;
		font-size:80%;
	}
	
	div.pagination a {
		border: 1px solid #c5cd6c;
		margin-right:3px;
		padding:5px 7px;

		background-image:url(../images/fieldcss/general/meneame.jpg);
		background-position:bottom;
		text-decoration: none;

		color: #62391d;		
	}
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #c5cd6c;
		background-image:none;
		background-color:#ace2fe;
		color: #000;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #c5cd6c;
		
		font-weight: bold;
		background-color: #c5cd6c;
		color: #62391d;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #c5cd6c;
	
		color: #62391d;
	}



.contentblocktop {
	background: #f7f6eb url(../images/skycss/general/contentblocktop.jpg) no-repeat;
	padding:12px;
	padding-bottom: 0;
	margin:0;
}

.contentblocktop h1{
	background: none;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #235d75;
	margin:0;
	padding:0;
}

.contentblocktop p{
text-align:left;
padding:0;
padding-bottom: 6px;
margin:0;
}


.contentblockbot {
	background: #fff url(../images/skycss/general/contentblockbot.jpg) no-repeat;
	height: 15px;
	font-size: 5px;
	margin:0;
	

}


/* community features styles */



#commblog{
padding:0;
margin:0;
	
}

#commblogs, #commblogs ul {
	list-style: none;
	color: #950101;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#commblogs li {
	padding: 0;
	margin: 0;
	padding-left: 12px;
	padding-right: 6px;
}

#commblog a {
	padding: 0;
	margin: 0;
	line-height: 21px;
	color: #950101;	
	text-decoration: none;

}
#commblog a:hover {
	color: #000;
	text-decoration:none;	
}



.commblogbox {
background: #f8f7ed url("../images/skycss/general/comm_blog_top.jpg") no-repeat;
width: 324px;
padding-top: 34px;
border-right: #fff solid 13px;
}
.commblogtwrap {
padding-bottom: 20px;
background: transparent url("../images/skycss/general/comm_blog_bot.jpg") no-repeat bottom left;
}
.commblogcontent {
padding: 12px;
padding-left: 18px;
min-height:50px; /* added jda */
height:expression(this.scrollHeight > 50 ? "auto":"50px"); /* added jda */
}



.commcalbox {
background: #f8f7ed url("../images/skycss/general/comm_cal_top.jpg") no-repeat;
width: 324px;
padding-top: 26px;
border-right: #fff solid 13px;
}
.commcaltwrap {
padding-bottom: 20px;
background: transparent url("../images/skycss/general/comm_blog_bot.jpg") no-repeat bottom left;
}
.commcalcontent {
padding: 12px;
padding-left: 25px;
min-height:50px; /* added jda */
height:expression(this.scrollHeight > 50 ? "auto":"50px"); /* added jda */
}



