@import url('reset.css');

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

body{
    font-family:Arial;
    color:#fff;
    font-size:12px;
    direction:ltr;
    background-color:#fff;
    background-image: url('/images/header/header_bg_strip.jpg');
    background-repeat:repeat-x;
    background-position:center top;
    behavior:url("/css/hover.htc");
    margin-top:0px;
}

.logoLink {
	width:105px; 
	height:130px; 
	position:absolute;
	cursor:pointer;
}

input{
    font-size:12px;
    color:#000;
    font-family:arial;
}

#wrapper{
    width:1000px; height:100%;
    xborder:1px orange solid;
    position:relative;
    margin-left:auto;
    margin-right:auto;

}

#header{
    width:1000px;
    height:147px;
    position:relative;
    top:0px;
    float:left;
}

    .logo{
    position:absolute;
    top:17px; left:24px;
    }

.liveBoxCont {
    position:absolute;
    top:11px; left:595px;
    padding-top:18px;
}

.liveBoxSize {
	width:140px; 
	height:34px;
}

.liveBoxSep {
	height:8px;
}

.timeline {
	position:absolute;
	top:80px; 
	left:30px; 	
}

.tlProgress {
	position:absolute; 
	top:3px; 
	left:5px; 
	height:9px; 
	background-color:#FF0000;  /*   green is this #00FF00*/
}

.tlFrame {
	position:absolute; 
	top:0px; 
	left:0px;
}

.tlTime {
	position:absolute; 
	top:0px; 
	left:97px; 
	font-size:11px; 
	color:#00000; 
	font-weight:bold;
}

#mainMenu{
    position:absolute;
    top:38px; left:205px;
    xborder:1px solid red;
}

    #mainMenu  div{
    float:left;
    height:33px;
    text-align:center;
    }


    #mainMenu  A{
    font-size:18px;
    color:#E20A16;
    text-decoration:none;
    margin-top:6px;
    float:left;
    display:block;
    xborder:1px solid red;
    }

    #mainMenu  Span{
    float:left;
    display:block;
    margin:9px 20px 0 20px;
    border-right:1px solid #A5A5A5;
    height:15px;
    overflow:hidden;
    }

    #mainMenu  .current {
    height:33px;
    background-image: url('/images/header/menutab_bg.gif');
    background-repeat:no-repeat;
    background-position:left top;
    }

    #mainMenu .current A{
    height:27px;
    display:block; float:left;
    color:#000;
    margin-top:0;
    padding:6px 11px 0 11px;
    background-image: url('/images/header/menutab_bg.gif');
    background-repeat:no-repeat;
    background-position:right -33px;
    }

.liveIndicationIcon {
    position:absolute;
    top:14px; left:660px;
}
#searchBar{
    width:232px; height:60px;
    position:absolute;
    top:14px; right:17px;
    xborder:1px solid red;
}

#searchBar span{
float:left;
margin:4px 6px 0 6px;
color:#CCCCCC;
}

.searchTab{
width:90px; height:21px;
padding-top:5px;
text-align:center;
float:left;
cursor:pointer;
}

    .searchTab A{
    color:#E20A16;
    text-align:center;
    text-decoration:none;
    font-size:11px;
    }

    #searchBar .current{
    background: url('/images/header/searchtab_bg.gif');
    background-repeat:no-repeat;
    }

    #searchBar .current A{color:#000;}

    .search{
    float:left;
    width:224px; height:31px;
    background: url('/images/header/search_bg.gif');
    background-repeat:no-repeat;
    xborder:1px solid red;
    }

.buttSearch{
    display:block;
    float:left;
    width:24px; height:24px;
    background: url('/images/header/button_search.gif');
    background-repeat:no-repeat;
    margin:4px 0 0 2px;
    }

    .searchInput{
    float:left;
    width:184px; height:18px;
    background: url('/images/header/searchinput.gif');
    background-repeat:no-repeat;
    margin:4px 0 0 4px;
    padding:3px 0 0 3px;
    font-size:14px;
    }

.headerLine{
    border-top:1px solid #C5C5C5;
    position:absolute;
    top:75px; left:205px;
    overflow:hidden;    
    height:1px;
    width:379px;
}

.headerSep{
    position:absolute;
    background: url('/images/header/sep.png');
    top:12px; left:590px;
    width:3px; height:135px;
}

.loginSpace {
	width:165px;
	height:10px;
	float:left;
	text-align:right;
}    

.usernamePos {
	position:absolute; 
	top:94px; 
	left:675px;
}

.forgotPos {
	position:absolute; 
	top:94px; 
	left:842px;
	line-height:12px;
}

.forgotLink:link, .forgotLink:visited, .forgotLink:hover {
	color:#434343;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.login{
    width:480px;height:65px;
    display:block;float:right;
    margin-top:80px;
    margin-right:10px;
}

    #LoggedIn{
        display:block;
        float:right;
        width:240px;
        height:65px;
        position:absolute;
        top:80px;
        right:0px;
        cborder:1px solid red;
    }
        #LoggedIn .infoPanel{
            width:100%;height:30px;
            margin-top:4px;
            display:block;float:left;
            color:#000;

            }

            .infoPanel .redText {font-size:11px;color:#e2091c;float:left;font-weight:normal;}
            .infoPanel .blackText {font-size:11px;color:#000;float:left;font-weight:normal;}
            .infoPanel .redText  a{color:#E2091C;font-weight:normal;}
            .infoPanel .delimiter {color:#adadad;margin-left:8px;margin-right:6px;display:block;width:1px;float:left;}
            #UserImage {float:left;margin-right:8px;}
            #numOfInboxMesseges{float:left;margin-left:5px;}


        #linkPanel{
            width:228px;height:25px;
            float:left;
            color:#000;
            margin-top:5px;
            position:relative;
            top:0px;
            left:0px;
            color:#000;
            }


        #linkPanel a {color:#000}
            #linkPanel li{margin:0;padding-left:10px;padding-top:5px;padding-bottom:5px;color:#4c4c4c;cursor:pointer;}
            #linkPanel li:hover {color:#e20a16}
            #linkPanel .delimiter {color:#adadad;display:block;width:1px;float:left;margin:0px;padding:0px;margin-right:5px;margin-top:3px;}
            #linkPanel .menuItem1{
                height:25px;width:68px;
                display:block;float:left;
                }
            #linkPanel .menuItem2{
                height:25px;width:78px;
                display:block;float:left;

                }
            #linkPanel .menuItem4{
                height:25px;width:68px;
                display:block;float:left;


                }

            .menuItem1 a, .menuItem2 a, .menuItem4 a{font-size:12px;color:#000;height:23px;display:block;float:left;
                background-image: url('/images/menuarrow.gif');background-repeat:no-repeat;
                background-position:right 11px ;padding-left:8px;padding-top:5px;padding-right:15px;}

            .menuItem1:hover a,.menuItem2:hover a, .menuItem4:hover a{font-size:12px;background-color:#fff;border-bottom:0px;
                border-right:1px solid #b6b6b6;border-top:1px solid #b6b6b6;border-left:1px solid #b6b6b6;background-position:right 10px;
                padding-left:7px;padding-top:4px;}

            /*#linkPanel ul a{background:none;border:none;font-weight:normal;color:#4c4c4c;height:18px;float:none;padding:0px;margin:0px;}
            #linkPanel ul a:hover{background:none;border:none;padding:0px;margin:0px;color:#E20A16;}*/

            .menuItem1 .dv_1{
                    width:100px;
                    background-color:#fff;
                    border-right:1px solid #b6b6b6;
                    border-bottom:1px solid #b6b6b6;
                    border-left:1px solid #b6b6b6;
                    position:absolute;
                    top:28px;
                    left:0;
                    display:none;
                    float:left;
                    }
            .menuItem2 .dv_2{
                    width:100px;
                    background-color:#fff;
                    border-right:1px solid #b6b6b6;
                    border-bottom:1px solid #b6b6b6;
                    border-left:1px solid #b6b6b6;
                    position:absolute;
                    top:28px;
                    left:75px;
                    _left:77px;
                    display:none;
                    float:left;

                    }


            .menuItem4 .dv_4{
                    width:100px;
                    background-color:#fff;
                    border-right:1px solid #b6b6b6;
                    border-bottom:1px solid #b6b6b6;
                    border-left:1px solid #b6b6b6;
                    position:absolute;
                    top:28px;
                    clear:left;
                    display:none;
                    float:left;

                    }


            .menuItem1:hover .dv_1{
                    display:block;

                }

            .menuItem2:hover .dv_2{
                    display:block;
                }

            .menuItem4:hover .dv_4{
                    display:block;

                }


    #LoginLinks{
        display:block;
        float:right;
        margin-top:45px;

        }

    #SignIn{
        display:none;
        float:right;
        width:100%;
        height:65px;
        }

        #SignIn .RegisterLink{
            width:100%;height:40px;
            display:block;float:left;
            margin:0px;padding:0px;
            }

            #SignIn .RegisterLink a{float:right;}

        #SignIn .loginBar{
            width:100%;height:20px;
            display:block;float:right;
            font-size:11px;color:#434343;
            margin:0px;padding:0px;
            }
            .loginBar .forgotPassLink{width:145px;float:left;margin-top:4px; }
            .loginBar .forgotPassLink a{color:#434343;text-decoration:underline;text-transform:uppercase;font-weight:normal;}

            .loginBar .BarTitle {width:65px;font-size:11px;float:left;margin-top:4px;text-align:right;}
            .loginBar .loginField {width:80px;border:1px indent #f0f0f0;font-size:11px;float:left;margin-right:7px;margin-left:5px;margin-top:2px;}
            .loginBar .RememberMe {width:100px;font-size:11px;float:left;margin-top:2px;margin-left:5px;}

            .loginBar .go {
                background-image: url('/images/button_go.gif');
                background-position:top left;
                background-repeat:no-repeat;
                width:25px;height:20px;
                float:right;

                }

    .login A{
    display:block; float:left;
    font-weight:bold;
    text-decoration:none;
    color:#E30A17;
    }

    .login Span{
    display:block; float:left;
    margin:0 12px;
    color:#777777;
    }


/**buttons***/

.closeIconButt{
    width:12px; height:11px;
    background: url('/images/butt_closeicon.gif');
    background-repeat:no-repeat;
    float:right;
    }



/***footer******/
#footer{
    float:left; clear:both;
    background-color:#000;
    width:1000px; height:35px;
    margin-top:42px;
}

#footer .links {
    float:left;  display:inline;
    margin-left:45px;
    margin-top:10px;
    }
#footer .copy{
    color:#A9A9A9;
    float:right;
    margin-right:18px;
    margin-top:10px;
    }


    #footer A{
    color:#A9A9A9;
    float:left;
    display:block;
    text-decoration:none;
    font-size:11px;
    }

    #footer span{
    color:#A9A9A9;
    float:left;
    display:block;
    margin:0 12px;
    }




#reloader { padding-left:5px; width: 100px; height: 24px; overflow: hidden; background-color: #7389AE; font-family: Arial; font-size: 12px; line-height: 24px; color: #fff; top: 0px; position: absolute; right:0px; }
#reloader span { margin-left: 4px; }


/**************new select menu*****************/
/**************outer container*****************/
.selectActions{position:absolute;float:left;margin-top:9px;dborder:1px solid red;z-index:0;overflow:hidden;}

#selectMenuContainer{
    width:121px;
    margin-left:2px;
    margin-top:18px;
    position:relative;
    float:left;
    color:#000;
    z-index:0;
    }

.yellowselect{
    width:121px; height:17px;
    background: url('/images/buttons/yellowselect_bg.gif');
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;left:0px;
    color:#000;
    z-index:5;
    }


    .yellowselectCorner{
        height:17px;
        float:right;
        background: url('/images/buttons/yellowselect_bg.gif');
        background-position:right -17px;
        background-repeat:no-repeat;
        cursor:pointer;
        padding-top:2px;
        padding-right:3px;
        padding-left:10px;
        z-index:6;
        }

    .yellowselectCorner #selectText{color:#000;}


.redSelect{
    width:121px; height:17px;
    background: url('/images/buttons/redSelect_bg.gif');
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    top:0px;left:0px;
    color:#fff;
    z-index:5;
    text-align:left;
    }


    .redSelectCorner{

        height:17px;
        float:right;
        background: url('/images/buttons/redSelect_bg.gif');
        background-position:right -17px;
        background-repeat:no-repeat;
        cursor:pointer;
        padding-top:2px;
        padding-right:3px;
        padding-left:10px;
        z-index:6;
        }

    .redSelectCorner #selectText{color:#fff;}


/**************select menu list*****************/

#selectMenuLB{
    position:relative;
    width:121px;
    text-align:left;
    }
    #selectMenuLB #StrechContainer{
        position:relative;
        width:121px;
        }
    #selectMenuLB #y_png_body{

        background:transparent url('/images/boxes/selectbox_bg.png') repeat-y top right;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/selectbox_bg.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:121px;
        height:100%;

        _height:expression(parentNode.offsetHeight+"px");
        }

    #selectMenuLB #r_png_body{

        background:transparent url('/images/boxes/redselectbox_bg.png') repeat-y top right;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/redselectbox_bg.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:121px;
        height:100%;

        _height:expression(parentNode.offsetHeight+"px");
        }

    #selectMenuLB .StrechContent{
        position:relative;
        z-index:1;
        width:100px;
        left:4px;

        }

    #selectMenuLB .StrechContent .y_item{
        cursor:pointer;
        color:#f4d500;
        width:100px;
        display:block;
        padding-left:3px;
        padding-top:5px;
        padding-bottom:5px;
        }

    #selectMenuLB .separator_y{border-bottom:1px solid #414141;width:100px;height:2px;line-height:1px;display:block;padding-left:3px;}

    #selectMenuLB .StrechContent .r_item{
        cursor:pointer;
        color:#fff;
        width:100px;
        display:block;
        padding-left:3px;
        padding-top:5px;
        padding-bottom:5px;
        }
    #selectMenuLB .separator_r{border-bottom:1px solid #f6b6ba;width:100px;height:2px;line-height:1px;display:block;padding-left:3px;}

    #selectMenuLB #y_png_bottom{
        width:121px; height:10px;
        background:transparent url('/images/boxes/selectbox_bottom.png') no-repeat bottom right;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/selectbox_bottom.png',sizingMethod='image');
        _background:none;
        }

    #selectMenuLB #r_png_bottom{
        width:121px; height:10px;
        background:transparent url('/images/boxes/redselectbox_bottom.png') no-repeat bottom right;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/redselectbox_bottom.png',sizingMethod='image');
        _background:none;
        }


/*******************************/
/*******************************/
/*******************************/

/*****login box*******/
#logInBox{
    position:absolute;
    top:0px;     left:0px;
    width:420px; height:55px;
    z-index:2;
}

#logInBox #png{
    position:absolute;
    z-index:0;
    top:0px;     left:0;
    width:420px; height:55px;
    background-image:url('/images/loginbox_bg.png');
    *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/loginbox_bg.png',sizingMethod='image');
    _background:none;
}


#logInBox #content{
    position:relative;
    z-index:3;
    width:410px; height:37px;
    padding-left:10px;
    padding-top:13px;
    font-size:11px;
    xborder:1px solid red;
    color:#5d5d5d;
    text-align:center;
}

#logInBox #content A{
    color:#e20a16;
    text-decoration:none;
}


/*****Authentication failed box*******/
#authFailedBox{
    position:absolute;
    top:80px;     
    left:350px;
    width:420px; 
    height:55px;
    z-index:12000;
}

.authFailedTable{
    width:420px; 
    height:55px;
    background-image:url('/images/loginbox_bg.png');
    _background:none;
}

.authFailedTable TD {
    padding-left:20px;
}

#authFailedBox #content{
    font-size:11px;
    color:#5d5d5d;
}

#authFailedBox #content A{
    color:#e20a16;
    text-decoration:none;
}

.authCloseIcon {
    width:112px; 
    height:111px;
    background: url('/images/auth_closeicon.gif');
    background-repeat:no-repeat;
    background-position:top left;
}

.messageTxt{
    color:#000;
    font-size:14px;
    font-weight:bold;
}

.closeIconButt{margin-right:20px;}

.inlineDiv{
    display:inline
    }

/**************new dynamicly vertical strech ligth box******************/

.DynamicLigthBox{position:relative;width:232px;}

    .DynamicLigthBox #png_top{
        width:232px;height:10px;
        color:#fff;
        background-image:url('/images/boxes/sharing_top.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_top.png',sizingMethod='image');
        _background:none;
        }

    .DynamicLigthBox #StrechContainer{position:relative;width:232px;color:#000;}

    .DynamicLigthBox #png_body{
        background:transparent url('/images/boxes/sharing_body.png') repeat-y;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_body.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:232px;
        height:100%;
        _height:expression(parentNode.offsetHeight+"px");
        }

    .DynamicLigthBox .StrechContent{position:relative;z-index:1;width:190px;color:#000;left:14px;}

    .DynamicLigthBox #png_bottom{
        width:232px; height:15px;
        background-repeat:no-repeat;
        background-image:url('/images/boxes/sharing_bottom.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bottom.png',sizingMethod='image');
        _background:none;
        }


/**************new WIDE dynamicly vertical strech ligth box******************/

.DynamicLigthBoxWide{position:relative;width:550px;}

    .DynamicLigthBoxWide #png_top{
        width:550px;height:10px;
        color:#fff;
        background-image:url('/images/boxes/sharing_topwide.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_topwide.png',sizingMethod='image');
        _background:none;
        }
    .DynamicLigthBoxWide #StrechContainer{position:relative;width:500px;color:#000;}

    .DynamicLigthBoxWide #png_body{
        background:transparent url('/images/boxes/sharing_bodywide.png') repeat-y;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bodywide.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:550px;
        height:100%;
        _height:expression(parentNode.offsetHeight+"px");
        }

    .DynamicLigthBoxWide .StrechContent{position:relative;z-index:1;width:500px;color:#000;left:14px;}
    .DynamicLigthBoxWide h2{font-size:18px;padding-top:10px;}
    .DynamicLigthBoxWide #png_bottom{
        width:550px; height:15px;
        background-repeat:no-repeat;
        background-image:url('/images/boxes/sharing_bottomwide.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bottomwide.png',sizingMethod='image');
        _background:none;
        }

/**************new Mid1 dynamicly vertical strech ligth box******************/

.DynamicLigthBoxMid1{position:relative;width:450px;}

    .DynamicLigthBoxMid1 #png_top{
        width:450px;height:10px;
        color:#fff;
        background-image:url('/images/boxes/sharing_topmid1.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_topmid1.png',sizingMethod='image');
        _background:none;
        }
    .DynamicLigthBoxMid1 #StrechContainer{position:relative;width:400px;color:#000;}

    .DynamicLigthBoxMid1 #png_body{
        background:transparent url('/images/boxes/sharing_bodymid1.png') repeat-y;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bodymid1.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:450px;
        height:100%;
        _height:expression(parentNode.offsetHeight+"px");
        }

    .DynamicLigthBoxMid1 .StrechContent{position:relative;z-index:1;width:400px;color:#000;left:14px;}
    .DynamicLigthBoxMid1 h2{font-size:18px;padding-top:10px;}
    .DynamicLigthBoxMid1 #png_bottom{
        width:450px; height:15px;
        background-repeat:no-repeat;
        background-image:url('/images/boxes/sharing_bottommid1.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bottommid1.png',sizingMethod='image');
        _background:none;
        }


/**************new MID dynamicly vertical strech ligth box******************/

.DynamicLigthBoxMid{position:relative;width:400px;}

    .DynamicLigthBoxMid #png_top{
        width:400px;height:10px;
        color:#fff;
        background-image:url('/images/boxes/sharing_topmid.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_topmid.png',sizingMethod='image');
        _background:none;
        }
    .DynamicLigthBoxMid #StrechContainer{position:relative;width:350px;color:#000;}

    .DynamicLigthBoxMid #png_body{
        background:transparent url('/images/boxes/sharing_bodymid.png') repeat-y;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bodymid.png',sizingMethod='scale');
        _background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;
        width:400px;
        height:100%;
        _height:expression(parentNode.offsetHeight+"px");
        }

    .DynamicLigthBoxMid .StrechContent{position:relative;z-index:1;width:350px;color:#000;left:14px;}
    .DynamicLigthBoxMid h2{font-size:18px;padding-top:10px;}
    .DynamicLigthBoxMid #png_bottom{
        width:400px; height:15px;
        background-repeat:no-repeat;
        background-image:url('/images/boxes/sharing_bottommid.png');
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/sharing_bottommid.png',sizingMethod='image');
        _background:none;
        }



/**************VALUES SHARED BY DYNAMIC BOXES******************/

.StrechContent .groups{color:#626262;width:200px;height:25px;}
.StrechContent .subs{color:#626262;margin-left:20px;height:20px;}
.StrechContent #Some_groups{padding-left:20px;}

.StrechContent .title{font-weight:bold;color:#000;margin-bottom:15px;}
.StrechContent .titleImg{
    background-position:left top;
    background-repeat:no-repeat;
    font-weight:bold;color:#000;
    margin-bottom:5px;
    padding-left:35px;
    height:30px;
    }
.StrechContent .titleImg span{display:block;padding-top:10px;}
.StrechContent .sp{float:left;width:50px;}
.StrechContent input{font-size:11px;}
.seperator{border-top:1px solid #dbdbdb;width:98%; height:1px;overflow:hidden;margin:0px;margin-top:0px;margin-bottom:10px;}
.linkContainer{width:90%;text-align:center;padding-top:5px;}
.linkContainer a{color:#333334;font-size:12px;font-weight:bold;}




.LigthBoxSaveButton{
    text-align:center;
    height:20px;
    float:right;
    margin-top:3px;
    background-image:url('/images/buttons/yellow_bg1.gif');
    background-position:left top;
    background-repeat:no-repeat;
    vborder:1px solid red;
    }
    .LigthBoxSaveButton a{
        float:left;
        height:20px;
        padding-left:10px;padding-right:10px;
        font-weight:normal;
        color:#000000;
        font-size:10px;
        text-transform:uppercase;
        text-decoration:none;
        background-image:url('/images/buttons/yellow_bg.gif');
        background-position:right -20px;
        background-repeat:no-repeat;
    }
    .LigthBoxSaveButton a:hover{color:#333333;}
    .LigthBoxSaveButton span{float:left;margin-top:4px;cursor:pointer;}


.LigthBoxCancelButton{
    float:left;
    text-align:center;
    height:23px;
    background-image:url('/images/commentbutton_bg.gif');
    background-position:0px 0px;
    background-repeat:no-repeat;

    }
    .LigthBoxCancelButton a{
        background-image:url('/images/commentbutton_bg.gif');
        background-position:right -23px;
        background-repeat:no-repeat;
        height:23px;
        display:block;
        float:left;
        margin-top:0pt;
        padding:5px 5px 0pt;
        text-decoration:none;
        font-weight:normal;
        color:#000000;
        font-size:10px;
        text-transform:uppercase;
    }

    .LigthBoxCancelButton a:hover{color:#e20a16;}

/********************************/
/********************************/
/********************************/


.becomeToolTip{
    position:absolute;
    top:122px; left:540px;
    width:244px; height:78px;
    padding:20px 0 0 12px;
    background: url('/images/becomecomfirm_bg.gif');
    background-repeat:no-repeat;
    color:#000;
    padding-top:20px;
    z-index:99;
    }

    .becomeToolTip .ttl{
        color:#5D5D5D;
        font-weight:bold;
        font-size:14px;
        float:left;
        margin-top:4px;
        margin-left:10px;
        }

    .becomeToolTip .closeButt{
        width:51px; height:23px;
        background: url('/images/butt_close.gif');
        background-repeat:no-repeat;
        float:right;
        margin-right:20px;
        }



.emailToolTip{
    position:absolute;
    top:360px; left:9px;
    width:270px;height:214px;
}

    .emailToolTip #png_top{
        width:270px;height:100%;
        color:#fff;
        background:transparent url('/images/boxes/emailbox.png') no-repeat;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/emailbox.png',sizingMethod='scale');
        *background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;

        _height:expression(parentNode.offsetHeight+"px");

    }
    .emailToolTip .StrechContent{position:relative;z-index:1;width:245px;color:#000;left:10px;top:20px;}

.emailToolTip_small{
    position:absolute;
    top:360px; left:9px;
    width:270px;height:100px;
    }

    .emailToolTip_small #png_top{
        width:270px;height:100%;
        color:#fff;
        background:transparent url('/images/boxes/emailbox_small.png') no-repeat;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/emailbox_small.png',sizingMethod='scale');
        *background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;

        _height:expression(parentNode.offsetHeight+"px");

    }
    .emailToolTip_small .StrechContent{position:relative;z-index:1;width:245px;color:#000;left:10px;top:20px;}
    
.commentToolTip_small{
    position:absolute;
    top:565px; left:122px;
    width:270px;height:100px;
    }

    .commentToolTip_small #png_top{
        width:270px;height:100%;
        color:#fff;
        background:transparent url('/images/boxes/emailbox_small.png') no-repeat;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/emailbox_small.png',sizingMethod='scale');
        *background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;

        _height:expression(parentNode.offsetHeight+"px");

    }
    .commentToolTip_small .StrechContent{position:relative;z-index:1;width:245px;color:#000;left:10px;top:20px;}




.emailToolTipUpRight{
    position:absolute;
    top:110px; left:630px;
    width:270px;height:194px;
    }

    .emailToolTipUpRight #png_top{
        width:270px;height:100%;
        color:#fff;
        background:transparent url('/images/boxes/emailboxrightup.png') no-repeat;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/emailboxrightup.png',sizingMethod='scale');
        *background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;

        _height:expression(parentNode.offsetHeight+"px");

    }
    .emailToolTipUpRight .StrechContent{position:relative;z-index:1;width:245px;color:#000;left:10px;top:20px;}

.emailToolTipUpRight_small{
    position:absolute;
    top:100px; left:630px;
    width:270px;height:112px;
    }

    .emailToolTipUpRight_small #png_top{
        width:270px;height:100%;
        color:#fff;
        background:transparent url('/images/boxes/emailboxrightup_small.png') no-repeat;
        *filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxes/emailboxrightup_small.png',sizingMethod='scale');
        *background:none;
        position:absolute;
        top:0;
        left:0;
        z-index:0;

        _height:expression(parentNode.offsetHeight+"px");

    }
    .emailToolTipUpRight_small .StrechContent{position:relative;z-index:1;width:245px;color:#000;left:10px;top:20px;}

.StrechContent .label2{
    color:#5D5D5D;
    float:left;
    width:50px;
    text-align:left;
    margin-top:5px;
}


.StrechContent .inputSpecial{
    width:180px;height:17px;
    background-image: url('/images/registration/input_bg.gif');
    background-position:top left;
    background-repeat:repeat-x;
    border-top:1px solid #757575;
    border-left:1px solid #757575;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    font-size:12px;
    padding-top:2px;
    margin-bottom:10px;
    }
.StrechContent .textareaSpecial{
    width:180px;height:60px;
    background-image: url('/images/registration/textarea_bg.gif');
    background-position:top left;
    background-repeat:repeat-x;
    *background-attachment: fixed;
    border-top:1px solid #757575;
    border-left:1px solid #757575;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    font-size:12px;
    padding-top:2px;
    overflow:auto;
    overflow-x:hidden;
    }

    .label{
    color:#5D5D5D;
    float:left;
    width:50px;
    text-align:left;
    margin-top:5px;
    }

     .formLongInput{
    width:250px; height:17px;
    padding:2px 0 0 4px;
    border:none;
    background-image: url('/images/registration/input_bg.gif');
    background-repeat:repeat-x;
    background-position:top left;
    border-top:1px solid #757575;
    border-left:1px solid #757575;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    margin-bottom:9px;
    color:#5D5D5D;
    font-size:12px;
    }

     .sendButt{
    width:45px; height:23px;
    background: url('/images/button_send.gif');
    background-repeat:no-repeat;
    float:right;
    margin-right:32px;
    }
    		
	.nowrap {
		white-space:nowrap;
	}
	
	.commentText {
		font-size:9px; 
		color:#FF0000;
	}

.headerLogo {
	height:147px; 
	background-image:url(/images/header/flixwagon_logo.gif); 
	background-repeat:no-repeat; 
	position:top left;
}

.sxswBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:420px; 
 	background-image:url(/images/header/sxsw_box.gif); 
 	background-repeat:no-repeat;
}

.themarkerBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:225px; 
 	background-image:url(/images/header/themarker_box.gif); 
 	background-repeat:no-repeat;
 	cursor:pointer;
}

.web2Box {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:225px; 
 	background-image:url(/images/header/web2_box.gif); 
 	background-repeat:no-repeat;
}

.flixeeBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:225px; 
 	background-image:url(/images/header/flixee_box.gif); 
 	background-repeat:no-repeat;
}

.flixeeBoxL {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:420px; 
 	background-image:url(/images/header/flixee_box.gif); 
 	background-repeat:no-repeat;
}

.flixeeBoxLink {
	z-index:100;
	position:absolute; 
	width:25px; 
	height:13px; 
	top:127px; 
	left:358px;
	cursor:pointer;
}

.flixeeBoxLinkL {
	z-index:100;
	position:absolute; 
	width:25px; 
	height:13px; 
	top:127px; 
	left:550px;
	cursor:pointer;
}

.youtubeBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:400px; 
 	background-image:url(/images/header/youtube_box.gif); 
 	background-repeat:no-repeat;
}

.youtubeBoxLink {
	z-index:100;
	position:absolute; 
	width:25px; 
	height:13px; 
	top:127px; 
	left:530px;
	cursor:pointer;
}

.twitterBox {
 	position:absolute; 
 	width:208px; 
 	height:62px; 
 	top:81px; 
 	left:205px; 
 	background-image:url(/images/header/twitter_box.gif); 
 	background-repeat:no-repeat;
}

.twitterBoxSO {
 	position:absolute; 
 	width:208px; 
 	height:62px; 
 	top:81px; 
 	left:205px; 
 	background-image:url(/images/header/twitter_box_so.gif); 
 	background-repeat:no-repeat;
}

.twitterBoxLink {
	z-index:100;
	position:absolute; 
	width:60px; 
	height:13px; 
	top:127px; 
	left:280px;
	cursor:pointer;
}

.sxswBoxLink {
	z-index:100;
	position:absolute; 
	width:130px; 
	height:30px; 
	top:110px; 
	left:425px;
	cursor:pointer;
}

.ctiaBox {
 	position:absolute; 
 	width:208px; 
 	height:62px; 
 	top:81px; 
 	left:205px; 
 	background-image:url(/images/header/ctia_box.gif); 
 	background-repeat:no-repeat;
 	cursor:pointer;
}

.weddingBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:420px; 
 	background-image:url(/images/header/wedding_box.gif); 
 	background-repeat:no-repeat;
 	cursor:pointer;
}

.techedBox {
 	position:absolute; 
 	width:164px; 
 	height:62px; 
 	top:81px; 
 	left:420px; 
 	background-image:url(/images/header/teched_box.gif); 
 	background-repeat:no-repeat;
 	cursor:pointer;
}

/* Movie Chat */

.scroll {
	width:100%;
	height:100%;
	overflow:auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#919191;
	scrollbar-base-color:#303030;
	scrollbar-darkshadow-color:#;
	scrollbar-face-color:#303030;
	scrollbar-highlight-color:#919191;
	scrollbar-shadow-color:#303030;
}

.chatName {
	width:240px; 
	height:17px; 
 	background-image:url(/images/boxes/chat_name.gif); 
 	background-repeat:no-repeat;
 	padding-left:6px;
	padding-right:6px;
}

.chatInput {
	width:240px; 
	background-color:#5A5D5A; 
	border:0px;
	font-size:11px; 
	font-weight:normal; 
	color:#FFFFFF;	
}

.chatTextbox {
	width:273px; 
	height:100%; 
	overflow-y:auto; 
	overflow-x:hidden; 
	background-color:#000000; 
	border:0px; font-family:Arial; 
	font-size:11px; 
	font-weight:normal; 
	color:#FFFFFF;
}

.chatBG { 	
 	background-image:url(/images/boxes/chat_bg.gif); 
 	background-repeat:repeat-y;
 	padding-left:8px;
 	padding-right:12px;
}

.chatButton {
	background:#5A5D5A;
	height:20px;
	padding-right:8px;
	text-align:right;	
}

.chatBottomButton {
	height:20px;
 	background-image:url(/images/boxes/chat_bottom.gif); 
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:center;
}

.chatCancelSpace {
	padding-bottom:3px;
}

.chatTextSpace {
	padding-top:5px;
	padding-bottom:3px;
}

.chatText {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.chatLink:link, .chatLink:visited, .chatLink:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.remark {
	color:#8d8d8d;
}

.smallText {
	font-size:11px;
}

.forgotTopText {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

.hoverlink:link, .hoverlink:visited {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#e20a16;
	text-decoration:underline;
}

.hoverlink:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#7f7b7b;
	text-decoration:underline;
}
