@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#F0F0F0;
	background-image:url(/library/images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.wrapper {
	width:970px;
	margin:0 auto;
	direction:rtl;
	background-color:#FFF;
}
.topInfo {
	height:22px;
	padding:5px 0;
}
.topInfoDates {
	font-size:11px;
}
.topInfoDateItem {
	float:right;
	padding:4px 3px 6px;
}
.topInfoNav {
	float:left;
}
.topInfoNav ul li {
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:5px 6px 5px;
}
.topInfoNav ul li.donation {
	display:block;
	color:#FFF;
	text-align:center;
	width:75px;
	padding:5px 9px 6px 0px;
	background-position:0px -27px;
	background-repeat:no-repeat;
}
.topInfoNav ul li.donation a {
	display:block;
	padding:0 3px;
}
.donationButton {
	float:left;
	font-size:11px;
	font-weight:bold;
	padding:1px 0px 0px;
	display:block;
	color:#FFF;
	text-align:center;
	width:75px;
	height:21px;
	background-position:0px -27px;
	background-repeat:no-repeat;
}
.donationButton a {
	display:block;
}
.topInfoNav ul li:last-child {
	border:none;
}
.header {
	height:120px;
	margin-bottom:10px;
}
.navbar {
	height:39px;
	background-color:#E6E6E6;
	margin-bottom:3px;
}
.navbarMenu ul li {
	float:right;
	font-weight:bold;
}
.navbarMenu ul li a:link, .navbarMenu ul li a:visited {
	padding:13px 12px 14px;
	display:block;
	border-left:2px solid #FFF;
}
.navbarMenu ul li a:hover, .navbarMenu ul li a:active {
	background-color:#CCC;
	text-decoration:none;
}
.navbarSearch {
	float:left;
	padding:10px 0 5px 8px;
}
.navbarSearchInput {
	width:140px;
	height:17px;
	padding-right:3px;
	padding-left:3px;
	border:none;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
	margin-right:5px;
}
.navbarSearchButton {
	width:60px;
	height:19px;
	text-align:center;
	border:none;
	background:none;
	background-image:url(../images/sprint-green.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	float:left;
}
.marquee {
	height:26px;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	position:relative;
	overflow:hidden;
}
.newsTicker {
	padding:6px 6px 0 0;
}
.newsTicker li {
	margin-bottom:10px;
}
.ticker-controls {
	position:absolute;
	left:6px;
	top:6px;
	height:16px;
	width:60px;
}
.ticker-controls li {
	float:left;
	width:16px;
	height:16px;
	margin-right:2px;
	position:absolute;
	top:0;
}
.ticker-controls li a {
	display:block;
	width:16px;
	height:16px;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:0px;
}
.ticker-controls li.play {
	left:20px;
	background-image:url(../icons/play-16.gif);
}
.ticker-controls li.resume {
	left:20px;
	background-image:url(../icons/play-16.gif);
}
.ticker-controls li.stop {
	left:20px;
	background-image:url(../icons/pause-16.gif);
}
.ticker-controls li.next {
	left:0px;
	background-image:url(../icons/next-16.gif);
}
.ticker-controls li.previous {
	left:40px;
	background-image:url(../icons/prev-16.gif);
}
.ticker-controls li {
	float:left;
}
.ticker-controls li {
	float:left;
}
.content {
	padding:10px 10px 0;
	background-color:#E6E6E6;
	width:950px;
}
.footer {
	height:20px;
	padding-top:5px;
	font-size:11px;
	color:#666;
}
.footerLinks {
}
.footerLinks ul li {
	float:right;
	padding:1px 5px 2px;
	border-left:1px solid #999;
}
.footerLinks ul li:last-child {
	border:none;
}
.footerLinks a:link, .footerLinks a:visited {
	color:#666;
}
.footerLinks a:hover, .footerLinks a:active {
	color:#333;
}
.footerAtn {
	float:left;
	padding-bottom:4px;
}
.footerCopyright {
	text-align:center;
	padding-bottom:4px;
}
.adminBar {
	text-align:center;
	line-height:170%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	border-top:1px solid #999;
	margin:10px;
	padding:10px;
}
.storyDate {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
.storyTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-bottom:10px;
	font-weight:bold;
}
.storyImage {
	float:left;
	border:1px solid #333;
	margin-right:10px;
}
.storyAuthor {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
	color:#444;
}
.storyLead {
	font-size:13px;
	font-style:italic;
	line-height:170%;
}
.storyBody {
	font-size:12px;
	line-height:170%;
	color:#222;
	margin-bottom:20px;
}
.storyfooter {
	padding:0 3px;
	height:29px;
	border-bottom:1px solid #CCC;
	font-size:11px;
	font-weight:bold;
	color:#999;
	margin-bottom:8px;
}
.storyfooter a:link, .storyfooter a:visited {
	color:#999;
}
.storyfooter a:hover {
	color:#555;
}

.storyGoUp{
	float:left;
}

.storyEmailLink {
	background-image:url(../icons/email-16.gif);
	background-position:100% 3px;
	background-repeat:no-repeat;
	padding:3px 20px;
	float:right;
}
.storyPrintLink {
	background-image:url(../icons/printer-16.gif);
	background-position:100% 1px;
	background-repeat:no-repeat;
	padding:3px 20px;
	float:right;
}
.storyShare {
	height:21px;
}
.storyShareText {
	float:right;
	padding:3px;
	color:#666;
	margin-left:10px;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
.storyShareIcons {
	float:left;
	margin:2px 0 0;
	direction:ltr;
}
.storyShareIcons ul li {
	float:left;
	margin-right:6px;
}
.storyShareIcons ul li.storyShareIconsDelicious {
}
.storyShareIcons ul li.storyShareIconsGoogleReader {
}
.storyShareIcons ul li.storyShareIconsBlogger {
}
.storyShareIcons ul li.storyShareIconsBalatarin {
}
.storyShareIcons ul li.storyShareIconsFacebook {
}
.storyShareIcons ul li.storyShareIconsGoogleBuzz {
}
.storyShareIcons ul li.storyShareIconsDigg {
	margin-right:10px;
	padding-top:1px;
}
.storyShareIcons ul li.storyShareIconsTwitter {
	padding-top:1px;
	margin-right:1px;
}
.storyShareIcons ul li.storyShareIconsTwitter iframe {
	width:68px;
}
.storyShareIcons ul li.storyShareIconsSabzLink {
	margin-right:0px;
	margin-top:-2px;
}

.storyPrintUrl{
	padding:10px 0;
	color:#666;
	border-top:1px solid #DDD;
}

.comments {
}
.comment {
	margin-bottom:15px;
	border-bottom:1px dashed #CCC;
	padding-bottom:15px;
}
.lastComment {
	margin-bottom:0px;
	padding-bottom:7px;
	border:0;
}
.commentAuthorDate {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:5px;
}
.commentBody {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:160%;
	text-align:justify;
}
.commentsPaginate {
}
.pagecount {
}







.simpleForm {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
}
.simpleForm label {
	display:block;
	float:right;
	width:12%;
	height:19px;
	padding-top:5px;
	color:#333;
	margin-bottom:6px;
}
.simpleFormInput {
	float:right;
	width:65%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:3px;
	float:right;
	border:1px solid #CCC;
	margin-bottom:6px;
}
.simpleFormTextarea {
	float:right;
	width:85%;
	height:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:6px;
}
.simpleFormCaptcha img {
	float:right;
	margin-bottom:10px;
	margin-top:2px;
}
.simpleFormCaptchaInput {
	direction:ltr;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ca9a9e;
	height:26px;
	width:140px;
	border:1px solid #9d7377;
	float:right;
	letter-spacing:2px;
	text-align:center;
	margin:0 0 10px 5px;
	font-weight:bold;
}
.simpleFormSubmit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
	width:125px;
	float:right;
}

.simpleFormDropdown{
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:3px;
	float:right;
	margin-bottom:6px;
	border:1px solid #CCC;
}

.simpleFormCheckListGroup{
	float:right;
	margin-bottom:6px;
}

.simpleFormCheckbox {
	margin-bottom:6px;
	float:right;
}
.simpleFormCheckboxText {
	margin:4px 0;
	padding-bottom:3px;
	float:right;
}



#advancedSearchForm  label{
	width:70px;
}

#advancedSearchForm  .simpleFormInput{
	width:212px;
}

#advancedSearchForm  .simpleFormCheckListGroup{
	width:220px;
}

#advancedSearchForm  .simpleFormCheckboxText{
	width:90px;
}



.boxLinkList{
	padding:10px;	
}

.linkListItem{
	margin-bottom:10px;
	height:40px;
	clear:both;
}

.linkListImage{
	float:right;
	margin-left:10px;
}

.linkListImage img{
	border:1px solid #CCC;
}

.linkListTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
}



/* ------------------ BOX -------------------- */

.box {
	margin-bottom:10px;
}
.boxHeader {
	display:block;
	background-color:#EDEEEE;
	background-image:url(../images/header-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:31px;
	padding:5px;
	border-top:none;
	font-weight:normal;
	border-top:1px solid #DDD;
}
.boxBullet {
	height:11px;
	width:11px;
	background-image:url(../images/sprint.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	display:block;
	float:right;
	padding:10px 0px 9px;
	font-size:0px;
	cursor:pointer;
}
.ui-state-active .boxBullet {
	background-position:-21px 9px;
}
.accordionBox .boxBullet {
	cursor:pointer;
}
.boxTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	padding:6px 7px 4px;
	float:right;
	cursor:auto;
}
.boxSubTitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:10px 0px 9px 3px;
	float:left;
	cursor:auto;
}
.boxOptionButton {
	display:block;
	width:40px;
	height:19px;
	float:left;
	font-size:0px;
	margin:6px 1px 0 0;
	background-image:url(../images/sprint.gif);
	background-repeat:no-repeat;
	background-position:0 -50px;
	cursor:pointer;
}
.boxOptionButtonHover {
	background-position:-42px -50px;
}
.boxRemoveButton {
	display:block;
	height:19px;
	width:19px;
	float:left;
	font-size:0px;
	margin:6px 1px 0 0;
	background-image:url(../images/sprint.gif);
	background-repeat:no-repeat;
	background-position:0px -21px;
	cursor:pointer;
}
.boxRemoveButtonHover {
	background-position:-20px -21px;
}
.boxBody {
	background-color:#FFF;
}
.accordionBoxesOne .boxBody {
	width:100%;
}
.accordionBoxesTwo .boxBody {
	width:100%;
}
.box .boxBody:last-child {
	border:none;
}
.boxText {
	padding:10px;
}
.boxSimpleText {
	color:#666;
	line-height:160%;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.feedsList {
	padding:10px 12px 0 0;
}
.feedsList li {
	background-image:url(../icons/feed-14.png);
	background-repeat:no-repeat;
	background-position:100% 6px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:2px 19px 2px 0;
	margin:0 0px 5px 0;
	color:#f8922f;
}
.feedsList li a:link, .feedsList li a:visited {
	color:#f8922f;
}
.feedsList li a:hover, .feedsList li a:active {
	color:#dc4d00;
}
.mailingListForm {
	padding-top:10px;
	text-align:center;
}
.mailingListInput {
	width:276px;
	padding:4px 6px 5px;
	border:1px solid #999;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#555;
	text-align:center;
	margin-bottom:5px;
}
.mailingListSubmit {
	width:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding:3px;
}
/* ------------------ / BOX -------------------- */


.collapsible {
}
.moveable {
}
.accordionBoxesOne {
	padding-bottom:10px;
}
.accordionBoxesTwo {
	padding-bottom:10px;
}
.accordionBox {
	margin:0px;
}
/* --------- Lists ------------ */
.simpleNewsList {
	margin-bottom:10px;
}
.simpleNewsList li {
	background-repeat:no-repeat;
	background-position:100% -169px;
	padding:0 8px 3px 0;
	margin:0 4px 1px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:150%;
}
.simpleNewsList li a:link {
	color:#000;
}
.simpleNewsList li a:visited {
	color:#777;
}
.simpleNewsList li.simpleNewsListHeader {
	background:none;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:15px 0 10px;
}
.simpleNewsList li.simpleNewsListHeader:first-child {
	margin-top:0;
}
.thumbNewsList {
	margin-bottom:10px;
}
.thumbNewsList li {
	margin-bottom:10px;
	height:90px;
}
.thumbNewsListImage {
	float:right;
	margin-left:10px;
	border:1px solid #CCC;
}
.thumbNewsListAuthor {
	font-size:11px;
	margin-bottom:3px;
	padding-top:2px;
}
.thumbNewsListTitle {
	margin-bottom:4px;
	line-height:140%;
	font-size:11px;
	font-weight:bold;
}
.thumbNewsListBody {
	color:#555;
	line-height:140%;
	font-size:11px;
}
.authorNewsList {
	margin-bottom:10px;
}
.authorNewsList li {
	background-repeat:no-repeat;
	background-position:100% -169px;
	padding:0 8px 3px 0;
	margin:0 10px 3px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:150%;
}
.authorNewsListTitle {
	font-weight:bold;
}
.readMoreButton {
	text-align:left;
	padding:0 10px 10px;
}
.promoItem {
	height:110px;
}
.promoImage {
	float:right;
	margin-left:10px;
	height:110px;
	border:1px solid #CCC;
}
.promoSubtitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-top:2px;
	margin-bottom:5px;
}
.promoTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}
.promoBody {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	line-height:140%;
}
.cartoonThumbBox {
	height:110px;
}
.cartoonThumbBoxImage {
	float:right;
	margin-left:10px;
}
.cartoonThumbGraphist {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-top:2px;
	margin-bottom:5px;
}
.cartoonThumbTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:140%;
}
.cartoonThumbBody {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	line-height:140%;
}
.bannerBox {
	height:65px;
}
.bannerBoxImage {
	float:right;
	width:140px;
	height:65px;
}
.bannerBoxTextarea {
	float:left;
	width:122px;
	height:57px;
	border:1px solid #999;
	padding:3px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	direction:ltr;
}
/* --------- / Lists ------------ */


/* --------- Basic ------------ */
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}
.clear {
	font-size:0px;
	height:0px;
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}
.noBorder {
	border:none;
}
.oneCol {
	width:310px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}
.twoCol {
	width:630px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

.hrline {
	font-size:0px;
	height:0px;
	border-bottom:1px solid #DDD;
}

/* --------- / Basic ------------ */


.newsListDate {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}
.newsListItem {
}
.newsListImage {
	border:1px solid #666;
	float:right;
	margin:5px 0 8px 12px;
}
.newsListTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:2px;
}
.newsListAuthor {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#666;
	line-height:150%;
	margin-bottom:3px;
}
.newsListSummary {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	line-height:160%;
}
.newsListSpliter {
	height:15px;
	border-bottom:1px dashed #CCC;
	margin-bottom:20px;
}
.newsListLastSpliter {
	height:15px;
	margin-bottom:20px;
}
.newsListPaginate {
	height:21px;
	font-size:11px;
}
.newsListPaginateTotal {
	float:left;
	padding:6px;
	color:#666;
}
.newsListPaginate a, .newsListPaginate strong {
	display:block;
	float:right;
	margin-left:2px;
	border:1px solid #CCC;
	padding:4px 6px 4px 8px;
}
.newsListPaginate a:hover {
	background-color:#EFEFEF;
}
.cartoonImage {
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
}
.cartoonImage img {
	border:1px solid #999;
}
.cartoonDate {
	float:left;
}
.cartoonTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:10px;
}
.cartoonDate {
	color:#777;
	font-size:11px;
	padding-top:2px;
}
.cartoonDrawer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
.cartoonBody {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#666;
	margin-bottom:40px;
}
.cartoonsList {
	background-color:#FFF;
	padding:10px 10px 0 0;
}
.cartoonsListItem {
	border:1px solid #999;
	float:right;
	margin:0 0 10px 10px;
}
.cartoonsListPaginate {
	padding:10px 0;
	height:21px;
	font-size:11px;
}
.cartoonsListPaginateTotal {
	float:left;
	padding:6px 0 6px 15px;
	color:#666;
}
.cartoonsListPaginate a, .cartoonsListPaginate strong {
	display:block;
	float:right;
	margin-left:2px;
	border:1px solid #CCC;
	padding:4px 6px 4px 8px;
}
.cartoonsListPaginate a:hover {
	background-color:#EFEFEF;
}







.pollingList {
	background-color:#FFF;
}
.pollingListItem {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #CCC;
}

.pollingListTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
}

.pollingListDesc {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	line-height:160%;
}


.pollingListPaginate {
	padding:0;
	height:21px;
	font-size:11px;
}
.pollingListPaginateTotal {
	float:left;
	padding:6px 0 6px 5px;
	color:#666;
}
.pollingListPaginate a, .pollingListPaginate strong {
	display:block;
	float:right;
	margin-left:2px;
	border:1px solid #CCC;
	padding:4px 6px 4px 8px;
}
.pollingListPaginate a:hover {
	background-color:#EFEFEF;
}


/* -------- Calendar ----------------- */


.boxCalendarWrapper {
	padding:0 10px 10px;
}
.ui-datepicker-header {
	width:95px;
	height:16px;
	padding:10px 0;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:7px;
}
.ui-datepicker-prev {
	width:11px;
	height:17px;
	bottom:0px;
	cursor:pointer;
	display:block;
	float:right;
	font-size:1px;
	background-image:url(../images/sprint.gif);
	background-repeat:no-repeat;
	background-position: 2px -130px;
}
.ui-datepicker-next {
	width:11px;
	height:17px;
	bottom:0px;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	background-image:url(../images/sprint.gif);
	background-repeat:no-repeat;
	background-position: 2px -112px;
}
a.ui-datepicker-prev:hover {
	background-position:-13px -130px;
}
a.ui-datepicker-prev:active {
	background-position:-28px -130px;
}
a.ui-datepicker-next:hover {
	background-position:-13px -112px;
}
a.ui-datepicker-next:active {
	background-position:-28px -112px;
}
.ui-datepicker-next span {
	display:none;
}
.ui-datepicker-prev span {
	display:none;
}
.ui-datepicker-title {
	margin:0 auto;
	padding-top:2px;
	text-align:center;
}
.ui-datepicker-year {
}
.ui-datepicker-month {
}
.ui-datepicker-calendar {
	clear:both;
	border-collapse:collapse;
	border:1px;
	margin:0 auto;
}
.ui-datepicker-calendar thead {
	display:none;
}
.ui-datepicker-calendar tbody tr td {
	border:1px solid #CCC;
}
.ui-datepicker-calendar tbody tr td a:link, .ui-datepicker-calendar tbody tr td a:visited {
	display:block;
	padding:8px 0;
	width:41px;
	text-align:center;
	color:#555;
	background-color:#FFF;
}
.ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker-calendar tbody tr td a:active {
	background-color:#FEFEFE;
	color:#999;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
	color:#059A9A;
	font-weight:bold;
	background-color:#FFF;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
	background-color:#e1efef;
	color:#059A9A;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
	border:none;
}
.ui-datepicker-calendar tr:first-child td {
	border-top:none;
}
.ui-datepicker-calendar tr td:last-child {
	border-left:none;
}
.ui-datepicker-calendar tr td:first-child {
	border-right:none;
}
.ui-datepicker-calendar tr:last-child td {
	border-bottom:none;
}

