html
{
    height:100%;
    width:100%;
}
body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#252525;
    min-height: 100%;
  /*  height: auto !important;*/
	height:100%;
	width:100%;
}
body.default
{

}
h1
{
    font-size:35px;
}
h2
{
    font-size:22px;
    margin-bottom:18px;
	font-weight:normal
}
img { border:0; }

*
{
    margin:0;
    padding:0;
}

a, a:visited
{
	text-decoration:underline;
	color:#4287e6;
	font-family: Arial, Helvetica, sans-serif;
}
.js
{
	border-bottom:1px dotted #339cdd;
	color: #4287e6;
	cursor:pointer;
}
.js-cur
{
	color: #339cdd;
	background-color:#f0f0f0;
	border-bottom:1px dotted black;
	color:black;
}

.js-disabled
{
	border-bottom:0;
	color: #e0e0e0;
	cursor:pointer;
}
.js-cur-disabled, .js-disabled-cur
{
	color: white;
	background-color:#e0e0e0;
	border-bottom:0;
}
/*
input,textarea, select
{
	border:1px solid #809db9;
	color:#636363;
	font-size:12px;
	padding:2px;
}
*/


div.doccontent
{
    padding-left:40px;
    width:650px;
    border-left:1px solid gray;
    border-right:1px solid gray;
}

ul,ol
{
    margin-bottom:30px;
}

table.def-top-struct
{
    width:100%;
    height:310px;
}
table.def-top-struct td
{
    text-align:left;
    vertical-align:top;
}
table.def-top-struct td.left
{
    background-image:url('/img/def.bg.left.gif');
    background-repeat:repeat-x;
}
table.def-top-struct td.center
{
    background-image:url('/img/def.bg.cent.jpg');
    background-repeat:no-repeat;
    width:998px;
}
table.def-top-struct td.right
{
    background-image:url('/img/def.bg.right.gif');
    background-repeat:repeat-x;
}

table.def-head-struct
{
    width:100%;
}
table.def-head-struct td
{
    text-align:left;
    vertical-align:top;
}
table.def-head-struct tr.top
{
    height:230px;
}
table.def-head-struct tr.top td.phone
{
    padding-left:60px;
    /*padding-top:25px;*/
    width:280px;
}
table.def-head-struct tr.top td.phone div.phone
{
    margin-top:25px;
}
div#path
{
    padding-left:4px;
    margin-top:2px;
}
table.def-main-struct
{
    width:917px;
}
table.def-main-struct td
{
    text-align:left;
    vertical-align:top;
    /*border:1px solid red;*/
}
table.def-main-struct td.content
{
    width:617px;
    padding-left:42px;
}
table.def-main-struct td.menu hr
{
    height:1px;
    border-top:1px solid #649212;
    width:80%;
    margin-top:25px;
    margin-bottom:25px;
}
ul.default-main-menu
{
    margin-left:0px;
    list-style-type: none;
    margin-bottom:0px;
}
ul.default-main-menu li
{
    padding-left:27px;
    margin-bottom:3px;
    background-repeat:no-repeat;
}
ul.default-main-menu li a, ul.default-main-menu li a:visited
{
    color:#4287e6;
}
ul.default-main-menu li.big, ul.default-main-menu li.bigcur
{
    font-size:18px;
    font-weight:bold;
}
ul.default-main-menu li.cur a, ul.default-main-menu li.bigcur a
{
	text-decoration:underline;
	color:#4287e6;
}
div.copyright
{
    /*margin-top:50px;*/
    padding-top:10px;
    padding-bottom:7px;
    border-top:1px solid #649212;
    background-color:#efefef;
    /*position:relative;*/
    height:65px;
	text-align:center;
	font-size:11px;
}
.copyright table {
	width: 860px;
	margin:auto;
}
div.copyright_space
{
    height:50px;
}


ul.submenu
{
    margin-left:0px;
    list-style-type: none;
    margin-bottom:5px;
}
ul.submenu li
{
    padding-left:27px;
    margin-bottom:3px;
    background-repeat:no-repeat;
    background-image:url('/img/submenu-li.gif');
    background-position:7px 7px;
}
ul.submenu li a, ul.submenu li a:visited
{
    color:#4287e6;
}


ul.submenu li.cur a
{
    /*text-decoration:none;*/
    /*color:black;*/
    font-weight:bold;
}
ul.submenu li.title
{
    margin-top:12px;
    font-weight:bold;
    background-image:none;
}
div.phone
{

}
div.phone div.number
{
    font-family:Georgia;
    font-size:41px;
    margin-bottom:4px;
}
body.main
{
    background-image:url('/img/main.bg.side.gif');
    background-repeat:repeat-x;
}
table.main-top-struct
{
    background-image:url('/img/lime.jpg');
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    /*width:908px;*/
}
table.main-top-struct td
{
    /*border:1px solid red;*/
    text-align:left;
    vertical-align:top;
}
/*
table.main-top-struct td.leftspace
{
    width:314px;
}
table.main-top-struct td.rightspace
{
    width:314px;
}
*/
table.main-top-struct tr.top
{
    height:134px;
}
table.main-top-struct td.phone
{
	padding-left:40px;
	width:265px;
}
table.main-top-struct td.phone div
{
	margin-top:24px;
}
table.main-top-struct tr.sec
{
    height:229px;
}
table.main-top-struct td.adv
{
    /*padding-right:70px;*/
    text-align:center;
    vertical-align:middle;
    color:white;
    font-family:Georgia;
    width:629px;
}

table.main-top-struct td.adv div {
	padding-right:70px;
}

/*
table.main-top-struct td.menu h1
{
    font-size:22px;
    padding:0px;
    color:white;
    margin-left:27px;
    margin-top:27px;
    margin-bottom:0;
    font-weight:none;
}
*/
table.main-top-struct td.menu
{
    vertical-align:middle;
	margin-bottom: 50px;
}
table.main-top-struct td.menu ul.menu
{
    margin-left:5px;
    /*margin-top:30px;*/
    list-style-type:none;
    margin-bottom:0px;
}
table.main-top-struct td.menu ul li.big
{
    font-size:18px;
}
table.main-top-struct td.menu ul li
{
	padding:0px;
	margin:0px;
	color:white;
	/*font-weight:bold;*/
    padding-left:35px;
	padding-bottom:6px;
	background-repeat:no-repeat;
	background-image:url('/img/main-menu-li.gif');
	background-position:7px 4px;
}
table.main-top-struct td.menu ul li a
{
    color:white;
}
table.main-top-struct td.login
{
    height:134px;
}

table.main-top-struct td.login div.form
{
	margin-top:80px;
	margin-left:160px;
	color:#72755b;
	font-size:10px;
}
table.main-top-struct td.login div.form input.input
{
    width:83px;
    height:13px;
    margin-left:20px;
    margin-right:20px;
    border:1px solid #5e9420;
}
table.main-top-struct td.login div.form input.submit
{
    width:83px;
    height:16px;
    border:1px solid #8da807;
    background-color:#a7c312;
    color:white;
    text-align:center;
    padding-top:0;
    font-size:11px;
}

div.main-clear
{
    float:none;
    clear:both;
    height:32px;
}
div.main-adv-container
{
    width:930px;
    clear:both;
}
div.main-adv-item
{
    float:left;
    margin-left:13px;
    height:202px;
    width:205px;
    background-repeat:no-repat;
    cursor:pointer;
}
table.main-struct
{
    width:970px;
}
table.main-struct td
{
    text-align:left;
    vertical-align:top;
}

table.main-struct td.menu
{
    width:230px;
    padding-left:30px;
}

table.main-struct td.menu ul.news
{
    margin-left:10px;
    list-style-type: none;
}
table.main-struct td.menu ul.news li
{
    padding-left:17px;
    margin-bottom:20px;
    background-repeat:no-repeat;
    background-image:url('/img/submenu-li.gif');
    background-position:7px 7px;
}
table.main-struct td.content
{
    padding-left:45px;
	padding-right: 45px;
}
div.hr
{
    font-size:1px;
    border-top:1px solid #649212;
    width:80%;
    margin-top:15px;
    margin-bottom:15px;
    height:1px;
}
.news_underline
{
	border-bottom:1px dotted #339cdd;
	color: #4287e6;
}

content.ul
{
    /*background-repeat:no-repeat;*/
    list-style-image:url('/img/submenu-li.gif');
    /*padding-left:19px;*/
}
content.li
{
    margin-bottom:5px;
    padding-left:5px;
}



ul.newsItem
{
    /*background-repeat:no-repeat;*/
    list-style-image:url('/img/submenu-li.gif');
    /*padding-left:19px;*/
}
ul.newsItem li
{
    margin-bottom:20px;
    padding-left:5px;
}

ul.newsItem li span.title
{
    font-weight:bold;
}

ul.newsItem li span.date
{
    font-size:11px;
    color:gray;
}
table.adv-struct
{
    width:970px;
    margin-top:30px;
    margin-bottom:30px;
}
table.adv-struct td
{
	vertical-align:middle;
}
table.adv-struct td.left
{
	text-align: left;
	padding-left: 55px;
	width: 216px;
}
table.adv-struct td.right
{
	padding-left: 10px;
	text-align: left;
}
.errorhint
{
    position:absolute;
    padding:3px;
    background-color:#ffffe1;
    border:1px solid black;
    font-size:10px;
    color:black;
    z-index:100;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* general content */
.content {
	line-height:150%;
	font: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-bottom:50px; }
.content p { margin-bottom: 14px; }
.content a { font-size: 13px; }
.content h3 { margin: 30px 0px 5px 0px; }


/* service area */
h3 .help { 	font: 12px normal; }
table#legend { width:65% }
table#legend td {	border: none; }
table.zona_street {  border: none; }
.zona_street .heading {
	text-align:left;
	font: 12px;
	width: 77px;
	border: none; }
table.zona_street td {
	width: 24px;
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	border: 1px solid #78a110;
	padding: 0px 3px 0px 3px; }
.zona_street .green {
	background-color: #78A110;
	color: white; }
.zona_street .empty { border: 0; }


/* tarifs */
table.tarifs {
	border: 1px solid #78a110;
	border-collapse:collapse;
	margin-bottom: 40px; }
table.tarifs td {
	text-align: center;
	padding: 5px;
	width: 75px;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #78a110; }
.tarifs .note {
	width: 170px;
	text-align:left; }
.tarifs .dark {
	background-color: #374b05;
	color: white; }
.tarifs .green {
	background-color: #78a110;
	color: white; }
.tarifs .heading {
	font-size: 15px;
	font-weight: bold; }
.tarifs .descr {
	width: 300px;
	text-align:left;
}

/* sprint */
table.sprint {
	border: 1px solid #78a110;
	border-collapse:collapse; }
table.sprint td {
	vertical-align:middle;
	padding: 3px 5px 3px 5px;
	border: 1px solid #78a110; }
.sprint .green {
	background-color: #78a110;
	color: white; }
.help {
	display:table;
	margin-top:10px;
	margin-bottom: 40px;
	vertical-align:middle; }
.helptext {
	vertical-align:middle;
	display:table-cell;
	padding-left: 10px;
	width:450px; }
.helpnum {
	display:table-cell;
	width:40px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #78a110;
	color:white;
	font-weight:bold }
.histyears {
	margin-bottom: 10px;
}
.histyears li{
	display: inline;
	list-style-type: none;
	padding-right: 20px; }
.histyears li.this {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold; }
.histevent {
	display:table;
	margin-top:20px;
}
.eventdate {
	display:table-cell;
	font-weight:bold;
	width:100px;
}
.eventtext {
	display:table-cell;
	padding-left:10px;
}
