body{
    margin:0;
    padding:0;
    background-image: url('../../images/mycues/default/layouts/main/body_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height:100%;
    font-family:arial, sans-serif;
}

html{
    margin:0;
    padding:0;
    background-image: url('../../images/mycues/default/layouts/main/html_bg5.jpg');
    background-repeat: repeat-x;
    background-position:center 168px;
    height:100%;
    background-color:#fdfdfd;
}

img{ 
    border:0;
}

h4
{
    font-size: 12px;
}

h3 {
    font-size:14px;
    margin-bottom:5px;
    margin-top:5px;
}

h2 {
    font-size:16px;
    margin-bottom:5px;
    margin-top:5px;
}

a{
    outline:none;
    color:#B55C0E;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.clrBth{
    clear:both;
}

/* MAIN LAYOUT */

#topHeader{
    /*background-image:url('../../images/mycues/default/layouts/main/top_header.jpg');*/
    width:918px;
    height:96px;
    margin:0 auto;
    font-family:verdana, sans-serif;
}

#logo{
    width:200px;
    float:left;
    height:70px;
    display:block;
}

#topHeaderMenus{
    height:96px;
    float:left;
    width:718px;
}

#tabBarContainer{
    background-image:url('../../images/mycues/default/layouts/main/tab_bar_bg_2.jpg');
    width:100%;
    height:72px;
    padding-top:0px;
}

#tabBar{
    background-image:url('../../images/mycues/default/layouts/main/tab_bar_2.jpg');
    width:918px;

    background-position:top center;
    height:48px;
    padding-top:24px;
    margin:0 auto;
}

* html #mainWrapper {
    height: 100%;
}

#mainWrapper{
    border:0px solid #000;
    width:100%;
    min-height:100%;
    margin:0 auto;
    
}

    #login{
        float:right;
        width:137px;
        height:27px;
        background-image: url('../../images/mycues/default/layouts/main/login_bg.png');
        background-repeat: no-repeat;
        text-align:center;
        color:#fff;
        padding-top:3px;
        
    }
    
    #logout{
        float:right;
        width:219px;
        height:27px;
        background-image: url('../../images/mycues/default/layouts/main/logoff_bg.png');
        background-repeat: no-repeat;
        text-align:center;
        color:#fff;
        padding-top:3px;
    }
    
    #login a,#logout a{
        font-size:11px;
        text-decoration:none;
        color:#fff;
        
    }
    
    #topMenu{
        float:left;
        width:499px;
        height:28px;
        margin-top:12px;
        text-align:right;
        padding-top:5px;
        padding-right:20px;
        
    }
    
        #topMenu a{
            font-size:12px;
            text-decoration:none;
            color:#000;
            font-family:verdana, sans serif;
        }
        
        .topMenuSep{
        		background-position: 12px 6px;
                background-image: url('../../images/mycues/default/layouts/main/top_menu_sep.png');
                background-repeat: no-repeat;
                padding:0px 0px 0 0px;
                height:31px;
        		width:25px;
	        	float:right;
        }
    
    #topSearch{
        float:left;
        width:192px;
        background-image: url('../../images/mycues/default/layouts/main/search_bg.png');
        background-repeat: no-repeat;
        height:28px;
        margin-top:12px;
        padding-top:3px;
        padding-left:7px;
    }
    
    #topSearch .txtInput{
        height:12px;
    }

#main{
	padding-bottom:10px;
	margin-bottom:10px;
	width:918px;
	margin:0 auto;
	padding-bottom:120px;
	background-image: url('../../images/mycues/default/layouts/main/main_bg2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:10px;
	font-size:12px;
}

#footer{
    height:63px;
    padding-top:20px;
    background: #4c4c4c;
    width:100%;
    margin:-83px 0 0 0;
    font-size:12px;
    font-size:12px;
}

    #footerContainer{
        margin:15px auto 0px auto;
        width:918px;
    }

    #copyright{
        float:left;
        color:#8d8d8d;
    }
    
    #footerMenu{
        float:right;
        padding-right:20px;
    }
        
        #footerMenu a{
            font-size:12px;
            color:#fff;
            text-decoration:none;
        }

    #footerButtons
    {
        list-style-image:none;
        list-style-type:none;
        height:22px;
        width:120px;
        margin:0px;
        padding:0px;
        float:right;
    }
    
    
    #footerButtons li
    {
        float:left;
        margin:0px;
        padding:0px 8px 0 0;
    }
    
    #footerButtons img
    {
        border:0px;
    }
    
/* END MAIN LAYOUT */



/* BOXES */
/* 
.whitebox .top .left{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.whitebox .top .center{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: repeat-x;
    background-position: center -30px;
    height:15px;
    border:0px solid green;
}

.whitebox .top .right{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: top right;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.whitebox .bottom .left{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: 0px -15px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.whitebox .bottom .center{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: repeat-x;
    background-position: center -45px;
    height:15px;
    border:0px solid green;
}

.whitebox .bottom .right{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: right -15px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}


.whitebox .main .center{
    background:#fff;
    border-left:1px solid #cfcdc2;
    margin-left:0px;
    padding:0px 0 0 15px;
    font-size:11px;
    color#000;
    height:200px;
    overflow:auto;
    padding-right:13px;
}

.whitebox .main .right{
    background-image: url('../../images/mycues/default/layouts/main/wb_t2.png');
    background-repeat: repeat-y;
    background-position:right;
    border:0px solid red;
    
    padding-right:2px;
}



.yellowbox .top .left{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: 0px -60px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.yellowbox .top .center{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: repeat-x;
    background-position: center -90px;
    height:15px;
    border:0px solid green;
}

.yellowbox .top .right{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: right -60px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.yellowbox .bottom .left

{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: 0px -75px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.yellowbox .bottom .center

{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: repeat-x;
    background-position: center -105px;
    height:15px;
    border:0px solid green;
}

.yellowbox .bottom .right

{
    background-image: url('../../images/mycues/default/layouts/main/wb_t.png');
    background-repeat: no-repeat;
    background-position: right -75px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.yellowbox .main .center
{
    background:#EDEAD6;
    border-left:1px solid #cfcdc2;
    margin-left:0px;
    padding:0px 0 0 15px;
    font-size:11px;
    color#000;
}

.yellowbox .main .right

{
    background-image: url('../../images/mycues/default/layouts/main/wb_t3.png');
    background-repeat: repeat-y;
    background-position: right;
    border:0px solid red;
    
    padding-right:15px;
}

.yellowboxTabs .wtop{
    width:738px;
    height:49px;
}


.yellowboxTabs .wmain{
    width:718px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/page_tabs/ptm.png');
    margin-top:0;
}
.yellowboxTabs .wbottom{
    width:738px;
    height:15px;
    background-image:url('../../images/mycues/default/layouts/main/page_tabs/ptb.png');
    background-repeat:no-repeat;
}

.yellowboxTabs .wleft{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_left.png');
    width:14px;
    height:49px;
    border:0px solid #000;
    float:left;
}

.yellowboxTabs .wcenter{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_empty.png');
    background-repeat: repeat-x;
    height:49px;
    border:0px solid green;
    float:left;
    width:710px;
}

.yellowboxTabs .wright{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_corner_left.png');
    border:0px solid red;
    height:49px;
    width:14px;
    float:left;
}

.yellowboxTabs .tabBarMain{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_main.png');
    height:41px;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    padding:8px 12px 0 15px;
    text-align:center;
    color:#484848;
}

.yellowboxTabs .tabBarSep{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_sep.png');
    height:49px;
    width:14px;
    float:left;
}

.yellowboxTabs .tabBarEnd{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_end.png');
    height:49px;
    width:14px;
    float:left;
}

.yellowboxTabs .selLeft{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_sep_sel_left.png');
}

.yellowboxTabs .selRight{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_sep_sel_right.png');
}

.yellowboxTabs .tabBarMainSel{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_main_sel.png');
    height:41px;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    padding:8px 12px 0 15px;
    text-align:center;
    color:#124f7f;
}

.yellowboxTabs  .leftSel{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_left_sel.png');
    width:14px;
    height:49px;
    border:0px solid #000;
    float:left;
}

.yellowboxTabs .tabBarEndSel{
    background-image: url('../../images/mycues/default/layouts/main/page_tabs/tab_bar_end_sel.png');
    height:49px;
    width:14px;
    float:left;
}
 */

.modalWindow .mtop{
    width:355px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwt.png');
}


.modalWindow .mmain{
    width:335px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwm.png');
    margin-top:0;
}
.modalWindow .mbottom{
    width:355px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwb.png');
    background-repeat:no-repeat;
}

.modalWindowWide .mtop{
    width:500px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwt-wide.png');
}


.modalWindowWide .mmain{
    width:480px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwm-wide.png');
    margin-top:0;
}
.modalWindowWide .mbottom{
    width:500px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwb-wide.png');
    background-repeat:no-repeat;
}

.modalWindowBig .mtop{
    width:959px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwt-big.png');
}


.modalWindowBig .mmain{
    width:939px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwm-big.png');
    margin-top:0;
}
.modalWindowBig .mbottom{
    width:959px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mwb-big.png');
    background-repeat:no-repeat;
}




.modalWindowSemiBig .mtop{
    width:780px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mswt-big.png');
}


.modalWindowSemiBig .mmain{
    width:780px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mswm-big.png');
    margin-top:0;
}

.modalWindowSemiBig .mbottom{
    width:780px;
    height:12px;
    font-size:0px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/mswb-big.png');
    background-repeat:no-repeat;
}





.mcenter{
    border:2px solid #616161;
    padding:10px;
    background:#fff;
    min-height:100px;
    color:#373737;
    font-size:12px;
}

.mcenter h1{
    font-size:14px;
    font-weight:bold;
    color:#033246;
}

#test{
}

.whitebox .top .left{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.whitebox .top .center{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: repeat-x;
    background-position: center -60px;
    height:15px;
    border:0px solid green;
}

.whitebox .top .right{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: right -15px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.whitebox .bottom .left{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.whitebox .bottom .center{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: repeat-x;
    background-position: center -75px;
    height:15px;
    border:0px solid green;
}

.whitebox .bottom .right{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: right -45px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.whitebox .main .center{
    background:#fff;
    border-left:1px solid #E4E2D7; 
    margin-left:0px;
    padding:0px 0 0 15px;
    font-size:12px;
    color:#000;
}

.whitebox .main .right{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t3w.png');
    background-repeat: repeat-y;
    background-position:right;
    border-right:0px solid #E4E2D7; 
    
    padding-right:15px;
}



.yellowbox .top .left{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: 0px -90px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.yellowbox .top .center{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: repeat-x;
    background-position: center -150px;
    height:15px;
    border:0px solid green;
}

.yellowbox .top .right{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: right -105px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.yellowbox .bottom .left,
.yellowboxTabs .bottom .left
{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: 0px -120px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
}

.yellowboxTabs .bottom .left_sel
{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: 0px -120px;
    padding-left:15px;
    height:15px;
    border:0px solid #000;
    margin-left:1px;
}

.yellowbox .bottom .center,
.yellowboxTabs .bottom .center
{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: repeat-x;
    background-position: center -165px;
    height:15px;
    border:0px solid green;
}

.yellowbox .bottom .right,
.yellowboxTabs .bottom .right
{
    background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t2.png');
    background-repeat: no-repeat;
    background-position: right -135px;
    border:0px solid red;
    height:15px;
    padding-right:15px;
}

.yellowbox .main .center,
.yellowboxTabs .main .center{
	background:#efebd9;
	/*background-image: url('../../images/mycues/default/layouts/main/boxes/doamne_ajuta.png');*/
	border-left:1px solid #cfcdc2;
	margin-left:0px;
	padding:0px 0 0 15px;
	font-size:12px;
	color:#000;
}

.yellowbox .main .right,
.yellowboxTabs .main .right
{
	background-image: url('../../images/mycues/default/layouts/main/boxes/wb_t3.png');
	background-repeat: repeat-y;
	background-position: right;
	border:0px solid red;
	
	padding-right:15px;
}


.yellowboxTabs .main .center{
	border-left:1px solid #D5D3C8;
	background:#efebd9;
	/*background-image: url('../../images/mycues/default/layouts/main/boxes/doamne_ajuta.png');*/
	padding-top:1px;
	padding-bottom:1px;
}

.yellowboxTabs .main .center_sel{
	border-left:1px solid #D5D3C8;
	background:#efebd9;
	/*background-image: url('../../images/mycues/default/layouts/main/boxes/doamne_ajuta.png');*/
	margin-left:1px;
	padding:0px 0 0 15px;
	padding-top:1px;
}

.yellowboxTabs .top .left{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: 0 -204px;
    padding-left:14px;
    height:49px;
    border:0px solid #000;
}

.yellowboxTabs .top .center{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: repeat-x;
    background-position: 0 -54px; 
    height:49px;
    border:0px solid green;
}

.yellowboxTabs .top .right{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: right 0px;
    border:0px solid red;
    height:49px;
    padding-right:14px;
}

.yellowboxTabs .tabBarMain{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: repeat-x;
    background-position: 0 -304px;
    height:41px;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:8px 12px 0 15px;
    text-align:center;
    color:#484848;
}
.yellowboxTabs .tabBarMainSingleRow{
background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: repeat-x;
    background-position: 0 -304px;
    height:34px;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:15px 12px 0 15px;
    text-align:center;
    color:#484848;
}

.yellowboxTabs .tabBarSep{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: 0 -404px;
    height:49px;
    width:14px;
    float:left;
}

.yellowboxTabs .tabBarEnd{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: 0 -104px;
    height:49px;
    width:14px;
    float:left;
}

.yellowboxTabs .selLeft{
    background-position: 0 -454px;
}

.yellowboxTabs .selRight{
    background-position: 0 -504px;
}

.yellowboxTabs .tabBarMainSel{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: repeat-x;
    background-position: 0 -354px;
    height:41px;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:8px 12px 0 15px;
    text-align:center;
    color:#376082;
}

.yellowboxTabs .tabBarMainSelSingleRow{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: repeat-x;
    background-position: 0 -354px;
    height:34px;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    padding:15px 12px 0 15px;
    text-align:center;
    color:#376082;
}

.yellowboxTabs .top .leftSel{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: 0 -254px;
    padding-left:14px;
    height:49px;
    border:0px solid #000;
}

.yellowboxTabs .tabBarEndSel{
    background-image: url('../../images/mycues/default/layouts/main/boxes/page-tabs-sprites1.png');
    background-repeat: no-repeat;
    background-position: 0 -154px;
    height:49px;
    width:14px;
    float:left;
}


.whitebox .main .center ,
.yellowboxTabs .main .center,
.yellowboxTabs .main .center_sel{
    font-size:12px;
}

.yellowbox .main .center{
    font-size:12px;
}

.whitebox .main .center form .txtInput,
.yellowbox .main .center  form .txtInput,
.yellowboxTabs .main .center  form .txtInput
{
    width:160px;
    height:12px;
    font-size:12px;
    margin-left:10px;
}

.whitebox .main .center form .btnInput,
.yellowbox .main .center  form .btnInput,
.yellowboxTabs .main .center  form .btnInput,
.yellowboxTabs .main .center_sel form .btnInput
{
    margin:5px 0 5px 0;
}

.whitebox .dottedHR,
.yellowbox .dottedHR,
.yellowboxTabs .dottedHR
{
    height:2px;
    background: none;
    color:none;
    border:0;
    border-bottom:1px dashed #a3a3a3;
    
}

.whitebox .main .center h1.boxTitle,
.yellowbox .main .center h1.boxTitle,
.yellowboxTabs .main .center_sel h1.boxTitle,
.yellowboxTabs .main .center h1.boxTitle
{
    font-size:20px;
    font-weight:normal;
    margin:0px 0 15px 0;
    padding:10px 0 15px 0;
    border-bottom:1px dashed #a3a3a3;
    color:#376082;
}

.whitebox a,
.yellowbox a,
.yellowboxTabs a
{
    font-size:12px;
    text-decoration:none;
    color:#043f56;
}

.whitebox a:hover,
.yellowbox a:hover,
.yellowboxTabs a:hover
{
    
    text-decoration:underline;
    
}

.greybox
{
    padding-bottom : 10px;
}
.greybox .gtop{
    width:917px;
    height:29px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_header.png');
}
    
    .greybox .gtop .left{
        float:left;
        color:#104773;
        font-size:12px;
        font-family:verdana;
        padding:10px 15px 0px 15px;
        font-weight:bold;
    }
    
    .greybox .gtop .right{
        float:right;
        color:#104773;
        font-size:12px;
        font-family:verdana;
        padding:10px 15px 0px 15px;
        font-weight:bold;
    }


.greybox .gmain{
    width:897px;
    /* padding:0 10px; */
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_main.png');
    margin-top:0;
    padding:10px;
}
.greybox .gbottom{
    width:917px;
    height:7px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/grey_footer.png');
    background-repeat:no-repeat;
    font-size:1px;
}

.greybox_small
{
    padding-bottom : 10px;
}
.greybox_small .gtop_small{
    width:870px;
    height:29px;
    background-color: #EFEBD9;
}
    
.greybox_small .gtop_small .left{
    float:left;
    color:#104773;
    font-size:12px;
    font-family:verdana;
    padding:10px 15px 0px 15px;
    font-weight:bold;
}

.greybox_small .gtop_small .right{
    float:right;
    color:#104773;
    font-size:12px;
    font-family:verdana;
    padding:10px 15px 0px 15px;
    font-weight:bold;
}


.greybox_small .gmain_small{
    width:897px;
    /* padding:0 10px; */
    margin-top:0;
    padding:10px;
}
.greybox_small .gbottom_small{
    width:870px;
    height:7px;
    background-repeat:no-repeat;
    font-size:1px;
}

/* END BOXES */

/* START SBOXES */
.wb .top{
    width:323px;
    height:15px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/wbt.png');
    background-repeat:no-repeat;
    font-size:0px;
}
.wb .main{
    width:303px;
    padding:0 10px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/wbm.png');
    margin-top:0;
}
.wb .bottom{
    width:323px;
    height:15px;
    background-image:url('../../images/mycues/default/layouts/main/boxes/wbb.png');
    background-repeat:no-repeat;
}

/* END SBOXES */


/* START TOP MENU */

#tabBar.loggedOn a,#tabBar.loggedOff a{
    display:block;
    float:left;
    height:48px;
}

#tabBar.loggedOn a img,#tabBar.loggedOff a img{
	height:48px;
}

#tabBar.loggedOn #myCues,#tabBar.loggedOn #myCues img,#tabBar.loggedOn #myCuesSel img { 
    width:133px;
} 

#tabBar.loggedOn #creditUnion ,#tabBar.loggedOn #creditUnion img,#tabBar.loggedOn #creditUnionSel img{ 
    width:130px;
} 

#tabBar.loggedOn #growUnion,#tabBar.loggedOn #growUnion img,#tabBar.loggedOn #growUnionSel img { 
    width:130px;
} 

#tabBar.loggedOn #memberRes,#tabBar.loggedOn #memberRes img,#tabBar.loggedOn #memberResSel img { 
    width:130px;
} 

#tabBar.loggedOn #myCues, #tabBar.loggedOn #myCues img, #tabBar.loggedOn #myCuesSel img{ 
    width:133px;
} 

#tabBar.loggedOn #profDev,#tabBar.loggedOn #profDev img,#tabBar.loggedOn #profDevSel img{ 
    width:130px;
} 

#tabBar.loggedOn #shop, #tabBar.loggedOn #shop img, #tabBar.loggedOn #shopSel img{ 
    width:131px;
} 

#tabBar.loggedOn #aboutCues,#tabBar.loggedOn #aboutCues img,#tabBar.loggedOn #aboutCuesSel img {
    width:134px;
}


#tabBar.loggedOff #myCues,#tabBar.loggedOff #myCues img,#tabBar.loggedOff #myCuesSel img { 
    width:117px;
} 

#tabBar.loggedOff #membValue, #tabBar.loggedOff #membValue img, #tabBar.loggedOff #membValueSel img { 
    width:114px;
} 

#tabBar.loggedOff #profDev , #tabBar.loggedOff #profDev img, #tabBar.loggedOff #profDevSel img{ 
    width:114px;
} 

#tabBar.loggedOff #growCU , #tabBar.loggedOff #growCU img, #tabBar.loggedOff #growCUSel img{ 
    width:114px;
} 

#tabBar.loggedOff #shopCues, #tabBar.loggedOff #shopCues img, #tabBar.loggedOff #shopCuesSel img { 
    width:114px;
} 

#tabBar.loggedOff #membResources , #tabBar.loggedOff #membResources img, #tabBar.loggedOff #membResourcesSel img{ 
    width:114px;
} 

#tabBar.loggedOff #cuManagement , #tabBar.loggedOff #cuManagement img, #tabBar.loggedOff #cuManagementSel img{ 
    width:114px;
} 

#tabBar.loggedOff #aboutCues,#tabBar.loggedOff #aboutCues img,#tabBar.loggedOff #aboutCuesSel img  { 
    width:117px;
} 


/* END TOP MENU */
#testBox{
    width:300px;
    padding:10px;
    border:1px solid #000;
    height:200px;
    overflow:auto;
}
.hoverMenu{
        height:42px;
        background-repeat:no-repeat;
        margin-left:3px;
        padding-top:3px;
        padding-left:7px;
		float:left;
}

#MyCuesHover{
	width:404px;
    margin-top:-10px;
	background-image:url('../../images/mycues/default/layouts/main/hover_menus/hover_bg.png');
}

#MyCuesHover_Short{
    width:404px;
    margin-top:-10px;
    background-image:url('../../images/mycues/default/layouts/main/hover_menus/hover_bg_small.png');
}

.hmLeft{
    float:left;
    width:7px;
    font-size:1px;
    height:40px;
    background-image:url('../../images/mycues/default/layouts/main/hover_menus/hm_left.png');
    background-repeat:no-repeat;
}
.hmMain{
    float:left;
    height:40px;
    background-image:url('../../images/mycues/default/layouts/main/hover_menus/hm_main.png');
    background-repeat:repeat-x;
    padding-left:2px;
}
.hmItems a{
    font-size:12px;
    color:#124f7f;
    text-decoration:none;
}
.hmRight{
    float:left;
    height:40px;
    width:6px;
    font-size:1px;
    background-image:url('../../images/mycues/default/layouts/main/hover_menus/hm_right.png');
    background-repeat:no-repeat;
}

.hmItems{
    float:left;
    /*background-image:url('../../images/mycues/default/layouts/main/hover_menus/hm_icon.jpg');*/
    /*background-repeat:no-repeat;
    background-position:0px 6px;*/
    /*padding-left:37px;
    padding-top:14px;*/
    padding-top:7px;
    height:26px;
    margin-right:8px;
}

#simplemodal-overlay {
    background-color:#000000;
    cursor:pointer;
}


/* START HOVER MENUS */

/* END HOVER MENUS */
.mainIntroduction{
	color:#102a52;
	font-size:12px;
	margin:0px 0px;
}

.mainIntroduction p{
	margin-top:0;
}

#bannerBox{
    float:left;
    width:162px;
    
}

#commLinks{
    background:#EDEAD6;
    float:right;
    margin-top:-20px;
    margin-bottom:10px;
}

#commLinks a{
    display:block;
    height:12px;
    padding:4px;
    float:left;
    color:#b09214;
    font-size:10px;
    padding-left:22px;
    text-decoration:underline;
    margin-right:5px;
}

#printLink{
    background-image:url('../../images/mycues/default/layouts/main/icon_print.jpg');
    background-repeat:no-repeat;
    background-position:left center;
}

#emailLink{
    background-image:url('../../images/mycues/default/layouts/main/icon_email.jpg');
    background-repeat:no-repeat;
    background-position:left center;
}

/* OLD SIDE MENU 
    #sideMenu{
        width:175px;
        float:left;    
        margin-right:20px;
    }
    
    #sideMenu a.level2Link{
        display:block;
        height:12px;
        padding:7px 7px 7px 7px;
        font-size:12px;
        color:#4b4b4b;
        text-decoration:none;
        
    }
    
    #sideMenu a.level2Link:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        color:#000;
        background:#fff;
        text-decoration:none;
        background-image:url('../../images/mycues/default/layouts/main/l2arrow.jpg');
        background-repeat:no-repeat;
        background-position:98% center;
    }
    
    #sideMenu a.level2Link_sel,#sideMenu a.level2Link_sel:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        color:#000;
        text-decoration:none;
        height:12px;
    }
    
    #sideMenu span.level2Link_header{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#1d5b92;
        
        cursor:default;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
        
    }
    
    #sideMenu span.level2Link_header_sel{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        background:#1d5b92;
        cursor:default;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideMenu a.level2Link_header{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#1d5b92;
        
        
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
        
    }
    
    #sideMenu a.level2Link_header_sel, #sideMenu a.level2Link_header:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        background:#1d5b92;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideSubMenu {
        margin-top:3px;
        border-bottom:1px dashed #9b978e;
        padding-bottom:3px;
    }
    
    #sideSubMenu a{
        color:#3d3d3d;
        font-size:11px;
        padding:3px 10px 3px 20px;
        display:block;
        background-image:url('../../images/mycues/default/layouts/main/headerbg.jpg');
        background-repeat:repeat-y;
    }
    
    #sideSubMenu a:hover{
        color:#3d3d3d;
        font-size:11px;
        padding:3px 10px 3px 20px;
        background:#fff;
        color:#0c0c0c;
        background-image:url('/CUES2/live/public/images/mycues/default/layouts/main/icon_arr.jpg');
        background-repeat:no-repeat;
        background-position:97% center;
    }
    
    #sideSubMenu a.sel,
    #sideSubMenu a.sel:hover{
        color:#3d3d3d;
        font-size:11px;
        padding:3px 10px 3px 20px;
        background:#fff;
        color:#0c0c0c;
        background-image:url('/CUES2/live/public/images/mycues/default/layouts/main/icon_arr.jpg');
        background-repeat:no-repeat;
        background-position:97% center;
    }
 END OLD SIDE MENU  */

/* SIDE MENU */
    #sideMenu{
        width:175px;
        float:left;    
        margin-right:20px;
    }
    
    #sideMenu a.level2Link{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#1d5b92;
        /* background:#DED9B4; */
        cursor:default;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideMenu a.level2Link:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        background:#1d5b92;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideMenu a.level2Link_sel,#sideMenu a.level2Link_sel:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        background:#1d5b92;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideMenu span.level2Link_header{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#000;
        /* background:#DED9B4; */
        cursor:default;
        text-decoration:none;
    }
    
    #sideMenu span.level2Link_header_sel{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#000;
        cursor:default;
        text-decoration:none;
    }
    
    #sideMenu a.level2Link_header{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#1d5b92;
        /* background:#DED9B4; */
        
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
        
    }
    
    #sideMenu a.level2Link_header_sel, #sideMenu a.level2Link_header:hover{
        display:block;
        padding:7px 7px 7px 7px;
        font-size:12px;
        font-weight:bold;
        color:#fff;
        background:#1d5b92;
        text-decoration:none;
        border-bottom:1px dashed #9b978e;
    }
    
    #sideSubMenu {
        margin-top:3px;
        border-bottom:1px dashed #9b978e;
        padding-bottom:3px;
    }
    
    #sideSubMenu a{
        color:#3d3d3d;
        font-size:12px;
        padding:3px 10px 3px 20px;
        display:block;
        background-image:url('../../images/mycues/default/layouts/main/headerbg.jpg');
        background-repeat:repeat-y;
    }
    
    #sideSubMenu a:hover{
        color:#3d3d3d;
        font-size:12px;
        padding:3px 10px 3px 20px;
        background:#fff;
        color:#0c0c0c;
        background-image:url('../../images/mycues/default/layouts/main/icon_arr.jpg');
        background-repeat:no-repeat;
        background-position:97% center;
    }
    
    #sideSubMenu a.sel,
    #sideSubMenu a.sel:hover{
        color:#3d3d3d;
        font-size:12px;
        padding:3px 10px 3px 20px;
        background:#fff;
        color:#0c0c0c;
        background-image:url('../../images/mycues/default/layouts/main/icon_arr.jpg');
        background-repeat:no-repeat;
        background-position:97% center;
    }
/* END SIDE MENU */
 
#pageContent{
    width:691px;
    float:left;
}

#pageContent h1{
    font-size:24px;
    font-weight:bold;
    color:#7c1b00;
    margin-bottom:0;
    margin-top:35px;
}

.floatRight{
    float:right;
}

.eventButtons{
    text-align:right;
    margin:5px 0 10px 0px;
}

.eventInfoHeader{
    font-weight:bold;
}

.message_format{
    border:1px solid red;
    color:red;
    font-size:12px;
    font-weight:bold;
    padding:10px;
    position:absolute;
    margin-top:5px;
    background:#cfcfcf;
    top:0;
    left:0;
    z-index:1000;
    
}

.survey_topbox{
    background-image: url('../../images/mycues/default/pages/mycues/stop.png');
    background-repeat: no-repeat;
    height:9px;
    font-size:1px;  
}

.sidebarSingleBox{
    width:162px;
    text-align:left;
    margin-bottom:5px;
}

#testimonialBox h1{
    color:#802005;
    font-size:12px;
    margin:0;
    border-bottom:1px dotted #ccc;
    padding-bottom:5px;
}

#testimonialBox .testimonial{
    font-size:11px;
}

#chatLink{
    margin-bottom:15px;
}

.survey_middlebox{
    background-image: url('../../images/mycues/default/pages/mycues/surveyBg.png');
    background-repeat: repeat-x;
    background-position:bottom;
    text-align:center;    
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    margin-left:1px;
    width:161px;
    background-color:#fff;
}

.survey_bottombox{
    background-image: url('../../images/mycues/default/pages/mycues/sBottom.png');
    background-repeat: no-repeat;
    height:12px;
}

.survey_title{
    color: #7C1800;
    font-size : 12px;
    font-weight:bold;
    text-align:center;
    
    }
/* END SURVEY BOX */

.news_title{
    text-align : left;
    color:#124f7f;
    font-weight:bold;
    clear:both;
}

.news_content{
    clear:both;
}

.news{
    padding : 5px 0px 5px 0px;
    font-weight:normal;
    font-size:12px;
}
    
.news a{
    text-decoration:underline;
    color:#D16F1A;
}

.question_title{
    clear:both;
    font-weight:bold;
    padding : 3px 0px 3px 0px;
    font-size:14px;
}

.legend_entry{
    clear:both;
    padding : 3px 0px 3px 0px;
}

.legend_container{
    width:90%;
    clear:both;
}

/* FEED BOX */

.greybox_feed .top {
    width:722px;
    background-image:url(../../images/mycues/default/greybox/boxTop.png);
    height:8px;    
    font-size:1px;
}
.greybox_feed .boxContent {
    width:700px;
    background-image:url(../../images/mycues/default/greybox/boxBg.png);
    padding-left:22px;
}

.greybox_feed .boxContent h1.boxTitle{
    font-size:20px;
    font-weight:normal;
    color:#104773;
    padding:0px;
    padding-bottom:5px;
    margin:0px;
}
    
.greybox_feed .boxDotted {
    width:722px;
    background-image:url(../../images/mycues/default/greybox/boxDotted.png);
    height:1px;
    font-size:1px;
}

.greybox_feed .boxWhiteContent {
    width:700px;
    background-image:url(../../images/mycues/default/greybox/whiteBg.png);
    padding-left:22px;
    /*height:100px;
    overflow:auto;*/
}

.content{
    width:698px;
    padding-top:10px;
    font-weight:normal;
    font-size:12px;
    height:100px;
    overflow:auto;
}

.greybox_feed .boxBottom {
    width:722px;
    background-image:url(../../images/mycues/default/greybox/boxBottom.png);
    height:8px;    
    font-size:1px;
}
/* END FEED BOX */


/* NEWS BOX */
.newsbox .top {
    width:331px;
    background-image:url(../../images/mycues/default/newsbox/top.png);
    height:8px;    
    font-size:1px;
}
.newsbox .boxContent {
    width:310px;
    background-image:url(../../images/mycues/default/newsbox/topContent.png);
    padding-left:21px;
}

.newsbox .boxContent h1.boxTitle{
    font-size:20px;
    font-weight:normal;
    color:#104773;
    padding:0px;
    padding-bottom:5px;
    margin:0px;
}
    
.newsbox .boxDotted {
    width:331px;
    background-image:url(../../images/mycues/default/newsbox/dotted.png);
    height:1px;
    font-size:1px;
}

.newsbox .boxWhiteContent {
    width:310px;
    background-image:url(../../images/mycues/default/newsbox/whiteContent.png);
    padding-left:21px;
    /*padding-right:10px;
    height:100px;
    overflow:auto;*/
}

.nb_content{
    width:306px;
    padding-top:10px;
    font-weight:normal;
    font-size:12px;
    height:100px;
    overflow:auto;
}

.newsbox .boxBottom {
    width:331px;
    background-image:url(../../images/mycues/default/newsbox/bottom.png);
    height:8px;    
    font-size:1px;
}
/* END NEWS BOX */


/* FORUM BOX */
.forumbox .top {
    width:389px;
    background-image:url(../../images/mycues/default/forumbox/top.png);
    height:8px;    
    font-size:1px;
}
.forumbox .boxContent {
    width:370px;
    background-image:url(../../images/mycues/default/forumbox/topContent.png);
    padding-left:19px;
}

.forumbox .boxContent h1.boxTitle{
    font-size:20px;
    font-weight:normal;
    color:#104773;
    padding:0px;
    padding-bottom:5px;
    margin:0px;
}
    
.forumbox .boxDotted {
    width:389px;
    background-image:url(../../images/mycues/default/forumbox/dotted.png);
    height:1px;
    font-size:1px;
}

.forumbox .boxWhiteContent {
    width:370px;
    background-image:url(../../images/mycues/default/forumbox/whiteContent.png);
    padding-left:19px;
    /*padding-right:10px;
    height:100px;
    overflow:auto;*/
}

.forum_content{
    width:366px;
    padding-top:10px;
    font-weight:normal;
    font-size:12px;
    height:100px;
    overflow:auto;
}

.forumbox .boxBottom {
    width:389px;
    background-image:url(../../images/mycues/default/forumbox/bottom.png);
    height:8px;    
    font-size:1px;
}
/* END FORUM BOX */


/* EVENTS BOX */
.eventsbox .top {
    width:726px;
    background-image:url(../../images/mycues/default/eventsbox/top.png);
    height:8px;    
    font-size:1px;
}

.eventsbox .boxContent h1.boxTitle{
    font-size:20px;
    font-weight:normal;
    color:#7c1b00;
    padding:0px;
    padding-bottom:5px;
    margin:0px;
}
.eventsbox .boxWhiteContent {
    width:705px;
    background-image:url(../../images/mycues/default/eventsbox/middleWhite.png);
    padding-left:21px;
    /*padding-right:10px;
    height:100px;
    overflow:auto;*/    
}

.events_content{
    width:702px;
    padding-top:10px;
    font-weight:normal;
    font-size:12px;
    height:100px;
    overflow:auto;
}

.eventsbox .boxBottom {
    width:726px;
    background-image:url(../../images/mycues/default/eventsbox/bottom.png);
    height:8px;    
    font-size:1px;
}
/* END EVENTS BOX */

.spacing{
    height:10px;
    clear:both;
}

.unread_article{
    width:16px;
    height:16px;
    display:none;
}

.read_article{
    width:16px;
    height:16px;
    display:inline;
    vertical-align:top;
}

.strikethrough{
    text-decoration: line-through;
}

#survey-modal-content {display:none;}
#feed-modal-content {display:none;}
#refine-modal-content {display:none;}
#update-supplier-info-modal-content {display:none;}
#job-available-modal-content {display:none;}
#job-wanted-modal-content {display:none;}
#cc-newsletter-modal-content {display:none;}

#cc-cues-subscribe-modal-content {display:none;} 
#cc-cues-unsubscribe-modal-content {display:none;}
#cc-director-subscribe-modal-content {display:none;} 
#cc-director-unsubscribe-modal-content {display:none;} 

#wndSetGuestNames {display:none;}
#wndSetGuestNo {display:none;}

.modalFormInput textarea{
    width:143px;
}

h2.headermodule
{
    font-size:20px;
    color:#104773;  
    margin-top:5px;
    margin-bottom: 10px;  
}    

h2.headersection
{
    font-size:20px;
    color:#104773;
    margin-top:5px;
    margin-bottom: 5px;
}

h2.headerimagesection
{
    font-size:20px;
    color:#104773;
    float:left;
    margin-top:0px;
    margin-bottom: 10px;
    width: auto;
    padding-right:10px
}

h2.registerTitle 
{
   font-size:20px;
   color:#7C1B00;  
   margin-top:0px;
   margin-bottom: 10px;   
}

h2.dottedtitle
{
    border-top:1px dashed;
    border-bottom:1px dashed;
}

.text
{
    text-align:justify;
}

.main .right .center form
{
    margin:0px;
}

#formSystem .question
{
    padding-bottom:5px;
}

#dynamicFormCtrl
{
    display:none;
}

.pageFormSubmitButton{
    background-color:#125c17; color:white;border:1px solid black;padding:2px; font-size:11px;cursor:pointer;
}

.pageFormCancelButton{
    background-color:#D1711D; color:white;border:1px solid black;padding:2px; font-size:11px;cursor:pointer
}

#errorBox .main .right .center{
    font-size:14px;
}

#loginError{
    color:red;
    display:none;
}

ul.displayExtraInfoCls {
    padding-left:20px;
}

.testimonial div, .testimonial  span, .testimonial p{
    height:auto;
    width:auto;
}


.workspace
{
    float:left;
    margin-right:5px;
/*    width:750px;*/
}

#email_results_area{
    font-weight:bold;
    color:red;
}

#basic-modal-content{
    display:none;
}

.selectedPrice{
	background-image:url('../../images/mycues/default/layouts/main/prices_bg.jpg');
	background-repeat:no-repeat;
	font-size:11px;
	width:194px;
	color:#282828;
	padding-left:5px;
	padding-top:5px;
	height:auto;
}

.selectedPrice_large{
    background-image:url('../../images/mycues/default/layouts/main/prices_bg_large.jpg');
    background-repeat:no-repeat;
    font-size:11px;
    width:194px;
    color:#282828;
    padding-left:5px;
    padding-top:5px;
    height:auto;
}

.generalPrice{
    font-size:11px;
    width:194px;
    color:#282828;
    padding-left:5px;
    padding-top:5px;
    height:auto;
}

.pricesList .selected .header{
	color:#2b4c61;
	font-weight:bold;
	font-size:12px;
	
}

.pricesList .selected .price{
	color:#a11a1a;
	font-weight:bold;
	font-size:12px;
	
}

.productPrices {
height:auto;
}


#centerWithSeparator{

    background-image:url("../../images/mycues/default/layouts/main/dash_border.jpg");
    background-position:75% top;
    background-repeat:repeat-y;
}

#loginHello{
	float:right;
	padding:10px 10px 0 0;
	font-weight:bold;
	height:32px;
    color:#7C1800;
    font-style: italic;
    font-size:14px;
}
#non-navigation-content-div {
    padding-top:10px;
    padding-bottom:10px;
}
.productWrapper{
	padding:10px;
	
}

#ajaxContainer{
	height:200px;
	overflow:auto;
	padding:10px 0;
	margin:10px 0 10px 0;

}

#ajaxContainerNoScroll{
	
	padding:10px 0;
	margin:10px 0 10px 0;

}

.memberTable tr {
	
}

#ajaxContainerAdd{
	display:none;
}

.ngEdit{
	display:none;
	background-color:#EFE5D9;
	padding:5px;
	margin:5px;
	border:1px solid #e3e1d6;
}

.tier{
	font-weight:bold;
	color:#7C1800;

}

.tierPrice{
	font-weight:bold;
	color:#7C1800;

}

#ajaxContainerHeader{
	display:none;

}
