/* CSS Document */
/* Limassol Link Main CSS format code */

body {
	margin: 0;
   padding: 0;
   font-size: 0.8em;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color: #000000;
}

A { 
	text-decoration: underline;
	color : #0000FF;
}

a:visited {
	color: Fuchsia;
}

A:HOVER {
	color :  #007C7D; 
 	text-decoration: none;
}

img {
	border: none;
}

/*html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}*/

table {
	border-collapse: collapse;
	/*width: 100%;*/
	/*width: 150px;*/
	vertical-align: top;
}

/* contents for the whole page */
#contents {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
}

/* Contents starting after the the header. This is within the "contents"
code above */
#content {
	position: absolute;
	top: 120px;
	left: 2px;
	width: 100%;
}

/* header placement for all pages */
#header {
	position: absolute;
	top: 0;
	left:0;
	margin: 0px;
	background: url(../graphics/cbg2.gif);
	width: 100%;
	height: 70px;
}

#header .logo {
	margin-left: 0;
	margin-top: 0;
	float: left;
}

#header .strapline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #778899;
	float: right;
	margin-right: 10px;
	margin-top: 0.2em;
}

/* format used to set the title in the header of every page
 on to the Limassol Link Logo */
#title {
	position: absolute;
	top: 44px;
	left: 16px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	color:  #004A90;
}

/* Menu format - part of the header
other menu format is dictated by the DHTML
script menu */
#menu {
	position: absolute;
	top: 70px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	background: url(../graphics/top_bg.gif);
	height: 20px;
}

#menu .bar {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 46%;
}

#menu .date {
	font-size: 11px;
	font-weight: normal;
	color: Navy;
	float: right;
	text-align: right;
	padding-top: 3px;
	margin-right: 10px;
	width: 46%;
}

/* Content starting after the header.
this is withing the "contents" code above */
#content {
	position: absolute;
	top: 95px;
	left: 0px;
}

td .left_colum {
	width: 150px;
	vertical-align: top;
/*	background-color: #D3DEE4;*/
}

/* Calendar format code */ 
#minical {
	width: 140px;
	margin-top: 12px;
	margin-left: 0px;
	background-color: #F5F4D3;
	border: 1px solid #CACACA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Calendar format code */ 
#minical .heading {
	background: url(../graphics/bg_headings3.gif);
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	color: Navy;
}

#weather {
	width: 144px;
	height: 108px;
	margin-right: 3px;
	background-image:	url(../graphics/weather_bg.jpg);
	background-repeat: no-repeat;
	border: 2px solid #4169E1;
}

td .Vert_Separator {
	width: 2px;
	background-image: url(../graphics/VSeparator.gif);
	background-repeat: repeat-y;
}

TD.HSeparator {
	background-image: url(../graphics/HSeparator.gif);
	background-repeat: repeat-x
}

/* format for the first para on the index page describing the site */ 
/*#development {
	margin-top: 10px;
}*/

/* format for the first para on the index page describing the site */ 
/*#development .paratext {
	font-size: 100%;
	line-height: 1.6em;
	padding-bottom: 8px
}*/

/* Hilite text on the Index page */
.hilite {
	background-color:  #FEFF31;
	color:  Red;
}

/* portal table format on the index page */
.portaltable {
	width: 100%;
}

/* portal table format on the index page */
.portaltable td {
	width: 33%;
   padding: 3px 3px 10px 3px;
	height: auto;
	vertical-align: top;
	font-size:  0.8em;
}

/* portal table format on the index page */
.portaltable .bullet {
	padding-top: 2px;
	vertical-align:  top;	
	padding-right: 5px;

}

/* portal table format on the index page */
.portaltable .item {
	font-size: 11px;
	font-weight: normal;
/*	color: Blue;*/
}

/* portal table format on the index page */
.portaltable .description {
	margin-top: 3px;
	color: navy;
}

div .spacer {
	clear: both;
}

/* Placement code for footer */
#footer {
	left: 2px;
	bottom: 0px;
	width: 100%;
/* border-top: 1px dashed #AAAAAA;*/
	background-color:  #F4F4F4;
	color: Black;
	font-size: 0.8em;
	background: url(../graphics/top_bg.gif);
	height: 20px;
}

/* Placement text code for footer */
/*#footer p {
 	margin: 0.5em 1em 0.5em 1em;
	padding: 0;
}*/

/* Placement text code for footer */
#footer .left {
 	margin: 0.4em 0 0.5em 1em;
	padding: 0;
   float: left;
   text-align: left;
   font-weight: bold;
   width: 40%;
}

/* Placement text code for footer */
#footer .right {
 	margin: 0.4em 1em 0.5em 0;
	padding: 0;
   float: right;
   text-align: right;
   font-weight: bold;
   width: 40%;
}

div #page_text_format {
	width: 100%;
	font-weight: normal;
	color: #000000;
}

/* First Heading used for main topics.
The heading is underlined and has padding of 0px
because it's the first heading on the page*/
div #page_text_format .first_heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 0px 10px 2px 0px;
	border-bottom:  1px solid #CD853F;
	margin: 0px 10px 10px 0px;
	color:  #CD853F;	
}

/* Heading used for main topics.
The heading is underlined and has padding of 15px
It's the underlined heading used after
the first on the page*/
div #page_text_format .heading {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 15px 10px 2px 0px;
	border-bottom:  1px solid #CD853F;
	margin: 0px 10px 10px 0px;
	color:  #CD853F;	
}

/* sub Heading used for topics. The heading is NOT underlined */

div #page_text_format .topic {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 15px 10px 2px 0px;
	margin: 0px 10px 10px 0px;
	color:  #CD853F;	
}

div #page_text_format .in_line_topic {
	font-weight: bold;
	letter-spacing: 2px;
	color:   #0000CD;	
}

div #page_text_format p.note {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 40px;
	padding-left: 30px;
	font-style: italic; 
	text-align: justify;
}

div #page_text_format p {
	font-size: 100%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
}

div #page_text_format h3 {
	color: Blue;
	font-size: 16px;
	margin-bottom: -10px;
}

/* Format on the quotes page for the italic text used for
the register of the quote */
div #page_text_format .italic {
	font-size: 11px;
	font-style: italic;
/*	font-weight: bold;*/
	color: Gray;
	margin-top: 0px;
	margin-bottom: 0px;
}

div #page_text_format p.caption {
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 0px;
	text-align: center;
}

/* Placement of images on the History page */
div #page_text_format .leftimg {
 	float: left;
	padding: 6px 10px 4px 0px;
	text-align: center;
}

div #page_text_format .rightimg {
	float: right;
	padding: 6px 10px 4px 10px;
}

/* Format for the images on the Cyprus A to Z page.
the Photos are centered */
div #page_text_format .centerImg {
	padding-top: 20px;
	margin-bottom: -10px;
}

/* Format for the links on the Cyprus A to Z page
the Links are centered */
div #page_text_format .links {
	text-align: center;
	margin-top: 0px;
}


/*div #page_text_format .rightimg p.caption {
	font-size: 0.8em;
	font-weight: bold;
	text-align:  center;
	padding-top: 0px;
}*/

/* download Instruction on Wallpaper pages */
#download {
	width: 140px;
	margin-top: 12px;
	margin-left: 0px;
	background-color: #F0F1FF;
	color: Black;
	border: 1px solid #CACACA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#download .heading {
	background: url(../graphics/bg_headings3.gif);
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	color: Navy;
}

#download .text {
  color: Navy;
  background: transparent;
  font-size: 0.8em;
  padding: 5px;
}

/* format for menu Text on Index page left column */
.button_text {
	width: 120px;
	font-size: 10px;
	font-weight: bold
/*	margin-top: 20px;
	margin-left: 26px;*/
	
 }

/* format for text on the Yellow/Gold link navigation Buttons */
#mLnk {
	width: 90px;
	margin-top: 20px;
	margin-left: 26px;
 }
 
#mLnk a {
 	text-decoration: none;
 }
 
#mLnk .other {
	background: url(../graphics/button.gif);
	height: 16px;
	font-size: 9px;
	padding-top: 2px;
	text-align: center;
	
}

/* Format used on the Wallpaper page */
#bgtitle {
	margin-left: 20px;
	background: url(../graphics/bg_headings3.gif);
	height: 19px;
}

#bgtitle span.left {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 3px;
	background-color: transparent;
	color: Navy;

}

#bgtitle span.right {
	float: right;
	font-size: 11px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	color: Navy;
	background-color: transparent;
}

table .picstable {
	margin-top: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-left: 20px;
	background-color: #FFFFFF;
}

table .picstable tr {
	vertical-align: top;
}

table .picstable td.pics {
	width: 40%;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px;
}

table .picstable span.links {
	font-size: 0.9em;
}

table .picstable td.text {
	width: 60%;
	padding: 20px;
}

.wallpaperCaption {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.randomQuotes {
	width: 99%;
	border: 1px solid blue;
	background-color: #F5F5F5;
}

/*php form format*/

.phpForms_main {
	border-collapse	: collapse;
	border				: 1px solid Navy;
	background-color	: #FFFFFF;
	width					: 400px;
}

.phpForms_pgtitle {
    font-size		: 18px;
    color			: #DF7526;
    font-weight	: bold;
	 text-align		: center;
	 padding-top	: 5px;
}

.phpForms_caption {
	font-size		: 14px;
	color				: #2849CA;
	text-align		: left;
	font-weight		: bold;
	padding-left	: 5px;
}

.phpForms_caption_kontact {
	font-size		: 12px;
	color				: #2849CA;
	text-align		: left;
	font-weight		: normal;
	line-height		: 20px;
	padding-top		: 6px;
	/*padding-bottom	: 5px;*/
	padding-left	: 5px;
}

.phpForms_comments {
	font-size		: 14px;
	color				: #2849CA;
	text-align		: left;
	font-weight		: bold;
	line-height		: 25px;
	padding-left	: 5px;
}

/* Format for Centering Images */
div.CenterImage {
	text-align: center;
}




