﻿/*
 * Note
 */
div.note
{
    padding: 10px;
    color: #444444;
    background-color: #ffffe6;
    border: solid 1px #e9eaff;
    font-size: 11px;
}

div.releaseform
{
    width: 100%;
    height: 500px;
    border: solid 1px black;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.releaseform span ol
{
    margin: 0px 25px !important;
}
div.releaseform span li
{
    list-style-type: decimal !important;
}

span.hint
{
    color: #999999;
    display: block;
}
span.redhint
{
    color: Red;
    display: block;
}

span.validator
{
    display: block;
}

fieldset.groupbox
{
    padding: 10px;
    font-size: 11px;
    text-align: left;
    margin: 5px;    
}

fieldset.groupbox legend
{
    font-size: 16px;
    font-weight: normal;    
    font-family:Century Gothic;
	    
}

fieldset.groupbox div.subgroupbox
{
    text-align: left;
}

/*
 * Ordered List
 */
fieldset.groupbox div.subgroupbox ol
{
    margin: 0px;
    padding: 0px;
}

fieldset.groupbox div.subgroupbox li
{
    list-style-type: none;
    margin: 0px;
    padding: 5px 5px 15px 5px;
    
}

/*
 * Label
 */
fieldset.groupbox label em
{
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: Red;
}

fieldset.groupbox div.subgroupbox label
{
    display: -moz-inline-box;
    display: inline-block;
}

/*
 * LinkButton
 */
fieldset.groupbox div.subgroupbox .linkbutton
{
    display: -moz-inline-box;
    display: inline-block;
}

/*
 * DropDownList
 */
fieldset.groupbox div.subgroupbox .dropdownlist
{
}

/*
 * RadioButtonList
 */
fieldset.groupbox div.subgroupbox .radiobuttonlist
{
    display: inline;
    vertical-align: middle;
}

fieldset.groupbox div.subgroupbox .radiobuttonlist label
{
    width: auto;
}

/*
 * CheckBox
 */
fieldset.groupbox div.subgroupbox .checkbox label
{
    width: 600px;
    vertical-align: text-top;
}

fieldset.groupbox div.subgroupbox .checkboxAuto label
{
    width: auto;
    vertical-align: text-top;
}

/*
 * CheckBoxList
 */
fieldset.groupbox div.subgroupbox .checkboxlist
{
    display: inline;
    vertical-align: text-top;
}
fieldset.groupbox div.subgroupbox .checkboxlist label
{
    width: 200px;
}

/*
 * Alignment
 */
.alignCenter
{
    text-align: center;
}
.alignLeft
{
    text-align: left;
}
.alignRight
{
    text-align: right;
}
.alignTop
{
    vertical-align: top;
}

/*
 * Float
 */
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}

/*
 * Clear
 */
.clearBoth
{
    clear: both;
}


/*
 * Display
 */
.displayInline
{
    display: inline;
}
.displayInlineBlock
{
    display: -moz-inline-box;
    display: inline-block;
}
.displayNone
{
    display: none;
}

/*
 * Footer
 */
div.footer
{
    font-size: 11px;
    width: 90%;
    line-height: 20px;
    margin-left: 50px;   
}

/*
 * Button
 */
.button
{
    font-size: 8pt;
}

/*
 * TextBox
 */
.textbox
{
    height: auto;
}

.bold
{
    font-weight: bold;
}

.red
{
    color: Red;
}
/*
 * Image
 */
p.Image
{
    text-align: center;
}


/* Update Progress Styles */

.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #CCCCCC;
    width: 130px;
    height: 40px;
    z-index: 10001;
    padding-top: 20px;
}
.updateProgressMessage
{
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
    background-color: #CCCCCC;
}

/* New Program
 */
.NewProgram
{
    border: solid 1px #000;
    background-color: #ffffe6;
}

