﻿
Form
{
    padding: 0 !important;
    margin: 0 !important;
}
a img
{
    border: none !important;
}

h4
{
    margin-top: 10px !important;
}
.body
{

}
.FormUL li
{
    margin: 0 !important;
}
.FormUL li p
{
    margin: 5px 0 5px 0 !important;
}

.FormUL li.Title
{
    border: none;
    background: #333333 url('/content/images/side-menu-nav-head.png') repeat-x;
}
.FormUL li.Title h3
{
    line-height: 29px;
    font-size: 12px;
    color: #fff;
    margin: 0 !important;
    padding: 0 0 0 22px !important;
}

.FormUL-Wrapper
{
    background: #fff;
    margin-bottom: 10px;
}
.FormUL
{
    list-style-type: none;
    margin: 0 !important;
}
.FormUL .section
{
    background-color: #f0f0f0;
    border-bottom: 1px solid #d7d5c8;
    padding: 7px 22px !important;
    border-left: 2px solid #333333;
    border-right: 2px solid #333333;
    margin: 0 important!;
}

.FormUL li.DarkBottom
{
    border-bottom: 2px solid #333333;
}
.TextBox
{
    border: 1px solid #333333;
    padding: 2px;
}
.XSmall
{
    width: 100px;
}
.Small
{
    width: 200px;
}
.Medium
{
    width: 300px;
}

.Large
{
    width: 400px;
}

.XLarge
{
    width: 500px;
}
/* BUTTONS */

.Button
{
    text-align: center;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 22px;
    cursor: hand;
}

.Primary-Small
{
    background: #336BAC;
    width: 75px !important;
}
.Primary-Medium
{
    background: #336BAC;
    width: 150px !important;
}
.Primary-Large
{
    background:#336BAC;
    width: 200px !important;
}
.Secondary-Small
{
    background: #ccc;
    width: 75px !important;
}

/* End Buttons */
.ErrorRed
{
    color: #ff0000;
    font-size: 1.5em;
}
a.NoLink
{
    color: #000 !important;
    text-decoration: none !important;
}
.Label-Left
{
    display: block;
    width: 245px;
    float: left;
    padding-top: 3px;
}
.Label-Top
{
    display: block;
}

.HighlightInput
{
    border: 1px solid #a4a6ad !important;
    background: #f5f7fe;
}
.SuccessMessage
{
    border: solid 1px #3b882e;
    background: #fbfbe9 url('/content/images/Success.png') no-repeat 5px;
    padding: 10px 3px 0 65px;
    margin: 0 0 10px 0;
    position: relative;
    min-height: 32px;
}
.SuccessMessage .Close
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.SuccessMessage ul, li
{
    list-style-type: none;
    margin: 0 0 4px 0;
}
.SuccessMessage li
{
    color: #3b882e;
    margin-bottom: 2px;
}
.FloatLeft
{
    float: left;
}
.FloatRight
{
    float: right;
}

.Success
{
    border: solid 1px #3b882e;
    background: #fbfbe9 url("/content/images/success.png") no-repeat 5px;
    padding: 10px 3px 0 65px;
    margin: 0 0 10px 0;
    position: relative;
    min-height: 32px;
}
.Success .Close
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.Success ul, li
{
    list-style-type: none;
    margin: 0 0 4px 0;
}
.Success li
{
    color: #3b882e;
    margin-bottom: 2px;
}

.Error
{
    border: solid 1px #c3231c;
    background: #fbfbe9 url("/content/images/error.png") no-repeat 5px;
    padding: 10px 55px;
    margin: 10px 0;
    min-height: 32px;
    position: relative;
}

.Error .Close
{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.Error ul, li
{
    list-style-type: none;
    margin: 0;
}

.Error li
{
    color: #c3231c;
    margin: 0 0 4px 0;
}

.Information
{
    border: solid 1px #ffd235;
    background: #fdfdd3 url("/content/images/info.png") no-repeat 5px;
    padding: 10px 55px;
    margin: 10px 0;
    min-height: 32px;
    position: relative;
}

.Information .Close
{
    display: none;
}



.ClearBoth
{
    clear: both;
}
.UploadedFileText
{
    /*    border: 1px solid #333;     background: #ccc;     padding:3px;*/
}

.cftc-tab
{
    margin-bottom: 10px;
}


.cftc-tab .ajax__tab_header
{
    font-size: 1.1em;
    border-bottom: solid 5px #333;
}
.cftc-tab .ajax__tab_header .ajax__tab_outer
{
    background: #F5F5F5 repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border: solid 1px #336BAC;
    border-bottom-width: 0px;
}
.cftc-tab .ajax__tab_header .ajax__tab_tab
{
    color: #2471CC;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
}
.cftc-tab .ajax__tab_hover .ajax__tab_outer
{
    
}
.cftc-tab .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
}
.cftc-tab .ajax__tab_active .ajax__tab_outer
{
    background: #336BAC;
}
.cftc-tab .ajax__tab_body
{
    border-top-width: 0px;
    padding: 0 important;
}
.cftc-tab .Tab-UL .Section
{
    padding: 7px 7px 7px 22px !important;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d7d5c8;
}
.cftc-tab .Tab-UL
{
    margin: 0 !important;
}
.cftc-tab .ajax__tab_hover .ajax__tab_outer
{
    cursor: pointer;
    color: #fff;
}
.cftc-tab .ajax__tab_hover .ajax__tab_inner
{
    cursor: pointer;
}
.cftc-tab .ajax__tab_hover .ajax__tab_tab
{
    cursor: pointer;
}
.column-item
{
    /*position: relative; left: 110px; top:0; */ /*margin:-16px 0 0 110px;  width:415px; */
    float: none !important;
    margin-left: 120px !important;
    display: block !important;
    width: 625px !important;
}
.list-release .column-item p
{
    margin: 0 0 10px 0 !important;
}
.GiveMargin
{
    margin: 0 0 5px 20px;
}

.NoMargin
{
    /*margin: 0 0 0 0 !important;   */
}

.SEOHyperLink
{
    display: none;
}

.column-date {
    width: inherit !important;
    float: left;
}