﻿
/* ============================================================= */
/* General                                                       */
/* ============================================================= */

h1
{
    font-size: 1.6em;
    margin: 0;
    font-weight: bold;
    color: #641A0D;
    line-height: 1.1em;
    padding-bottom: 10px;
}
h2
{
    font-size: 1.6em;
    margin: 30px 0 0 0;
}
h3
{
    font-size: 1.25em;
    margin: 30px 0 0 0;
}
h4
{
    font-size: 1.1em;
    margin: 20px 0 0 0;
}

.subHeader
{
    font-size: 1.25em;
    padding: 20px 0 15px 0;
    font-weight: bold;
    color: #641A0D;
}

.subHeaderWhiteBox
{
    font-size: 1.3em;
    padding: 0 0 4px 0;
    font-weight: bold;
    color: #641A0D;
}

input[type="text"], input[type="password"], textarea
{
    border: 1px solid #9f8859;
}

.bold
{
    font-weight: bold;
}

.redtxt
{
    color: #641A0D;
}
.beigetxt
{
    color: #e7dbc2;
}
.greytxt
{
    color: #999999;
}
.blacktxt
{
    color: #000000;
}
.yellowtxt
{
    color: #9f8859;
}
.whitetxt
{
    color: #FFFFFF;
}


a, a:active, 
a:visited
{
    color: #736240;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
	cursor:hand;
}

.clearfloat
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
}

.center
{
    text-align: center;
}
.hidden
{
    visibility: hidden;
    display: none;
}

.imgHeaderWrapper
{
    margin: 10px 0px;
}

.noWrap
{
    white-space: nowrap;
}
.verticalAlignTop
{
    vertical-align: top;
}
.noWrapVerticalAlignTop
{
    white-space: nowrap;
    vertical-align: top;
}
.textLowerCase
{
    text-transform: lowercase;
}
.textCaps
{
    text-transform: capitalize;
}
.floatRight
{
    float: right;
}

/* ============================================================= */
/* SITE Layout                                                   */
/* ============================================================= */


html
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
body
{
    height: 100%;
    font-family: arial, Helvetica, sans-serif;
    color: #444;
    margin: 0;
    padding: 0px;
/*    line-height: 1.3em; */
    font-size: 0.8em;
    background-color:#E7DBC2;
}

#baseMasterPageForm
{
    height: 100%;
}

#pageContainer
{
    height: 100%;
    min-width: 1000px;
    min-height: 800px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#headerContainer
{
    color: #999999;
    text-align: right;
    background-color: #641A0D;
    background-image: url(MasterImages/bg_topcornerangle.gif);
    background-repeat: no-repeat;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #9C3926;
    width: 100%;
}

#mainContainer
{
    padding: 0px;
    min-height: 600px;
}

#footerContainer
{
    font-size: 0.8em;
    padding: 10px 20px 10px 0px;
    text-align: right;
    margin: 0 0 0 230px;
}


/* ============================================================= */
/* One Column Layout                                             */
/* ============================================================= */
#oneColumnLayoutContainer
{
    min-height: 600px;
}

#oneColumnLayoutContainer #mainColumn
{
    margin: 0;
    padding: 30px 50px;
    background: #E7DBC1 url(MasterImages/bg_wireframe_int.gif) top left no-repeat;
    min-height: 600px;
}


/* ============================================================= */
/* Two Column Layout                                             */
/* ============================================================= */
#twoColumnLayoutContainer
{
/*    background: #E7DBC1 url(MasterImages/bg_leftcolumn.gif) repeat-y;*/
    background: url(MasterImages/bg_leftcolumn.gif) repeat-y;
    min-height: 600px;
}

#twoColumnLayoutContainer #leftColumn
{
    float: left;
    width: 229px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E0C494;
}

#twoColumnLayoutContainer #leftColumn .columnElement
{
    width: 171px;
    margin: 0 auto;
}


#twoColumnLayoutContainer #mainColumn
{
    margin: 0 0 0px 230px;
    padding: 30px 30px 100px 30px;
    /*background: #E7DBC1 url(MasterImages/bg_wireframe_int.gif) top left no-repeat;*/
    background: url(MasterImages/bg_wireframe_int.gif) top left no-repeat;
    min-height: 400px;
}


/* ============================================================= */
/* Browsing - Special Two Column Layout                                             */
/* ============================================================= */
#twoColumnLayoutContainerBrowsing
{
    background: #E7DBC1 url(MasterImages/bg_leftcolumn.gif) repeat-y;
    min-height: 600px;
}

#twoColumnLayoutContainerBrowsing #leftColumn
{
    float: left;
    width: 229px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #E0C494;
}

#twoColumnLayoutContainerBrowsing #leftColumn .columnElement
{
    width: 171px;
    margin: 0 auto;
}


#twoColumnLayoutContainerBrowsing #mainColumn
{
    margin: 0 0 0px 230px;
    padding: 20px 0;
    background: #E7DBC1 url(MasterImages/bg_wireframe_int.gif) top left no-repeat;
    min-height: 400px;
}


/* ============================================================= */
/* Header                                             */
/* ============================================================= */

#topNav
{
    font: inherit;
    padding: 0;
    margin: 0 20px 0 0;
}

#topNav .menu
{
    float: right;
    font: inherit;
    height: 20px;
    margin: 0;
    padding: 0;
}
#topNav .menu .menuItem
{
    float: left;
    font: inherit;
    padding-top: 2px;
}
#topNav .menu .spacer
{
    float: left;
    border-right: 1px solid #9C3825;
    margin: 0px 10px;
    height: 20px;
}
#topNav .menu .menuItem a, #topNav .menu .menuItem a:visited, #topNav .menu .menuItem span
{
    font-size: 0.8em;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
}





/* ============================================================= */
/* Footer                                             */
/* ============================================================= */

#footer
{
    font: inherit;
    padding: 0;
    margin: 0;
}

#footer .menu
{
    float: right;
    height: 20px;
    margin: 0;
    padding: 0;
}
#footer .menu .menuItem
{
    float: left;
}
#footer .menu .spacer
{
    float: left;
    border-left: 1px solid;
    margin: 3px 10px 0 10px;
    height: 10px;
}
#footer .menu .menuItem a, #footer .menu .menuItem a:visited
{
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    /* color: #9f8859; */
    margin: 0;
    padding: 0;
}

#footer #content
{
    float: right;
    clear: right;
    margin: 0;
    padding: 0;
}


/* ============================================================= */
/* Administration menu                                           */
/* ============================================================= */

.administrationNav
{
    font: inherit;
    padding: 0;
    margin: 0 20px 0 0;
}

.administrationNav .menu
{
    font: inherit;
}
.administrationNav .menu .menuItem
{
    font: inherit;
    margin: 10px 0 20px 30px;
}
.administrationNav .menu .spacer
{
}
.administrationNav .menu .menuItem a, .administrationNav .menu .menuItem a:visited, .administrationNav .menu .menuItem span
{
}


/* ============================================================= */
/* Generic menu                                                  */
/* ============================================================= */

.genericNav
{
    font: inherit;
    padding: 0;
    margin: 0 20px 0 0;
}

.genericNav .menu
{
    font: inherit;
}
.genericNav .menu .menuItem
{
    font: inherit;
}
.genericNav .menu .spacer
{
}
.genericNav .menu .menuItem a, .genericNav .menu .menuItem a:visited, .genericNav .menu .menuItem span
{
    font:inherit;
}



/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Pattern for all Ektron Lists                                  */
/* ============================================================= */
/* ============================================================= */
/* Set wrapper tag to DIV ====================================== */
.ListSummaryTeaser
{
    margin: 0;
}
.Item
{
    margin: 0 0 10px 0;
}
.ItemTitle
{
    margin: 0;
    padding: 0;
}

.ItemTeaser
{
    margin: 0;
    padding: 0;
}


/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Imports                                                       */
/* ============================================================= */
/* ============================================================= */
.ImportGridView
{
    font-size: .8em;
}






/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Home                                                          */
/* ============================================================= */
/* ============================================================= */

#home_full
{
    width:100%;
    height:100%;
    background-color:#555555;
}

#home_wrapper
{
    width:1222px;
    margin:0 auto;
}

#home_headerstrip
{
    background-color: #641a0d;
    height: 20px;
}
#home_body
{
    /*background-image: url(HomeImages/home_bg_mainstrip.gif);*/
    background: url(HomeImages/home_bg_content.gif) top left repeat-y;
    background-color: #e7dbc2;
}
	
#home_body_vert
{
    background: url(HomeImages/home_bg_header.gif) top left no-repeat;
}
#jim_home_body_vert
{
    position: relative;
    background: url(HomeImages/jim_home_bg_header.gif) top left no-repeat;
}
#home_main_container
{
    padding-top: 210px;
    padding-left: 10px;
    height: 100%;
    min-width: 1300px;
}

#home_leftgutter
{
    margin:170px 0 0 0px;
    width: 90px;
    float: left;
    vertical-align: top;
    padding: 0px;
}
#home_leftcolumn
{
    margin-left:110px;
    width: 190px;
    float: left;
    vertical-align: top;
    padding: 26px 20px 20px 20px;
}
#home_rightcolumn
{
    margin-left:0px;
    width: 530px;
    float: left;
}
#home_rightgutter
{
    margin-left:15px;
    width: 200px;
    float: left;
    padding: 0px;
}
#jim_homecenter
{
    position: absolute;
    top: 40px;
    left: 505px;
    height: 200px;
    width: 400px;
} 
#jim_lefthead
{
    position: absolute;
    top:350px;
    left: 10px;
    background-color: 641A0C;
    height: 100px;
    width: 200px;
    padding: 7px;
}

#home_demo
{
    padding-bottom: 10px;
}

#home_messageblock
{
    padding-bottom: 15px;
}

#home_news
{
    padding-bottom: 10px;
}

#home_sponsors
{
    padding-bottom: 10px;
}



#home_news .List 
{
    margin-bottom: 10px;
}

#home_news .List .Item
{
}

#home_news .List .Item a
{
    color: #736240;
    text-decoration: none;
    font-weight: bold;
}

#home_news .List .Item a:hover
{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #996633;
    color: #000000;
	cursor:hand;
}

.home_callout
{
    background-image: url(HomeImages/home_bg_callout.gif);
    background-repeat: repeat-y;
    width: 412px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.home_callout ul
{
    padding: 0px;
    margin-top: 0px;
    margin-right: 35px;
    margin-bottom: 0px;
    margin-left: 35px;
}

.home_callout li
{
    margin-top: 10px;
}

.home_callout img
{
    background-color: #FFFFFF;
}

.home_callout_btn
{
    margin-top: 5px;
}

.home_callout_list
{
    margin-left: 110px;
}


.home_callout .loggedIn
{
    padding:5px 15px;
}


#home_footerContainer
{
    color: #555555;
    font-size: 0.8em;
    padding-top: 100px;
    padding-bottom: 5px;
    text-align: center;
}

#home_sponsorcell
{
    padding-left: 15px;
}

#home_sponsorcell img
{
    padding: 2px;
}


/* Home Footer                                             */

#home_footerNav
{
    font: inherit;
    padding: 0;
    margin: 0;
}

#home_footerNav .menu
{
    display: inline;
    height: 20px;
    margin: 0;
    padding: 0;
}
#home_footerNav .menu .menuItem
{
    display: inline;
}
#home_footerNav .menu .spacer
{
    display: inline;
    border-left: 1px solid;
    margin: 3px 10px 0 10px;
    height: 10px;
}
#home_footerNav .menu .menuItem a, 
#home_footerNav .menu .menuItem a:visited
{
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    /*color: #9f8859;*/
    margin: 0;
    padding: 0;
}



/* ============================================================= */
/* Registration                                                  */
/* ============================================================= */

.registrationStepIndicator
{
    float: right;
}

/* ============================================================= */
/* DividedBox                                                    */
/* ============================================================= */

.dividedBox
{
    border: 1px solid #E2C492;
    width:100%;
}

.divider
{
}
.dividedBox .greySide
{
    vertical-align: top;
    padding: 20px;
    /*background: #e5e5e5 url( OtherImages/bg_gradient_whitexx.gif ) left top repeat-x;*/
    /*background-color: #E7DBC1;*/
    background-color: #ffffff;

    border-right: 1px solid #CECECE;
}

.dividedBox .whiteSide
{
    /*background-color: #E7DBC1;*/
    background-color: #ffffff;
    vertical-align: top;
    padding: 20px;
}
.dividedBox .whiteSideNarrowFixed
{
    /*background-color: #FFFFFF;*/
    background-color: #ffffff;
    vertical-align: top;
    padding: 20px;
    width: 60px;
}


/* ============================================================= */
/* TextBox Formatting                                            */
/* ============================================================= */


/* Used by "SkinID=FixedShortTextBox" Textbox */
.ShortTextBox
{
    width: 60px;
}

/* Used by "SkinID=NumericEntry" Textbox */
.licenseCountEntry
{
    width: 35px;
}


/* ============================================================= */
/* Warning Icon                                                  */
/* ============================================================= */
/* Used by "SkinID=WarningIcon" */
.warningIcon
{
    padding-left: 3px;
    padding-right: 3px;
}

/* ============================================================= */
/* Navigation Section (highlighting page nav vs just normal buttons */
/* ============================================================= */


.PageNavigationSection
{
    background-color: #641A0D; 
    padding:2px 5px 2px 10px; 
    text-align:right;
}


/* ============================================================= */
/* enrollment                                                    */
/* ============================================================= */


.EULA
{
    overflow: auto;
    padding:5px;
}


/* ============================================================= */
/* PaymentSelection                                              */
/* ============================================================= */

.PaymentInfoTestMode
{
    font-weight: bold;
    border: 1px solid #9C3825;
    padding: 10px;
    margin-bottom:10px;
}



/* ============================================================= */
/* Default Table for Data presentation                           */
/* ============================================================= */

.defaultTableForData
{
    margin: 10px 0px 20px 0px;
    width:inherit;
}

.defaultTableForData .label
{
    vertical-align: top;
    text-align: left;
    padding: 3px 10px 3px 0px;
    white-space: nowrap;
    font-weight: bold;
    color: #666;

}
.defaultTableForData .data
{
    vertical-align: top;
    padding: 3px 15px 2px 10px;
}
.defaultTableForData .error
{
}

/* ============================================================= */
/* License Selection                                             */
/* ============================================================= */

.licenseTypeHeader
{
    font-size: 1.1em;
    font-weight: bold;
    color: #6D6432;
}
.licenseSelection
{
    margin-bottom: 20px;
    white-space: nowrap;
}

.licenseSelection .item
{
    padding: 0px 0px 5px 0px;
    white-space: nowrap;
}
/* Used by "SkinID=NumericEntry" Textbox */
.licenseCountEntry
{
    width: 35px;
}


/* ============================================================= */
/* PromoCodeSelection                                             */
/* ============================================================= */

.PromoCodeSelection
{
    width: 400px;
    padding: 5px 0px;
}
.PromoCodeSelection .Entry
{
}

.PromoCodeSelection .Details
{
    border: 1px solid #9C3825;
    padding: 10px;
}


/* ============================================================= */
/* License Selection as Output                                   */
/* ============================================================= */

.LicenseSelectionList
{
    padding: 5px 0px 5px 0px;
}

.LicenseSelectionDetail
{
    margin: 10px 0px 0px 15px;
}

.LicenseSelectionDetail .label
{
    padding: 3px 5px;
}
.LicenseSelectionDetail .data
{
    padding: 3px 5px;
}



/* ============================================================= */
/* MyHome                                                     */
/* ============================================================= */

.MyHome
{
    width: 800px;
}

.MyHome .divider
{
    border-bottom:1px solid #E7DBC2;
    margin:10px 0px;
}

.MyHome .UserAccountInformation
{
    vertical-align: top; 
    width:200px;
    
}
.MyHome .HelpContent
{
    vertical-align: top; 
}

.MyHome .LicenseInformation
{
    width: 300px;
    float: right;
}
.MyHome .PurchaseHistoryList
{
    float: left;
    width: 350px;
}
.MyHome .ProjectList
{
    clear: both;
}


.ViewPurchaseHistoryItem
{
    margin-top: 5px;
}

.ViewPurchaseHistoryItem .CollapsibleHeader
{
    cursor: pointer;
}

.ViewPurchaseHistoryItem .CollapsibleContent
{
    margin: 10px 0px 15px 15px;
}
.ViewPurchaseHistoryItem .Content
{
    margin-left: 3px;
    margin-bottom: 0px;
    padding: 5px 0 5px 10px;
}
.ViewPurchaseHistoryItem .Separator
{
}

/* ============================================================= */
/* Corporate Manage users and licenses                           */
/* ============================================================= */

.UsersAndLicenses
{
    padding: 10px;
    margin: 10px;
    width: 800px;
}
.UsersAndLicenses .UnassignedLicenseSummary
{
    width: 350px;
    float: right;
    margin: 20px 0 0 0;
}
.UsersAndLicenses .PurchaseHistoryList
{
    float: left;
    margin-left: 0;
    width: 400px;
    margin: 20px 0 0 0;
}
.UsersAndLicenses .UserList
{
    clear: both;
    margin: 20px 0 0 0;
}

.UsersAndLicenses .UnassignedLicenseSummaryForm
{
    width: 450;
    float: right;
    margin: 20px 0 0 0;
}
.UsersAndLicenses .AccountInfo
{
    float: left;
    margin-left: 0;
    width: 350px;
    margin: 20px 0 0 0;
}



/* ============================================================= */
/* BrowseCode                                                    */
/* ============================================================= */


.BrowseCodeLeftNav
{
    margin: 5px;
    vertical-align: top;
}

.BrowseCodeLeftNav a
{
    color: #C7C1A0;
}

.BrowseCodeLeftNav .Section
{
    margin: 0px 5px 20px 5px;
}
.BrowseCodeLeftNav .Section .Header
{
    color: #5D695B;
    background-color: white;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 3px;
}
.BrowseCodeLeftNav .Section .DataTitle
{
    color: White;
}

.BrowseCode
{
    padding: 10px;
    margin: 10px;
}

.BrowseCodeProjectDetailsAPC
{
    background-color: White;
    width: 500px;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
    visibility: hidden;
}
.BrowseCodeMapFactorsAPC
{
    background-color: White;
    width: 500px;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
    visibility: hidden;
}
.BrowseCodeProjectBookmarksAPC
{
    background-color: White;
    width: 500px;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
    visibility: hidden;
    color: Black;
}
.BrowseCodeProjectBookmarksAPC a
{
    color: Black;
}



/* used for Viewer!!! class name relates to Div on viewer page          */
/* Name is also passed into Flash View file - dont change unless changed*/
/* in all 3 places */

#mapContent
{
    min-width: 970px;
    min-height: 625px;
    width: 90%;
    height: 85%;
    
    border: 1px solid #E0C494;
    
}



#SendToContainer
{
    background-color: #DFD9C0;
    padding: 20px;
}
.SendToControl
{
    float: right;
    padding: 10px;
}



.SelfReferencingCode
{
    font-weight: bold;
}
.SelfReferencingTable
{
    font-weight: bold;
}
.SelfReferencingFigure
{
    font-weight: bold;
}


/* ============================================================= */
/* Code Blocks                                                   */
/* ============================================================= */

/* Code Blocks */
.CodeBlocksWrapper
{
    background-color: #FFF;
    border: 1px solid #E0C494;
    padding: 10px;
}


.CodeBlock
{
    margin: 0 0 20px 0;
}
.CodeBlockContent
{
    border-left: 1px solid #DFD9C0;
    margin: 0 0 0 5px;
    padding: 5px 0 0 10px;
}
.CodeBlockTitle a, .CodeBlockTitle a:active, .CodeBlockTitle a:visited
{
    font-weight: bold;
    color: Black;
}

.Copyright
{
    font-weight: bold;
    font-size: .8em;
    padding: 5px 0;
}
.ClarifyingInformationContainer
{
    margin-top: 10px;
}
.ClarifyingInformation
{
    background-color: #DFD9C0;
}

.ClarifyingInformationControl
{
    font-size: 0.8em;
    font-weight: bold;
}


/* Breadcrumbs */
.BreadCrumbs
{
    padding: 10px 0px;
}
.BreadCrumbs .Header
{
    color: #641A0D;
    font-size: 1.2em;
}
.BreadCrumbs .Item
{
}
.BreadCrumbs .CurrentItem
{
}
/* ============================================================= */
/* Gridviews                                                     */
/* ============================================================= */

table.ItemList
{
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    font-size: .95em;
}

table.ItemList tr th
{
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    background-color: #E7DBC1;
    color: #9f8859;
    padding: 3px 10px 3px 5px;
}

table.ItemList tr th.SortField
{
    background-color: #ffffff;
    color: #9f8859;
    white-space: nowrap;
}

table.ItemList tr th a
{
    text-decoration: underline;
    color: #9f8859;
    white-space: nowrap;
}

table.ItemList tr td
{
    color: #666666;
    font-family: Tahoma, Arial, Sans-Serif;
    padding: 5px;
}

table.ItemList tr.ItemListEditRow td
{
    background-color: #ffeebb;
    color: #333333;
    white-space: nowrap;
}

table.ItemList tr.ItemListRow td
{
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}



table.ItemList tr.ItemListAlternatingRow td
{
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

table.ItemList tr.ItemListRow td.Command,
table.ItemList tr.ItemListAlternatingRow td.Command
{
    background-color:#E7DBC2;
    text-align:center;
}

table.ItemList tr.ItemListFooter td
{
    border: 0;
    background-color: #ffffff;
    color: #333333;
    white-space: nowrap;
}

table.ItemList tr.ItemListPager td
{
    text-align: right;
    background-color: #ffffff;
    font-weight: bold;
}

table.ItemList tr.ItemListPager td a
{
    width: 14px;
    text-align: center;
}
table.ItemList tr.ItemListPager td a:hover
{
    width: 14px;
    text-align: center;
	cursor:hand;
}
table.ItemList tr.ItemListPager span
{
    width: 14px;
    text-align: center;
}

/* ============================================================= */
/* Gridviews                                                     */
/* ============================================================= */

.genericGridview .GridviewStyle
{
}



/* ============================================================= */
/* Browsing Code                                                */
/* ============================================================= */


/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Misc                                                          */
/* ============================================================= */
/* ============================================================= */


.faq
{
    margin-bottom: 15px;
}

.faqTitle
{
    /*color: #9f8859; .yellowtxt */
}
.faqAnswer
{
    border-left: 3px solid white;
    margin: 5px 15px 20px 15px;
    padding-left: 15px;
}

.sectionContent
{
    width:900px;
}

.contentBox
{
    border: 1px solid black;
    padding: 20px;
}


/* ============================================================= */
/* AJAX Collapsible panel (for general use)                                              */
/* ============================================================= */

.collapsePanelControl
{
    cursor: pointer;
}
.collapsePanel
{
    overflow: hidden;
}

/* ============================================================= */
/* AJAX Modal Popup                                              */
/* ============================================================= */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: White;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
}



/* ============================================================= */
/* AJAX Popup Control                                            */
/* ============================================================= */

.ajaxPopupContol
{
    background-color: White;
    width: 300px;
    border-width: 2px;
    border-color: Black;
    border-style: solid;
    padding: 20px;
    visibility: hidden;
}




/* ============================================================= */
/* OVERLIBLMWS                                                   */
/* see overlibConfig.txt for defaults/more info                  */
/* ============================================================= */
/* BGCLASS - Frame background class.  */
/* TEXTFONTCLASS - Main font class.   */

/* CGCLASS - Caption background class.*/
#overDiv
{
    border: 1px solid #E3C390;
}

/* CGCLASS - Caption background class.*/
.olcg
{
    background-color: gray;
}
/* FGCLASS - Main background class.   */
.olfg
{
    background-color: #F1F1F1;
}

/* Caption Text.   */
.olcap
{
    color: green;
}

/* Close Text font class.   */
.olclo
{
    color: orange;
}
a.olclo:hover
{
    color: white;
}

/* TEXTFONTCLASS - Main font class.   */
.oltxt
{
    color: inherit;
}


/* Modal popup CSS */
.SRModalBackground
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity:0.7;    
}
.SRModalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width:250px;    
}
.HelpIconContent
{
 float:right;
 z-index:10;
 position:relative;
    
}
/*////////////////////////////////////////
// Error Panel for Registration Screen & Search
////////////////////////////////////////*/
.ErrorMessagePanel
{
    background-color:#F3EC7A;
    color:Red;
    padding: 7px;
     width:900px;
    
}
.NoSearchResultPanel
{
    color:Red;
    text-align:center;
    background-color:#F3EC7A;    
    
}
.SearchUpdatePanel
{
    text-align:right;
}

.DescriptionText
{
    float:left;    
}

