/* ====== BKSKIN ====== */
body 
{
    /* ======Default size font ====== */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    color: #000;
    background-color: #FFF;        
}

/* ===== Settings for IDs ====== */
#wrap
{  width: 100%;
   text-align: center;     
}
#wrap
{  
   text-align:-moz-center;     
}

#center
{
    width: 1000px;
    padding: 0 46px 0 46px;
    background-image: url(gradient.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#banner
{
    background-image: url('banner.jpg');
    height: 150px;
    width: 1000px;    
}
#menu
{
    float: left;
    height: 15px;
    position: relative;
    top: -35px;
    left: 19px;
    width: 750px;
    z-index: 2;
}
#search
{
    float: right;
    position: relative;
    top: -36px;
    right:10px;
    z-index: 1;
}
#contentholder
{
    clear: both;
    background-color: #FFF;
    padding: 0px 17px 0 17px;
    margin: 0px 0 0 0;
    min-height: 400px;
}
#mainbody
{
float: left;
width: 735px;
margin: 0px 0px 0px 0px;
}
#content
{
float: right;
width: 505px;
margin: 0px 0px 0px 0px;
}

#dnn_contentpane
{ 
  padding: 10px;
}

#left
{
float: left;
width: 220px;
margin: 0px 0px 0px 0px;
}
#dnn_leftpane
{ 
  padding: 10px;
}
#right
{
float: right;
width: 220px;
margin: 0px 0px 0px 0px;
}

#dnn_rightpane
{ 
  padding: 10px;
}

#footer
{
    clear: both;
    padding: 0px 0px 0 0;
    height: 75px;
    background-image: url('footer.jpg');
    margin: 10px 0 0 0;
    text-align: right;
}

/* ===== DNN Styles to override ==== */
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, p, body
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 13px;
    color:#000;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
.Head
{   font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color:#00B9F3;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
.juryhead
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    
}
.jurysubhead
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight:bold;
    color: #00B9F3;
}
.nominee
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;

    
}
.nomineesub
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 13px;
    font-weight:normal;
    
} 
.tableprogramme
{
    font-size: 11px;
    border: solid 1px black;
    border-collapse:collapse;
}
.qa_a
{
    font-weight: bold;
    color: #00B9F3;
    padding-left: 15px;
    padding-top: 10px;
}
.qa_q
{
    font-weight: normal;
    color: #000;
    padding-top: 10px;
}

.highlight
{ 
    border-color: #00B9F3;
    border-width: 1px;
    border-style: solid;
    background-color: #ccecf9;
    padding: 10px;
    margin: 0 10px 0 10px;
}
.CommandButton
{
    font-size: 13px;
}

/* ====== skin objects that are not links ===*/
.SkinObject {
    font-weight: bold;
    color: black;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* ====== skin link objects ==== */
A.SkinObject:link {
    text-decoration: none;
    color: black;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: black;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: black;
}
A.SkinObject:active   {
    text-decoration: none;
    color: black;
}

/* ==================

Menusection 

=================== */

.MainMenu_MenuContainer 
{
     background-color: transparent;
}
.MainMenu_MenuBar
 {
    cursor: hand;
    height: 20px;
    background-color: transparent;
}
.MainMenu_MenuItem 
{
    cursor: hand; 
    color: black; 
    font-family: Tahoma, Verdana, Arial, Helvetica; 
    font-size: 14px; 
    font-weight: normal; 
    font-style: normal;
    text-transform: uppercase; 
    border-left: black 0px solid; 
    border-bottom: black 0px solid; 
    border-top: black 0px solid; 
    border-right: black 0px solid;
    background-color: transparent;
}
.MainMenu_MenuIcon
{
    cursor: hand; 
    background-color: black; 
    border-left: none; 
    border-bottom: none; 
    border-top: none; 
    border-right: none;
    text-align: center; 
    width: 15px; 
    height: 20px;
}

.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: hand;
    color: black; 
    background-color: white; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-left: black 1px solid; 
    border-bottom: black 1px solid; 
    border-top: black 1px solid; 
    border-right: black 1px solid;
}
.MainMenu_MenuBreak 
{
    border-bottom: #EEEEEE 0px solid; 
    border-left: #EEEEEE 2px solid; 
    border-top: #EEEEEE 0px solid;  
    border-right: #EEEEEE 0px solid; 
    background-color: #EEEEEE; 
    height: 1px;
}
.MainMenu_MenuItemSel 
{
    cursor: hand; 
    color: #00B9F3;
    text-transform: uppercase; 
    font-family: Tahoma, Verdana, Arial, Helvetica; 
    font-size: 14px; 
    font-weight: normal; 
    font-style: normal;
    background-color: transparent;
}
.MainMenu_MenuArrow
{
    display: none;
    }
.MainMenu_RootMenuArrow 
{
   display: none;
}

