﻿
.SimpleEntertainmentTreeView div.AspNet-TreeView ul li
{
    white-space: normal;
    padding: 3px 0 2px 0;
    cursor: pointer;
    width: 161px;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 16px;
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li a:link, a:visited, a:hover, a:active
{
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    border-bottom: 1px solid #8C8C8E;
    color: #FFFFFF;
    line-height: 25px;
    width: 161px;
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    display: none;
    width: 0px;
    cursor: pointer;
}

.SimpleEntertainmentTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    display: none;
    width: 0px;
    cursor: pointer;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Selected
{
    font-weight: bold;
}
.SimpleEntertainmentTreeView .AspNet-TreeView-Root
{
    /*background-color: #F6F5E3;     border: 1px solid #8C8C8E;*/
    display: block;
    color: #000000;
    font-size: 12px;
    padding: 4px;
}
.SimpleEntertainmentTreeView .AspNet-TreeView-Root span.AspNet-TreeView-ClickableNonLink
{
    /*background-color: #F6F5E3;*/
    width: 178px;
    margin-left: 1px;
    background-image: url(/img/Menu_line.gif);
    background-repeat: repeat-x;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    display: block;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ChildSelected
{
}

.SimpleEntertainmentTreeView .AspNet-TreeView-ParentSelected
{
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Parent
{
    border-bottom: 1px solid #8C8C8E;
    color: #FFFFFF;
    line-height: 25px;
    cursor: pointer;
}

.SimpleEntertainmentTreeView .AspNet-TreeView-Parent a
{
    color: Black;
}

.FileIcon
{
    height: 16px;
    width: 16px;
}

.FileLink
{
    padding-left:5px;
}

ul
{
    list-style-image: none;
}
div
{
    display: block;
}
html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    background-image: url(/img/bg-x.gif);
    background-color: #ffffff;
    background-repeat: repeat-x;
}

html, body, table, td, p, .filters
{
    font-family: Calibri,Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
}

.mainpagecolor ul li
{
    padding-bottom: 3px;
}
/**/
.AspNet-TreeView-Parent
{
    color: black;
    text-decoration: none;
}

.col1
{
    float: left;
    width: 598px;
}

.colmenu
{
    float: left;
    width: 180px;
}
.colBar
{
    float: left;
    width: 982px;
    padding-bottom: 5px;
}

.barBodyContent a:link, .barBodyContent a:visited, .barBodyContent a:hover, .barBodyContent a:active
{
    text-decoration: underline;
    cursor: pointer;
}

.colFooterLeft
{
    float: left;
    width: 180px;
    padding-top: 6px;
}

.colcopyright
{
    float: left;
    width: 784px;
    padding-top: 6px;
}
.col2
{
    float: right;
    width: 285px;
}

div.terms
{
    text-align: justify;
    font-style: italic;
    display: block;
    margin-bottom: 8px;
    background: #DDDDDD;
    border: 1px solid #636F21;
    padding: 5px 5px 5px 5px;
}

#bgImage
{
    background-image: url(/img/bg.png);
    background-repeat: no-repeat;
    width: 817px;
    height: 849px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -224px;
}

/* START: Page IDed Elements */
#portalContainer
{
    width: 970px;
    margin: 0px auto;
    position: relative;
}

#header
{
    height: 220px;
}

#footer
{
    min-height: 144px;
    clear: both;
    margin-top: 5px;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.clear
{
    clear: both;
}


.barRight
{
    height: 36px;
    width: 7px;
    float: right;
    background-image: url(/img/BarRight.gif);
}

.barLeft
{
    float: left;
    background-image: url(/img/BarLeft.gif);
    height: 36px;
    width: 7px;
}

.barBody
{
    /*height: 36px;     background-image: url(/img/BarBody.gif);     background-repeat: repeat-x;*/
}

.barBodyContent
{
    font-size: 13px;
    font-weight: bold;
    cursor: default;
    color: White;
}

.barBodyContent a
{
    color: White;
}


a.squarebutton
{
    background: transparent url('/img/square-orange-left.gif') no-repeat top left;
    display: block;
    float: left;
    font: normal 12px Arial; /* Change 12px as desired */
    line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
    height: 23px; /* Height of button background height */
    padding-left: 9px; /* Width of left menu image */
    text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton
{
    color: #494949;
}


a.termslnk,a:visited.termslnk,a:link.termslnk, a:active.termslnk
{
    text-decoration: underline;
    color: #D36E02 !important;
}

a.termslnk:hover
{
    color: Orange !important;
}



a.squarebutton span
{
    background: transparent url('/img/square-orange-right.gif') no-repeat top right;
    display: block;
    padding: 4px 9px 4px 0;
}

a.squarebutton:hover
{
    background-position: bottom left;
}

a.squarebutton:hover span
{
    background-position: bottom right;
    color: black;
}
ul li
{
}

a.more
{
    color: #e87400;
    text-decoration: none;
}


a.squarebutton:hover span
{
    background-position: bottom right;
    color: black;
}
.date
{
    font-weight: normal;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
}

.mainpagecolor
{
    background-color: #E8E9EA;
}
.lefttable
{
    background-image: url('/img/lefttableback.png');
}
.middletable
{
    background-image: url('/img/middletableback.png');
}
.righttable
{
    background-image: url('/img/righttableback.png');
}
.maintexttitle td
{
    font-family: Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: bold;
}

.footerlinkslight
{
    color: #67737B;
    font-family: Calibri, "Trebuchet MS";
    font-size: 12px;
    text-decoration: none;
}


table.gridView
{
    margin: 10px 5px 0px 5px;
    border-collapse: collapse;
    background-color: White;
    width: 590px;
}

table.gridView th
{
    background-color: #bfbfbf;
    color: #444;
    height: 23px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #eee;
    padding: 0px 6px 0px 6px;
    font-family: Tahoma,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
}

table.gridView > tr > td, table.gridView > tbody > tr > td
{
    border: 1px solid #ced3d7;
    padding: 3px 5px 3px 5px;
    color: #444;
    font-family: Verdana,Tahoma,Helvetica,Arial,Sans-Serif;
    font-size: 11px;
    padding: 3px;
}

.categoryHeader
{
    font-size: 14px;
    padding-bottom: 5px;
}


/* For link buttons with an image as bg */
a.icon-btn:link, a.icon-btn:active, a.icon-btn:visited
{
    color: #444;
    padding: 3px 6px 4px 22px;
    text-decoration: none;
    background-position: 4px 3px;
    display: inline-block;
    background-repeat: no-repeat;
}

a.icon-btn:hover
{
    background-color: #efefef;
    color: #555;
}

.bg-expand
{
    background-image: url(/img/expand.gif);
}

.bg-collapse
{
    background-image: url(/img/collapse.gif);
}

.contents
{
    padding: 13px 17px 0;
    font-size: 12px;
}

.content
{
    margin-bottom: 10px;
}

.contents a:link, .contents a:visited, .contents a:active
{
    color: #e87400;
    text-decoration: underline;
}
.content a:hover
{
    text-decoration: undeline;
}

.content ul
{
    list-style-position: inside;
    padding-left: 10px;
}

.content ol
{
    list-style-position: inside;
    padding-left: 10px;
}


.content-title
{
    color: #4A4A4A;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    background-image: url(/img/bullet.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
    margin-bottom: 2px;
}

.content-title a:link, .content-title a:active, .content-title a:visited, .content-title span
{
    font-weight: bold;
    font-style: normal;
}

.content-body p
{
    padding-bottom: 10px;
    text-align: justify;
}

.content-body ul
{
    padding-left: 10px;
}
.content-body li
{
    text-align: justify;
}

.content-more
{
    text-align: right;
    padding-right: 10px;
}

.newimg
{
    background-image: url(/img/newGif.gif) !important;
    padding-left: 25px !important;
}

.edit-link img
{
    width: 16px;
    background-image: url(/img/edit.png);
    background-repeat: no-repeat;
    height: 16px;
    border: 0px;
}

.title
{
    background-image: url(/img/Menu_line.gif);
    background-repeat: repeat-x;
    height: 24px;
    padding-left: 10px;
    margin: 0px 7px 7px 7px;
}

.title span
{
    font-size: 14px;
    color: #4A4A4A;
    padding-left: 5px;
}

.bgback
{
    background-image: url(/img/arrow_left.png);
    background-repeat: no-repeat;
    background-position: 441px;
    text-align: right;
    padding-right: 10px;
}

.highlight
{
    background-color: Yellow;
}

.breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image: url('/img/bc_bg.png');
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    color: #9b9b9b;
    border: solid 1px #cacaca;
    width: 980px;
    display: block;
    overflow: hidden;
    margin: 4px 0px 0px 0px;
    padding: 0px;
}
.breadcrumb span
{
    float: left;
    padding-left:10px;
padding-right:3px;
    cursor: pointer;
}
.breadcrumb span a
{
    height: 30px;
    display: block;
    text-decoration: none;
    color: #454545;
}
.bcSeparator
{
    background-image: url('/img/bc_separator.png');
    background-repeat: no-repeat;
    background-position: right;
}
.home
{
    border: none;
    background-image: url('/img/home.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 24px;
}
.breadcrumb a:hover
{
    color: #35acc5;
}

