/* Common CSS Document version Connections R1.3 09/10/07*/
.actions{padding-bottom:1px}/*to insure the dotted underline border shows in ie*/
.entry h5.left{margin-top:2px} /*fixes alignment for single-line entry*/
.actionMenu li{height:1%}
.entry h4{margin-top:-2px}
.entry h4 input{margin:0;padding:0;}
table{border-collapse:collapse}
.form p.buttonContainer{margin:5px 0 10px 0}
.form	span.btn a, .portlet-form	span.btn a{padding:3px 14px;}

/*IE6 fixes*/

.main,
.header,
.form div,
.entry,
.infoBox h3,
.section,
.aboutBox,
.entry h4,
.welcomeBox,
.list li,
.menu li,
.tree li
{
	height: 1%;
}
.content{display:inline-block}
.menu li.last{border-bottom:1px solid white}
.banner .inner{padding:23px 15px}
.banner ul{margin:-10px}
.banner ul.links{margin-right:3px;padding-left:150px}
.frame{width:expression( documentElement.clientWidth < 950 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 950 ? "920px" : "auto") : "920px") : "auto" );}
.welcomeBox .close{position:absolute;top:5px;right:15px}
.welcomeBox .welcomeButton{position:relative}
a.welcomeButtonBottom{padding-bottom:9px;} /* IE spacing */
.titleBar h2{font-size:1.7em;}
.titleBar ul.tabs{bottom:-2px;}
.aboutBox{padding-bottom:8px;margin-bottom:20px;}
.aboutBoxBody img{margin-bottom:-10px;}
.section .form{margin:0}
.button span{text-decoration:none;cursor:pointer;color:.515151;}
.tree input{margin-left:-2px;padding:0}

/* IE does textarea widths slightly differently */
.form textarea{width: 29em;}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
*html .form .threepxfix{margin-left: 3px;}