UL.tvseries {
	list-style: none;
}
.tvseries LI {
    width: 600px;
    height: 140px;
    float: left;
    padding: 10px;
    background-image: none;
}
.tvseries TD.info {
	width: 150px;
	margin: 10px;
	vertical-align: middle;
	text-align: center;
}
.tvseries .rating {
	display: inline-block;
	margin: auto;
}
.tvseries IMG.poster {
	max-width: 100px;
	border: 1px dotted;
}
.tvseries A.title {
	font-size: 120%;
	font-weight: bold;
	color: #EEE;
}
.tvseries .year {
	color: #CCC;
}
.tvseries SPAN.season {
	display: inline-block;
	border: ridge #555 1px;
	margin-right: 5px;
	margin-bottom: 3px;
	font-size: 0.7em;
	padding: 1px;
	color: #222;
}
.tvseries .season SPAN.no {
	display: inline;
	margin-left: 1px;
	margin-right: 3px;
}
.tvseries .season SPAN {
	display: inline-block;
	height: 17px;
	width: 3px;
	margin-right: 1px;
	vertical-align: middle;
}
.tvseries .season .watched {
	background-image: url(../images/tvepisode-watched.png);
}
.tvseries .season .unwatched {
	background-image: url(../images/tvepisode-unwatched.png);
}


.moviesTable .title {
	margin-bottom: 5px;
}
.moviesTable .imdb {
	display: block;
	margin-top: 30px;
}
.imdb-box {
	margin-top: 8px;	
}
.imdb-rating {
	font-weight: bold;
	padding-right: 10px;	
}
.imdb-meta {
	margin: 0px 0px 1px 210px;
}
.imdb-stars {
	position: relative;
	display: block;
	height: 100%;
	width: 200px;
}
.imdb-stars .inner {
	background: url(http://i.media-imdb.com/images/SFfaca2a5028ed91753ebf40667ffe4551/tn15/stars.png) no-repeat 0 -20px;
	position: absolute;
	height: 20px;
	width: 200px;
}
.imdb-stars .outer {
	background: url(http://i.media-imdb.com/images/SFfaca2a5028ed91753ebf40667ffe4551/tn15/stars.png) no-repeat 0 0;
	position: absolute;
	top: -1px;
	left: 0px;
	height: 20px;
	width: 200px;
	margin-left: 0px;
}
.rating-comment {
	font-size: 10pt;
	color: #99C;
	font-variant: small-caps;
	padding-top: 25px;
	text-align: center;
}
.author-photo {
	width: 152px;
	float: left;
	margin-left: 30px;		
}
.author-photo img {
	border: 1px #FFF dotted;
}
.author-photo span {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-variant: small-caps;
        font-size: 16pt;
        color: white;
}
.authors-cloud {
	display: block;
}
.authors-cloud SPAN {
	font-variant: small-caps;
	text-transform: capitalize;	
	padding: 3px;
	display: inline;
}
.authors-cloud .author {
	border: 1px solid transparent;
}
.authors-cloud .highlight {
	color: #FDD;
	background-color: #369;
	border: 1px #FFF dotted;
}
.author-tip SPAN {
	border: 5px;
	vertical-align: middle;	
}
.author-tip UL {
	list-style: none;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 30px;
}
.author-tip LI {
	background-image: none;
	float: left;
	padding: 5px;
}
.author-tip TD {
	vertical-align: middle;
	width: 100px;
}
.author-tip TD.title {
	width: 40px;
	font-size: 8pt;
	color: #EEE;
	text-align: center;
}
.author-tip TD.cover {
	text-align: center;
}
.author-tip TD.cover IMG {
	border: #FFF 1px dotted;
	text-align: center;
}
.vspace {
	height: 20px;	
}
.movies LI {
    width: 250px;
    height: 100px;
    float: left;
    padding: 10px;
    background-image: none;
}
.moviesTable {
	font-size: 11pt; 
	font-family: Tahoma, sans-serif; 
	color: #E6E7E9;
}
.moviesTable .no {
	width: 20px;	
}
.moviesTable img {
	margin: 7px;
	border: 1px dotted;
}

.books LI {
    width: 300px;
    height: 100px;
    float: left;
    padding: 10px;
    background-image: none;
}
.booksTable {
	font-size: 11pt; 
	font-family: Tahoma, sans-serif; 
	color: #E6E7E9;
}
.booksTable .no {
	width: 20px;	
}
.booksTable img {
	margin: 7px;
	border: 1px dotted;
}
a.author {
	font-style: italic;
	text-transform: capitalize;
}
span.rating span {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}
span.full-star {
	background-image: url('../images/full-star.png');
}
span.half-star {
	background-image: url('../images/half-star.png')
}
span.empty-star {
	background-image: url('../images/empty-star.png')
}
span.title {
	display: block;
	font-variant: small-caps;
}

.warning {
	color: #F66;
	font-weight: bold;
}
.showTable TH {
	text-align: center;
	padding: 10px;
	border: 1px dotted;
	font-size: 10pt; font-family: Tahoma, sans-serif; color: #E6E7E9;
}
.showTable TD {
	text-align: center;
	padding: 10px;
	border: 1px dotted;
	font-size: 10pt; font-family: Tahoma, sans-serif; color: #E6E7E9;
}
DIV {
	margin-bottom: 3px;
}
UL {
	margin-left: -20px;
	list-style: none;
	vertical-align: middle;
}	
UL LI {
	padding-left: 13px;
	background-image: url(../images/listitem.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	vertical-align: middle;
}
PRE {
	margin: 0px;
}
H1, .H1 { 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial Narrow, sans-serif; 
	color: #333; 
	font-variant: small-caps;	 
}
H2, .H2 { 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Arial Narrow, sans-serif; 
	color: #DDD; 
	font-variant: small-caps;
}
.paper-img {
	float: 	right;
	border: 1px dotted #EEE;
	margin: 10px;
}
.pageContent A:hover {
	color: #AAA;
	background-color: #258;
}
#books A {
	border: 0px;
	text-decoration: none;
}
#books A:hover {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
}
.pageContent A:hover IMG {
	border: 1px #F88 solid;
	color: #FFF;
	background-color: #FFF;
}
DIV.download {
    background-position: center left;
    background-repeat: no-repeat;
	background-image: url('../images/download.png');
    padding-left: 25px;
    margin-top: 5px;	
}
DIV.block {
	text-indent: 0pt;
	border: 1px dotted #EEE;
	background-color: #666;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
#mygallery {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 552px !important;
	height: 414px !important;	
}
DIV.paper  DIV.title {
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    padding-left: 20px;
}
DIV.paper A {
	color: #CCC;
}
.pub_type_filter {
    padding: 10px;
    border: 1px dotted black;
    display: block;
    margin-bottom: 10px;
    background-color: #777;
    text-align: center;
}
.year-nav {
    margin-top: 10px;
}
.year-nav span:before {
    margin: 0px 5px;
    content: "  |  "
}
.year-nav span:first-child:before {
    margin: 0px 5px;
    content: ""
}
.pub_type_filter input {
    margin-left: 15px;
}
.conference .title, .conference_symb {
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url('../images/pub-conference.png');
    padding-left: 14px;
}
DIV.conference A {
    color: #BCD;
}
.journal .title, .journal_symb {
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url('../images/pub-journal.png');
    padding-left: 14px;
}
DIV.journal A {
	color: #DCC;
}
.other .title, .other_symb {
    background-image: url('../images/pub-other.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 14px;
}
DIV.talk {
	background-image: url('../images/talk.gif');
	background-position: center left;
	background-repeat: no-repeat;
	margin: 5px;
	padding-left: 20px;
}
A.download:link, A.download:visited {
	color: #FFFFFF;
}
#tripit-badge-inner-div .div {
	background-color: red;
}

/* content */
.pageContent { font-size: 11pt; font-family: Tahoma, sans-serif; color: #E6E7E9; }
 .pageContent a { font-size: 11pt; font-family: Tahoma, sans-serif; color: #E6E7E9; }

/* top elements */
.company { font-weight: bold; font-size: 18pt; font-family: Arial Narrow, sans-serif; color: #ffffff; }
.slogan { font-size: 7pt; font-family: Tahoma, sans-serif; color: #C7C6CA; text-transform: uppercase; }

/*main menu*/

.menu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.amenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }

/*submenu*/
.submenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.asubmenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }

/*bottom menu*/
.bmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.abmenu { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #9D9AA0; }

/*backgrounds*/
.main-bg { background-color: #828691; }


.cluetip-rounded {
  background: transparent no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}
A:hover #linkedIn {
  border: none !important;
  color: transparent;
  background-color: #505050;
  text-decoration: none;
}
#linkedIn {
  margin-top: -6px;
}

