/*------------------/Styles/iframeStyles.css Starts ----------------- */
body
{
    font-size: 13px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #696969;
}

form
{    
    margin: 0;
    padding: 0;
}

.bold
{
    font-weight: bold;
}

input[type='button'], select
{
    padding: 1px;
    font-size: 10px;
}

input[type='text']
{
    padding: 0px 1px 0px 1px;
    font-size: 10px;
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.moreLink
{
    color: #FFFFFF; 
    cursor: pointer;
    text-decoration: underline;
}

.moreLink: hover
{
    text-decoration: none;
}

.hidden
{
    display: none;
}

.ModelDialog
{
    border: 1px solid #DDD;
    background: #EEE url(/GetImage.aspx?Image=/Scripts/themes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333;
    outline: 0px;
    position: fixed;
    z-index: 900000;
    left: 15%;
    top: 15%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
}

.ModelDialogHeading
{
    padding: 4px 12px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E78F08;
    background: #F6A828 url(/GetImage.aspx?Image=/Scripts/themes/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: white;
    font-weight: bold;
    zoom: 1;
    display: block;
}

.ModelDialogHeading:hover
{
    cursor: move;
}

.ModelDialogHeading span
{
    margin: 1px 16px 1px 0;
    color: white;
    font-weight: bold;
}

.ModelDialogHeading a
{
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
    color: white;
}

.ModelDialogHeading a:hover
{
    border: 1px solid #fbcb09;
    background: #fdf5ce url(/GetImage.aspx?Image=/Scripts/themes/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.ModelDialogHeading a span
{
    display: block;
    margin: 1px;
    background: url(/GetImage.aspx?Image=/Scripts/themes/images/ui-icons_ffffff_256x240.png) no-repeat -96px -128px;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
}

.ModelDialogHeading a span:hover
{
    background: url(/GetImage.aspx?Image=/Scripts/themes/images/ui-icons_ef8c08_256x240.png) no-repeat -96px -128px;
}

.ModelDialogContent
{
    position: relative;
    border: 0;
    padding: 6px 8px;
    background: none;
    overflow: auto;
    zoom: 1;
}

.btn
{
    border: 1px solid #fbcb09;
    background: #fdf5ce url(/GetImage.aspx?Image=/Scripts/themes/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    color: #c77405;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    padding: 4px 11px 4px 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.btn:hover
{
    border: 1px solid #CCCCCC;
    background: #F6F6F6 url(/GetImage.aspx?Image=/Scripts/themes/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    color: #1C94C4;
}
/*------------------/Styles/iframeStyles.css Ends ----------------- */

