﻿/* Global settings */

a.DefaultLink:link
{
    color: #b0c9dd;
    text-decoration: none;
}

a.DefaultLink:visited
{
    color: #b0c9dd;
    text-decoration: none;
}

a.DefaultLink:active
{
    color: #b0c9dd;
    text-decoration: none;
}

a.DefaultLink:hover
{
    color: #ffffff;
    text-decoration: none;
}

body 
{
    margin: 0px;
    font-family: verdana;
    font-size: 8pt;
    color: #ffffff;
    background-color: #040f17;
}

div
{
    overflow: hidden;
}

img
{
    border: none;
}

div#MainHorizontalAlignment
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: #0b1829;
}

div#Header
{
    height: 150px;
    width: 960px;
    cursor: pointer;
}

div#Navigation
{
    width: 960px;
    height: 50px;
}

div#LangsNav
{
    float: right;
    margin: 10px 10px 0px 0px;
}

*.LangFlag
{
    margin-left: 5px;
}

div#LeftSide
{
    float: left;
    width: 240px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 20px 0px 20px;
}

img#LeftSideThumbnail
{
    width: 227px;
    height: 156px;
    display: block;
    margin: 0px auto 20px auto;
}

span#ReadMoreLink
{
    float: right;
}

div#BorderLine
{
    background-image: url("Images/BorderLine.jpg");
    width: 1px;
    height: 500px;
    float: left;
    margin-top: 70px;   
}

div#ContentArea
{
    float: right;
    width: 679px;
}

div#ContactInfo
{
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 960px;
    float: left;
    margin-top: 70px;
    cursor: pointer;
}

div#Footer
{
    text-align: right;
    width: 960px;
}




/* Default.aspx */

body#Intro
{
    background-color: #000000;    
}

div#IntroHorizontalAlignment
{
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
}

div#IntroVerticalAlignment
{
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
}




/* WelcomeToMySite.aspx */

div#WelcomeToMySite
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}

div#WelcomeToMySitePictures
{
    width: 450px;
    height: 93px;
    margin: auto;
    margin-bottom: 20px;
}

div#WelcomeToMySiteLinks
{
    margin: 20px auto 0px auto;
    width: 488px;
}




/* AboutMe.aspx */

div#AboutMe
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* AboutTheCities.aspx */

div#AboutTheCities
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* SeeMeAroundTheWorld.aspx */

div#SeeMeAroundTheWorld
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}

div#SeeMeARoundTheWorldMap
{
    width: 630px;
    height: 333px;
    margin: auto;
}




/* FromTheBook.aspx */

div#FromTheBook
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* Partners.aspx */

div#Partners
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* CheckMyTravelPlan.aspx */

div#CheckMyTravelPlan
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* AboutTheProject.aspx */

div#AboutTheProject
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}




/* AboutThePeople.aspx */

div#AboutThePeople
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}

div.PersonArea
{
    width: 123px;
    margin: 0px 10px 10px 0px;
}

div.PersonThumbnail
{
    width: 123px;
    height: 81px;
}

div#PersonsListing
{
   margin-top: 10px;
   clear: both;
   float: left;
}




/* Contact.aspx */

div#Contact
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}

div#ContactForm
{
    width: 639px;
    height: 444px;
    position: relative;
}

div.ContactFormMessage
{
    color: #b0c9dd;
}

input.From
{
    margin: 55px 0px 0px 190px;
    position: absolute;
    width: 285px;
}

input.Mail
{
    margin: 110px 0px 0px 190px;
    position: absolute;
    width: 285px;
}

textarea.Message
{
    margin: 170px 0px 0px 190px;
    position: absolute;
    width: 285px;
}

*.SendForm
{
    position: absolute;
    margin: 343px 0px 0px 392px;
}




/* Gallery.aspx */

div#Gallery
{
    background-position: top center;
    background-repeat: no-repeat;
    width: 639px;
    padding: 60px 20px 0px 20px;
}

span.GalleryHeader
{
    font-weight: bold;
}

img.GalleryThumbnail
{
    float: left;
    width: 123px;
    height: 81px;
    margin: 0px 10px 10px 0px;
}

div#GalleryPaging
{
    width: 639px;
    text-align: center;
    margin-top: 10px;
}

div.GalleryDelimiter
{
    clear: both;
}




/* AdminPanel.aspx */

body#AdminPanelBodyProperties
{
    background-color: #ffffff;
    background-image: none;
}

div#AdminPanelHorizontalAlignment
{
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
}

div#AdminPanelVerticalAlignment
{
	margin-left: -100px;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 200px;
	height: 90px;
	overflow: visible;
}

*.AdminPanelProperties
{
    font-family: verdana;
    font-size: 8pt;
}