#mainPage {
	width: 970px;
	clear: both;
	margin: 0 auto 15px;
	font-size: 8pt;
}

.rounded {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
}
.rounded_bottom {
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
}

#mainPage #articles {
	clear: left;
	float: left;
	width: 375px;
	height: 435px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #efefef;
}

#mainPage #articles #slideshow #slidesContainer {
  margin:0 auto;
  width: 100%;
  height: 260px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#mainPage #articles #slideshow #slidesContainer .slide {
  margin:0 auto;
  width:334px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:270px;
  z-index: 0;
}

#mainPage #articles #slideshow .control {
  display:block;
  position: relative;
  width:39px;
  cursor: pointer;
  text-indent:-10000px;

}
#mainPage #articles #slideshow #leftControl {
  position: relative;
  top: 190px;
  left: 3px;
  background: url('../images/buttons/article_prev.png');
  width: 29px;
  height: 29px;
  margin-bottom: -29px;
  z-index: 2;
}

#mainPage #articles #slideshow #rightControl {
  position: relative;
  top: -70px;
  left: 342px;
  background: url('../images/buttons/article_next.png');
  width: 29px;
  height: 29px;
  margin-bottom: -29px;
  z-index: 2;
}

#mainPage #articles .articlePicture {
	width: 375px;
	height: 120px;
	margin: 0px 0 15px;
	padding-top: 187px;
	background: #000 no-repeat top;
}

#mainPage #articles .articleText {
	background: url('../images/layout/backgrounds/semi_transparent.png');
	padding: 2px 7px 4px;
	min-height: 68px;
	clear: both;
    color: #000;
}
#mainPage #articles h2 {
    font-size: 10pt;
    color: #222;
    font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin-top: 3px;
	font-weight: bold;
	padding: 0 27px;
}

#mainPage #articles h2.articleHeader a {
	border-bottom: 0;
}

#mainPage #articles h3 {
    font-size: 9pt;
	font-weight: bold;
	color: #333;
	padding: 20px 10px 0;
}

#mainPage #articles .articleText a {
	color: #222;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

#mainPage #articles .articleText a:hover {
	color: #cc0e01;
}

#mainPage #articles p {
	margin: 5px 0 -1px;
    font-size: 8pt;
	padding: 0 27px;
	height: 27px;
	line-height: 130%;
}

#mainPage #articles .articleComments {
	float: left;
}
#mainPage #articles .articleID {
	text-align: right;
	float: right;
}

#mainPage #articles ul {
	margin: 10px 10px 10px 15px;
	line-height: 195%;
	list-style: none;
	padding: 0;
}

#mainPage #articles li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage #articles #footerLinks {
  color: #aaa;
  text-align: right;
  width: 99%;
  padding-bottom: 3px;
}

#mainPage #articles #footerLinks img {
	display: inline-block;
	margin: 0 0 0 3px;
	vertical-align: middle;
}

#mainPage #articles #footerLinks a {
    color: #777;
}

#mainPage #articles #footerLinks a:hover {
    color: #c00;
}

#mainPage #info-header {
	display: block;
	background: url(../images/layout/box_headers/info.jpg) no-repeat;
	width: 182px;
	height: 37px;
	margin: 15px 0 0 8px;
}

#mainPage #info {
    width: 163px;
    height: 102px;
    border: 1px solid #efefef;
    border-top: 0;
    /*background: url(../images/layout/box_headers/info.jpg) no-repeat;*/
    margin: 0 0 10px 11px;
    padding: 10px 5px;
}

#mainPage #info h2 {
	margin: 0 5px 8px;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

#mainPage #info #left-column {
  float: left;
  width: 175px;
  height: 100px;
  border-right: 1px dotted #aaa;
  margin: 15px 0 10px 5px;
}

#mainPage #info #right-column {
  float: right;
  width: 170px;
  height: 100px;
  margin: 15px 5px 10px 5px;
}

#mainPage #info li {
	display: block;
	float: left;
	width: 140px;
	padding-left: 24px;
	margin-top: 8px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
	line-height: 140%;
}

#mainPage #info li a {
	color: #333;
	border-bottom: 1px solid #ddd;
}
#mainPage #geography {
	float: left;
	width: 375px;
	height:	260px;
	margin: 0 0 0 10px;
	border: 1px solid #efefef;
}

#mainPage #geography #geoPicture {
	width: 100%;
	height: 100%;
	background: url(../images/content_images/_geo.jpg)
}

#mainPage #geography #geoPicture #geoText {
	position: relative;
	bottom: -186px;
	background: url(../images/layout/backgrounds/semi_transparent.png);
	padding: 2px 7px 4px;
	min-height: 68px;
	clear: both;
	color: #FFFFFF;
}

#mainPage #geography #geoPicture #geoText h2 {
    font-size: 10pt;
    color: #222;
    font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	margin-top: 3px;
	font-weight: bold;
}

#mainPage #geography #geoPicture #geoText p {
	margin: 5px 0 0 10px;
	line-height: 140%;
	color: #111;
}

#mainPage #geography #geoPicture #geoText p a {
	color: #c00;
	text-decoration: underline;
}

#mainPage #geography #geoPicture #geoText ul {
	list-style: circle;
	margin: 7px 0 0 25px;
	line-height: 150%;
	color: #222;
}


#mainPage #geography #geoPicture #geoText li a {
	color: #222;
	border-bottom: 1px solid #999;
}

#mainPage #geography #geoPicture #geoText li a:hover {
	color: #c00;
}

#mainPage #today {
	float: right;
	width: 178px;
	height: 120px;
	margin: 0px 4px 0px 10px;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
}

#mainPage #today h1 {
	font-family: verdana;
	font-size: 8pt;
	color: #222;
	margin: 5px 0 7px 5px;
	padding: 0;
}

#mainPage #today a.more {
	display: block;
	width: 15px;
	height: 23px;
	background: url('../images/icons/arrows/more.png') no-repeat;
	float: right;
	margin: 0 3px 0 0;
}
#mainPage #today #poundExchange {
	height: 20px;
}

#mainPage #today #poundExchange a.more {
	margin-top: -8px;
}

#mainPage #today #poundExchange p {
	text-align: center;
	font-weight: bold;

}

#mainPage #today #poundExchange img {
	vertical-align: -1px;
}

#mainPage #today div.hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  height: 2px;
  width: 50%;
  margin: 3px auto 8px;
  padding: 0;
}

#mainPage #today #weatherInfo a.more {
	margin-top: 7px;
}

#mainPage #today #weatherInfo p.temp {
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 0 0 5px;
	height: 24px;
	border: 0;
	color: #555;
}

#mainPage #today #weatherInfo p.desc {
	color: #444;
	text-align: center;
	margin-bottom: 8px;
}

#mainPage #today #weatherInfo img {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 50px;
}

#mainPage #dictionary_box {
	width: 185px;
	height: 278px;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	border: 1px solid #efefef;
	margin: 15px 0 15px 10px;
	padding: 15px 0px 0px 0px;
	float: left;
	text-align: center;
}
#mainPage #dictionary_box iframe {
	width: 170px;
	height: 270px;
	margin: 0 auto;
}

#mainPage #banners_right {
    float: right;
    width: 180px;
    min-height: 395px;
    margin: 0px 0 15px 0;
}

#mainPage #banners_right .banner {
    margin: 14px 2px 0px -4px;
}

#mainPage #banners_right .l {
	height: 180px;
}

#mainPage #banners_right .m {
	height: 70px;
	margin-bottom: 15px;
}

#mainPage #thematic {
	width: 540px;
	height: 95px;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	border: 1px solid #efefef;
	clear: left;
	margin: -133px 0 20px 5px;
	padding: 15px 0 6px 20px;
	float: left;
}

#mainPage #thematic h2 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #444;
}

/* IE hack */
#mainPage #thematic h2 span {
	display: inline-block;
	width: 85px;
	margin: 0 0 10px;
}

#mainPage #thematic ul {
	display: inline;
	list-style: none;
	line-height: 350%;
	margin: 0;
}

#mainPage #thematic li {
	display: inline;
	padding: 0 5px;
	font-size: 11pt;
}

#mainPage #thematic li a {
	border-bottom: 1px solid #ddd;
}

#mainPage #thematic li a:hover {
	color: #c00;
}

#mainPage #thematic li img.icon {
	vertical-align: middle;
	margin: 0 2px;
}

#mainPage a#services-header {
	display: block;
	clear: left;
	background: url(../images/layout/box_headers/uslugi.jpg) no-repeat;
	width: 970px;
	height: 36px;
}

#mainPage a#services-header img.more, #mainPage a#jobs-header img.more, #mainPage a#homes-header img.more,
#mainPage a#classfieds-header img.more, #mainPage #forum-header img.more, #mainPage #events-header img.more  {
	display: block;
	float: right;
	margin: 13px 12px 0 0;

}

#mainPage #forum-header img.more-rss  {
	display: block;
	float: right;
	margin: 12px 7px 0 0;
}

#mainPage #services {
	clear: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 960px;
	height: 194px;
	margin: 0 0 10px 4px;
}

#mainPage #services #servicesList {
	display: block;
	width: 732px;
	height: 194px;
	float: left;
	background: url('../images/layout/backgrounds/services.png') no-repeat -1px 0;
}

#mainPage #services .service {
	display: table;
	float: left;
	margin: 0;
	padding: 0;
	width: 181px;
	height: 95px;
	text-align: center;
}

#mainPage #services .service .makeMeCentered {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#mainPage #services .service h1 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 9pt;
	color: #983434;
	line-height: 110%;
}
#mainPage #services .service h1 {
	color: #983434;
}

#mainPage #services .service p {
	color: #666;
	font-size: 7.5pt;
	line-height: 110%;
}

#mainPage #services .service p {
	color: #666;
}

#mainPage #services #categories {
	float: right;
	width: 205px;
	height: 185px;
	margin: 7px 0;
	border-left: 1px dotted #ccc;
	padding-left: 13px;
}

#mainPage #services #categories h1 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

#mainPage #services #categories li {
	display: block;
	float: left;
	width: 160px;
	padding-left: 30px;
	margin-top: 8px;
	background-image: url("../images/layout/li.jpg");
	background-repeat: no-repeat;
	background-position: 0.3em ;
	line-height: 125%;
}

#mainPage #services #categories li a {
	color: #333;
	border-bottom: 1px solid #ddd;
}

#mainPage #services #categories a.more {
	display: block;
	clear: both;
	width: 190px;
	height: 15px;
	text-align: right;
	font-weight: bold;
	color: #333;
	margin: 19px 5px 0;
}

#mainPage #services #categories a:hover, #mainPage #services #categories a.more:hover {
	color: #c40000;
}

#mainPage .three-container {
	width: 100%;
	clear: both;
	margin: 15px 0 0;
}

#mainPage #classfieds a, #mainPage #forum a, #mainPage #jobs a, #mainPage #homes a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#mainPage a#jobs-header {
	display: block;
	float: left;
	clear: left;
	background: url('../images/layout/box_headers/praca.jpg') no-repeat;
	width: 320px;
	height: 36px;
	margin: 0 6px 0 0;
}

#mainPage #jobs {
	float: left;
	clear: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 310px;
	height: 180px;
	margin: 0 11px 0 4px;
	padding-top: 10px;
}

#mainPage #jobs .background-photo {
	background: url(../images/layout/backgrounds/jobs.jpg) no-repeat bottom right;
	width: 100%;
	height: 100%;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-radius-bottomright: 6px;
}

#mainPage #jobs h2, #mainPage #homes h2, #mainPage #classfieds h2 {
	margin: 0 10px 5px;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #444;
}

#mainPage #jobs ul {
	margin: 0 10px 18px 15px;
	line-height: 200%;
	list-style: none;
	padding: 0;
}

#mainPage #jobs ul li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage #articles a:hover, #mainPage #jobs a:hover {
	color: #DF0404;
}

#mainPage a#homes-header {
	float: left;
	display: block;
	background: url('../images/layout/box_headers/mieszkanie.jpg') no-repeat;
	width: 320px;
	height: 36px;
	margin: 0 6px 0 0;
}

#mainPage #homes {
	float: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 310px;
	height: 180px;
	margin-left: 3px;
	padding-top: 10px;
}

#mainPage #homes .background-photo {
	background: url(../images/layout/backgrounds/homes.jpg) no-repeat bottom right;
	width: 100%;
	height: 100%;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-radius-bottomright: 6px;
}

#mainPage #homes ul {
	margin: 0 10px 18px 15px;
	line-height: 200%;
	list-style: none;
	padding: 0;
}

#mainPage #homes ul li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage #homes .iconCamera {
	 vertical-align: middle;
	 width: 16px;
	 height: 13px;
}

#mainPage #homes a.link {
  color: #444;
  margin: 0 0 0 7px;
  line-height: 180%;
}

#mainPage a#classfieds-header {
	float: right;
	display: block;
	background: url('../images/layout/box_headers/ogloszenia.jpg') no-repeat;
	width: 318px;
	height: 36px;
	margin: 0;
}

#mainPage #classfieds {
	float: right;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 308px;
	height: 180px;
	margin: 0 4px 0 4px;
	padding-top: 10px;
}

#mainPage #classfieds .background-photo {
	background: url(../images/layout/backgrounds/classfieds.jpg) no-repeat bottom right;
	width: 100%;
	height: 100%;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-radius-bottomright: 6px;
}

#mainPage #classfieds ul {
	margin: 0 10px 10px 15px;
	line-height: 200%;
	list-style: none;
	padding: 0;
}

#mainPage #classfieds ul li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage #classfieds a:hover {
	color: #DF0404;
}

#mainPage #classfieds ul.one_line {
	margin-top: 10px;
}


#mainPage #classfieds ul.one_line li {
	display: inline;
	background-image: none;
	padding-left: 5px;
}

#mainPage .three-container #forum-header {
	float: left;
	background: url(../images/layout/box_headers/forum.jpg) no-repeat;
	width: 320px;
	height: 36px;
	margin: 8px 0 0;
}

#mainPage .three-container #forum {
	float: left;
	clear: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 310px;
	height: 180px;
	margin-left: 4px;
	padding-top: 10px;
}

#mainPage .three-container #forum .bg-photo {
  background: url('../images/layout/backgrounds/forum.jpg') right 38px no-repeat;
  height: 180px;
}

#mainPage #forum ul {
	margin: 0px 10px 10px 15px;
	line-height: 200%;
	list-style: none;
	padding: 0;
}

#mainPage #forum li {
	padding-left: 24px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage .three-container #homes a:hover, #mainPage .three-container #forum a:hover, #mainPage #info a:hover {
	color: #E6B300;
}

#mainPage .three-container #poll-header {
	float: left;
	background: url(../images/layout/box_headers/ankieta.jpg) no-repeat;
	width: 320px;
	height: 36px;
	margin: 8px 5px 0;
}

#mainPage .three-container #poll {
	float: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 310px;
	height: 180px;
	margin-left: 14px;
	padding-top: 10px;
}

#mainPage .three-container #poll h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #333;
	margin: 7px 7px 20px;
}

#mainPage .three-container #poll li {
    display: inline-block;
    width: 310px;
}

#mainPage .three-container #poll label {
        display: inline-block;
        width: 270px;
}

#mainPage .three-container #poll input[type="radio"] {
	padding: 0;
	vertical-align: -4px;
	margin: 0 4px 5px 12px;
	height: 16px;

}

#mainPage .three-container #poll #poll_vote {
  display: block;
  margin: 10px auto 7px;
  padding: 5px 0px 0px 30px;
  border: 0;
  background: url('../images/layout/buttons/button_bg_gray.jpg');
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 69px;
  height: 20px;
  cursor: pointer;
}
#mainPage .three-container #poll a.more {
float: right;
	text-align: right;
	font-size: 8pt;
	color: #888;
	border-bottom: 1px solid #ccc;
	margin-right: 3px;
}
#mainPage .three-container #poll .bg-photo {
  background: url('../images/layout/backgrounds/poll.jpg') right 15px no-repeat;
  height: 158px;
}

#mainPage .three-container #poll #answers {
	margin-left: 20px;
}

#mainPage .three-container #poll #answers li {
	display: block;
	height: 30px;
	color: #444;
    width: 94%;
}

#mainPage .three-container #poll #answers li .bar {
	background: #ff8080;
	height: 4px;
	margin: 4px 0 0 0;
}

#mainPage .three-container a#newsletter-header {
	float: right;
	display: block;
	background: url(../images/layout/box_headers/newsletter.jpg) no-repeat;
	width: 320px;
	height: 36px;
	margin: 8px 0 0;
}

#mainPage .three-container #newsletter {
	float: right;
	border: 1px solid #efefef;
	background: url("../images/layout/backgrounds/grayGradient.jpg") repeat-x;
	width: 310px;
	height: 180px;
	margin-right: 4px;
	padding-top: 10px;
}

#mainPage .three-container #newsletter .bg-photo {
  background: url('../images/layout/backgrounds/newsletter.jpg') right no-repeat;
  height: 180px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-radius-bottomright: 6px;
}

#mainPage .three-container #newsletter input[type="text"] {
  display: block;
  margin: 10px auto;
  padding: 3px 3px 0;
  border: 1px solid #aaa;
  background: #efefef;
  color: #444;
  font-size: 8pt;
  width: 230px;
  height: 17px;
}

#mainPage .three-container #newsletter input[type="submit"] {
  display: block;
  margin: 8px auto 15px;
  padding: 0px 3px 0 0;
  border: 0;
  background: url('../images/layout/buttons/button_bg_gray.jpg');
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 99px;
  height: 25px;
  cursor: pointer;
}

#mainPage .three-container #newsletter #validationInfo, #newsletter #validationOK {
	margin: -10px 0 5px 30px;
	padding: 2px 4px;
	color: #555;
	font-size: 7.5pt;
}

#mainPage .three-container #newsletter #validationInfo img, #newsletter #validationOK img {
  vertical-align: -2px;
  margin: 0 3px;
}

#mainPage .three-container #newsletter p {
	color: #D98200;
	margin-bottom: 7px;
	font-weight: bold;
	margin-left: 13px;
}

#mainPage .three-container #newsletter  ul {
	margin: 7px 0px 0px 17px;
	list-style: none;
	line-height: 180%;
	padding: 0;
}

#mainPage .three-container #newsletter li {
	padding-left: 22px;
	background-image: url(../images/layout/li.jpg);
	background-repeat: no-repeat;
	background-position: 0.3em ;
}

#mainPage #events {
	clear: left;
	border: 1px solid #efefef;
	background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
	width: 960px;
	height: 191px;
	margin-left: 4px;
}

#mainPage #events-header {
	display: block;
	clear: left;
	background: url('../images/layout/box_headers/wydarzenia.jpg') no-repeat;
	width: 970px;
	height: 37px;
	margin: 15px 0 0;
}

#mainPage #facebook {
    clear: left;
    border: 1px solid #efefef;
    background: url(../images/layout/backgrounds/grayGradient.jpg) repeat-x;
    width: 960px;
    height: 191px;
    margin-left: 4px;
}

#mainPage #facebook-header {
    display: block;
    clear: left;
    background: url('../images/layout/box_headers/facebook.jpg') no-repeat;
    width: 970px;
    height: 37px;
    margin: 15px 0 0;
}

#mainPage #events li.event {
	display: block;
	margin: 0;
	float: left;
	width: 155px;
	height: 185px;
    border-right: 1px dotted #ccc;
	padding: 0 2px;
}

#mainPage #events .event .date {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin: 0 0 20px;

}

#mainPage #events .event div.img_wrapper {
    height: 75px;
    min-height: 75px;
}

#mainPage #events .event img {
	display: block;
	margin: 0 auto;
}

#mainPage #events .event .name {
  text-align: center;
  margin: 10px 3px 15px;
  height: 27px;
}

#mainPage #events .event a.seeMore {
    display: block;
	text-align: center;
	color: #E6B300;
	margin: 5px auto 0;
	font-size: 10pt;
}

#mainPage #events .event a.seeMore:hover {
	font-weight: bold;
}

#mainPage #events p.empty {
  color: #333;
  text-align: center;
  margin: 60px 0;
  font-size: 12pt;
  line-height: 150%;
}

#mainPage #events p.empty .subtitle {
	font-size: 10pt;
    color: #666;
}

#mainPage #events p.empty .subtitle a {
	color: #c00;
	border-bottom: 1px solid #ccc;
}

#mainPage #events #proposition {
	float: right;
	text-align: center;
	height: 150px;
	font-size: 12pt;
	color: #333;
	line-height: 200%;
	padding-top: 55px;
	margin-right: -4px;
}

#mainPage #events #proposition a {
	color: #c00;
	border-bottom: 1px solid #aaa;
}

#mainPage .messageBox {
	width: 965px;
	margin: 0 0 10px 3px;
}

#mainPage .messageBox .messageTextBlue {
	padding: 2px 10px;
	color: #F8FDF4;
	background: #2C89A0;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#mainPage .messageBox .messageTextGreen {
	padding: 2px 10px;
	color: #F8FDF4;
	background: #71C837;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 140%;
}

#mainPage .messageBox .messageTextGreen a{
	border-bottom: 1px solid #a8dd84;
	color: #3a681c;
}

#mainPage .messageBox .messageTextGreen a:hover {
	color: #000;
}

#mainPage .messageBox .cornerTopBlue {
	background: url(../img/dialogboxes/corners/blue/top.png) no-repeat top;
	height: 8px;
}

#mainPage .messageBox .cornerBottomBlue {
	background: url(../img/dialogboxes/corners/blue/bottom.png) no-repeat bottom;
	height: 8px;
}

#mainPage .messageBox .cornerTopGreen {
	background: url(../img/dialogboxes/corners/green/top.png) no-repeat top;
	height: 8px;
}

#mainPage .messageBox .cornerBottomGreen {
	background: url(../img/dialogboxes/corners/green/bottom.png) no-repeat bottom;
	height: 8px;
}

#mainPage .messageBox .cornerTopRed {
	background: url(../img/dialogboxes/corners/red/top.png) no-repeat top;
	height: 8px;
}

#mainPage .messageBox .cornerBottomRed {
	background: url(../img/dialogboxes/corners/red/bottom.png) no-repeat bottom;
	height: 8px;
}

#mainPage .messageBox img.corner {
   display: block !important;
}

#mainPage .messageBox a.closeButton {
	margin-top: -4px;
	margin-right: 4px;
	float: right;
}

#mainPage #linkme {
	border: 1px solid #efefef;
	width: 940px;
	margin:10px 4px;
	padding: 10px;
}

#mainPage #linkme a {
	color: #444;
	text-decoration: underline;
}

