* { 
font-family: 'Oxygen-Regular';     
font-weight: 400;
font-size: 13px;
}
:focus {
outline: 0;
}

@font-face {
    font-family: Oxygen-Regular;
    src: url("../font/Oxygen-Regular.ttf");
}

#myDiagramDiv
{
	position: relative;		
	float: left;
	background-color: #FFFFFF;
	width: 100%;	
}

#myOverviewDiv {
    position:absolute;	
	width:200px; 
	height:130px;
	border: 1px solid #16a085;
	bottom: 30px;
	right: 25px;
	background-color: white;
	z-index: 10000;
}

#myBackBtnDiv
{
	position: absolute;
    width: 85px;
    height: 28px;    
    left: 20px;
	top: 20px;    
    z-index: 1000;	
	display: none;
}
#myBackBtnDiv > p
{
	position: absolute;
	margin: 7px;
	right: 1px;	
}

#backimg
{
	position: relative;
    width: 28px;
    height: 28px;        
	background-image: url("../img/buttons/28px_icon_back.png");
	float: left;
}

#drawContainer
{
	/*height: 100%;*/
	width: 100%;
	position: relative;	
	border: 5px solid white;
	border-radius:5px;
	background-color:"#FFFFFF";
}

#detailCloseBtn
{		
	position: absolute;
    width: 100%;
    height: 40px;        	
    z-index: 1000;
	right: 10px;	
	float: left;	
	cursor:pointer;
	margin-bottom: 10px;	
}
#detailCloseBtn > p
{
	position: absolute;
	margin: 7px;
	right: 30px;
	top: 5px;
}
#detailBackImg
{
	position: absolute;
	top:5px;
	right: 1px;
    width: 28px;
    height: 28px;        
	background-image: url("../img/buttons/28px_icon_close.png");
		 
}

.contentHolder
{
	position: relative;
	margin: 0 auto;	
	width: 100%;		
}

.detailItems
{
	position: relative;
	margin: 0 auto;
	float: none;
	width: 350px;
	height:600px;
	margin-left: 30px;
}


#detailName
{
	font-size:24.8px;
}

.detailContentItem
{
	height:2px; 
	width: 250px; 
	margin-bottom: 20px;
	margin-left:30px;
	z-index: 3000;
	padding-bottom: 2px;
}

.detailContentItem a:link {
    text-decoration: none;	
	padding: 0;
	margin: 0;	
	color: #16a085
}

/* visited link */
.detailContentItem a:visited {
    color: #16a085
}

/* mouse over link */
.detailContentItem a:hover {
    color: #16a085
}

/* selected link */
.detailContentItem a:active {
    color: #16a085
}

.detailContentItem a > p 
{
    margin: 0;
}

#detailContentHolder
{
	position:absolute;
	top: 0px;
	right: 0px;
	/*min-height:1000px;		*/
	width: 400px;
	border-left: 2px solid #222;
	background-color:white;		
	display: none;
	z-index: 11000;		
}

#zoomUiHolder
{
	position:absolute;	
	width:28px; 
	height:100px;	
	bottom: 20px;
	right: 230px;	
	z-index: 5000;
}
#zoomIn
{
	position: relative;
	float: none;
	width:28px; 
	height:28px;
	background-image: url("../img/buttons/28px_icon_zoomin.png")	;
	z-index: 5000;
}

#zoomOut
{
	position: relative;
	float: none;
	width:28x; 
	height:28px;
	background-image: url("../img/buttons/28px_icon_zoomout.png");
	z-index: 5000;	
}

#detailScreenName
{		
	position: relative;
    margin: 35px 0px 10px 25px;
    width: 350px;
    height: auto;
    font-size: 22px;
    color: #004735;	
    font-family: 'Oxygen-Regular';
}
.detailBossData
{
	margin-bottom: 10px;
}
.lastBossData
{
	margin-bottom: 30px;
}

#detailImg
{
	position: relative;
	margin:0 auto;
	float:none;
	width:400px;
	height:auto;	
}

#detailImg > img
{
	position: relative;
	margin: 0 auto;
	display: block;	
	width: 200px;
}


#detailBossName
{
	position: relative;
	float:none;
	width:85%;
	height:auto;	
	font-size: 16px;
	font-weight: bold;
	margin:  10px 0px 5px 0px;
	color: #004735;	
}

.detailBossName
{
	position: relative;
	float:none;
	width:85%;
	height:auto;	
	font-size: 16px;
	font-weight: bold;
	margin:  10px 0px 5px 0px;
	color: #16a085;	
}

#detailPosition
{	
	float:none;
	width:85%;
	height:auto;	
	font-size: 12px;
	font-weight: bold;
	color: #16a085;	
}

.detailPosition
{
	float:none;
	width:85%;
	height:auto;	
	font-size: 12px;
	font-weight: bold;
}
#detailDegree
{	
	float:none;
	width:85%;
	height:auto;	
	font-size: 12px;	
}

.detailItem
{
	position: relative;	
	height: auto;
	width: 250px;	
}

.imgHolder
{
	position: absolute;
    float: left;
    width: 30px;    
    height: 100%;	
}

.imgHolder > img
{		
	position: absolute;
    top: 0;
    float: left;
    width: 28px;
    height: 28px;
    bottom: 0;
    margin: auto;
}

.detailContentItem
{		
	margin-left: 40px;
	width: 300px;
	height: auto;	
}

.detailContentItem > p
{	
	margin: 1px;	
}

.line
{
	position: absolute;
	background-color: #FFF;
	width: 240px;
	height:1px;	
	right: 1px;
	bottom:-10px;
}