/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 28, 2014, 11:36:17 AM
    Author     : lufty
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 32px;
}

.tdk-body-content {
    padding: 5px;
    padding-top: 3px;
}

.tdk-ui-layout-webdesk-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.tdk-ui-layout-webdesk-searchForm {        
    padding: 0;
}

.tdk-ui-layout-webdesk-left,
.tdk-ui-layout-webdesk-right,
.tdk-ui-layout-webdesk-container {
    font-weight: normal;
    height: 30px;
}

.tdk-ui-layout-webdesk-left {
    float: left;
    text-align: left;
}

.tdk-ui-layout-webdesk-right {
    float: right;
    text-align: right;
}

.tdk-ui-layout-webdesk-section {
    position: relative;    
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    height: 29px;
}

.tdk-ui-layout-webdesk-section.tdk-ui-layout-webdesk-section-iconOnly 
{
    padding: 0 5px;
}

.tdk-ui-layout-webdesk-section:first-child {
    border-left: none;
}

.tdk-ui-layout-webdesk-section:last-child {
    border-right: none;
}

.tdk-ui-layout-webdesk-sectionText,
.tdk-ui-layout-webdesk-sectionImage {
    position: relative;
    height: 24px;  
}

.tdk-ui-layout-webdesk-sectionImage {  
    top: 3px;    
    vertical-align: middle;
}

.tdk-ui-layout-webdesk-sectionText 
{
    top: 3px;
    margin-left: 5px;
}

.tdk-ui-layout-webdesk-section.tdk-ui-layout-webdesk-section-textOnly .tdk-ui-layout-webdesk-sectionText {
    top: 5px;
}

.tdk-ui-layout-webdesk-sectionDropdown {
    position: absolute;
    top: 29px;
    right: -1px;
    display: none;
}

.tdk-ui-layout-webdesk-home 
{
    padding: 0 20px;
    height: 30px;
}

.tdk-ui-layout-webdesk-home .tdk-ui-layout-webdesk-sectionText 
{
    top: 5px !important;
    margin-left: -5px;
    font-size: 12px;
}

.tdk-ui-layout-webdesk-title 
{
    cursor: default;
    font-size: 14px;
}

.tdk-ui-layout-webdesk-title .tdk-ui-layout-webdesk-sectionText
{
    top: 7px !important;
}

.tdk-ui-layout-webdesk-userProfileTable {
    width: 350px;
    margin-bottom: 5px;
}

.tdk-ui-layout-webdesk-userProfileInfoColumn,
.tdk-ui-layout-webdesk-userProfilePictureColumn {
    padding: 5px;
}
.tdk-ui-layout-webdesk-userProfilePictureColumn {
    width: 25%;
    text-align: center;
}
.tdk-ui-layout-webdesk-userProfilePicture {
    width: 72px;
}
.tdk-ui-layout-webdesk-userProfileInfoColumn {
    width: 75%;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}
.tdk-ui-layout-webdesk-userProfile-Info,
.tdk-ui-layout-webdesk-userButtons {
    display: block;
}
.tdk-ui-layout-webdesk-userProfile-ViewProfile {
    margin-top: 10px;
}
.tdk-ui-layout-webdesk-userButtons {
    text-align: right;
    padding: 10px 5px;
}

.tdk-ui-layout-webdesk-menu 
{
    height: 30px;
    padding: 0 20px;
    top: -3px;
}

.tdk-ui-layout-webdesk-menu .tdk-ui-layout-webdesk-sectionText
{
    margin-left: -1px;
    top: 6px !important;
}

.tdk-ui-layout-webdesk-menuWrapper {
    overflow: auto;
}
.tdk-ui-layout-webdesk-menuList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tdk-ui-layout-webdesk-menuListItem 
{
    padding: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}
.tdk-ui-layout-webdesk-menuListItemTable {
    width: 100%;
}
.tdk-ui-layout-webdesk-menuIcon {
    vertical-align: middle;
}
.tdk-ui-layout-webdesk-menuListItemIcon {
    text-align: center;
    width: 30px;
}
.tdk-ui-layout-webdesk-menuListItemChildMarker {
    text-align: center;
    width: 30px;
}
.tdk-ui-layout-webdesk-menuChildDropdown {
    position: absolute;    
    display: none;
}

.tdk-ui-layout-webdesk-actionDropdown {
    overflow: auto;
}
.tdk-ui-layout-webdesk-actionList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tdk-ui-layout-webdesk-actionListItem {
    padding: 10px 10px;
    font-size: 14px;
    text-align: left;
}
.tdk-ui-layout-webdesk-actionImage {
    vertical-align: middle;
}
.tdk-ui-layout-webdesk-actionText {
    margin-left: 10px;
}

.tdk-ui-layout-webdesk-search
{
    padding: 0 10px !important;
}