﻿.headerCss
{
	cursor: hand;
	cursor: pointer;
}

/* Dialog box styles */

.dialog_literal
{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}

.dialog_main
{
    position: relative;
    float: left;
    background-color: #CCC;
    width: 100%;
    padding: 5px;
    margin-left: -5px;
}

.dialog_header
{
    position: relative;
    float: left;
    background: url(/assets/themes/simple_gray/images/top.gif) repeat-x center;
    width: 100%;
    height: 23px;
}

.dialog_header_left
{
    position: relative;
    float: left;
    width: 6px; /* LC width */
    height: 23px;
    right: 6px; /* LC width */
    margin-left: -100%;
    background-image: url(/assets/themes/simple_gray/images/top_left.gif);
}

.dialog_header_right
{
    position: relative;
    float: left;
    width: 6px; /* RC width */
    height: 23px;
    margin-right: -6px; /* RC width */
    background-image: url(/assets/themes/simple_gray/images/top_right.gif);
}

.dialog_footer
{
    position: relative;
    float: left;
    background: url(/assets/themes/simple_gray/images/bottom.gif) repeat-x center;
    width: 100%;
    height: 4px;
}

.dialog_footer_left
{
    position: relative;
    float: left;
    width: 6px; /* LC width */
    height: 4px;
    right: 6px; /* LC width */
    margin-left: -100%;
    background-image: url(/assets/themes/simple_gray/images/bottom_left.gif);
}

.dialog_footer_right
{
    position: relative;
    float: left;
    width: 6px; /* RC width */
    height: 4px;
    margin-right: -6px; /* RC width */
    background-image: url(/assets/themes/simple_gray/images/bottom_right.gif);
}

.dialog_group label
{
    display: block;
    font-weight: bold;
}

.dialogMask
{
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
}

.ContentBorder
{
    padding: 10px;
    margin: 5px;
    border: solid 1px silver;
    background-color: #FFF;
    border-radius: 15px;
}