﻿.rmSized .rmVertical .rmItem
{
    width: 100%;
}

.RadMenu .rmVertical .rmItem
{
    clear:both;
}

.RadMenu .rmItem
{
    padding: 0;
}

.RadMenu .rmItem
{
    float:left;
    position:relative;
    list-style-image: none;
    list-style-position:outside;
    list-style:none;	
}

.rmItem { float: left !important; }

.headerDivMain {
}

.headerDivTitle {
    width:620px; 
    margin:0px auto; 
    padding-top:20px; 
    text-align:left; 
    font-family:Verdana; 
    font-size:60px; 
    color:#FFF8DD;
}

.headerDivSubTitle {
    width:620px; 
    margin:-6px auto;  
    padding-left:30px; 
    text-align:left; 
    font-family:Verdana; 
    font-size:14px; 
    font-style:italic; 
    font-weight:bold; 
    color:#FFF8DD;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
.pageText {
    font-family:Verdana; 
    font-size:18px; 
    color:#FFF8DD;
    text-align:justify;
}
.pageTextSmall {
    font-family:Verdana; 
    font-size:12px; 
    color:#FFF8DD;
    text-align:justify;
}
.footerText {
    font-family:Verdana; 
    font-size:10px; 
    color:#FFF8DD;
}

.pageHeader {
    font-family:Verdana; 
    font-size:24px; 
    font-weight:bold;
    color:#FFF8DD;
}

a {
    color:#619593;
}
.noUnderline {
    text-decoration:none;
}

    /* FCCTalk Popup*/
    .popupWrap {
        position:fixed;
        top:50%;
        left:50%;
        display:block;
        z-index:99; 
    }
    .fcctalk {
        background-color: #004000;
        border: 1px solid black;
        color: white;
        display: block;
        height: 500px;
        margin-left: -250px;
        position: fixed;
        margin-top: -250px;
        width: 500px;
        border-radius: 12px; 
        -moz-border-radius: 12px; 
        -webkit-border-radius: 12px; 
        border: 2px solid white;
        /*z-index: 1200;*/ 
        -moz-box-shadow: 3px 3px 4px #000;
        -webkit-box-shadow: 3px 3px 4px #000;
        box-shadow: 3px 3px 4px #000;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    }
    .ftlkHdr {
        height:30px;
        background-color:darkgreen;
        text-align:center;
        width:100%;  
        border-top-left-radius: 12px; 
        -moz-border-top-left-radius: 12px; 
        -webkit-border-top-left-radius: 12px; 
        border-top-right-radius: 12px; 
        -moz-border-top-right-radius: 12px; 
        -webkit-border-top-right-radius: 12px; 
    }

    .fccTalkIF {
        width:100%;
        height: calc(100% - 17px);
        border-bottom-left-radius: 12px; 
        -moz-border-bottom-left-radius: 12px; 
        -webkit-border-bottom-left-radius: 12px; 
        border-bottom-right-radius: 12px; 
        -moz-border-bottom-right-radius: 12px; 
        -webkit-border-bottom-right-radius: 12px; 
    }
    .fccTalkOpts {
        float:right;
        padding-right: 15px;
        margin-top: -6px;
    }
    .fctLbl {
        font-size: 14px;
        font-weight: bold;
        line-height: 0.25;
    }
    .fccTalkBox {
        margin-top: -15px;
        padding-right: 42px;
    }
    .fctna {
        color: red;
        font-size: 18px;
        font-weight:bold;
        line-height: 0;
        margin-top: -15px;
        padding-right: 25px;
    }
    .closeButt:hover {
        background-image: url('../Images/closeWinHover.gif');
    }
    .closeButt {
        background-image: url('../Images/closeWinActive.gif');
        height:30px;
        width: 30px;
        cursor: pointer;
        float:right;
    }
    .questBut:hover {
        background-image: url('../Images/questionHover.gif');
    }
    .questBut {
        background-image: url('../Images/questionActive.gif');
        height:30px;
        width: 30px;
        cursor: pointer;
        float:left;
    }
    .gName {
        font-size: 18px;
        font-weight: bold;
    }
    .btn_showComm {
        height: 30px;
        left: 300px;
        position: fixed;
        top: 250px;
        width: 100px;
    }