﻿


#cadMessages
{

}

#cadFormat
{
	width: 400px;
	height: 300px;
	overflow: hidden;
    z-index: 10000;
    position: fixed;
	background-color:#fff;
	border: 1px solid #ccc;
	display: none;
}

.cadFormatLine td:first-child
{
	display: none;
}
.cadFormatLine td:nth-child(2)
{
	width: 30px;
}

.cadFormatLine
{
	height: 24px;
	vertical-align: middle;
	line-height:24px;
}

.cadFormatLine td
{
    margin: 0;
    padding: 0;
    border: 0;
}

.cadFormatLine img
{
	vertical-align: middle;
	margin-left: 4px;
}

.cadFormatLine:hover
{
	background-color: #ffc;
	cursor:pointer;
}

#cadFilterList
{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#cadFilter {
    width: 300px;
    height: 26px;
}

.cadMnuLine
{
	top:0;
	width: 100%;
	height: 30px;
	padding: 4px;
}



.cadMnuAll
{
	width: 100%;
	height: 264px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.centeredText
{
	text-align: center;
}

#cadFrame, #cadFramePortal
{
	width: 100%;
	height: 400px;
	border: 0;
	overflow: scroll;
}



.winBorderless
{
    z-index: 9000;
    background: #fff;
    position: fixed;
	left:0;
	right:0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 0.75em;
	width: 100%;
	height: 100%;
}
.winBorderless .close
{
    position: relative;
    cursor: pointer;
    text-align: right;
}
.winBorderless .bottom
{
	height: 36px;
	border-top: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 10px;
	margin-top: 12px;
	text-align: right;
	width: 100%;
	position: fixed;
	bottom: 0;
}
.winBorderless .content
{
	padding: 20px;
}

.winBorderless p
{
	margin: 0;
	padding: 0;
}

.winBorderless .errorHeader
{
	height: 50px;
	text-align: center;
	width: 100%;
	color: #f00;
	margin-bottom: 12px;
	font-weight: bold;
    font-size: 28px;
	line-height: 50px;
	vertical-align: middle;
	background: #000;
}

