/* Global properties ======================================================== */
html
{
    width: 100%;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #333333;
    background: #F0F0F0;
    margin: 0px;
    padding: 0px;
}
.bg-1
{
    height: 110px;
    margin: 0px auto;
    border: 1px solid transparent;
    color: #fff;
}
.bg-2
{
    width: 100%;
    background-color: #DEDEDE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.main
{
    width: 96%;
    max-width: 955px;
    padding: 0;
    margin: 0px auto;
    font-size: 0.8125em;
    line-height: 1.5384em;
}
img
{
    border: 0px;
}
.left
{
    float: left;
}
a
{
    color: #006699;
    outline: none;
    cursor: pointer;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
.wrapper
{
    width: 100%;
    overflow: hidden;
}
.extra-wrap
{
    overflow: hidden;
}
.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}
.title
{
    margin-bottom: 18px;
}
.topmenus
{
    display: inline;
    float: left;
    position: relative;
    margin: 0px 0px 0px 20px;
}
.topmenus .more
{
    float: right;
    width: 20px;
    height: 17px;
    cursor: pointer;
    padding: 2px;
}
.topmenus .more:hover > .navicon-line
{
    background-color: #000000;
}
.navicon-line
{
    background-color: #808080;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 2px;
    margin-bottom: 3px;
    width: 100%;
}
.more-menus
{
    display: none;
    position: relative;
    list-style: none;
    background-color: #ffffff;
    z-index: 99999;
    margin: 0px 0px 0px -150px;
    padding: 10px;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 5px 0 #959595;
    -webkit-box-shadow: 0px 0px 5px 0 #959595;
    box-shadow: 0px 0px 5px 0 #959595;
    font-size: 12pt;
}
.more-menus ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.more-menus a
{
    color: #808080;
    display: block;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
}
.more-menus a:hover
{
    color: #000000;
}
.more-menus ul a
{
    padding-left: 20px;
}
/*Responsive design*/
.menu.responsive, .more-menus, .topmenus .more
{
    display: none;
}
.col
{
    float: left;
    display: inline;
    width: 49.5%;
}
.section
{
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}
.topsep
{
    height: 10px;
}

fieldset
{
    border: 1px solid black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

legend
{
    color: #1d81b6;
}

/*********************************boxes**********************************/
.margin-bot
{
    margin-bottom: 35px;
}
.margin-bot1
{
    margin-bottom: 32px;
}

.spacing
{
    margin-right: 35px;
}

.indent
{
    padding: 0 0 0px 30px;
}
.indent2
{
    padding-left: 50px;
}
.indent-bot
{
    margin-bottom: 20px;
}
.indent-bot1
{
    margin-bottom: 29px;
}
.indent-bot3
{
    margin-bottom: 45px;
}

.indent-top
{
    margin-top: -3px;
}
.indent-top1
{
    margin-top: -10px;
}

.margin-none
{
    margin-bottom: 0px;
}

.img-indent-bot
{
    margin-bottom: 25px;
}
.img-indent-bot1
{
    margin-bottom: 23px;
}
.img-indent-bot2
{
    margin-bottom: 26px;
}

.img-indent
{
    float: left;
    margin: 0 20px 0px 0;
}
.img-indent2
{
    float: left;
    margin: 0 13px 0px 0;
}
.img-indent-r
{
    float: right;
    margin: 0 0px 0px 40px;
}

.prev-indent-bot
{
    margin-bottom: 10px;
}
.prev-indent-bot1
{
    margin-bottom: 6px;
}
.prev-indent-bot2
{
    margin-bottom: 4px;
}

.buttons a:hover
{
    cursor: pointer;
}
.clear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.menu li a, .list-1 li a, .list-2 li a, .link, .button, .logo
{
    text-decoration: none;
}

/*********************************header*************************************/
header
{
    width: 100%;
}
h1
{
    padding: 5px 0 0 0px;
    position: relative;
}
h1 a
{
    display: block;
    text-indent: -5000px;
    width: 0px;
    height: 0px;
}
.right
{
    float: right;
}
.header-links
{
    position: absolute;
    width: 95%;
    max-width: 955px;
    text-align: right;
}
.header-links a
{
    color: #808080;
}
.main h2
{
    font-size: 22px;
    text-align: center;
    margin: 10px 0px 0px 18%;
    float: left;
    background: url(images/Final_White.png) no-repeat center top;
    background-size: 45%;
    height: 100px;
    color: #000000;
}
.main h2 span
{
    margin: 60px 0px 0px 0px;
    float: left;
}
.menu-bg-tail
{
    width: 100%;
}
.menu-bg
{
    width: 100%;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px 0 #959595;
    -webkit-box-shadow: 0px 0px 5px 0 #959595;
    box-shadow: 0px 0px 5px 0 #959595;
}

/********Slider********/
.slider-wrapper
{
    width: 100%;
    max-width: 955px;
    height: 300px;
    padding: 0; /* background-color:#F0F0F0; */
    background-color: #DEDEDE;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 10px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px 0 #e8e8e8;
    -webkit-box-shadow: 0px 0px 15px 0 #e8e8e8;
    box-shadow: 0px 0px 15px 0 #e8e8e8;
}
.slider
{
    width: 100%;
    max-width: 955px;
    height: 300px;
}

.items
{
    display: none;
}
.galleria-controls
{
    width: 30px;
    height: 30px;
    margin: -50px 10px 0px 0px;
    float: right;
    z-index: 999;
    position: relative;
}

/*********************************content*************************************/
#content
{
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.content-padding-1
{
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px 0 #959595;
    -webkit-box-shadow: 0px 0px 5px 0 #959595;
    box-shadow: 0px 0px 5px 0 #959595;
}
.content-padding-2
{
    padding: 23px 0 57px 0;
}
.padding-grid-1
{
    padding: 0 0 0 5px;
}
.padding-grid-2
{
    padding: 0 0 0 29px;
}
.padding-grid-3
{
    padding: 0 0 0 19px;
}
.padding-grid-4
{
    padding: 3px 0 0 19px;
    line-height: 24px;
}
h3 {
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 9px 0;
    color: #1d81b6;
    font-weight: bold;
}
h3 a
{
    text-decoration: none;
}
h3 strong
{
    color: #333333;
}
h4
{
    font-size: 20px;
    line-height: 2em;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: -8px;
}
h4 strong
{
    color: #93ceee;
}
h4 a
{
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
h4 a:hover
{
    color: #93CEEE;
}
h6
{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.time
{
    display: block;
    width: 55px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 16px;
}
.time-stule-1
{
    background: url(images/marker-text-1.png) no-repeat 1px top;
}
.time-stule-2
{
    background: url(images/marker-text-2.png) no-repeat 1px top;
}
.text-1, .text-3, .text-5
{
    font-size: 25px;
    line-height: 2em;
    display: block;
    color: #fff;
    margin-top: -6px;
    padding-left: 2px;
}
.text-5
{
    color: #5ca8d2;
}
.text-2, .text-4, .text-6
{
    font-size: 20px;
    line-height: 2em;
    display: block;
    color: #fff;
    margin-top: -29px;
    letter-spacing: -1px;
}
.text-4
{
    color: #fff;
}
.text-6
{
    color: #4d4d4d;
}
.style-img
{
    background: #3b3b3b;
    padding: 1px;
}
.style-img-2
{
    border: 1px solid #333333;
    padding: 3px;
}
.list-1 li
{
    font-size: 13px;
    line-height: 20px;
}
.list-1 li a
{
    display: inline-block;
    color: #fff;
}
.list-1 li a:hover
{
    color: #93CEEE;
}

/*.list-2
{
    padding: 5px 21px 0 0;
}
.list-2 li
{
    position: relative;
    overflow: hidden;
    width: 41px;
    min-height: 20px;
}
.list-2 li span
{
    display: inline-block;
    width: 21px;
    background: url(images/list-2-line.gif) no-repeat right -1px;
    margin-right: 15px;
    float: left;
}
.list-2 li a
{
    display: block;
    width: 5px;
    height: 10px;
    background: url(images/list-2-marker.gif) no-repeat center -50px;
    float: right;
}
.list-2 li a.left-list
{
    background-position: left 0;
    float: left;
}
.list-2 li a.right-list
{
    background-position: right 0;
    float: right;
}
.list-2 li a.left-list:hover
{
    background-position: left bottom;
}
.list-2 li a.right-list:hover
{
    background-position: right bottom;
}
.link-2
{
    display: block;
    width: 73px;
    height: 12px;
    background: url(images/marker-1.png) left top;
}
.link-2.link-style1
{
    background-position: -300px 0;
}
.link-2.link-style2
{
    background-position: -620px 0;
}
.text-width
{
    width: 66px;
    display: inline-block;
}
.list-3 li
{
    font-size: 13px;
    line-height: 20px;
    background: url(images/list-3-marker.gif) no-repeat left 12px;
    padding: 5px 0 5px 12px;
}
.list-3 li a
{
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.list-3 li a:hover
{
    color: #93CEEE;
}

.list-4 dt
{
    padding-bottom: 10px;
}
.list-4 dd a
{
    margin-left: 20px;
}
*/

.link:hover
{
    text-decoration: underline;
}

dl span
{
    float: left;
    width: 80px;
}
.inline
{
    display: inline-block;
}

/****************************footer************************/
.footer
{
    width: auto;
    margin: 0px auto;
    padding: 15px;
    display: table;
}
.footer-padding
{
    padding: 20px 40px 0 5px;
}
.footer-link
{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: block;
    float: left;
}
.list-services
{
    float: right;
    padding: 1px 0 0 0;
    list-style: none;
}
.list-services li
{
    float: left;
    padding: 0 4px 0 0px;
}
.list-services li a
{
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url(images/list-services.png) no-repeat left top;
}
.list-services li a.n-1
{
    background-position: 0 0px;
}
.list-services li a.n-2
{
    background-position: -55px 0;
}
.list-services li a.n-3
{
    background-position: -110px 0;
}
.list-services li.last
{
    padding-right: 0px;
}
/* This is used for the name of the Artist, Venue, etc on the detail pages*/
.entity-name {
  font-size: 25px;
  line-height: 20px;
  margin: 0 0 9px 0;
  color: #1d81b6;
  /* font-weight: bold; */
}
/*artist*/
.artist
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.artist .name
{
    color: #FFCC33;
}
.artist .picture
{
    float: left;
    padding: 0px 10px 0px 0px;
    width: 70px;
    display: table;
}
.artist .picture img
{
    width: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.artist .description
{
    /* font-style:italic; */
}
.artist-details
{
    padding: 0px 0px 0px 10px;
}
.artist-details .biography
{
    border: 1px dotted #93CEEE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 0px 5px 0px;
    width: 97%;
    display: table;
    background-color: #fff;
}
.artist-details .biography img
{
    margin: 5px 15px 3px 10px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 15px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.artist-details .biography img.profile
{
    float: left;
    width: 250px;
}
.manage-artist
{
    font-size: 11px;
}
/*end artist*/
/*venue*/
.venue
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.venue .picture
{
    float: left;
    padding: 0px 10px 0px 0px;
    width: 70px;
    display: table;
}
.venue .picture img
{
    width: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.venue-details .description img
{
    margin: 5px 15px 3px 10px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 15px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.venue-details .description img.profile
{
    float: left;
    width: 200px;
}
.venue-details .description .map
{
    width: 16px;
    height: 16px;
    background: url(images/map.png);
    display: inline-block;
}
/*end venue*/
/*news*/
.news
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.news .newsdate
{
    color: #1D81B6;
}
.news .newsdate i
{
    font-size: 11px;
}
/*end news*/
/*label*/
.label
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.label .name
{
    color: #FFCC33;
}
/*end label*/
/*cd*/
.cd
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.cd .picture
{
    float: left;
    padding: 0px 10px 0px 0px;
    width: 50px;
    height: 50px;
    display: table;
}
.cd .picture img
{
    width: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.cd-details img
{
    margin: 5px 15px 3px 10px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 15px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cd-details .profile
{
    float: left;
    width: 200px;
}
/*end cd*/
/*event*/
.event
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.event .description
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 0px;
    background-color: #FBFBFB;
    display: table;
}
.event .description .picture
{
    float: left;
    padding: 0px 10px 0px 0px;
    width: 70px;
    display: table;
}
.event .description .picture img
{
    width: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
.event .eventdate
{
    font-weight: bold;
    font-size: 20px;
    color: #373737;
}
.event .eventdate time
{
    margin-top: -15px;
}
.event .description .calendar a
{
    text-decoration: none;
    font-weight: bold;
}
.event .description strong
{
}
.event .description.notapprove
{
    border: 2px dotted #FFCC33;
}
.event .description.notapprove .date
{
    color: Red;
}
.event .description .venueaddress
{
    display:inline;
}
.follow
{
}
.follow .status
{
    /* float: left; */
    /* width: 73%; */
    background: url(images/star.png) no-repeat left top;
    padding-left: 25px;
    font-weight: bold;
}
.follow .action
{
    float: right;
    background-color: #E9E9E9;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
   /*  width: 22%; */
}
.event-details .picture
{
    float: left;
    padding: 0px 10px 0px 0px;
    width: 250px;
    display: table;
}
.event-details .picture img
{
    width: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
    box-shadow: 1px 1px 15px #999;
}
/*end event*/
/*interview*/
.interview
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.interview .subject i
{
    color: #1D81B6;
    font-size: 11px;
}
/*end interview*/
/*favoritedisk*/
.favoritedisk
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.favoritedisk > .title
{
    color: #1D81B6;
    margin: 0px;
}
/*end favoritedisk*/
/*video*/
.video
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 92%;
    max-width: 600px;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}

/* http://www.hanselman.com/blog/EasyStepsToAMobilefriendlyResponsiveDesignWithAnEmbeddedYouTubeVideoAndAFluidResize.aspx */

.embed-container
{
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*end video*/
/*mp3*/
.mp3
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CAC8DB;
    padding: 10px;
    width: 97%;
    margin-bottom: 10px;
    display: table;
    background-color: #fff;
}
.mp3 .songname
{
    color: #FFCC33;
    margin: 0px;
}
.loginbox .login-normal
{
    background-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px dotted #93CEEE;
    width: 100%;
    max-width: 420px;
    padding: 20px;
    /* float: left; */
}
.loginbox .or
{
    float: left;
    margin: 10px 10px 0px 10px;
    font-size: 22px;
}
.loginbox .login-facebook
{
    margin: 10px 20px 0px 20px;
    float: left;
}
.textbox
{
    width: 250px;
    max-width: 100%;
}
.button
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1f487c;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    height: 25px;
}
.button:hover
{
    /*background-color: #f79646; 	background-image:linear-gradient(#349ADB, #367AB7);*/
    color: #FFCC33;
}
.login
{
    padding: 0px 0px 0px 20px;
    background: url(images/user.png) no-repeat 0px 0px;
}
.box
{
    width: 97%;
    display: table;
    border: 1px dotted #93CEEE;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
}
img.box
{
    margin: 5px 15px 3px 10px;
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 15px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

b, strong
{
    color: #1d81b6;
}
.previous-month
{
    width: 100px;
    height: 38px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: -10px 0px 0px -5px;
    float: left;
    cursor: pointer;
    padding: 10px 0px 0px 30px;
    background: url(images/pre.png) no-repeat 0px 7px;
    opacity: 0.8;
}
.next-month
{
    width: 30px;
    height: 38px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: -10px 0px 0px 0px;
    float: right;
    cursor: pointer;
    padding: 10px 30px 0px 0px;
    background: url(images/next.png) no-repeat 35px 7px;
    opacity: 0.8;
}
.previous-month:hover, .next-month:hover
{
    opacity: 1.0;
}
/*go to top*/
.scrollup
{
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(images/top.png) no-repeat;
    z-index: 9999;
}
.scrollup:hover
{
    opacity: 0.2;
}
.hide
{
    display: none;
}
/*dropdown menus*/
.menu
{
    padding: 10px 0 10px 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li
{
    float: left;
    padding: 5px 25px 0 25px; /* top right bottom left */
}
.menu li .down
{
    background: url(images/down.png) no-repeat left top;
    width: 16px;
    height: 10px;
    display: inline-block;
    margin: 8px 0px 0px 0px;
}
.menu li ul li
{
    /* background: url("images/menu-bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0); */
    padding: 5px 5px 0 5px;
    float: none;
}
.menu li.item
{
    background: none;
    padding-left: 5px;
}
.menu li.item-1
{
    padding-right: 34px;
    padding-left: 39px;
}
.menu li.last
{
    padding-left: 33px;
    padding-right: 0px;
}
.menu li a
{
    font-size: 23px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: -1px;
    margin-top: 3px;
    display: inline-block;
    color: #808080;
}
.menu li a.active, .menu li a:hover
{
    color: Black;
}
.menu li ul li a.active, .menu li ul li a:hover
{
    border: none;
}
.menu > li ul
{
    display: none;
    list-style: none;
    position: absolute;
    margin: 3px 0px 0px -30px;
    z-index: 90;
    padding: 0;
    background-color: #E9E9E9;
    -moz-box-shadow: 0px 0px 10px 0 #959595;
    -webkit-box-shadow: 0px 0px 10px 0 #959595;
    box-shadow: 0px 0px 10px 0 #959595;
}
.menu > li ul a
{
    display: block;
    width: 170px;
    line-height: 30px;
    padding: 0px;
    text-decoration: none;
    text-align: left;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
}
.error
{
    color: Red;
    padding-left: 4px;
}
.red
{
    color: Red;
}
/*album*/
.album
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    width: 170px;
    height: 180px;
    float: left;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0px 5px 10px;
    display: table;
    overflow: hidden;
}
.album .action, .photo .action
{
    width: 100%;
    height: 24px;
}
.album .action a, .photo .action a
{
    width: 24px;
    height: 24px;
    float: right;
}
.album .action .delete, .photo .action .delete
{
    background: url("images/delete.png") no-repeat;
}
.album .action .edit, .photo .action .edit
{
    background: url("images/edit.png") no-repeat;
}
.album .description, .photo .description
{
    font-size: 10px;
}
.photo .description .cap
{
    font-weight: bold;
}
.photo .description .textbox
{
    width: 160px;
}
.album .image
{
    height: 160px;
    overflow: hidden;
    margin-top: 10px;
}
.album img
{
    width: 130px;
    max-height: 160px;
    max-width: 130px;
}
.photo img
{
    max-width: 300px;
}
/*GridViewCSS Style*/
.GridViewStyle
{
    table-layout: auto;
    border: 1px solid #E9E9E9;
    width: 100%;
    border-spacing: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.HeaderStyle th:first-child
{
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
    border-radius: 3px 0px 0px 0px;
}
.HeaderStyle th:last-child
{
    -moz-border-radius: 0px 3px 0px 0px;
    -webkit-border-radius: 0px 3px 0px 0px;
    border-radius: 0px 3px 0px 0px;
}
.HeaderStyle td:first-child, .HeaderStyle th:first-child
{
    border-left: medium none;
}
.GridViewStyle tr:last-child td:first-child
{
    -moz-border-radius: 0px 0px 0px 3px;
    -webkit-border-radius: 0px 0px 0px 3px;
    border-radius: 0px 0px 0px 3px;
}
.GridViewStyle tr:last-child td:last-child
{
    -moz-border-radius: 0px 0px 3px 0px;
    -webkit-border-radius: 0px 0px 3px 0px;
    border-radius: 0px 0px 3px 0px;
}
.PagerStyle td
{
    border-bottom: medium none;
}
.GridViewStyle td:first-child, .GridViewStyle th:first-child
{
    border-left: medium none;
}
.HeaderStyle th:only-child
{
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-color: #E9E9E9; /*border-bottom: solid 1px #999;*/
}
.HeaderStyle th
{
    padding: 5px;
    color: #1D81B6; /*border-bottom: solid 1px #999;*/
    text-align: left;
}
.GridViewStyle td
{
    padding: 2px 0px 2px 5px;
}
.addevent
{
    height: 35px;
    color: #93CEEE;
    display: none;
}
.addevent a
{
    float: left;
}
.recentphotos .photo, .recentartists .photo
{
    display: table;
    line-height: 15px;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 3px;
    font-size: 14px;
}
.recentphotos .photo:hover, .recentartists .photo:hover
{
    background-color: #e9e9e9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.recentphotos .photo img, .recentartists .photo img
{
    width: 70px;
    float: left;
    margin: 3px 10px 5px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.recentphotos .photo i, .recentartists .photo i
{
    font-size: 11px;
    line-height: 10px;
}
.green
{
    color: #00FF00;
}
