@charset "utf-8";

/*---------- CSS RESET (http://meyerweb.com/eric/tools/css/reset/) ------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	vertical-align: baseline;
}
* {
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: none;
}
 *:focus{
     outline:none;
 }

/*----------------- COMMON CSS CLASSES ----------------------*/
.clear{
    clear:both;
    height:0px;
    overflow:hidden;
    display:block;
}
.hide{
	display:none;
}
.error{
	color: #ff0000;	
}

html{
    background:url(../i/footer-bg.png) repeat-x 0 bottom;
}

body{
    font-size:12px;
    color:#000;
    font-family:Arial, Helvetica, Tahoma, sans-serif; 
    background:url(../i/loop-bg.png) repeat-x 0 0;
} 
body.resize{
    width:960px;
}

a {
	color: #ff8300;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

input.text{
    border:1px solid #e1e1e1;
    height:18px;
    line-height:18px;
    padding:0 3px;
    width:100px;
    font-size:12px;
    color:#333;
    font-family:Arial, Helvetica, Tahoma, sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
select{
    width:100px;
    font-size:12px;
    color:#000;
    font-family:Arial, Helvetica, Tahoma, sans-serif;  
}
.inlineBtn {
	background: #FF8300;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
}
.inlineBtn:hover {
	background: #fbc127;
	text-decoration: none;	
}
.leftRail small {
	font-size: 0.92em;
}
.leftRail ol {
	list-style: decimal;
	margin: 10px 30px;
}
	.leftRail ol li {
		color: #313B4A;
		margin-bottom: 10px;
	}
.leftRail ul {
	list-style: disc;
	margin: 10px 30px;
}
	.leftRail ul li {
		color: #313B4A;
		margin-bottom: 10px;
	}
	
.twitterWrapper .leftRail ul {
	list-style: none;
}
/*----------------------------------- Button style -----------------------------*/
a.orangeBtn{
    background: url( ../i/orange-button.png) no-repeat left top;
    display: inline-block;
    padding-left: 6px;
    text-decoration:none;
}

    a.orangeBtn .buttonMask {
        background: url( ../i/orange-button.png ) no-repeat right -70px;
        padding-right: 6px;
        display: inline-block;
        cursor: pointer;
    }

        a.orangeBtn .text {
            background: url( ../i/orange-button.png ) repeat-x left -35px;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            color: #1e212a;
            font-size: 22px;
            text-align: center; 
            padding: 0 16px;
            cursor: pointer;
            font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
        }

a.grayBtn{
    background: url( ../i/gray-button.png) no-repeat left top;
    display: inline-block;
    padding-left: 4px;
    text-decoration:none;
}

    a.grayBtn .buttonMask {
        background: url( ../i/gray-button.png ) no-repeat right -56px;
        padding-right: 4px;
        display: inline-block;
        cursor: pointer;
    }

        a.grayBtn .text {
            background: url( ../i/gray-button.png ) repeat-x left -28px;
            display: inline-block;
            height: 28px;
            line-height: 28px;
            color: #000000;
            font-size: 12.58px;
            text-align: center;
            padding: 0 22px;
            cursor: pointer;
            font-weight:bold;
            font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
        }

a.handleBtn{
    background: url( ../i/handle-button.png) no-repeat left top;
    display: inline-block;
    padding-left: 14px;
    text-decoration:none;
}

    a.handleBtn .buttonMask {
        background: url( ../i/handle-button.png ) no-repeat right -122px;
        padding-right: 14px;
        display: inline-block;
        cursor: pointer;
    }

        a.handleBtn .text {
            background: url( ../i/handle-button.png ) repeat-x left -61px;
            display: inline-block;
            height: 61px;
            line-height: 61px;
            color: #64420f;
            font-size: 16.58px;
            text-align: center;
            padding: 0 66px;
            cursor: pointer;
            font-weight:bold;
            text-shadow:0 1px 0 #fef0c2;
        }

/* wrapper */
.wrapper{
    background:url(../i/main-bg.png) repeat-y center 0;
}
.footerBg{
    background:url(../i/main-footer.png) no-repeat center bottom; 
	min-height: 870px;
}
.wrapperMask{
    background:url(../i/main-header.jpg) no-repeat center 0; 
	min-height: 870px;
}

/* #header */
#header{
    width:960px;
    margin:0 auto;
	position: relative;
}
	#tcoLogo {
		height: 128px;
		left: 414px;
		position: absolute;
		top: 77px;
		width: 128px;
	}
	
    /* .topMenu */
    #header .topMenu{
        height:41px;
        padding:0 0 0 113px;
    }
        #header .topMenu li{
            float:left;
        }
        #header .topMenu li.program{
            width:188px;
        }
        #header .topMenu li.program.hover{
            background:url(../i/program-hover.png) no-repeat 0 0;
        }
        #header .topMenu li.blog{
            width:101px;
            margin-left:-20px;
        }
        #header .topMenu li.blog.hover{
            background:url(../i/blog-hover.png) no-repeat 0 0; 
        }
        #header .topMenu li.photos{
            width:102px;
            margin-left:-8px;
        }
        #header .topMenu li.photos.hover{
            background:url(../i/photos-hover.png) no-repeat 0 0;
        }
        #header .topMenu li.movies{
            width:101px;
            margin-left:-1px;
        }
        #header .topMenu li.movies.hover{
            background:url(../i/movies-hover.png) no-repeat 0 0;
        }
        #header .topMenu li.twitter{
            width:115px;
            margin-left:-8px;
        }
        #header .topMenu li.twitter.hover{
            background:url(../i/twitter-hover.png) no-repeat 0 0;
        }
        #header .topMenu li.sponsor{
            margin-left:-21px;
            width:174px;
        }
        #header .topMenu li.sponsor.hover{
            background:url(../i/sponsor-hover.png) no-repeat 0 0;
        }
            #header .topMenu li a{
                color:#7b4400;
                font-size:13px;
                text-shadow:0 1px 0 #ffe786;
                display:block;
                line-height:32px;
            }
            #header .topMenu li a:hover{
                text-decoration:none;
            }
            #header .topMenu li.program a{ 
                padding-left:34px;
                background:url(../i/program.png) no-repeat left center;
                margin-left:50px;
            }
            #header .topMenu li.blog a{
                padding-left:28px;
                background:url(../i/blog.png) no-repeat left center;
                margin-left:32px;
            }
            #header .topMenu li.photos a{
                padding-left:32px;
                background:url(../i/photos.png) no-repeat left center;
                margin-left:22px;
            }
            #header .topMenu li.movies a{
                padding-left:32px;
                background:url(../i/movies.png) no-repeat left center;
                margin-left:13px;
            }
            #header .topMenu li.twitter a{
                padding-left:28px;
                background:url(../i/twitter.png) no-repeat left center;
                margin-left:17px;
            }
            #header .topMenu li.sponsor a{
                padding-left:34px;
                background:url(../i/sponsor.png) no-repeat left center;
                margin-left:25px;
            }

    /* .mainMenu */
    #header .mainMenu{
        height:187px;
        padding:30px 0 0 84px;
    }
        #header .mainMenu li{
            float:left;
            width:108px; 
            height:124px;
            padding-top:63px;
            margin-left:-30px;
        }
        #header .mainMenu li.active,
         #header .mainMenu li.hover{
          background:url(../i/lights-on.png) no-repeat 0 0; 
           padding-top:14px;
            height:173px;
        } 
        #header .mainMenu li.overview{
            width:85px;
           margin-left:11px; 
            height:67px;
            padding-top:103px;
        }
        #header .mainMenu li.arena{ 
            width:85px;
            margin-left:131px;
            height:67px;
            padding-top:103px; 
        }
        #header .mainMenu li.arena.active,
        #header .mainMenu li.overview.active,
        #header .mainMenu li.arena.hover,
        #header .mainMenu li.overview.hover{
            background:url(../i/lights-on-small.png) no-repeat 0 bottom;
            padding-top:68px;
            height:103px;
        }
        #header .mainMenu li.marathon{
           margin-left:16px;
            margin-right:3px;
        }
        #header .mainMenu li.mod-dash{ 
            margin-right:1px;
        }
       
            #header .mainMenu li a{
                display:block;
                color:#5c3906;
                font-size:14px;
                padding-top:68px;
                text-align:center;
                height:39px
            }
            #header .mainMenu li.active a,
            #header .mainMenu li.hover a{
                color:#fff;
                padding-top:10px;
                padding-bottom:80px;
                height:67px;
            }
            #header .mainMenu li.hover a{ 
                padding-bottom:60px;
                height:87px;
            } 
            #header .mainMenu li.arena.active a,
            #header .mainMenu li.overview.active a,
            #header .mainMenu li.arena.hover a,
            #header .mainMenu li.overview.hover a{
                color:#e67c00;
                padding-top:10px;
                padding-bottom:26px;
                height:67px; 
            }
            #header .mainMenu li a:hover{
                text-decoration:none;
            }

            #header .mainMenu li.algorithm a{
                background:url(../i/algorithm.png) no-repeat center 0;
            }
            #header .mainMenu li.algorithm.active a,
            #header .mainMenu li.algorithm.hover a{
                background:url(../i/algorithm-hover.png) no-repeat center 22px; 
            }
            #header .mainMenu li.design a{
                background:url(../i/design.png) no-repeat center 0;
            }
            #header .mainMenu li.design.active a,
            #header .mainMenu li.design.hover a{
                background:url(../i/design-hover.png) no-repeat center 22px; 
            }
            #header .mainMenu li.development a{
                background:url(../i/development.png) no-repeat center 0;
            }
            #header .mainMenu li.development.active a,
            #header .mainMenu li.development.hover a{
                background:url(../i/development-hover.png) no-repeat center 22px; 
            }
            #header .mainMenu li.overview a{
                background:url(../i/overview.png) no-repeat center 0;
                font-size:12px;
                padding-top:39px;
                height:28px;
            }
            #header .mainMenu li.overview.active a,
            #header .mainMenu li.overview.hover a{
                background:url(../i/overview-hover.png) no-repeat center 17px;
            }
            #header .mainMenu li.arena a{
                background:url(../i/arena.png) no-repeat center 0;
                font-size:12px; 
                padding-top:39px;
                height:28px;
            }
            #header .mainMenu li.arena.active a,
            #header .mainMenu li.arena.hover a{
                background:url(../i/arena-hover.png) no-repeat center 17px;
            }
            #header .mainMenu li.marathon a{
                background:url(../i/marathon.png) no-repeat center 0;
            }
            #header .mainMenu li.marathon.active a,
            #header .mainMenu li.marathon.hover a{
                background:url(../i/marathon-hover.png) no-repeat center 22px; 
            }
            #header .mainMenu li.mod-dash a{
                background:url(../i/moddash.png) no-repeat center 0;
            }
            #header .mainMenu li.mod-dash.active a,
            #header .mainMenu li.mod-dash.hover a{
                background:url(../i/moddash-hover.png) no-repeat center 22px;
            }
            #header .mainMenu li.studio a{
                background:url(../i/studio.png) no-repeat center 0;
            }
            #header .mainMenu li.studio.active a,
            #header .mainMenu li.studio.hover a{
                background:url(../i/studio-hover.png) no-repeat center 22px;
            }
    /* .botLine */
    #header .botLine{ 
        padding:7px 38px 5px 382px;
        height:29px;
    }
        #header .botLine a.registerBtn{
            background:url(../i/register-button.png) 0 0;
            height:24px;
            width:200px;
            float:left;
            color:#5a180b;
            text-shadow:0 1px 0 #fde4c1;
            font-size:12.89px;
            text-align:center;
            line-height:20px;
            font-weight:bold;
            margin-top:5px;
        }
        #header .botLine a.registerBtn:hover{
            background-position:0 -24px;
            text-decoration:none;
        }
        #header .botLine a.logo{
            background:url(../i/logo.png) 0 0;
            height:20px;
            width:128px;
            float:right;
        }

/* #content */
#content{
    width:960px;
    margin:0 auto; 
}
    #content .contentMask{
        padding:5px 3px 50px 9px;
        min-height:500px;
    }
        /* .menus */
        #content .menus{
            background:url(../i/menu-bg.png) no-repeat 0 -210px;
            padding-left:26px;
			height: 39px;
			overflow: hidden;
        }
        #content .menus.firstHover{
            background:url(../i/menu-edge-hover.png) no-repeat 0 0;
        }
		#content .menus.firstActive{
            background:url(../i/menu-bg.png) no-repeat 0 0;
        }
            #content .menus .menusR{
                background:url(../i/menu-bg.png) no-repeat right -350px;
                padding-right:26px;
				height: 39px;
            } 
                #content .menus.lastHover .menusR{
                    background:url(../i/menu-edge-hover.png) no-repeat right -39px;
                }
				#content .menus.lastActive .menusR{
                   background:url(../i/menu-bg.png) no-repeat right -140px;
                }
                #content .menus .menusM{
                    background:url(../i/menu-bg.png) repeat-x 0 -280px;
                    height:39px;
                }

                #content .menus .tabs{
                    height:39px;
					display: block;
                    font-size:15.6px; 
                }
                #content .menus.lastHover .tabs{
                    background:url(../i/menu-hover.gif) repeat-x 0 0; 
                }
                #content .menus.lastActive .tabs{
                    background:url(../i/menu-bg.png) repeat-x 0 -70px;
                }
                    #content .menus .tabs li{
                        float:left;
						display: inline-block;
						height: 39px;
                    }
                    #content .menus .tabs li.current_page_item{
                        background: url(../i/menu-bg.png) repeat-x 0 -70px; 
                    }
                    #content .menus .tabs li a{
                        color:#fff;
                        text-shadow:0 1px 0 #5e5f62;
                        display:block;
                        padding:0 16px;
                        background:url(../i/menu-bg.png) repeat-x 0 -280px;
						border-bottom: 1px solid #ffffff;
						line-height: 38px;
						height: 38px;
                    }
                    #content .menus .tabs li a.first, #content .menus .tabs li.first a{
                         padding-left:4px;
                    }
                    #content .menus5 .tabs li a{ 
                        padding:0 24px 0 24px;
                    }
                    #content .menus5 .tabs li a.first, #content .menus5 .tabs li.first a{
                         padding-left:12px;
                    }
                    #content .menus5 .tabs li a.last, #content .menus5 .tabs li.last a{
                         padding-left:28px;
                    }
                    #content .mdMenus .tabs li a{
                        padding:0 21px;
                    }
                    #content .mdMenus .tabs li a.first, #content .mdMenus .tabs li.first a{
                         padding-left:6px;
                    }
                    #content .mdMenus .tabs li a.last, #content .mdMenus .tabs li.last a{
                         padding-left:22px;
                    }
                    #content .devMenus .tabs li a{
                        padding:0 11px;
                    }
                    #content .devMenus .tabs li a.first, #content .devMenus .tabs li.first a{
                         padding-left:6px;
                    }
                    #content .devMenus .tabs li a.last, #content .devMenus .tabs li.last a{
                         padding-left:14px;
                    }
                    #content .menus4 .tabs li a{ 
                        padding:0 45px;
                    }
					#content .menus4 #menu-overview-secondary li a{ 
                        padding:0 17px;
                    }
					
                    #content .menus4 .tabs li a.first, #content .menus4 .tabs li.first a{
                        padding-left:2px;
                        padding-right:18px;
                    }
                    #content .menus .tabs li a:hover{
                        background:url(../i/menu-hover.gif) repeat-x 0 0;
                        text-decoration:none;
                    } 
                    #content .menus .tabs li.current_page_item a, #content .menus .tabs li.current a{
                        color:#5e3b08;
                        text-shadow:0 1px 0 #fddfa8;
                        font-weight:bold;
						background: none;
                        background:url(../i/menu-bg.png) repeat-x 0 -70px;
						border-bottom: 1px solid #FBC027;
                    }
        #content .subMenus{
            height:31px;
            line-height:31px;
            font-size:13px;
            background:url(../i/menu-bg.png) repeat-x 0 -249px;
			overflow: hidden;
        }
            #content .subMenus  p{
                color:#2b384b;
                text-shadow:0 1px 0 #fcc765;
                padding-left:32px;
                line-height:30px;
            }
            #content .subMenus  li{
                float:left;
                background:url(../i/line.png) no-repeat left center;
                padding-left:1px;
            }
            #content .subMenus li.first{
                background:none;
            }
                #content .subMenus li a{
                    color:#2b384b;
                    text-shadow:0 1px 0 #fcc765;
                    display:block;
                    padding:0 30px;
                }
                #content .subMenus8 li a{
                    padding:0 22px;
                }
                #content .rulesMenus li a{
                    padding:0 15px;
                }
                #content .subMenus li a:hover{
                    text-decoration:none;
                    background:#ea8013;
                }
                #content .subMenus li.current a,#content .subMenus li.current a:hover,
				#content .subMenus li.current_page_item a,#content .subMenus li.current_page_item a:hover{
                    background:url(../i/up-arrow.png) no-repeat center bottom;
                    font-weight:bold;
                }

        /* .menus */
        #content .welcome{
            overflow:hidden;
            padding:10px 0 6px 18px;
        }
            #content .welcome a{
               color:#d67001;
            }
            #content .welcome .left{
                float:left;
                width:600px;
            }
                #content .welcome .left h1{  
                    font-size:34px;
                    font-weight:normal;
                    font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                    padding-bottom:7px;
                }
                #content .welcome .left .p1{
                    font-size:14px;
                    line-height:20px;
                    padding-right:40px;
                    padding-bottom:5px;
                }
                #content .welcome .left .p2{ 
                    padding-top:8px;
                    padding-right:10px;
                }

            #content .welcome .right{
                float:left;
                width:320px;
                height:162px;
                background:url(../i/gray-container.png) no-repeat center 0;
                margin-top:8px;
                position:relative;
                margin-left:5px;
            }
                #content .welcome a.prev{
                    background:url(../i/navi-button1.png) no-repeat 0 0;
                    height:33px;
                    width:32px;
                    position:absolute;
                    left:0;
                    top:63px;
                }
                #content .welcome a.prev:hover{
                    background-position:0 -66px;
                }
                #content .welcome a.next{
                    background:url(../i/navi-button1.png) no-repeat 0 -33px;
                    height:33px;
                    width:32px;
                    position:absolute;
                    right:0;
                    top:63px;
                }
                #content .welcome a.next:hover{
                    background-position:0 -99px;
                }
                #content .welcome .carousel{
                     position:relative;
                    overflow:hidden;
                    width: 284px;
                    height:150px;
                    margin:5px auto 0;
                }
                    #content .welcome .carousel .items {
                        width:20000em;
                        position:absolute;
                        clear:both;
                    } 
                     #content .welcome .carousel li{
                        float:left;
                        width: 284px;
                        height:150px;
                        position:relative;
                        text-shadow:0 1px 0 #f0f0f0;
                    }
                         #content .welcome .carousel li p.msg{
                             color:#6d6e70;
                             padding:15px 4px 12px;
                            text-align:center;
                             line-height:16px;
							 max-height: 70px;
							 overflow: hidden;
                        }
                         #content .welcome .carousel li .tw{
                            overflow:hidden;
                             padding-left:94px;
                             line-height:16px;
                        }
                             #content .welcome .carousel li .tw img{
                                float:left;
                            }
                             #content .welcome .carousel li .tw p{
                                float:left;
                                 padding:15px 0 0 8px;
                            }
                                 #content .welcome .carousel li .tw p span{
                                    display:block;
                                     color:#a6a1a6;
                                     padding-left:2px;
                                }

        /* .mainCarousel */
        #content .mainCarousel{
            background:url(../i/orange-container-left.png) no-repeat 0 0;
            padding-left:72px;
            margin:16px 15px 20px 15px;
        }
            #content .mainCarousel .carouselR{
                background:url(../i/orange-container-right.png) no-repeat right 0;
                padding-right:72px;
            }
                #content .mainCarousel .carouselM{
                    background:url(../i/orange-container.png) repeat-x 0 0;
                    height:252px;
                    position:relative; 
                }

                    #content .mainCarousel .carouselBox{
                         position:relative;
                        overflow:hidden;
                        width: 768px;
                        height:252px;
                        margin:0 auto; 
                    }
                         #content .mainCarousel .carouselBox .items {
                            width:20000em;
                            position:absolute;
                            clear:both;
                        }
                          #content .mainCarousel .carouselBox li{
                            float:left;
                            width: 768px;
                            height:252px;
                            position:relative;  
                        }
                            #content .mainCarousel .carouselBox li.slider dl{
                                float:left;
                                padding: 20px 10px;
                            }
                                #content .mainCarousel .carouselBox li.slider dt{
									font-size: 28px;
									font-weight: normal;
									font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                                    padding-bottom: 10px;
                                }
								#content .mainCarousel .carouselBox li.slider dt.trophy {
									background: url(../i/trophy_small.png) 0 0 no-repeat;
									line-height: 30px;
									padding-left: 42px;
								}
								#content .mainCarousel .carouselBox li.slider dt.noTitle {
									display: none;
								}
                                #content .mainCarousel .carouselBox li.slider dd{
									font-size: 14px;
                                    line-height:17px;
                                    padding-left:3px;
                                }
									#content .mainCarousel .carouselBox li.slider dd a{
										font-weight:bold;                                    
									}
									#content .mainCarousel .carouselBox li.slider dd p {
										margin-bottom: 10px;
									}
                          
               #content .mainCarousel a.prev{
                    background:url(../i/navi-button2.png) no-repeat 0 0;
                    height:46px;
                    width:46px;
                    position:absolute;
                    left:-60px;
                    top:98px;
                }
                #content .mainCarousel a.prev:hover{
                    background-position:0 -46px;
                }
                #content .mainCarousel a.next{
                    background:url(../i/navi-button2.png) no-repeat 0 -92px;
                    height:46px;
                    width:46px;
                    position:absolute;
                    right:-60px;
                    top:98px;
                }
               #content .mainCarousel a.next:hover{
                    background-position:0 -138px;
                }

        /* .lastNews */
        #content .lastNews{
            width:592px;
            margin-left:15px;
            float:left;
            margin-right:24px;
        }
            #content .lastNews h2{
                font-size:26px;
                font-weight:normal;
                font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                padding-bottom:12px;
            }
            #content .lastNews dl{
                padding-left:3px;
                padding-bottom:30px;
            }
            #content .lastNews dl.last{ 
                padding-bottom:0px;
            }
                #content .lastNews dt{
                    border-bottom:1px solid #d7d7d7;
                    padding-bottom:7px;
                }
                #content .lastNews dt a{
                    color:#ef8a17;
                    font-size:18px;
                    font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                    font-weight:bold;
                }
                #content .lastNews dd.meta{
                    overflow:hidden;
                    font-size:11px;
                    color:#666;
                    padding:8px 8px 6px 0;
                }
                    #content .lastNews dd.meta a{
                        color:#ef8917;
                    }
                    #content .lastNews dd.meta .post{
                        float:left;
                    }
                        #content .lastNews dd.meta .post .postBy{
                            padding-right:15px;
                        }
                        #content .lastNews dd.meta .post .postNum{
                            background:url(../i/post-on.png) no-repeat 0 0;
                            display:inline-block;
                            height:16px;
                            padding-left:20px;
                            line-height:11px;
                        }
                        #content .lastNews dd.meta .post .postOff{
                            background:url(../i/post-off.png) no-repeat 0 0;
                            display:inline-block;
                            height:16px;
                            padding-left:20px;
                            line-height:11px;
                            color:#a1a1a1;
                        }
                    #content .lastNews dd.meta .cate{
                        float:right;
                        font-size:10px;
                    }
                    #content .lastNews dd p{
                        line-height:16px;
						margin-bottom: 12px;
                    }
                    #content .lastNews dd a.more{
                        color:#ef8917;
                        font-weight:bold;
                        white-space:nowrap;
                        font-size:11px;
                    }
                    #content .lastNews dd .img{
                        text-align:center;
                        padding:18px 0 22px;
                    }
                #content .lastNews dd.social{
                    height:34px;
                    line-height:34px;
                    padding-top:10px;
					clear: both;
                }
                    #content .lastNews dd.social a.fb{
                        float:left;
                        background:url(../i/facebook.png) no-repeat 0 center;
                        padding-left:32px;
                    }
                        #content .lastNews dd.social a.fb span{
                            display:block;
                            background:url(../i/hand-up.png) no-repeat right 9px;
                            padding-right:18px;
                        }
                    #content .lastNews dd.social a.tw{
                        float:left;
                        background:url(../i/twitter-icon.png) no-repeat 0 center;
                        padding-left:32px;
                        margin:0 32px 0 40px;
                    }
                    #content .lastNews dd.social a.share{
                        float:left;
                        background:url(../i/share.png) no-repeat 0 center;
                        padding-left:32px;
                    } 

        /* .lastNews */
        #content .eventSponsors{
            width:306px;
            float:left; 
        }
            #content .eventSponsors h2{
                font-size:18px;
                font-weight:normal;
                font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                padding-bottom:12px; 
            }
            #content .eventSponsors h2.gray{
                color:#757c87;
            }
            #content .eventSponsors a{
                float:left;
                margin:0 15px 8px 0;
            }
            #content .eventSponsors a.sponsor2{
                margin-right:12px;
            }
            #content .eventSponsors a.last{
                margin-right:0;
            }
            #content .eventSponsors img{
                display:block;
            }


	/* whole Content */
	#content .whole {
		padding: 18px;	
	}
		#content .whole h1 {
			font-size:34px;
			font-weight:normal;
			font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
			padding-bottom:7px;
			line-height:34px;
			color:#333;
		}
			#content .whole h1 small {
				font-size: 19px;	
			}
	
    /* .leftRail */
    #content .leftRail{
        width:598px;
        padding:16px 15px 0;
        float:left;
		clear: left;
    }
        #content .leftRail h1{ 
            font-size:34px;
            font-weight:normal;
            font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
            padding-bottom:7px;
            line-height:34px;
            color:#333;
        }
		#content .leftRail h2 {
			font-size: 30px;
			font-weight: normal;
			font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
			padding-bottom: 14px;
			color: #424242;
		}
		#content .leftRail h3 {
			font-size: 27px;
			font-weight: normal;
			font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
			padding-bottom: 14px;
			color: #424242;
		}
		#content .leftRail h4 {
			font-size: 18px;
			font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
			color: #424242;
		}
		#content .leftRail p {
			line-height: 18px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 40px;
			color: #313b4a;
		}
				

        /* .dataTable */
        #content .dataTable{
            padding:18px 0 36px;    
        }
            #content .dataTable .pagination{
                overflow:hidden;
                padding:0 5px;
            }
                #content .dataTable .pagination .left{
                    float:left;
                    color:#010101;
                }
                    #content .dataTable .pagination .left input.text{
                        width:23px;
                        text-align:center;
                    }
                    #content .dataTable .pagination .left span{
                        padding-right:2px;
                    }
                    #content .dataTable .pagination .left a.goBtn{
                        display:inline-block;
                        background:url(../i/go-button.png) no-repeat 0 0;
                        text-align:center;
                        height:20px;
                        width:30px;
                        color:#fff;
                        font-weight:bold;
                        line-height:20px;
                        margin-left:8px;
                    }
                    #content .dataTable .pagination .left a.goBtn:hover{
                        text-decoration:none;
                    }
                #content .dataTable .pagination .right{
                    float:right;
                    overflow:hidden;
                }
                    #content .dataTable .pagination .right a.num{
                        float:left;
                        background:url(../i/pager-button.png) no-repeat 0 -18px;
                        height:18px;
                        min-width:19px;
                        line-height:18px;
                        color:#fff;
                        font-weight:bold;
                        text-align:center;
                        margin-right:1px;
                    }
                    #content .dataTable .pagination .right a.num:hover{
                        text-decoration:none;
                        background-position: 0 0;
                    }
                    #content .dataTable .pagination .right span{
                        float:left;
                        background:url(../i/pager-button.png) no-repeat 0 0;
                        height:18px;
                        min-width:19px;
                        line-height:18px;
                        color:#fff;
                        font-weight:bold;
                        text-align:center;
                        margin-right:1px;
                    }
                    #content .dataTable .pagination .right a.prev{
                        float:left;
                        background:url(../i/prev.png) no-repeat 0 center; 
                        line-height:18px; 
                        font-weight:bold; 
                        color:#f18415;
                        padding-left:8px;
                        margin-right:8px;
                    }
					#content .dataTable .pagination .right label {
						float: left;
						line-height: 18px;
						font-weight: bold;
						color: #000;
						margin-right: 8px;
						padding-left: 8px;
					}
                    #content .dataTable .pagination .right a.next{
                        float:left;
                        background:url(../i/next.png) no-repeat right center;
                        line-height:18px;
                        font-weight:bold;
                        color:#f18415;
                        padding-right:10px;
                        margin-left:7px;
                    }
        #content .dataTable .tableMask{
            background:url(../i/th-bg.gif) repeat-x 0 0;
            margin:16px 0 20px;
        }
        #content .dataTable .tableMaskBot{
            background:url(../i/table-bot-bg.gif) repeat-x 0 bottom;
            padding-bottom:4px;
        }
            #content .dataTable table{
                width:100%;
                border-collapse:collapse;
            }
                #content .dataTable table th{
                    height:55px;
                    vertical-align:middle;
                    color:#e2e2e2;
                    font-weight:bold;
                    text-align:center;
                }
                #content .dataTable table .topTh th{
                    height:24px;    
                }
                    #content .dataTable table .topTh th dl{
                        overflow:hidden;
                        color:#e2e2e2;
                        height:24px;
                        font-weight:bold;
                        font-size:11px;
                    }
                        #content .dataTable table .topTh th dl a{
                            color:#e2e2e2; 
                        }
                        #content .dataTable table .topTh th dd{
                            float:left;
                            width:141px;
                            height:24px;
                            line-height:24px;
                        }
						#content .dataTable table.tableWithOverall .topTh th dd{
							width: 106px;
						}
                        #content .dataTable table .topTh th dd.last{
                            width:30%;
                        }
                        #content .dataTable table .topTh th dd.current{
                            background-color:#fba820;
                            color:#5e3b08;
                            text-shadow:0 1px 0 #fdd28b;
                        }
                            #content .dataTable table .topTh th dd.current a{ 
                                color:#5e3b08;
                            }
                #content .dataTable table .botTh th{
                    height:31px;
                    background:url(../i/yellow-th.gif) repeat-x 0 0;
                    color:#505458;
                    font-size:11px;
                    font-weight:normal;
                    line-height:12px;
                }
                #content .dataTable table th .handle{
                    padding-left:11px;  
					width: 163px;
                }
                    #content .dataTable table th .handle label{
                        float:left;
                        margin-top:4px;
                        padding-right:8px;
                    }
                    #content .dataTable table th .handle div{
                        float:left;
                        display:inline-block;
                        background:url(../i/search-box.png) no-repeat 0 0;
                        height:20px;
                        width:100px; 
                    }
                        #content .dataTable table th .handle div input{
                            width:75px;
                            border:0;
                            height:18px;
                            line-height:18px;
                            color:#333;
                            font-family:Arial, Helvetica, Tahoma, sans-serif;
                            background:transparent;
                            float:left;
                            margin-left:5px;
                        }
                        #content .dataTable table th .handle div a{
                            display:inline-block;
                            height:20px;
                            width:18px;
                            background:url(../i/search-icon.png) no-repeat center center;
                            float:left;
							position: static;
                        }
                #content .dataTable table td{ 
                    vertical-align:middle;
                    color:#fff; 
                    text-align:center;
                    background-color:#575b61;
                    border-bottom:1px solid #767c84;
                    padding:6px 0;
                }
				
                #content .dataTable table td.alginLeft{ 
                    text-align:left;
                    padding-left:12px;
                }
                #content .dataTable table .odd td{
                    background:url(../i/td-bg.gif) repeat-x #505459 0 0;
                }
                    #content .dataTable table td a.results{
                        color:#f18415;
                        text-decoration:underline;
                    }
                    #content .dataTable table td a.results:hover{
                        text-decoration:none;
                    }
                    #content .dataTable table td a.blue{
                        color:#0000ff;
                    }
                    #content .dataTable table td a.yellow{
                        color:#fff200;
                    }
                    #content .dataTable table td a.gray{
                        color:#a1a1a1;
                    }
                    #content .dataTable table td a.red{
                        color:#ff0000;
                    }
                    #content .dataTable table td a.green{
                        color:#00ff00;
                    }
                    #content .dataTable table td span.dateSlash{
                        color:#95969a;
                        padding:0 4px;
                    }

        /* .schedule */
        #content .schedule{
            padding:4px 0 50px;
			overflow: hidden;
        }
            #content .schedule .p1{
                line-height:18px;
                padding-right:40px;
                padding-bottom:24px;
            }
            #content .schedule table{
                border-collapse:collapse;
                width:100%;
                margin-bottom:1px;
            }
                #content .schedule th{
                    background:url(../i/dt-bg.gif) repeat-x 0 0;
                    height:38px;
                    vertical-align:middle;
                    text-align:left;
                    padding-left:14px;
                    font-weight:bold;
                    border-bottom:1px solid #d7dbe0;
                }
                    #content .schedule td{
                        vertical-align:middle;
                        text-align:left;
                        padding:10px 0 10px 14px;
                        border-bottom:1px solid #d7dbe0;
                    }
                    #content .schedule .odd td{
                       background-color:#f7f8fa;
                    }
                    #content .schedule .separator td{
                       background-color:#f7f8fa;
                        height:3px;
                        line-height:3px;
                        padding:0;
                    }
                    #content .schedule td.important{
                        color:#cb7111;
                    }
			#content .schedule p {
				line-height: 18px;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-right: 40px;
				color: #313b4a;
			}
            #content .schedule .p2{
                line-height:18px; 
                padding:32px 40px 10px 0;
                color:#313b4a;
            }
            #content .schedule .p3{
                line-height:18px;
                padding-bottom:10px;
                padding-right:40px;
                color:#313b4a;
            }

        /* .blogs */
        #content .blogs{
            padding:4px 0 12px; 
        }
            #content .blogs .lastNews{
                margin:0;   
            }

        /* .photos */
        #content .photos{
            padding:4px 0 12px;
        }
            #content .photos .p1{
                padding-bottom:16px;   
            }
                #content .photos .p1 a{
                    color:#ff8a00;  
                }
            #content .photos h3{
                font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                font-weight:bold;
                color:#ef8a17;
                font-size:18px;
                padding-bottom:4px;
            }
            #content .photos .photoList{
                overflow:hidden;
                padding-bottom:30px;
            }
                #content .photos .photoList a{
                    float:left;
                }
                    #content .photos .photoList a img{
                        display:block;
                    }

                #content .photos .carouselMask{
                    padding-bottom:40px; 
                }
                    #content .photos .carouselMask  .carouselBox1{
                        background:#f5f5f5;
                        border:1px solid #dfdfdf;
                        padding:5px 6px 0;
                        position:relative;
                    }
                    #content .photos .carouselMask  .carouselBox1 a.prev{
                        background:url(../i/navi-button3.png) no-repeat 0 -53px;
                        width:57px;
                        height:53px;
                        position:absolute;
                        left:4px;
                        top:176px;
                    }
                    #content .photos .carouselMask  .carouselBox1 a.prev:hover{
                        background-position:0 -159px;
                    }
                    #content .photos .carouselMask  .carouselBox1 a.next{
                        background:url(../i/navi-button3.png) no-repeat 0 0;
                        width:57px;
                        height:53px;
                        position:absolute;
                        right:4px;
                        top:176px;
                    }
                    #content .photos .carouselMask  .carouselBox1 a.next:hover{
                        background-position:0 -106px;
                    }
                    #content .photos .carouselMask  .carouselBox1 a.disabled{
                        display:none;
                    }

                         #content .photos .carouselBox1 .carousel{
                            position:relative;
                            overflow:hidden;
                            width: 584px;
                            height:422px; 
                        }
                             #content .photos .carouselBox1 .carousel .items {
                                width:20000em;
                                position:absolute;
                                clear:both;
                            }
                              #content .photos  .carouselBox1 .carousel li{
                                float:left;
                                width: 584px;
                                height:420px;
                                position:relative; 
                            }
                                  #content .photos  .carouselBox1 .carousel li .img{
                                    display:block;  
                                  }
                                  #content .photos  .carouselBox1 .carousel li p{
                                     text-align:center;
                                      font-size:14px;
                                      padding-top:10px;
                                  }

                    #content .photos .carouselBox2{
                        padding-left:5px;
                        padding-top:16px;
                    } 
                         #content .photos .carouselBox2 .links{
                            overflow:hidden;
                             font-weight:bold;
                             padding:5px 10px 0 0;
                         }
                             #content .photos .carouselBox2 .links a.prev{
                                float:left;
                                 color:#ff8a00;
                             }
                             #content .photos .carouselBox2 .links a.next{
                                float:right;
                                 color:#ff8a00;
                             }
                             #content .photos .carouselBox2 .links a.all{
                                float:left;
                                margin-left:200px;
                                 color:#ff8a00;
                             }
                         #content .photos .carouselBox2 .carousel{
                             position:relative;
                            overflow:hidden;
                            width: 586px;
                            height:76px;
                        }
                             #content .photos .carouselBox2 .carousel .items {
                                width:20000em;
                                position:absolute;
                                clear:both;
                            }
                              #content .photos  .carouselBox2 .carousel li{
                                float:left;
                                width: 586px;
                                height:76px;
                                position:relative;
                            }
                              #content .photos  .carouselBox2 .carousel li img{
                                float:left;
                                margin-left:10px;
                              }
                              #content .photos  .carouselBox2 .carousel li img.first{
                                margin-left:0px;
                              }

        /* .videos */
        #content .videos{
            padding:4px 0 274px;
        }
            #content .videos h3, #content .videos .tubepress_embedded_title{
                font-size:18px;
                font-weight:bold;
                font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                padding-bottom:15px;
                color:#ef8a17;
                padding-left:5px;
            }
            #content .videos .videoBox, #content .videos .tubepress_normal_embedded_wrapper{
                background:#f5f5f5;
                border:1px solid #dfdfdf;
                padding:22px 24px 20px 22px;
				width: 550px;
				
            }
			#content .videos .videoBox, #content .videos .tubepress_normal_embedded_wrapper{
                background:#f5f5f5;
                border:1px solid #dfdfdf;
                padding:22px 24px 20px 22px;
				width: 550px;
            }
                #content .videos .videoBox img{
                    display:block;
                }
            #content .videos .videoList{ 
                overflow:hidden;
                padding-top:16px;
            }
                #content .videos .videoList li, #content .videos .tubepress_thumb{
                    width:120px!important;
                    float:left;
                    margin-right:39px;
                }
				#content .videos .tubepress_meta_group{
					padding: 3px;	
					position: relative;
				}
                #content .videos .videoList li.first{
                    margin-left:0;
                }
                    #content .videos .videoList li img, #content .videos .tubepress_thumb img{
                        display:block;
						padding: 0;
						
                    }
                    #content .videos .videoList li p{
                        overflow:hidden;
                        font-size:11px;
                        color:#4a4a4a;
                        padding:3px 2px 7px;
                    }
                        #content .videos .videoList li p .time{
                            float:left;
                        }
                        #content .videos .videoList li p .views{
                            float:right;
                        }
                    #content .videos .videoList li a{
                        font-weight:bold;
                        font-size:14px;
                        margin:0 5px;
                        display:inline-block;
                    }

        /* .videos */
        #content .twitters{
            padding:4px 0 20px;
        }
            #content .twitters .p1{
                padding:2px 0 12px;   
            }
            #content .twitters .actions{
                overflow:hidden;
                font-weight:bold;
                padding:0 10px 0 2px;
                line-height:14px;
                font-size:11px;
            }
                #content .twitters .actions a.refresh{
                    float:left;
                    padding-left:17px;
                    background:url(../i/refresh.png) no-repeat 0 center;
                }
                #content .twitters .actions a.more{
                    float:right; 
                } 
                #content .twitters .twitterList ul{
                    border-top:1px solid #d7dbe0;
                    margin:8px 0 12px;
                }
                #content .twitters .twitterList li{
                    border-bottom:1px solid #d7dbe0;
					list-style: none;
                    overflow:hidden;
                    padding:8px 15px 10px 12px;
                }
                #content .twitters .twitterList li.odd{
                    background-color:#f7f8fa;
                }
                    #content .twitters .twitterList li a.avatar{
                        float:left;
                        width:48px;
                    }
                        #content .twitters .twitterList li a.avatar img{
                            display:block;
                        }
                    #content .twitters .twitterList li .post{
                        padding-left:62px;
                        color:#444;
                    }
                        #content .twitters .twitterList li .post .meta{
                            overflow:hidden;
                            padding-bottom:4px;
                        }
                            #content .twitters .twitterList li .post .meta .left{
                                float:left;
                                font-weight:bold; 
                            }
                            #content .twitters .twitterList li .post .meta .right{
                                float:right;
                                color:#a7a7a7;
                                font-size:11px;
                            }
                        #content .twitters .twitterList li .post p{
                            
                        }

        /* .videos */
        #content .finalResult{
            padding:0 0 32px;
        }           
            #content .finalResult h1{
                background:url(../i/trophy.png) no-repeat left center;
                padding:3px 0;
                color:#444;
                margin-left:6px;
                padding-left:70px;
            }
                #content .finalResult h1 strong{
                    color:#000;
                }
            #content .finalResult .imgBox{
                background:url(../i/winner-box.jpg) no-repeat 0 0;
                height:74px; 
                width:525px;
                margin:10px 0 0 16px;
                position:relative;
                padding:434px 0 0 0;
				text-align: center;
            }
                #content .finalResult .imgBox img{
                    display:block;
					position: absolute;
					top: 2px;
					left: 101px;
					z-index: 1;
                }
                #content .finalResult .imgBox .light{
                    background:url(../i/winner-light.png) no-repeat 0 0;
                    height:223px;
                    width:440px;
                    position:absolute;
                    bottom:34px;
                    left:45px;
					z-index: 2;
                }
                #content .finalResult .imgBox .handleBtn{
                    position:relative;
					z-index: 3;
                }
            #content .finalResult h3{ 
                font-size:27.29px;
                font-weight:normal;
                font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                padding-bottom:14px;
                color:#424242;
                margin-top:-20px;
                position:relative;
            }
            #content .finalResult dl{ 
                color:#424242;
                padding:0 50px 16px 2px;
            }
                #content .finalResult dt{
                    font-weight:bold;
                    line-height:16px;
                    padding-bottom:6px;
                }
                #content .finalResult dd{
                    font-size:14px;
                    padding-left:30px;
                    line-height:18px;
                }

                            



    /* .rightRail */
    #content .rightRail{
        width:308px;
        float:left;
        background:url(../i/sidebar-devider.png) no-repeat left 0; 
        padding-left:12px;
        padding-top:17px;
        min-height:640px;
    }
        #content .rightRail .eventSponsors a{
            margin-bottom:15px;
        }
        #content .rightRail .eventSponsors a.sponsor3,
        #content .rightRail .eventSponsors a.sponsor4{
            margin-bottom:10px;
        }
        #content .rightRail h2{
            font-size:18px;
            font-weight:normal;
            font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
            padding-bottom:12px;
        }
        #content .rightRail h2.gray{
            color:#757c87;
        }

        /* .posts */
        #content .rightRail .posts{
            background:url(../i/blog-post.png) no-repeat 0 0;
            height:75px;
            width:285px; 
            padding-left:14px;
        }
            #content .rightRail .posts h2{ 
                padding:10px 0 8px;
                color:#f8f8f8;
            }
            #content .rightRail .posts select{ 
                width:272px;
            }

        /* .posts */
        #content .rightRail .categories{
            padding:12px 0 5px;         
        }
            #content .rightRail .categories a{
                color:#f47920;
            }
            #content .rightRail .categories ul{
                width:320px;
            }
                #content .rightRail .categories li{
                    float:left; 
                    line-height:15px;
                    padding-bottom:12px;
					padding-right: 25px;
					width: 125px;
                }
                    #content .rightRail .categories li label{
                        background:url(../i/num-box.png) no-repeat 0 0;
                        height:15px;
                        width:30px;
                        font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                        text-align:center;
                        line-height:15px;
                        display:inline-block;
                        margin-left:3px;
                        color:#fff;
                    }






/* #footer */
#footer{
    width:960px;
    margin:0 auto;
    height:80px;
    text-align:center;
}                         
    #footer .links{
        line-height:16px;
        padding-top:18px;
        padding-bottom:16px;
		overflow: hidden;
    }
		#footer .links li {
			list-style: none;
			display: inline;
		}
			#footer .links li a {
				cursor: pointer;
			}
        #footer .links span{
            background:url(../i/dot.gif) no-repeat center 8px;
            padding:0 12px;
            display:inline-block;
        }
    #footer .copyright{
        color:#666;
		clear: both;
        text-shadow:0 1px 0 #fff;
    }

/* modal */ 
#modalBg{
    width:100%;
    height:100%;
    position:absolute;
    z-index:10000;
    top:0;
    left:0;
    display:none;
    background:url(../i/modal-bg.png) no-repeat center 0;
    font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
    font-size:16px;
    color:#fff;
}
#modalBg.resize{
    width:960px;
}
#registerModal{
    width:890px;
    margin:0 auto;
    padding-top:70px;
}
    #registerModal .register{
        width:350px;    
    } 
        #registerModal .register h1{
            font-size:52px;
            font-weight:normal;
            padding:5px 0 20px 0;
        }
        #registerModal .register p.note{
            line-height:26px;
            padding-right:30px;
        }
        #registerModal .register ul{
            padding:25px 0 10px 8px;
        }
            #registerModal .register ul li{
                overflow:hidden;
                padding-bottom:8px;
            }
                #registerModal .register li label{ 
                    font-weight:bold;
                    width:83px;
                    float:left;
                    line-height:35px;
                }
                #registerModal .register li .inputBox{
                    background:url(../i/input-bg.png) no-repeat 0 0;
                    height:35px;
                    width:152px;
                    padding:3px 6px 0;
                    float:left;
                }
                    #registerModal .register li input{
                        border:0;
                        height:24px;
                        line-height:24px;
                        font-family:"Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
                        color:#850e00;
                        font-size:16px;
                        font-weight:bold;
                        width:152px;
                    }
                    #registerModal .register li .orangeBtn{
                        float:left;
                        margin:15px 0 0 83px;
                    }
                        #registerModal .register li .orangeBtn .text{
                             width:120px;
                        }
            #registerModal .register .tcReg{
                padding:2px 0 88px 8px;   
            }
                #registerModal .register .tcReg p{
                    padding-bottom:6px;
                }
            #registerModal a.grayBtn{
                float:left;
                margin-left:10px;
            }
    #registerModal .registerSuc{
        width:350px;
        padding-top:136px;
    }
        #registerModal .registerSuc h1{
            font-size:52px;
            font-weight:normal;
            padding:5px 0 20px 0;
            line-height:52px;
        }
        #registerModal .registerSuc p{
            padding:10px 0 42px 10px;
        }
.intelLogo {
	background: url(../i/logo/intel_logo.png) 0 0 no-repeat;
	width: 200px;
	height: 153px;
}
.facebookLogo {
	background: url(../i/logo/facebook_logo.jpg) 0 0 no-repeat;
	width: 160px;
	height: 53px;
}
.memsqlLogo {
	background: url(../i/logo/memsql_logo.png) 0 0 no-repeat;
	width: 130px;
	height: 115px;
}
.masheryLogo {
	background: url(../i/logo/logo_mashery.gif) 0 0 no-repeat;
	width: 90px;
	height: 72px;
}

div.search {
	float: left;
	margin-left: 8px;
	position: relative;
	top: 3px;
}
a.searchBtn {
	background: url(../i.bak/searchBtn.gif) center center no-repeat;
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.agreementTerm h1 {
	font-size: 40px;
	font-weight: normal;
}
.agreementWrapper {
	width: 600px;
	height: 400px;
	overflow: auto;
	background-color: #fffffe;
	color: #333;
	border: 2px solid #333;
	padding: 10px;
	margin: 10px 0;
}
.agreementWrapper p {
	font-size: 13px;
	padding: 5px 0;
}
.agreementWrapper h1, .agreementWrapper h2, .agreementWrapper h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}



.alignleft {
	float: left;
}
img.alignleft {
	margin-right: 15px;
}
.alignright {
	float: right;
}

.slider h1 {
	color: #c01c02;
	font-size: 16px;
	padding-bottom: 12px;
}

.roundAlgo {
	display: inline-block;
}
.advanced, .roundAlgo-1 {
    width: 11px;
    height: 12px;
    background: url('../i/status.png') no-repeat top left;
}
.eliminated, .roundAlgo-0 {
    width: 11px;
    height: 12px;
    background: url('../i/status.png') no-repeat bottom left;
}

#Registrants table tr td {
	background: #ccc !important;
	text-align: left!important;
	padding-left: 20px!important;
}
.smallFont {
	font-size: 9px!important;
}

.columnTitle {
	width: 12px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.columnTitle2 {
	width: 12px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 2px!important;
	padding-right: 2px!important;
}

.specialModal {
	float: left!important; 
	margin-right:10px!important;
	line-height:25px!important;
}
.left {
	float: left!important;
}

.specialColor {
	color: #ff9933!important;
}
.dd {
	overflow: hidden;
	clear: both;
}
.ddTitle {
	padding-top: 15px;
}
.ddRuntime {
	position: absolute;
	top: 0;
	left: 0;
}
.ddViews {
	position: absolute;
	top: 0;
	right: 0;
}
.marginFix {
	margin-right: 0!important;
}

.sideBanner{
	max-width: 300px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
textarea#comment{
	max-width: 442px;
}
div.photoList div.flickr-thumb{
    border: 1px solid #555555;
    float: left;
    height: 73px;
	padding: 0;
    margin: 5px;
    width: 73px;
	overflow: hidden;
}

/* Comments */
#comments {
	margin-top: 10px;	
}
	#comments-title {
		margin-bottom: 15px;	
	}
		#comments-title span {
			color: #333;
			font-size: 1em;
		}

	li.comment {
		padding: 15px;
	}
	ul.children {
		padding-left: 0 !important;			
	}
	.depth-1 {
		background: #f5f5f5;
		margin-bottom: 10px;
	}
	.depth-2 {
		background: #eee;
		list-style: none;
		margin: 15px 0;
	}
	.depth-3 {
		background: #e5e5e5;
		list-style: none;
		margin: 15px 0;
	}
	.depth-4 {
		background: #ddd;
		list-style: none;
		margin: 15px 0;
	}
	.depth-5 {
		background: #d5d5d5;
		list-style: none;
		margin: 15px 0;
	}
	
.handleName {
	color: #fff;
	font-weight: bold;
}
	
	#respond {
		border-top: 1px solid #ccc;
		margin-top: 15px;
		padding-top: 15px;
	}
		#comments p {
			position: relative;
		}
			#comments label {
				display: inline;
				float: left;
				padding-right: 10px;
				text-align: right;
				width: 100px;
			}
			#comments .required {
				color: #c00;
				position: absolute;
				left: 102px;
				top: 0;
			}
			#comments p.comment-notes .required {
				left: 0;
				position: relative;
			}

/* Sponsorship pages */
#sponsorshipCarousel {
	height: 306px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 916px;	
}
	#sponsorshipCarouselBox {
		height: 306px;
		overflow: hidden;
		position: relative;
		width: 20000em;
	}
		#sponsorshipCarouselBox ul {
			left: 0;
			position: absolute;
			top: 0;
		}
			#sponsorshipCarousel .carouselImage li {
				display: inline;
				float: left;
				height: 306px;
				overflow: hidden;
				position: relative;
				width: 916px;
			}	
			
		#carouselContentBG {
			background: url(../i/sponsorship_carousel.png) no-repeat;
			height: 306px;
			left:0;
			position: absolute;
			top: 0;
			width: 916px;	
		}
			
		#carouselContent {
			height: 284px;
			line-height: 18px;
			overflow: hidden;
			position: absolute;
			right: 9px;
			top: 9px;
			width: 320px;
		}
			#carouselContent h3 {
				border-bottom: 1px solid #d7d7d7;
				font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
				font-size: 19px;
				font-weight: normal;
				margin: 22px 0 12px 19px;
				padding: 0 0 6px 15px;
			}
		.slantBox {
			clear: left;
			display: inline;
			float: left;
			height: 18px;
		}
		.slantBoxRight {
			background: #ccc;
			opacity: 0.75;
			clear: right;
			display: inline;
			float: right;
		}
		
		#slantBoxRight-1 {
			height: 122px;
			width: 0;
		}
		#slantBoxRight-2 {
			height: 48px;
			width: 45px;
		}
		
		
		#slantBox-1 { 
			height: 57px;
			width: 19px; 
		}
		#slantBox-2 { width: 53px; }
		#slantBox-3 { width: 64px; }
		#slantBox-4 { width: 72px; }
		#slantBox-5 { width: 86px; }
		#slantBox-6 { width: 97px; }
		#slantBox-7 { width: 108px; }
		#slantBox-8 { width: 119px; }
		#slantBox-9 { width: 130px; }
		#slantBox-10 { width: 142px; }
		#slantBox-11 { width: 154px; }
		#slantBox-12 { width: 165px; }
		#slantBox-13 { width: 176px; }
		#slantBox-14 { width: 187px; }
		#slantingContent p {
			padding-right: 15px;
		}
	#sponsorshipCarouselNav {
		background: url(../i/carouselNav.png) no-repeat;
		color: #fff;
		height: 26px;
		left: 8px;		
		padding: 0 0 0 30px;
		position: absolute;	
		top: 272px;
		width: 696px;
	}
		#sponsorshipCarouselNav div {
			display: inline-block;
			margin-right: 6px;
			padding-top: 10px;
		}
			#sponsorshipCarouselNav a {
				background: url(../i/carouselNavBullet.png) no-repeat 100% 0;
				display: inline;
				float: left;
				height: 5px;
				margin-right: 6px;
				width: 5px;
			}
			#sponsorshipCarouselNav a:hover, #sponsorshipCarouselNav a.active {
				background-position: 0 0;	
			}
		#sponsorshipCarouselNav strong {
			position: relative;
			top: 2px;
		}
   #sponsorshipCarousel a.prev{
		background:url(../i/navi-button2.png) no-repeat 0 0;
		height:46px;
		width:46px;
		position:absolute;
		left:6px;
		top:132px;
	}
	#sponsorshipCarousel a.prev:hover{
		background-position:0 -46px;
	}
	#sponsorshipCarousel a.next{
		background:url(../i/navi-button2.png) no-repeat 0 -92px;
		height:46px;
		width:46px;
		position:absolute;
		right:6px;
		top:132px;
	}
   #sponsorshipCarousel a.next:hover{
		background-position:0 -138px;
	}	
	
#sponsorshipType {
	clear: both;
	height: 99px;
	margin-top: 10px;	
}
	#sponsorshipType li {
		display: inline;
		float: left;
		height: 99px;
		width: 299px;
	}
	#sponsorshipType li.gold {
		margin: 0 7px;		
	}
		.sponsorshipType li a {
			display: block;
			height: 99px;
			width: 299px;
		}
		.platinum a { background: url(../i/sponsorPlatinum.png) no-repeat; }
		.gold a { background: url(../i/sponsorGold.png) no-repeat; }
		.silver a { background: url(../i/sponsorSilver.png) no-repeat; }

h2.title {
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 19px !important;
	font-weight: normal;
}
h3.listTitle {
	color: #ef8a17;	
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
}

#carouselTopNews {
	margin-top: 12px;
	position: relative;
}
	#carouselTopNews h2.title {
		margin-left: 15px;
	}
	#sponsorshipRSS {
		background: url(../i/rss.png) no-repeat;
		height: 22px;
		position: absolute;
		right: 15px;
		top: 0;
		width: 22px;
	}
	#carouselTopNewsBox {
		background: #efefef url(../i/bgRoundBox.png) repeat-x;
		border-bottom: 1px solid #efefef;
		border-left: 1px solid #ccc;
		border-top: 1px solid #898989;
		border-right: 1px solid #ccc;
		border-radius: 15px;
		margin: 10px 15px;
		min-height: 110px;
	}
		#carouselTopNewsBox .wrap {
			margin: 20px 37px;
			position: relative;
			overflow: hidden;
			min-height: 80px;				
		}
			#carouselTopNewsBox ul {
				left: 0;
				position: absolute;
				top: 0;
				width: 20000em;
			}
				#carouselTopNewsBox li {
					display: inline;
					float: left;
					position: relative;
					width: 806px;
				}
					#carouselTopNewsBox li img {
						display: inline;
						float: right;
						margin-left: 10px;
						width: auto;
					}
					#carouselTopNewsBox li .date {
						color: #a7a7a7;
						font-size: 11px;
						position: absolute;
						right: 0;
						top: 0;	
					}
		
			#carouselTopNews a.prev{
				background:url(../i/navi-button1.png) no-repeat 0 0;
				height:33px;
				width:32px;
				position:absolute;
				left:0;
				top:85px;
			}
			#carouselTopNews a.prev:hover{
				background-position:0 -66px;
			}
			#carouselTopNews a.next{
				background:url(../i/navi-button1.png) no-repeat 0 -33px;
				height:33px;
				width:32px;
				position:absolute;
				right:0;
				top:85px;
			}
			#carouselTopNews a.next:hover{
				background-position:0 -99px;
			}
	#carouselTopNewsNav {
		margin: 6px 15px 0;
		text-align: right;
	}
		#carouselTopNewsNav a {
			background: url(../i/pager-button.png) 0 -18px no-repeat;
			color: #fff;
			display: inline-block;
			font-size: 12px;
			font-weight: bold;
			height: 18px;
			line-height: 18px;
			margin-right: 1px;
			text-align: center;
			width: 19px;
		}
		#carouselTopNewsNav a:hover, #carouselTopNewsNav a.active {
			background-position: 0 0;
			text-decoration: none;
		}
		
	/* Sponsorship sub pages */
	.leftWhole {
		display: inline;
		float: left;		
		width: 580px;
	}
		.leftWhole img {
			border: 1px solid #dfdfdf;
			margin: 10px auto;
			padding: 5px;
		}
		.ulList {
			margin: 20px 0;
		}
			.ulList li {
				clear: both;
				height: 100%;
				margin-bottom: 5px;
				overflow: hidden;	
			}
				.ulList li strong {
					color: #ff8a00;
					display: inline;
					float: left;
					width: 75px;
				}
				.ulList li .labelLetter {
					display: inline;
					float: left;
					width: 495px;
				}
				
		.leftWhole p {
			line-height: 1.5;
			margin: 15px 0;
		}
		.tournamentTracks {
			color: #ff8a00;
			margin-bottom: 15px;
		}
		
		.dlList {
			clear: both;
			height: 100%;
			line-height: 1.5;
			overflow: hidden;
		}
			.dlListLeft {
				display: inline;
				float: left;
				width: 270px;
			}
			.dlListRight {
				display: inline;
				float: right;
				width: 270px;
			}
				.dlBox {
					margin-bottom: 20px;	
				}
					.dlBox dt {
						background: url(../i/bullet.gif) 0 50% no-repeat;
						color: #ff8a00;
						font-weight: bold;
						padding-left: 12px;
					}
					.dlBox dd {
						padding-left: 12px;
					}
		.checkList {
			margin: 15px 0 20px;	
		}
			.checkList li {
				background: url(../i/check.gif) 0 3px no-repeat;
				margin: 0 0 5px 5px;
				padding-left: 24px;
			}
		.letterBox {
			background: #efefef url(../i/bgRoundBox.png) repeat-x;
			border-bottom: 1px solid #efefef;
			border-left: 1px solid #ccc;
			border-top: 1px solid #898989;
			border-right: 1px solid #ccc;
			border-radius: 15px;
			color: #6d6e70;
			font-size: 12px;
			margin: 15px 0;
			padding: 15px 30px 0;
			text-align: center;				
		}
			.letterBox strong {
				font-size: 11px;
				font-style: italic;
			}
		
	.rightWhole {
		display: inline;
		float: right;
		width: 300px;
	}
		.rightWhole .gold {
			margin: 10px 0;
		}
		.rightWhole .silver {
			margin-bottom: 22px;			
		}
		.rightWhole img {
			border: 1px solid #dfdfdf;
			margin-top: 10px;
			padding: 3px;
		}

/* Contact Us Form */
form dl {
	clear: both;
	height: 100%;
	margin-bottom: 6px;
	overflow: hidden;	
}
	form dt {
		display: inline;
		float: left;
		line-height: 31px;
		margin-right: 30px;
		text-align: right;
		width: 170px;	
	}
	form dd {
		display: inline;
		float: left;
		width: 320px;	
	}
		form dd input, form dd textarea {
			padding: 5px;
			width: 317px;	
		}
		
	form div.row input {
		margin: 0 0 30px 30px;
	}
	
	form div.center {
		margin-left: 200px;
		text-align: center;
		width: 330px;
	}
	form button {
		background: url(../i/button.png) repeat-x;
		border: none;
		color: #5a180b;
		height: 21px;
		line-height: 21px;
		padding: 0 24px;
		text-shadow: 0 1px 0 #fde4c1;
	}
	
/* Forum Feeds */
#sideForumFeeds {
	margin-top: 20px;
}
	.feedsList {
		margin-bottom: 20px;
	}
	.feedsTitle {
		font-size: 14px;
		font-weight: bold;
	}

	#sideForumFeeds .feedsList {
		margin-bottom: 10px;
	}
		#sideForumFeeds a {
			float: none !important;
			margin: 0 !important;
		}
		#sideForumFeeds .feedsTitle {
			font-size: 12px;
			font-weight: bold;
		}
		#sideForumFeeds .bottomLine {
			border-top: 1px solid #f5f5f5;
			margin-top: 10px;
		}
		#sideForumFeeds div.right {
			text-align: right;
		}

.tableWithOverall, #ModDash .tableMaskBot table, #Studio .tableMaskBot table {
	display: none;
}