/* Player row */
.work {padding: 0; margin: 0;}
.work table {border-collapse: collapse; margin: 0; width: 100%;}
.work table td {padding: 0;}

/* Image */
.work .img {text-align: center;}
.work .img div {border: #ebebeb solid 1px; background: #ffffff; width: 100%;}
.work .img div img {border: #ebebeb solid 1px; padding: 0; margin: 7px;}

/* Pages */
.work .img div.pages {border: none; font-size: 10px; line-height: 28px;
font-weight: bold; color: #3573AE;
border-left: 1px solid #ebebeb; height: 28px;}
.work .img div.pages a, .work .img div.pages a:visited {width: 23px; height: 28px;
display: block; float: left; border-right: 1px solid #ebebeb;
color: #3573ae; text-decoration: none; cursor: pointer;}
.work .img div.pages a.current {background: #ebebeb; color: #b9a419;}

/* Arrow in pages*/
.work .img div.pages a.arrow {background-position: center center; background-repeat: no-repeat;}
.work .img div.pages a.right {background-image: url('/i/misc/arrow-right.png');}
.work .img div.pages a.right-disabled {background-image: url('/i/misc/arrow-right-disabled.png');}
.work .img div.pages a.left {background-image: url('/i/misc/arrow-left.png');}
.work .img div.pages a.left-disabled {background-image: url('/i/misc/arrow-left-disabled.png');}
.work .img div.pages a.right-disabled, .work .img div.pages a.left-disabled {cursor: default;}

.work .img div.pages img {display: none;}

/* Desc table*/
.work {margin-bottom: 25px;}
.work .desc {width: 99%;}
.work .desc .name {background: #f5f6e8;}
.work .desc .name h3 {color: #3573ae; padding: 9px 9px 9px 7px;
font-size: 10px; line-height: 15px; font-weight: bold;}

.work .desc .property {margin-bottom: 12px; border: none;}
.work .desc .property td {font-size: 10px; line-height: 10px;
border-bottom: 1px solid #ebebeb; vertical-align: middle !important;
padding: 8px 8px 8px 0px !important;}
.work .desc .property td.propertyName {color: #3573ae; padding-right: 10px !important; padding-left: 0 !important;}

.work .desc .property tr:first-child td {padding-top: 0px !important;}
.work .desc .property tr:last-child td {border-bottom: none; }
.work .desc a.button, .work .desc h2, .work .desc .property {margin-left: 7px;}

/**/
#portfolio-body {}
#portfolio-body .work .img {width: 176px; text-align: center; vertical-align: top;}
#portfolio-body .left-column {padding-right: 5px; width: 50%;}
#portfolio-body .right-column {padding-left: 5px; width: 50%;}
#portfolio-body .work .desc .name h3 {padding: 5px;}
#portfolio-body .work .button {}
#portfolio-body .work .button a {float: right; display: inline; margin-left: 5px;}

/* Work page */
table#work-page {height: 100%;}
table#work-page .work .img {width: 203px;}

table#work-page td.splitter-right a, table#work-page td.splitter-right span {display: block; margin-bottom: 16px; font-weight: bold;}
table#work-page td.splitter-right span {color: #b9a419;}
table#work-page td.splitter-right div.splitter-icon-cont b {display: block; margin-bottom: 5px;}
