﻿.logo {
	background-color:#dfdfdf;
	width:950px;
	text-align:center;
	font-family:Arial;
	font-size:18pt;
	height:50px;		
	color:#3b5999;
	border: #3b5999 2px solid;
	border-bottom-width:0px;
}

.desktop
{
    width: 950px;
    height: 600px;
    border: #3b5999 2px solid;
    background-color: white;
}

.footer {
	background-color:#dfdfdf;
	width:950px;
	text-align:center;
	font-family:Arial;
	font-size:18pt;
	height:50px;		
	color:#3b5999;
	border: #3b5999 2px solid;
	border-top-width:0px;
}   


.myTooltip {
    width:360px; 
    height:295px; 
    overflow:auto;
}
    .myTooltip div {
        display:block;
        float: left;
        width:130px;
        padding:10px 10px 10px 10px !important;
        margin:5px 5px 5px 5px !important;
        cursor:pointer;
        background-color:transparent;
        border:2px solid transparent;
        text-align:center;
    }

.EditorTemplates {
    width:200px;
    height:350px;
    overflow:auto;
}
    .EditorTemplates .Template {
          margin: 10px 1px 10px 1px;
          border: 2px solid transparent;
          padding: 5px 5px 5px 5px;
          cursor: pointer;
    }

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 57.5em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 43.5em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}	
	
	
	