/**
 * dialogs
 */
.dialog
{
    position: absolute;
    width: 260px;
    display: none;
}

.dialog-content
{
 	padding: 5px;
 	background: #e9e9e9;
 	font-size: 10px;
 	color: #1b1b1b;
 	margin: 0px;
}

.dialog-content a
{
    color: #0066cc;
}

.dialog-content h1
{
	padding-left: 5px;
	background: #1c1c1c;
	color: #f2c71e;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}

#sub-page-dialog
{
 	background: #e9e9e9;
    width: 640px;
    height: 500px;
    overflow: hidden;
}

#sub-page-dialog .close-dialog
{
    position: absolute;
    top: 6px;
    right: 25px;
}

#sub-page-dialog .dialog-content
{
    width: 630px;
    height: 490px;
    overflow: auto;
}

#sub-page-dialog .dialog-content h1
{
    margin-bottom: 12px;
}

#sub-page-dialog .dialog-content p
{
    color: #1b1b1b;
    padding: 0px 5px;
    margin-bottom: 12px;
}

#sub-page-dialog .dialog-content h2
{
    font-size: 12px;
    padding: 3px 5px;
    background: #c6c6c6;
    margin-bottom: 12px;
}

#sub-page-dialog .dialog-content ul
{
    list-style-type: disc;
    margin-bottom: 12px;
}

#sub-page-dialog .dialog-content ul li
{
    margin-left: 36px;
}
