html, body, p, ul, form, h1 {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
}

h1 {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}

a img {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.first_float {
	padding-left: 0 !important;
	background: none !important;
	border-left: none !important;
}

/** widget-container **/

#widget-container {
	height: 51px;
	border-bottom: 1px #545454 solid;
	position: relative;
	font-size: 12px;
}

#widget-container-calendar { position: absolute; height: 50px; top: 5px; left: 0; width: 100px; text-align: center; }
    .widget-container-calendar-dow { font-size: 18px; }
    .widget-container-calendar-date { font-size: 12px; }

.widget-container-weather { padding-left: 50px; position: absolute; height: 50px; }
    .widget-container-weather-termo { font-size: 14px; }
    .widget-container-weather-city { font-size: 10px; }
    .widget-container-weather-conditions { font-size: 12px; }

    .weather-forecast-today { width: 150px; top: 3px; left: 100px; }
    .weather-forecast-tomorrow { width: 190px; top: 3px; left: 300px; }

#widget-container-search { position: absolute; height: 51px; top: 0; left: 540px; width: 400px; background: url(../../img/google_logo.png) 0 center no-repeat; }
    .widget-container-search-input { height: 15px; width: 200px; background: url(../../img/google_search_input_background.png) left center no-repeat; position: absolute; right: 80px; top: 15px; padding-top: 5px; padding-left: 5px; }
        .widget-container-search-input input { font-family: Verdana; font-size: 11px; color: #000; height: 12px; border: none; width: 195px; }
        .widget-container-search-button { height: 20px; width: 70px; position: absolute; right: 0; top: 15px; }

/** end widget-container **/

/** header menu **/

#header ul {
    float: right;
    list-style: none;
}

#header ul li {
    float: left;
    list-style: none;
    margin: 5px;
}

#header ul li a {
    text-decoration: underline;
}

#header ul li a:hover {
    text-decoration: none;
}

/** end header menu **/

/** links **/

.box_content ul {
    list-style: none;
    margin: 15px;
}

.box_content li {
    /*white-space: nowrap;*/
    margin-top: 5px;
    position: relative;
}

.box_content li a {
    display: block;
    overflow: hidden;
    padding-left: 24px;
    line-height: 20px;
    height: 20px;
}

.icon_container {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    border: 1px solid #C8C8C8;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}

#document-glass {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000;
    opacity: 0.6;
    margin: 0;
    padding: 0;
}

a:hover.stop_edit_button {
    color: #656565;
}

.display_none {
    display: none;
}

#main_boxes_container2 .box .box_content {
    height: 270px;
    position: relative;
}

#top_boxes_container .box .box_content {
    height: 198px;
    position: relative;
}

.envelope-sign-up-link {
    font-weight: bold;
}


/** button edit mode **/

.box_content_edit_glass {

    left: 0;
    top: 0;

    position: absolute;
    z-index: 480;
    background-color: #000;
    opacity: 0.7;
}

.box_content_edit_glass.gl-user {
    height: 270px;
    width: 471px;
}

.box_content_edit_glass.gl-top {
    height: 198px;
    width: 306px;
}

.block_button_edit, .block_button_remove {
    position: absolute;
    z-index: 490;
}

a:hover.block_button_edit, a:hover.block_button_remove {
    padding-bottom: 2px;
}

.block_button_edit.bte-user {
    bottom: 10px;
    right: 10px;
}

.block_button_edit.bte-top {
    bottom: 10px;
    right: 10px;
}

.block_button_remove.btr-user {
    bottom: 10px;
    right: 75px;
}

.edit-mode-block {
    font-size: 18px;
    margin-top: 30px;
    border: 1px #ddd solid;
    padding: 10px;
    background: #ffffe4;
}

.edit-mode-block a {
    float: left;
    padding: 0 30px 0 40px;
    line-height: 32px;
    color: #333;
}

.edit-mode-block-link-add-blocks {
    background: url(../../img/icon_add.gif) top left no-repeat;
}

.edit-mode-block-link-edit-page {
    background: url(../../img/icon_edit.gif) top left no-repeat;
}

.edit-mode-block-link-quit-edit {
     background: url(../../img/icon_stop.gif) top left no-repeat;
}

/** content **/

.content-block { margin: 20px 5px; }
    .content-title-h1 { font-size: 20px; font-weight: bold; }

    .content-block p { margin-bottom: 10px; line-height: 18px; font-size: 14px; }
    .content-block a { text-decoration: underline; }
        .content-block a:hover { text-decoration: none; }

