/* Header */
.navigation_user {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	margin:0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #cceeFF;
}

.header {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0px;
    width: 100%;
}

.title {
    /*display: table-cell;*/
    height: 60px;
	padding-top: 10px;
    /*vertical-align: middle;*/
    font-size: 1.2em;
    border-style: none;
    text-decoration: none;
}

.projectTitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}

.main_title {
    font-size: 1.5em;
    margin-top: 4px;
    margin-bottom: 4px;
    border-top: #77AAFF 2px dashed;
    border-bottom: #77AAFF 2px dashed;
}

/* Menu */
.leftmenu {
    position: absolute;
    left: 5px;
    top: 125px;
    width: 215px;
}

.footer {
    position: relative;
    width: 700px;
    text-align: center;
    clear: both;
}

.lm_title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #cceeFF;
    border: #77AAFF 1px solid;
}

.lm_item {
    margin-bottom: 1px;
}

.main {
    position: absolute;
    top: 120px;
    left: 225px;
    margin-top: 4px;
    padding: 4px;
    /* border: #77AAFF 2px solid; */
}

/* Navigation */
.navigation {
    position: absolute;
    top: 100px;
    left: 0px;
	width: 99.6%;
	margin:0px 0.2% 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #cceeFF;
    border: #77AAFF 1px solid;
}

.n_item {
    float: left;
    margin-left:10px;
}

.n_item_login {
    float: right;
    margin-right:10px;
}

.toolbarbutton {
    position:relative; 
    z-index:9999; 
    border: solid 1px #000000;
}


.toolbar {
    float: left;
}

.diagram_canvas {
    position:relative; 
    height:480px; 
    width:640px; 
    z-index:2; 
    border: solid 1px #000000;
}

.clear {
    clear: both;
}

/* For dojo */
/*
.dojoDialog {
	background : #222222;
	border : 1px solid #666666;
	padding: 4px;
}

.dojoTabPane {
    padding : 10px;
    overflow: auto;
}
*/
