/* ====== 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;
    margin-left: auto;
    margin-right: auto;
}
#contentholder
{
    background-color: #FFF;
    padding: 0px 17px 0 17px;
    margin: 0px 0 0 0;
    min-height: 400px;
}

#content
{
width: 1000px;
margin: 0px 0px 0px 0px;
}

#dnn_contentpane
{ 
  padding: 10px;
}

/* ====== footer links etc in white space ====== */
#footer
{
    padding: 0px 0px 0 0;
    height: 75px;
    background-image: url('footer.jpg');
    margin: 10px 0 0 0;
    text-align: right;
}

#menu
{
    height: 15px;
    position: relative;
    top: -35px;
    left: 19px;
}
#banner
{
    background-image: url('banner.jpg');
    height: 150px;
    width: 1000px;    
}

/* ===== 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;
}    

/* ====== 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: black;
    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;
}


