/********************************************************
 * Style definitions for kmitsotakis.gr                 *
 ********************************************************/
@charset "utf-8";

/* Reset */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
a {
	color: #40627c;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
body {
	background: #fff url("../images/page_bg.gif") repeat-x 0 0;
	color:#3c4d50;
	font-size: 0.85em;
	margin: 0;
}
p {
	line-height: 1.3;
	font-size: 0.85em;
}

/********************************************************
 * Start style definitions for KM                       *
 ********************************************************/

/********************************************************
 * Fonts                                                *
 ********************************************************/
body, input, textarea, button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, dt.title, blockquote {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

/********************************************************
 * Forms                                                *
 ********************************************************/
input.text, textarea, select {
	margin-top:2px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	background: #fff url("../images/form-field-bg.gif") no-repeat;
	padding: 8px;
}
input[type="submit"], button {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: #bfbca5;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #e5e2c6 #7f7d6e #7f7d6e #e5e2c6;
	color: #fff;
}
/********************************************************
 * Main layout containers                               *
 ********************************************************/


/********************************************************/
#maincontainer { /* contains everything in the page */
	width: 960px; /* Set the actual width of the page here */
	margin: 0 auto; /* Center container on page */
	background-color:#fff;
}
/********************************************************/
#topsection { /* topsection div that contains everything above the actual content */
	background: #fff;
}
/********************************************************/
#topbar { /* the topbar is the dark blue bar on the top of the page: contains headings and aux links */
	background: #3f3e37;
	float: left;
	width: 100%;
	height: 24px;
}
#topbar h3 {
	float: left;
	color: #fff;
	padding: 5px 0 0 14px;
	margin: 0;
	font-weight: bold;
}
#topbar h4 {
	float: left;
	color: #efefef;
	padding: 8px 0 0 10px;
	margin: 0;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
}

#topbar a {
	color: #fff;
	/*color: #e5e2c6;*/
}
#topbar ul {
	float: right;
	padding: 5px 14px 0 0;
	margin: 0;
}
#topbar li {
	list-style: none;
	display: inline;
	/*border-left: 1px solid #999;*/
	font-size: 75%;
	font-weight: normal;
	padding: 0 2px 0 5px;
	margin: 0 0 0 0;
}
#topbar li.contact {
	background: url("../icons/email.gif") no-repeat 6px 0px;
	padding-left: 24px;
}
#topbar li.contact a {
	color: #d7e8fd;
	font-weight: bold;
}
#topbar li.first {
	border: none;
}

/********************************************************/
#logo {
	float: left;
	background: url("../images/headerlogo.gif") no-repeat 0 0;
	width: 960px;
	height: 100px;
}
#logo #quicksearch {
	float: right;
	margin: 10px 14px;
	position: relative;
	z-index: 100;
}
#logo #quicksearch label {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
#logo #quicksearch input {
	background-image: url("../images/form-field-search-bg.gif");
	padding-left: 30px;
	height: 14px;
	color: #40627c;
	font-size: 85%;
}
/********************************************************/
#navtabs { /* the navigation tabs */
	background: url("../images/bg.gif") #fff repeat-x 50% bottom;
	float: left;
	width: 100%;
	line-height: normal;
}
#navtabs ul {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#navtabs li {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 9px;
	background: url("../images/left.gif") no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 90% !important;
	border-bottom: 1px solid #666;
}
#navtabs a {
	padding: 5px 15px 4px 6px;
	display: block;
	font-weight: normal;
	background: url("../images/right.gif") no-repeat right top;
	float: left;
	color: #26393d;
	text-decoration: none;
}
#navtabs a {
	float: none;
}
#navtabs a:hover {
	color: #40627c;
}
#navtabs #current {
	background-image: url("../images/left_on.gif");
	border-bottom: 1px solid #fff;
}
#navtabs #current a {
	background-image: url("../images/right_on.gif");
	padding-bottom: 4px;
	color: #40627c;
	font-weight: bold;
}

#navtabs #engcv {
	background: none;
	float: right;
	border: none;
}

#navtabs #engcv a {
	background: transparent url("../images/gb.gif") no-repeat left center;
	font-size: 90%;
	padding: 5px 0px 4px 20px; 
}


/********************************************************/
div.spacer { /* Spacer to create some room between content & header */
	width: 100%;
	height: 10px;
	clear: both;
}
/********************************************************/
#contentwrapper { /* Container for the three content columns */
	float: left;
	width: 100%;
	background-color: #fff;
}
/********************************************************
 * Content columns - homepage                          *
 ********************************************************/

#homepage #contentcolumn { /* This is the main content column */
	margin-right: 520px; /*Margin for content column. Should be (RightColumnWidth + MidColumnWidth)*/
	padding-bottom: 50px;
}
#homepage #midcolumn { /* Aux content column #1 */
	float: left;
	width: 300px; /*Width of mid column in pixel*/
	margin-left: -520px; /*Set margin to -(MidColumnWidth + RightColumnWidth)*/
	background: #FFF;
}
#homepage #rightcolumn { /* Aux content column #2 */
	float: left;
	width: 220px; /*Width of right column in pixels*/
	margin-left: -220px; /*Set margin to -RightColumnWidth*/
	background: #FFF;
	margin-top: 195px
}

/********************************************************
 * Content columns - inner pages                        *
 ********************************************************/
#itempage #contentcolumn { /* This is the main content column */
	margin-right: 300px; /*Margin for content column. Should be same as RightColumnWidth */
}
#itempage #rightcolumn { /* Aux content column #2 */
	float: left;
	width: 300px; /*Width of right column in pixels*/
	margin-left: -300px; /*Set margin to -RightColumnWidth*/
	background: #FFF;
}



/********************************************************
 * Content columns - list pages                        *
 ********************************************************/

#listpage #contentcolumn{
	margin: 0 220px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#listpage #leftcolumn{
float: left;
width: 250px; /*Width of left column in pixel*/
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
}
#listpage #rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
}


/********************************************************
 * Content columns - list pages, simple variation       *
 ********************************************************/

#listpagesimple #contentcolumn{
margin-right: 220px; /*Set right margin to RightColumnWidth*/
width: 740px;
}

#listpagesimple #rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
}

/********************************************************
 * Content columns - list pages, ultra simple variation       *
 ********************************************************/

#listpageultrasimple #contentcolumn{
margin-right: 0; 
width: 960px;
}



/********************************************************
 * Content column styles - homepage                    *
 ********************************************************/
#homepage #contentcolumn .mainarticle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#homepage #contentcolumn .mainarticle {
	padding: 10px;
	background: #fff url("../images/mainarticle-bg.gif") repeat-x 0 0;
	border: 2px solid #e5e2c6;
	display: inline-block;
}


#homepage #contentcolumn dl {
	margin-bottom: 10px;
}
#homepage #contentcolumn dt.title {
	color: #e6662a;
	font-size: 140%;
	padding-bottom: 5px;
	line-height: 1.2;
	padding-top: 5px;
}

#homepage #contentcolumn dl.mainarticle dt.title div.comment {
	background: transparent url("../images/comment.gif") no-repeat 0 0;
	width: 42px;
	height: 45px;
	float: right;
	position: relative;
	right: -20px;
	top: -45px;
}
#homepage #contentcolumn dt.title div.comment {
	background: transparent url("../images/commentsmall.gif") no-repeat 0 0;
	width: 25px;
	height: 29px;
	float: right;
	position: relative;
	right: 0px;
	top: -20px;
}
#homepage #contentcolumn dt.title a {
	color: #e6662a;
	text-decoration: none;
}
#homepage #contentcolumn dt.subtitle {
	font-weight: normal;
	color: #3488ad;
	padding: 5px 0 10px 0;
	font-size: 100%;
	line-height: 1.2;
}
#homepage #contentcolumn img {
	margin: 4px 4px 4px 0;
	border: 1px solid #40627c;
	float: left;
}
#homepage #contentcolumn dd.date {
	color: #7f7d6e;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
	padding-left: 18px;
	background: url("../icons/date.gif") no-repeat 0 50%;
	line-height:1.6;
}
#homepage #contentcolumn dd.tags {
	color: #7f7d6e;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
	padding-left: 18px;
	background: url("../icons/tag_blue.gif") no-repeat 0 50%;
	line-height:1.6;
}
#homepage #contentcolumn dd.link {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 90%;
	line-height:1.6;
}

#homepage #contentcolumn dd.link a {
	padding-right: 18px;
	background: url("../icons/bullet_go.gif") no-repeat 100% 50%;
}


#homepage #contentcolumn dd {
	line-height: 1.3;
	text-align: left;
	font-size: 95%;
	margin: 0;
}


#homepage #contentcolumn dd p {
	line-height: 1.3;
	padding-bottom: 0.5em;
	font-size: 1em;
}
#homepage #contentcolumn dd ul, #homepage #contentcolumn dd ol {
	list-style: square;
	padding-left: 1em;
}
#homepage #contentcolumn dd ol {
	list-style: decimal;
	list-style-type: decimal;
	padding-bottom: 1em;
	padding-left: 1em;
}
#homepage #contentcolumn dd li {
	line-height: 1.3;
	padding-bottom: 0.5em;
}












/********************************************************/
#homepage #midcolumn h2 {
	color: #3f3e37;
	font-size: 110%;
	padding-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
}

/********************************************************/
#homepage #rightcolumn h2 {
	color: #3f3e37;
	font-size: 110%;
	padding-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 20px;
	clear: left;
}

/********************************************************
 * Content column styles - item page                    *
 ********************************************************/

#itempage #contentcolumn h1 { /* title */
	font-size: 160%;
	padding: 10px 50px 10px 0;
	line-height: 1.2;
	color: #E6662A;
	font-weight: normal;
}
#itempage #contentcolumn h2 { /* subtitle */
	font-size: 130%;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #3488AD;
	font-weight: normal;
}

#itempage #contentcolumn div#information {
	border-top: dotted 1px #BFBCA5;
	background-color: #f4f1e8;
	float: left;
	width:100%;
	height: 5em;
	background: transparent url("../images/beigegradbg.gif") repeat-x 0 0;
	font-size: 11px;
}
#itempage #contentcolumn div#information ul {
	position: relative;
	right: 10px; top: 10px;
}
#itempage #contentcolumn div#information ul li {
	padding: 0 20px 0 0;
	background-position: right 50%;
	background-repeat: no-repeat;
	line-height: 1.5;
	font-size: 12px;
	color: #7f7d6e;
	text-align: right;
	font-size: 11px;
	height: 18px;
}
#itempage #contentcolumn div#information ul li a {
	color: #7f7d6e;
}
#itempage #contentcolumn div#information p.date {
	position: relative;
	left:10px; top: 10px;
	background: url("../icons/date.gif") no-repeat 0 0;
	color: #7f7d6e;
	float: left;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 10px 0 20px;
}
#itempage #contentcolumn div#information ul li.category {
	background-image: url("../icons/page_white_stack.gif");
}
#itempage #contentcolumn div#information ul li.tags {
	background-image: url("../icons/tag_blue.gif");
}

#contentcolumn #description { 
	line-height: 1.2;
	font-size: 100%;
	padding: 10px;
	/*border-top: dotted 1px #BFBCA5;
	background: #fff url("../images/cyangradbg.gif") repeat-x 0 0;*/
	background: #fff url("../images/mainarticle-bg.gif") repeat-x 0 0;
	border: 2px solid #e5e2c6;
	margin: 0 0 10px 0;
}
#itempage #contentcolumn #description img {
	padding: 0 10px 10px 0;
	float: left;
}


#contentcolumn #itembody {
	font-size: 1em;
	line-height: 1.3;
	padding: 5px 0px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentcolumn #itembody p, #contentcolumn #itembody div {
	line-height: 1.3;
	padding-bottom: 1em;
	font-size: 1em;
}
#contentcolumn #itembody ul, #itempage #contentcolumn #itembody ol {
	list-style: square;
	padding-left: 1em;
}
#contentcolumn #itembody ol {
	list-style: decimal;
	list-style-type: decimal;
	padding-bottom: 1em;
	padding-left: 1em;
}
#contentcolumn #itembody li {
	line-height: 1.3;
	padding-bottom: 1em;
}

#contentcolumn #itembody img {
	float: left;
	padding: 0 10px 10px 0;
}


#rightcolumn h4 { /* section heading */
	font-size: 10px;
	border-bottom: dotted 1px #BFBCA5;
	margin-top: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #40627c;
	padding-left: 26px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 1.5;
	clear: both;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#rightcolumn h4.info {
	background-image: url("../icons/information.gif");
}
#rightcolumn h4.options {
	background-image: url("../icons/cog.gif");
}
#rightcolumn h4.favorites {
	background-image: url("../icons/heart.gif");
}
#rightcolumn h4.related {
	background-image: url("../icons/attach.gif");
}
#rightcolumn h4.media {
	background-image: url("../icons/media.gif");
}
#rightcolumn h4.relatedlinks {
	background-image: url("../icons/world_link.gif");
}
#rightcolumn h4.contact {
	background-image: url("../icons/comment.gif");
}
#rightcolumn h4.relatednews {
	background-image: url("../icons/newspaper.gif");
}

/********************************************************
 * Content column styles - list page                    *
 ********************************************************/
#listpage #contentcolumn h1, 
#listpagesimple #contentcolumn h1,
#listpageultrasimple #contentcolumn h1 {
	color: #e6662a;
	font-size: 140%;
	padding-bottom: 0px;
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 5px;
}

#listpage #contentcolumn h2, 
#listpagesimple #contentcolumn h2,
#listpageultrasimple #contentcolumn h2 {
	color: #3488ad;
	font-size: 120%;
	padding-bottom: 0px;
	line-height: 1.2;
	padding-top: 15px;
	border-bottom: 2px solid #efefef;
	font-weight: bold;
	margin-bottom: 5px;
}
#listpage #contentcolumn h2 a {
	color: #3488ad;
	text-decoration: none;
}

#listpage #leftcolumn h2 {
	color: #3f3e37;
	font-size: 110%;
	padding-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
	padding-top: 15px;
}
#listpage #leftcolumn ul {
	list-style-type: square;
	padding-left: 20px;
}

#listpage #leftcolumn ul li {
	padding: 2px 0;
}
#listpage #leftcolumn ul.photolist {
	list-style-type: none;
	padding-left: 0px;
	text-align: right;
	width: 230px;
}

#listpage #leftcolumn ul.photolist li {
	padding: 8px 0;
	font-size: 80%;
	width: 230px;
	text-align: center;
	float: right;
}

#listpage #leftcolumn ul.photolist li img {
	border: 1px solid #3488AD;
}
#contentcolumn table {
	border-collapse: collapse;
	width: 100%;
}

#contentcolumn th {
	background-color: #efefef;
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding: 2px;
	border-left: 1px solid #ccc;
}

#contentcolumn tr.row {
	background-color: #fff;
}
#contentcolumn tr.rowalt {
	background-color: #f0f5fa;
}
#contentcolumn td {
	padding: 4px;
	border: none;
	line-height: 1.4;
	vertical-align: top;
}
#contentcolumn td a {
	line-height: 1.4;
}
#contentcolumn td.title {
	font-weight: normal;
	border-left: 1px solid #ccc;
}
#contentcolumn td.type {
	font-weight: normal;
	border-left: 1px solid #ccc;
	font-size: 90%;
	text-align: center;
}
#contentcolumn td.title .type, #contentcolumn td.title .type a {
	font-size: 80%;
	color: #999;
}
#contentcolumn td.title .subtitle {
	font-weight: normal;
	font-size: 80%;
}

#contentcolumn td.date {
	color: #999;
	font-size: 90%;
	text-align: center;
	padding: 4px 10px;
	width: 60px;
}
#contentcolumn div.tableinfofooter {
	clear: both;
	border-top: 1px solid #efefef;
}
#contentcolumn div.tableinfofooter p.info {
	float: left;
	background-color: #fff;
	font-size: 90%;
	color: #999;
	height: 20px;
	padding-top: 2px;
}

#contentcolumn div.tableinfofooter p.infolink {
	float: right;
	background: url("../icons/page_white_stack.gif") no-repeat 0 50%;
	padding: 2px 0 0 20px;
	height: 20px;
	font-weight: bold;
}


/********************************************************
 * various                                              *
 ********************************************************/
 

#homepage dl.quicklist {
	width: 510px;
}
 
dl.quicklist dt {
	margin-top: 5px;
	font-weight: normal;
	line-height: 1.3;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top: 1px dotted #d0a825;
	padding-left: 0px;
	font-size: 90%;
	clear: both;
}
dl.quicklist dt.new {
	/*background: #f4f1e8 url("../icons/bullet_star.gif") no-repeat -2px 2px;*/
	background: #fff url("../images/beigegradbg.gif") repeat-x 0 0;
}
dl.quicklist dt a {
	display: block;
	line-height: 1.1;
	background: url("../icons/bullet_blue.gif") no-repeat -2px 0px;
	padding-left: 14px;
}
dl.quicklist dt.new a {
	background-image: url("../icons/bullet_star.gif");
	color: #e6662a;
}
dl.quicklist dd {
	font-size: 80%;
	line-height: 1.2;
	padding-left: 14px;
	float: left;
	margin-left: 0;
}
dl.quicklist dd.date {
	color: #7f7d6e;
	padding-left: 30px;
	padding-bottom: 6px;
	background: url("../icons/date.gif") no-repeat 12px 0;
	font-size: 80%;
	line-height:1.6;
	float: right;
} 
 
 
 
#rightcolumn ul {
	padding-left: 24px;
	padding-top: 5px;
	font-size: 12px;
	color: #40627c;
	list-style:none;
}
#rightcolumn ul ul {
	padding-left: 0px;
}
#rightcolumn li {
	padding: 2px 0 2px 20px;
	line-height: 1.3;
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-image: url("../icons/bullet_blue.gif");
}
#rightcolumn ul ul li {
	background-image: url("../icons/bullet_orange.gif");
}
#rightcolumn ul.iconslist {
	padding-left: 24px;
}
#rightcolumn ul.social_bookmarking {
	clear: both;
	width: 240px;
}
#homepage #rightcolumn ul.social_bookmarking {
	width: 200px;
	padding: 0;
}

#rightcolumn ul.social_bookmarking li {
	float:left;
	padding: 8px 8px 0 0;
	background: none;
	font-size: 80%;
}
#rightcolumn ul.social_bookmarking li a {
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
#rightcolumn ul.social_bookmarking li a img {
	vertical-align: bottom;
}
#rightcolumn ul.photolist {
	padding-left: 0px;
}
#rightcolumn ul.photolist li {
	background: none;
	padding: 0;
}
#rightcolumn ul.photolist li img {
	border: solid 1px #40627C;
}
#rightcolumn li.date {
	background-image: url("../icons/date.gif");
}
#rightcolumn li.tags {
	background-image: url("../icons/tag_blue.gif");
}
#rightcolumn li.text-larger {
	background-image: url("../icons/text_larger.gif");
}
#rightcolumn li.text-smaller {
	background-image: url("../icons/text_smaller.gif");
}
#rightcolumn li.print {
	background-image: url("../icons/printer.gif");
}
#rightcolumn li.send {
	background-image: url("../icons/email_go.gif");
}
#rightcolumn li.showall {
	background-image: url("../icons/page_white_stack.gif");
}

#rightcolumn li.video {
	background-image: url("../icons/film.gif");
}
#rightcolumn li.sound {
	background-image: url("../icons/sound.gif");
}
#rightcolumn li.photo {
	background-image: url("../icons/photo.gif");
}
#rightcolumn li.item  {
	background-image: url("../icons/page_white.gif");
}
#rightcolumn li.link {
	background-image: url("../icons/link.gif");
}
#rightcolumn li.next {
	background-image: url("../icons/control_fastforward_blue.gif");
}
#rightcolumn li.previous {
	background-image: url("../icons/control_rewind_blue.gif");
}
#rightcolumn li.back {
	background-image: url("../icons/arrow_undo.gif");
}
#rightcolumn li.go {
	background-image: url("../icons/bullet_go.gif");
}
#rightcolumn li.none {
	background-image: none;
}


#quick_contact {
	padding-left: 24px;
}
#quick_contact label {
	display: block;
	margin: 5px 0;
	font-size: 11px;
	color: #40627C;
}
#quick_contact textarea {
	width: 200px;
	height: 150px;
}
dl.relatednews {
	padding: 0 0 0 26px;
}
dl.relatednews dt {
	background: url("../icons/date.gif") no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
}
dl.relatednews dd {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 0 20px;
}
/********************************************************/
#footer {  /* Footer pane */
	clear:both;
	float:left;
	width: 100%;
	/*background: #efefef;*/
	background: url("../images/bg-footer.gif") #fff repeat-x 0 0;
	color: #666;
	text-align: left;
	padding: 0 0 0px 0;
	font-size:0.75em;
	margin-top: 60px;
}


#footer #logo1 {
	width: 240px;
	height: 25px;
	position: relative;
	background: url("../images/footerlogo1.gif") no-repeat 0 0;
	left: 0px;
	top: -19px;
}

#footer #logo2 {
	width: 94px;
	height: 44px;
	position: relative;
	/*background: url("../images/footerlogo2.gif") no-repeat 0 0;*/
	left: 864px;
	top: -49px;
}


#footerrestrict { 
	width: 960px; 
	margin: 0 auto; 
}

#footercontainer {
	position: relative;
	top: -40px;
}

#footer p {
	line-height: 1.5;
	padding: 4px;
}
#footer dl, #footer ul {
	list-style-type: none;
	padding-right: 10px;
	width: 220px;
}
#footer dl.floatleft {
	padding-right: 20px;
	/*border-right: 1px dotted #3F3E37;*/
	margin-right: 4px;
	padding-left: 0px !important;
}
#footer dl dt {
	font-weight: bold;
	font-size: 130%;
}
#footer dl dd.address {
	font-size: 120%;
}



#footer ul.floatright li {
	text-align: right;
}

#footer li, #footer dt, #footer dd {
	line-height:1.5;
	margin: 0;
}
#footer li {
	padding-bottom: 4px;
}

#footer dt {
	font-weight: normal;
	color: #40627C;
	border-bottom: 1px solid #3F3E37;
	margin-bottom: 2px;
}

#footer dl.medialinks dd {
	float: left;
	padding: 5px 10px 0 0;
}

#footer dd a.maplink {
	background: url("../icons/bullet_go.gif") no-repeat -2px -1px;
	padding-left: 12px;
}

#footer span.xhtmlvalid {
	background: url("../icons/xhtml_valid.gif") no-repeat 0 50%;
	padding-left: 18px;
	font-weight: bold;
}
#footer span.cssvalid {
	background: url("../icons/css_valid.gif") no-repeat 0 50%;
	padding-left: 18px;
	font-weight: bold;
}



/********************************************************
 * Aux styles                                           *
 ********************************************************/
#contentcolumn h2, #contentcolumn h3, #contentcolumn h4, #contentcolumn h5, #contentcolumn h6 {
	clear: both;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top:0;
}
.hidden {
	display: block !important;
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
input.hidden {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}
.floatleft {
	float:left;
	padding-left:5px;
}
.floatright {
	text-align:right;
	float:right;
	text-align:right;
	padding-right:5px;
}
.bold {
	font-weight: bold;
}
a.rss, a.rss:visited, a.rss:active {
	padding-left:14px;
	background:url("../icons/rss_mini.gif") no-repeat 0 50%;
	color:#f93;
}
#videoplayer {
	width: 296px;
	height: 408px;
	margin-bottom: 5px;
	background-color: #efefef;
	border: 1px solid #e5e2c6;
}
#videoplayer p {
	position: relative;
	top: 30%;
	text-align: center;
	font-size: 75%;
	line-height: 1.5;
}
#photoplayer {
	height: 220px;
	width: 296px;
	border: 1px solid #e5e2c6;
	margin-bottom: 5px;
	background-color: #efefef;
}
#photoplayer p {
	text-align: center;
	position: relative;
	top: 30%;
	font-size: 75%;
	line-height: 1.5;
}

blockquote {
	border-left: 2px solid #3488AD;
	width: 80%;
	float: none;
	clear: both;
	margin: 5px auto;
	padding: 20px;
	padding-left: 60px;
	background: #F4F1E8 url("../images/quote-bg.gif") no-repeat 6px 6px;
	quotes: "\201C" "\201D";
	line-height: 1.5;
	font-size: 120%;
	color: #3488AD;
	color: #40627C;
}



#subscribe {
	background: #fff;
	font-size: 12px;
	line-height: 1.6;
}
#subscribe fieldset {
	border: 2px solid #3488ad;
	padding: 8px;
	background: #fff url("../images/cyanreversegradbg.gif") repeat-x 0 bottom;
}
#homepage #rightcolumn #subscribe fieldset {
	width: 180px;
}
#itempage #rightcolumn #subscribe fieldset {
	width: 260px;
}
#subscribe legend {
	color: #40627c;
	padding: 2px 0px 0 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 1.5;
	background: #fff url("../icons/email_open.gif") no-repeat 5px 0px;
}
#subscribe label {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	padding: 5px 0;
}
#subscribe input {
	font-size: 12px;
	padding: 8px;
}
#subscribe input.text {
	background: url("../images/form-field-bg.gif") no-repeat;
	width: 160px;
}
#itempage #subscribe input.text {
	background: url("../images/form-field-bg.gif") no-repeat;
	width: 140px;
}
#subscribe button {
	font-size: 12px;
	background: #fff url("../images/cyangradbg.gif") repeat-x 0 50%;
	border: 1px solid #b3b3b3;
	color: #3488AD;
	font-weight: bold;
	width: 178px;
	height: 24px;
	padding: 0px;
}
#itempage #subscribe button {
	width: 96px;
	height: 32px;
	padding: 4px;
}

#subscribe button img {
	position: relative;
	top: -1px;
	padding: 0 2px 0 0;
}
#subscribe ul {
	padding: 0 !important;
	font-size: 11px !important;
}
#subscribe ul li {
	line-height: 1.6 !important;
}
#subscribe li.subscribefriends {
	background-image: url("../icons/group_go.gif");
}
#subscribe li.subscribefriends a {
	color: #693;
	font-weight: bold;
}
#subscribe li.feed {
	background-image: url("../icons/feed.gif");
}
#subscribe li.feed a {
	color: #f93;
	font-weight: bold;
}
#subscribe li.facebook {
	background-image: url("../icons/facebook.gif");
	background-position: 1px 5px;
}
#subscribe li.facebook a {
	color: #3b5998;
	font-weight: bold;
}
#subscribe li.twitter {
	background-image: url("../icons/twitter.gif");
	background-position: 1px 5px;
}
#subscribe li.twitter a {
	color: #03b5c4;
	font-weight: bold;
}


#subscribe ul.follow, #subscribe ul.elsewhere {
	list-style: none;
	clear: both;
	margin: 0 0 1em 0;
}
#itempage #subscribe ul.follow, #itempage #subscribe ul.elsewhere {
	clear: none;
	margin: 0;
}
#subscribe ul.follow li {
	float: left;
	background: none;
	padding: 0px 15px 8px 0;
}
#itempage #subscribe ul.follow li {
	padding: 5px 12px 8px 0;
}
#subscribe ul.follow li.last {
	padding-right: 0;
}
#subscribe ul.elsewhere li {
	float: left;
	background: none;
	padding: 0 15px 6px 0;
}
#itempage #subscribe ul.elsewhere li {
	padding: 0 8px 4px 0;
}
#subscribe ul.elsewhere li.last {
	padding-right: 0;
}
#subscribe p {
	margin: 0;
	padding: 0 0 4px 0;
}
a.addthis_button {
	display: block;
	padding: 1em 0 0 24px;
}

#rightcolumn #subscribe fieldset {
}

ul#homepagebanners {
	padding: 0 !important;
	margin: 0;
	background: none;
}
ul#homepagebanners li {
	margin: 0 0 10px 0;
	background: none;
	padding: 0 !important;
}
ul#homepagebanners li a {
	display: block;
	width: 200px;
	height: 80px;
	text-decoration: none;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}
ul#homepagebanners li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
ul#homepagebanners li a span{
	float: right;
	position: relative;
	right: 0px;
	top: 8px;
	background: #fff;
	padding: 1px;
	line-height: 1;
	color: #000;
	opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
	padding: 4px 8px;
	width: 60%;
}




ul#itempagebanners {
	padding: 10px 0 0 26px !important;
	margin: 0;
	background: none;
}
ul#itempagebanners li {
	margin: 0 0 10px 0;
	background: none;
	padding: 0 !important;
}
ul#itempagebanners li a {
	display: block;
	width: 250px;
	height: 100px;
	text-decoration: none;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	opacity: 0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
}
ul#itempagebanners li a:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
ul#itempagebanners li a span{
	float: right;
	position: relative;
	right: 0px;
	top: 16px;
	background: #fff;
	padding: 1px;
	line-height: 1;
	color: #000;
	opacity: 0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
	padding: 4px 8px;
	width: 60%;
}





#homepage #midcolumn p.videolink {
	float: right;
	padding-right: 18px;
	background: url("../icons/bullet_go.gif") no-repeat right 50%;
}
#homepage #midcolumn p.videolink a {
	line-height: 1.4;
	height: 18px;
	padding-left: 18px;
	background: url("../icons/film.gif") no-repeat 0px 50%;
	vertical-align: middle;
}
#homepage #midcolumn p.youtubelink {
	float: left;
	padding-right: 4px;
}

#homepage #midcolumn p.photolink {
	float: right;
	padding-right: 18px;
	background: url("../icons/bullet_go.gif") no-repeat right 50%;
}
#homepage #midcolumn p.photolink a {
	line-height: 1.4;
	height: 18px;
	padding-left: 20px;
	background: url("../icons/photo.gif") no-repeat 0px 50%;
	vertical-align: middle;
}
#homepage #midcolumn p.flickrlink {
	float: left;
}






.highlight	{ background-color: #FFFF99 }

.hl0	{ background-color: #FF99FF }
.hl1	{ background-color: #99FFFF }
.hl2	{ background-color: #FF9999 }
.hl3	{ background-color: #9999FF }
.hl4	{ background-color: #99FF99 }
.hl5	{ background-color: #FFFF99 }
.hl6	{ background-color: #FFccFF }
.hl7	{ background-color: #ccFFFF }
.hl8	{ background-color: #FFcccc }
.hl9	{ background-color: #ccccFF }
.hl10	{ background-color: #ccFFcc }
.hl11	{ background-color: #FFFFcc }





img#municipalitylogo {
	float: left;
	padding-right: 10px;
}

#municipalitysubmitproblem {
	width: 560px;
	margin: 0 auto;
	border: 2px solid #e5e2c6;
	padding: 10px;
	text-align: center;
	background: #fff url("../images/mainarticle-bg.gif") repeat-x 0 0;
}
#municipalitysubmitproblem label {
	padding: 0 0 10px 20px;
	background: url("../icons/comment.gif") no-repeat 0 0;
	display: block;
	text-align: left;
}
#municipalitysubmitproblem textarea {
	width: 540px;
	height: 80px;
}

.error {
	color: #f00;
	font-size: 90%;
	font-weight: bold;
}
.requiredsign {
	font-weight: bold;
	color: #3488AD;
}



ul#searchremarks {
	padding-left: 20px;
	list-style-type: square;
}
ul#searchremarks li {
	padding: 2px;
	font-size: 90%;
}


div.themesrow {
	clear: left;
	padding: 20px 0 0 0;
}

dl.themeslist {
	padding: 0 20px 0 0;
	float: left;
	background: #fff url("../images/mainarticle-bg.gif") repeat-x 0 0;
	border: 2px solid #e5e2c6;
	padding: 5px;
	margin: 0 20px 0 0;
	background: #fff url("../images/cyangradbg.gif") repeat-x 0 0;
	height: 130px;
	width: 205px;
}

dl.themeslist dt {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #40627C;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
dl.themeslist dt a {
	text-decoration: none;
	color: #40627C;
}
dl.themeslist dd {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
dl.themeslist dd a {
	text-decoration: none;
}

dl.themeslist dd img {
	float: left;
	padding: 1px;
	margin: 0 4px 0 0;
	border: 1px solid #40627C;
}
.themeimage {
	float: left;
	padding: 1px;
	margin: 0 14px 4px 0;
	border: 1px solid #40627C;
}
.themeimagelarge {
	float: right !important;
	padding: 1px !important;
	margin: 0 0 4px 14px;
	border: 1px solid #40627C;
}

h2 img {
	padding-right: 5px;
	vertical-align: baseline;
}

ul.photolist {
}
ul.photolist li {
	float: left;
	padding: 0 10px 10px 0;
}
ul.photolist li img {
	border: 1px solid #efefef;
}

ul.videolist {
}
ul.videolist li {
	padding: 0 10px 10px 18px;
	background: url("../icons/film.gif") no-repeat 0 0;
	line-height: 1.3;
}
ul.soundlist {
}
ul.soundlist li {
	padding: 0 10px 10px 18px;
	background: url("../icons/sound.gif") no-repeat 0 0;
	line-height: 1.3;
}

#video-standalone-flv {}
#video-standalone-wmv {}
#video-standalone-google {}


div.delicious-blogbadge-tall {
	width: 180px !important;
}

div.delicious-blogbadge-tall ul.top-tags li {
	padding: 0 0 0 4px !important;
	display: inline !important;
	float: none !important;
}
.save-to-link-label {
	padding-left: 4px;
}





#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #3488AD;
	background-color: #fff;
	padding: 10px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 80%;
}



#contentcolumn h3.medialist {
	font-size: 10px;
	border-bottom: dotted 1px #BFBCA5;
	margin-top: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #40627c;
	padding-left: 26px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 1.5;
	clear: both;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#contentcolumn h3.photo {
	background-image: url("../icons/photo.gif");
}
#contentcolumn h3.video {
	background-image: url("../icons/video.gif");
}
#contentcolumn h3.sound {
	background-image: url("../icons/sound.gif");
}
#contentcolumn h3.link {
	background-image: url("../icons/link.gif");
}
#contentcolumn h3.file {
	background-image: url("../icons/file.gif");
}


#contentcolumn ul.medialist {
	padding-top: 10px;
	margin-bottom: 20px;
}
#contentcolumn ul.medialist li {
	float: left;
	padding: 0 10px 10px 0;
	font-size: 80%;
}
#contentcolumn ul.medialist li.item  {
	float: none;
	padding: 2px 0 2px 20px;
	line-height: 1.3;
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-image: url("../icons/page_white.gif");
}
#contentcolumn ul.medialist li.link {
	float: none;
	padding: 2px 0 2px 20px;
	line-height: 1.3;
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-image: url("../icons/link.gif");
}

#kyriakos2009 {
	position: relative;
	left: 495px;
	top: 20px;
	width: 450px;
	height: 80px;
}

#countdown {
	position: relative;
	left: 495px;
	top: 57px;
	width: 450px;
	height: 40px;
	text-align: right;
}

#countdown span#cntdwn {
	font-size: 18px;
	line-height: 1.2;
	color: #0a51a1;
}

#countdown strong {
	color: #08407d;
	font-weight: bold;
	font-size: 110%;
}

#countdown span#cntdwn_comment {
	font-size: 80%;
	color: #3488AD;
}

#election {
	border: 1px solid #3488AD;
	padding: 4px;
	background: #fff url("../images/electionbg.jpg") no-repeat 0 0;
	width: 288px;
}

#election h2 {
	color: #40627C !important;
	font-size: 120% !important;
	border-bottom: 1px solid #3488AD;
	margin-bottom: 4px;
}

#election dl {
	clear: both;
}

#election dt.date {
	float: left; 
	width: 65px;
	font-size: 70%;
	padding-top: 2px;
	white-space: nowrap;
}
#election dd.title {
	margin-left: 65px; 
	font-size: 90%;
	padding-bottom: 4px;
	line-height: 1.2;
}
#election dt.today {
	font-size: 80%;
	background: transparent url(../icons/bullet_go.gif) no-repeat scroll -2px 50%;
	padding-left: 14px;
	width: 45px;
}

#election dd.today {
	font-size: 100%;
	background: #FFFFFF url(../images/beigegradbg.gif) repeat-x scroll 0pt;
}
#election dt.future {
	font-size: 60%;
	font-weight: normal;
}
#election dd.future {
	font-size: 70%;
}

#election .morelink {
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 8px;
}

#election .votelink {
	border-top: 1px solid #3488AD;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
}


#election ul.photolist li {
	padding: 0 4px 4px 0;
}

.electionresults {
	border-top: 1px dotted #ccc;
	padding-top: 4px;
}
.electionresults dl {
	clear: both;
	width: 290px;
	border-bottom: 1px dotted #ccc;
	padding: 4px;
	margin-bottom: 2px;
}
#election .electionresults dl {
	width: 250px;
}

.electionresults .small {
	font-size: 80%;
}
.electionresults dt {
	float: left;
	width: 120px;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
}
.electionresults dd {
	font-size: 90%;
}
.electionresults dd.percent {
	text-align: center;
	font-size: 100%;
	padding-top: 4px;
}

.electionresults dd strong {
	font-weight: bold;
	font-size: 100%;
}
.resultnumbers {
	float: left;
}
.resultgraph {
	float: right;
}

#election .resultgraph {
	float: none;
}
.resultgraph img {
	float: left;
}
.resultgraph dl {
	border: none;
	padding-bottom: 15px;
}

.electionresults-brief .resultgraph dl {
	padding-bottom: 5px;
}
.resultgraph dt {
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
	width: 120px;
	float: none;
	text-align: left;
	padding-bottom: 4px;
}

.resultgraph p {
	clear: both;
	padding-top: 8px;
	text-align: center;
}

.electionresults .nd {
	color: #0a51a1;
}
.electionresults .pasok {
	color: #4d8c2d;
}
.electionresults .others {
	color: #a1a1a1;
}

.electionresults h3 {
	padding: 4px;
}

.electionresults-brief {
	width: 298px;
	float: left;
	padding: 10px;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.electionresults-brief h3 {
	font-size: 110%;
	clear: none !important;
	line-height: 2;
}
.electionresults-brief img.logo {
	float: left;
	margin-right: 10px;
}
.electionresults-brief dl {
	float: right;
}
.electionresults-brief dl dt {
}

.resultgraph-small p {
	font-size: 200%;
	font-weight: bold;
}
.diff {
	display: inline-block !important;
	font-size: 100%;
	font-weight: bold;
	padding-left: 6px;
}
.diffpos {
	color: #090;
	background: url("../images/arrow_up.gif") no-repeat 100% 50%;
	padding-right: 16px;
}
.diffneg {
	color: #900;
	background: url("../images/arrow_down_red.gif") no-repeat 100% 50%;
	padding-right: 16px;
}
.diffzero {
	color: #999;
	background: url("../images/dash.gif") no-repeat 100% 50%;
	padding-right: 16px;
}

.bg2004 {
	background: #fff url("../images/2004.gif") no-repeat 50% 50% !important;
}
.bg2007 {
	background: #fff url("../images/2007.gif") no-repeat 50% 50% !important;
}


.clearFlt { 
	clear: both;
	display: block;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
	
	
	
.listimage {
	float: left;
	margin: 0 8px 4px 0;
}

#othergreece {
	width: 510px;
	height: 160px;
	background: #efefef;
}

#tweet {
	width: 510px;
	height: 160px;
	background: #c6e0ec url(../images/twitterbg.gif) no-repeat center bottom;
}
#tweetcontent {
	padding: 2px 10px 10px 10px;
	font-size: 12px;
	overflow: auto;
	height: 140px;
}

#tweetcontent ul {
	list-style: square;
	padding: 0;
}

#tweetcontent ul li {
	margin-left: 16px;
	padding-bottom: 6px;
}

#tweetcontent ul li .smaller, #tweetcontent ul li .smaller a {
	font-size: 10px;
	color: #999;
}
#tweetcontent ul li .smaller {
	display: block;
}

#homepage #midcolumn h2.tweet {
	width: 510px;
	background: #c6e0ec;
}
#homepage #midcolumn h2.tweet, #homepage #midcolumn h2.tweet a {
	color: #5599bb;
}
#homepage #midcolumn h2.tweet a {
	padding: 10px 10px 0 30px;
	display: block;
	background: transparent url(../icons/twitter.gif) no-repeat 10px 10px;
	text-decoration: none;
	height: 18px;
}

#othergreecedesc {
	position: relative;
	left: 0;
	top: 0;
	width: 210px;
	height: 160px;
	float: left;
}

#othergreecedesc p {
	margin: 0;
	padding: 0;
	position: relative;
	left: 20px;
	width: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

#othergreecedesc p a {
	text-decoration: none;
	line-height: 1.2;
}

ul#othergreeceitems {
	position: relative;
	left: 10px;
	top: 5px;
	width: 285px;
	height: 150px;
	overflow: auto;
	margin: 0;
	padding: 0;
}
ul#othergreeceitems li {
	font-size: 90%;
	line-height: 1.2;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 2px;
}

ul#othergreeceitems li span {
	font-size: 80%;
	padding-right: 0.5em;
}

ul#othergreeceitems li a {
	line-height: 1.2;
}

#contentcolumn #itembody p.info,
#homepage #contentcolumn dd p.info,
#contentcolumn #itembody ul.info li {
	font-size: 95%;
	color: #666;
	padding-bottom: 0;
}


/* Pothen Esches 2010
-------------------------------------------------------------- */
#pothenesches {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#pothenesches th {
	background: #f0f0f0;
	border: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 3px 7px;
	width: 9%;
}

#pothenesches thead th {
	border-bottom: 1px solid #999;
	width: 13%
}

#pothenesches th b {
	font-size: 1.2em;
	font-weight: bold;
	color: #3488AD;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pothenesches thead th b {
	font-size: 1.1em;
	font-weight: bold;
	color: #E6662A;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#pothenesches tbody td {
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	vertical-align: middle;
	white-space: nowrap;
	width: 13%;
}

#pothenesches tbody td span {
	color: #aaa;
	font-size: 80%;
}

#pothenesches tbody .spouse td {
	background: #e0e0e0;
	color: #777;
}

#pothenesches tbody .spouse td span {
	color: #aaa;
}

#pothenesches .info {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/info.png) no-repeat 50% 50%;
	float: left;
}

.tip {
	cursor: pointer;
}
