div.nice_actions
{
    width: 100%;
    height: 266px;
    background-color: white;
    position: relative;
}
.nice_actions h1
{
    color:#FF7A0D ;
    font-size:40px;
    margin-left:-15px;
    padding-left:15px;
    padding-top:10px;
    background-image: url('/img/65apx.png');
}

div.nice_actions .nice_actions_header
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 624px;
    height: 266px;
    padding-left:15px;
    /*background-image: url('/img/nice_header.png');*/
    margin-right: 2px; /* the white stripe between this img and the actions to the right */
}

div.nice_actions .nice_actions_contents
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 321px;
    height: 266px;
}

.nice_actions_contents .nice_action_item
{
    position: relative;
    width: 320px;
    height: 66px;
    margin-bottom: 1px;
    background-image: url('/img/nice_action_item_bg.png')
}

.nice_actions_contents .nice_action_item:hover
{
    background-image: url('/img/nice_action_item_active_bg.png');
    cursor: pointer;
}
.nice_actions_contents.akclass .nice_action_item:hover, .nice_actions_contents.akclass .nice_action_item.activated
{
    background-image: url('/img/ak_nice_action_item_active_bg.png');
}

.nice_action_item img.nice_action_icon
{
    position: absolute;
    width: 45px;
    height: 45px;
    display: inline;
    left: 10px;
    top: 10px;
}

.nice_action_item .nice_action_title
{
    position: absolute;
    left: 67px;
    top: 16px;
    color: #fff; /*#4e4b82;*/
    font-weight: bold;
    font-size: 16px;
}

.nice_action_item .nice_action_text
{
    position: absolute;
    left: 67px;
    top: 38px;
    color: white;
    font-weight: normal;
    font-size: 13px;
}

.input_date_time{
    width:10px;
}
.label_date{
    top:-5px;
}

/*#main h3
{
    border:none!important;
    margin-bottom:0px!important;
    font-size:20px!important;
    padding-bottom:2px!important;
}*/

.detailed_text
{
    float: left;
}

.home_request_holder
{
    float: left;
    margin-left: 16px;
    margin-top: 16px;
}

#city_top_projects /* keep in sync with same element in city.css - as long as they look the same */
{
	width: 707px;
	float: right;
}
