root { 
    display: block;
}

/* Global Scope */
#body
{
    background-image:url('../Images/header/sky_bg.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#ffffff;
    margin:0 auto;
    text-align:center;
}

.mainpanel
{
    width:900px;
    margin:0 auto;
    font-size:101%;
}

.container
{
    background-color:#dce2e2;
}

.contentbody
{
    padding-top:10px;
    padding-right:90px;
    padding-bottom:40px;
    padding-left:90px;
}

.pagetitle
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:1.1em;
    color:#000000;
    text-transform:uppercase;
    padding-bottom:15px;
}

.tips
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.7em;
    color:#7f8080;
}

.errormsg
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:1.0em;
    color:#eb1414;
    background-color:#ffffff;
    border-style:solid;
    border-color:#827e7c;
    border-width:1px;
    padding-left:5px;
    line-height:30px;
}

.subtitle
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:1.0em;
    font-weight:bold;
    color:#000000;
    padding-bottom:15px;
}

.upper_subtitle
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:1.0em;
    text-transform:uppercase;
    text-align:left;
    color:#000000;
    padding-top:10px;
    padding-bottom:5px;
}

.contenttext
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color:#555555;
    text-align:left;
    padding-top:1px;
}

.content_link
{
    color:#555555;
}

.photo_desc
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color:#8e9291;
    padding-top:15px;
}

.extra_plate_frame
{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:6px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

.sepa_line_vertical
{
    width:2px;
    color:#d6dcdc;
    border-width:2px;
    border-style:none solid none none;
    position:absolute;
}

.textlink{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color:#555555;
}

.textlink a{
    text-decoration:none;
    color:#555555;
}

.textlink a:hover{
    text-decoration:underline;
}

/* Header Scope */
#headerpanel
{
    width:100%;
    height:327px;;
    margin:0 auto;
    background-image:url('../Images/header/headerbanner.jpg');
    background-repeat:no-repeat;
    background-position:top center;
}

#topmenu
{
    height:23px;
    background-image:url('../Images/header/top_menu.png');
    background-repeat:no-repeat;
    background-position:725px 0px;
    margin-top:20px;
}

.hiddenlink_top div
{
    position:absolute;
    top:7px;
    height:12px;
    border:none;
}

.hiddenlink_top div:hover
{
    border-bottom-style:solid;
    border-bottom-color:#8e9291;
    border-bottom-width:1px;
}

.hiddenlink_menu div
{
    position:absolute;
    top:237px;
    height:12px;
    border:none;
}

.hiddenlink_menu div:hover
{
    border-bottom-style:solid;
    border-bottom-color:#8e9291;
    border-bottom-width:1px;
}

.HS_desc
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.7em;
    text-align:left;
    color:#f6f6f3;
    position:absolute;
    top:80px;
    left:10px;
}


/* Footer Scope */
.line_hr
{
    height:7px;
    width:100%;
    background-color:#d6dcdc;
}

.line_hr hr
{
    display:none;
}

.footertext
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color:#8e9291;
    line-height:112px;
    position:absolute;
}

.footertext a
{
    text-decoration:none;
    color:#8e9291;
}

.footertext a:hover
{
    text-decoration:underline;
}

.line_vertical
{
    width:2px;
    color:#959794;
    border-width:2px;
    border-style:none solid none none;
    position:absolute;
}


/* Homepage Scope */

.extra_frame{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:6px;
    height:294px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
}

/* Contestants Scope */
.HS_table
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.HS_table td
{
    padding:15px;
    height:235px;;
}

.HS_frame
{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:3px;
    height:180px;
    width:120px;
}

.HS_frame a img
{
    border:none;
}

.country_text
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.9em;
    font-weight:bold;
    padding:5px;
    color:#8e9291;
}

/* About MTQI Scope */
.extra_frame_abt{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:6px;
    height:318px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
}


/* Vote Scope */
.votecontainer
{
    width:650px;
    height:auto;
    background-color:#e9ede9;
    border-width:1px;
    border-style:solid;
    border-color:#d4d8d7;
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
    padding-bottom:15px;
}

.votecontent
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color:#3e362b;
    width:100%;
    text-align:left;
}

.dottedhr hr
{
    border-bottom:0.5px;
    border-style:dotted;
    border-color:#aaa19c;
    width:100%;
}

.amount
{
    background-color:#d4d8d7;
    color:#3e362b;
    width:112px;
    height:22px;
    text-align:left;
    line-height:20px;
}

.guides
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.9em;
    color:#827e7c;
    padding:5px;
}

.div_guides ul
{
    list-style:none;
    position:relative;
    right:50px;
    width:180px;
    top:-10px;
}

.div_guides ul li
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.9em;
    color:#827e7c;
    background-image:url('../Images/element/pointer.png');
    background-repeat:no-repeat;
    background-position:top left;
    padding-left: 1.3em;
}

.vote_btn
{
    width:55px;
    height:25px;
    font-size:0.9em;
    color:#ffffff;
    text-align:center;
    background-color:#555555;
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
}

#voteresult
{
    padding-top:40px;
    padding-bottom:40px;
}

.toppoptbl
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color: #7F7F7F;
    width:700px;
    margin: 0 auto;
    border-right: 1px solid #dbd7ce;
    border-left: 1px solid #dbd7ce;
    border-collapse: collapse;
}

.toppoptbl th, toppoptbl td
{
    border-left: 0;
    padding: 10px
}

.toppoptbl th
{
    background-color:#d4d8d7;
    color:#000000;
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

.toppoptbl tbody td
{
    padding:5px;
}

.toppoptbl tbody tr
{
    background-color: #e9ede9;
    color: #383839;
}


/* Shopping Scope */
#shoppingcontent
{
    padding-top:10px;
    padding-bottom:40px;
}

.shoppingtbl
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color: #7F7F7F;
    width:800px;
    margin: 0 auto;
    border-right: 1px solid #dbd7ce;
    border-left: 1px solid #dbd7ce;
    border-collapse: collapse;
}

.shoppingtbl th
{
    background-color:#d4d8d7;
    color:#000000;
    font-weight: bold;
    text-align:left;
    text-transform: uppercase;
}

.shoppingtbl thead th
{
    border-left: 0;
    padding: 10px
}

.shoppingtbl tbody td
{
    padding:5px;
    background-color: #e9ede9;
    color: #383839;
}

.shopping_btn
{
    width:55px;
    height:25px;
    font-size:0.9em;
    color:#ffffff;
    text-align:center;
    background-color:#555555;
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
}

.highlighted
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:1.0em;
    font-style:italic;
    font-weight:bold;
    color:#7f8080;
    padding-left:5px;
}

#terms_cond
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    margin-left:auto;
    margin-right:auto;
}

#terms_cond ol
{
    text-align:left;
}

#terms_cond ol ul
{
    text-align:left;
    font-weight:bold;
}

#custom_parti_content
{
    padding-top:40px;
    padding-bottom:40px;
}

.customer_parti_tbl
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    color: #7F7F7F;
    width:800px;
    margin: 0 auto;
    border-right: 1px solid #dbd7ce;
    border-left: 1px solid #dbd7ce;
    border-collapse: collapse;
}

.customer_parti_tbl th
{
    background-color:#d4d8d7;
    color:#000000;
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
}

.customer_parti_tbl thead th
{
    border-left: 0;
    padding: 10px
}

.customer_parti_tbl tbody td
{
    padding:5px;
    background-color: #e9ede9;
    color: #383839;
}

.shopingitem_tbl
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.85em;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.shopingitem_tbl td
{
    padding:5px;
}


#terms_cond_parti
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

/* Gallery Scope */
.gallery_tbl
{
    margin-left:auto;
    margin-right:auto;
    border-style:none;
}

.gallery_tbl td
{
    padding:5px;
}

.gallery_tbl td a img
{
    border-style:solid;
    border-color:#ffffff;
    border-width:3px;
    height:90px;
    width:120px;
}

.paging_div
{
    font-family:'Trebuchet MS',Verdana,sans-serif;
    font-size:0.8em;
    padding-top:15px;
    margin-left:auto;
    margin-right:auto;
}

.paging_div ul
{
    list-style:none;
    margin-left:auto;
    margin-right:auto;
}

.paging_div ul li
{
    display:inline;
    padding:5px;
}

.paging_div ul li a
{
    color:#000000;
    text-decoration:underline;
}

.current_page
{
    color:#a90e0c;
    font-weight:bold;
}

.paging_pointer
{
    font-weight:bold;
    padding-right:15px;
    padding-left:15px;
}


/* Company Profile Scope */
.profile_frame
{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:3px;
    height:380px;
    width:200px;
}

/* Contact Us Scope */
.logo_frame
{
    border-style:solid;
    border-color:#d4d8d7;
    border-width:3px;
    height:207px;
    width:220px;
}
