/**
 * Thomas V. Bolis - t.bolis@cyberce.gr  
 * [ Created on 11 Αυγ 2008 at 4:49:41 μμ ]
 */

body {
    margin: 0;
    padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PORTLET HEADER */
td.titlebar_left_corner, .titlebar_left_corner td {
    background: transparent url( '../../img/apps/login_icon.gif' ) top left no-repeat;
    padding-left: 15px;
    height: 38px;
}

td.titlebar_middle, .titlebar_middle td {
    background: transparent url( '../../img/apps/titlebar_pattern.gif' ) top left repeat-x;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
}

td.titlebar_right_corner, .titlebar_right_corner td {
    background: transparent url( '../../img/apps/titlebar_corner.gif' ) top right no-repeat;
    height: 38px;
    padding-left: 2px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PORTLET HEADER */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ APPLICATIONS MENU */

/*ROW */
div.menurow, .menurow div {
    white-space: normal;
}

div.menurow:hover, .menurow:hover div {
   background-color:blue;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ APPLICATIONS MENU */