/* mainpage.css */

/***** global *****/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #252525;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

/***** Header *****/

#Header {
  height: 110px;
  background: transparent url(/images/bandeau.jpg) no-repeat;
  margin-bottom: 10px;
}
#Header .homeLink {
  color: black;
  display: block;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  padding: 35px 0 0 25px;
  height: 75px;
  width: 925px;
}
#Header .LinkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 700px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 10px;  
}
#Header .NewsletterSubscriptionBox {
  float: right;
  margin: -133px 5px 0 0;
}
#Header .NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
#Header .NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
#Header .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}

/***** MainPage *****/

#MainPage {
  margin: 25px auto 15px auto;
  width: 950px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#MainPage .MainPageTable,
#MainPage .MainPageTableLarge {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
  background: transparent url(/images/background-top.gif) no-repeat top;
}
#MainPage .MainPageTableBottom {
  height: 27px;
  background: transparent url(/images/background-bottom.gif) no-repeat bottom;
}
#MainPage .MainPageTable td,
#MainPage .MainPageTableLarge td {
  vertical-align: top;
}

/***** MainContent *****/

#ContentBox {
  padding: 10px;
  width: 580px;
  min-height: 570px;
  background: transparent url(/images/content/maincontent-top.gif) no-repeat top;
}
.MainPageTable #MainContentBottom {
  background: transparent url(/images/content/maincontent-bottom.gif) no-repeat bottom;
  display: block;
  width: 600px;
  height: 10px;
}
#ContentBox.WithoutSkyscraper {
  width: 710px !important;
  background: white;
}
#MainContent h1 {
  color: white;
  background: transparent url(/images/content/h1.gif) no-repeat;
  margin: 0 0 10px -1px;
  line-height: 25px;
  font-size: 16px;
  padding-left: 25px; 
  width: 100%;
}
#ContentBox.WithoutSkyscraper h1 {
  color: white;
  background: transparent url(/images/content/withoutSkyscraper-h1.gif) no-repeat;
  margin: 0 0 10px -1px;
  line-height: 25px;
  font-size: 16px;
  padding-left: 25px; 
  width: 100%;
}
#MainContent h2 {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}
#MainContent .staticImage {
  float: left;
  margin: 5px 15px 10px 0;
}
#MainContent p {
  margin-bottom: 10px;
  text-align: justify;
}
#MainContent ul {
  margin: 0 0 10px 15px;
}
#MainContent ol {
  margin: 0 0 10px 15px;
}
#MainContent a {
  color: orange;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .clear {
  clear: both;
  display: block;
}
#MainContent .simulation_empruntis {
  margin: 10px 0 0 15px;
}
#MainContent .paymentChoice .cb {
  float: left;
  margin: 0 20px;
}

#AutoFormContainergenerali h2.title {
  text-decoration: none;
}

/* LearnBox */

#LearnBox {
  width: 250px;
  border: 1px solid black;
  padding: 5px;
  float: right;
  margin: 0 0px 10px 10px;
}

#LearnBox h2 {
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #F29400;
  color: #f27200;
}

#MainContent .staticImage {
  float: left;
  margin: 0  5px 10px 0 !important;
}

/* simulation foncier home */ 

#MainContent .logoFoncierHome {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
#MainContent .textFoncierHome {
  margin: 45px 0 0 0;
}

/***** Shows *****/

.SquareFooterShow {
  width: 100%;
  text-align: center;
}
.VerticalShow {
  border-spacing: 0;
}

/***** MenuBar *****/

.menuBox {
  width: 188px;
  height: 585px;
  margin: 0 auto;
  font-weight: bold;
  background: transparent url(/images/sectionmenu/background-bottom.gif) no-repeat bottom;
}
.menuBox .SectionName {
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
  color: #808080;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: transparent url(/images/sectionmenu/background-top.gif) no-repeat top;
}
#MenuBar ul {
  list-style-type: none;
}
#MenuBar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 1px;
  padding-left: 10px;
  background: #c6c7c9 url(/images/sectionmenu/button.gif) no-repeat top;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
#MenuBar ul li a:hover,
#MenuBar ul li .selected {
  background: #85898D url(/images/sectionmenu/button.gif) no-repeat bottom;
  color: white;
  font-size: 11px;
  padding-left: 25px;
}

/***** ServicesMenu *****/

.menuBox .ServicesName {
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
  margin-top: 20px;
  color: white;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: transparent url(/images/sectionmenu/servicesName/services-name.gif) no-repeat 1px 0;
}

#ServicesMenu {
  margin-top: 10px;
  background: transparent url(/images/sectionmenu/servicesName/background-top.gif) no-repeat top;
}
#ServicesMenu .section {
  list-style-type: none;
  background: transparent url(/images/sectionmenu/servicesName/background-bottom.gif) no-repeat bottom;
}
#ServicesMenu .section li a {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 1px;
  padding-left: 10px;
  background: none;
  text-transform: none;
  text-decoration: none;
  color: black;
}
#ServicesMenu .section li a:hover,
#ServicesMenu .section li .selected {
  text-decoration: underline;
  color: #F29400;
}

/***** Footer *****/

#Footer {
  padding: 10px 0;
}
#Footer .FooterLinks {
  float: left;
  color: #999999;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#Footer .Copyright {
  float: right;
  font-size: 10px;
  margin-top: 5px;
  color: #f1f1f1;
}
#Footer .Copyright a {
  color: #f1f1f1;
  text-decoration: none;
}

/***** Network *****/

#Network {
  float: left;
  padding: 5px 10px;
  font-size: 10px;
  color: #F6F6F6;
}
#Network .partners {
  float: left;
  font-weight: bold;
  padding-right: 2px;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  color: #F6F6F6;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}
