﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background: #D8D8D8;
}

body {
    font-family: Verdana,Tahoma,Helvetica,Sans-serif,serif;
    background: #c6c6c6;
    font-size: 12px;
    background: url('../images/bg_shade.png' ) center repeat-y fixed;
    behavior: url("js/csshover3.htc");
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, legend {
    font-size: 100%;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

.TextInput {
    border: 1px solid #999999;
    background: url(../images/input_bg.png) repeat-x #FFFFFF;
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #454743;
}

div, td, span {
    font-size: 12px;
}

#flags {
    visibility: hidden;
    display: none;
    position: absolute;
    right: 5px;
    top: 5px; /*	background: #cccccc;*/
    padding: 5px;
    width: 800px;
    height: 15px; /*border-bottom: 1px solid #666666;*/
    text-align: right;
    z-index: 3;
}

    #flags input {
        border: 1px solid transparent;
    }

#header {
    height: 20px;
}

#subheader {
    /*position: absolute;*/
    position: absolute;
    background-image: url(../images/subheader.png);
    width: 1024px;
    left: 0px;
    top: 80px;
    right: 625px;
    height: 20px;
    text-align: left;
    z-index: 2;
    background-repeat: repeat-x;
    position: absolute;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    color: #CCCCCC;
    border-color: #3B3B3B #666666 #333333 #3B3B3B;
    border-width: 1px;
    border-style: solid;
    padding-left: 25px;
    vertical-align: middle;
}

    #subheader a {
        color: #FFFFFF;
        color: White;
        font-size: 18px;
        font-family: Trebuchet MS;
        font-weight: 900;
        text-decoration: none;
    }

        #subheader a:hover {
            color: #CCCCCC;
        }

    #subheader #sublinks {
        width: 600px;
        position: absolute;
        left: 185px;
    }

#searchbox {
    width: 500px;
    position: absolute;
    right: 30px;
    top: 1px;
    vertical-align: middle;
    text-align: right;
}

    #searchbox a {
        font-family: Verdana,Tahoma,Helvetica,Sans-serif,serif;
        font-size: 9px;
    }

        #searchbox a:hover {
            font-size: 12px;
        }

    #searchbox .TextBox {
        width: 150px;
        border: 1px solid #FFFFFF;
        background: url(../images/input_bg.png) repeat-x #FFFFFF;
        font-family: tahoma, helvetica, sans-serif;
        font-style: normal;
        font-size: 12px;
        color: #454743;
    }


#login_panel {
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 3;
    color: #FFFFFF;
    text-align: right;
}

    #login_panel input {
        border: 0px solid red;
    }

    #login_panel .LoginInput {
        width: 150px;
        border: 1px solid #FFFFFF;
        background: url(../images/input_bg.png) repeat-x #FFFFFF;
        font-family: tahoma, helvetica, sans-serif;
        font-style: normal;
        font-size: 12px;
        color: #454743;
    }

    #login_panel a {
        font-family: tahoma, helvetica, sans-serif;
        font-style: normal;
        font-size: 14px;
        color: White;
    }

form {
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    position: relative; /* needed for footer positioning*/
    width: 1024px;
    margin: 0 auto 0 auto; /* center, not in IE5 */
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background: #ffffff;
}

#container {
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    overflow: auto;
}

#content {
    /*position: absolute;
	left: 180px;
	top: 102px;
	bottom: 0px;
	width: 755px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
	z-index: 3;
	padding-top: 10px;*/
    vertical-align: top;
    padding-bottom: 2em; /* bottom padding for footer */
    float: right;
    width: 816px;
}

#contentpadding {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

#menu {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 0px;
    width: 177px;
    background-color: fff;
    border-right: 1px solid #666666;
    text-align: right;
    padding-top: 10px;
    top: 0px;
    padding: 10px;
    position: relative;
    float: left;
    top: 0px;
    height: 100%;
    min-height: 250px;
    margin-left: -1px;
}

#menuholder {
    margin-top: 140px;
}

#menu table {
    width: 170px;
}

#menu a {
    font-size: 14px;
    font-weight: bold;
}

td {
    vertical-align: top;
}

#Payment {
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 185px;
    overflow: hidden;
}

.TableHeader, .TableMain th {
    /*background-image: url(../images/tableheader.jpg); 	background-position: center; 	color: #ffffff; 	font-weight: bold; 	background-attachment: inherit; 	background-repeat: repeat; 	height: 19px;*/
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(../images/grid_header.png);
    font-size: 0.9em;
    border: 0px;
}

    .TableHeader a, .TableMain th a, .TableMain th a {
        color: #ffffff;
        text-decoration: none;
    }

        .TableHeader a:hover, .TableMain th a:hover {
            text-decoration: underline;
        }

    .TableHeader h3 {
        color: White;
        margin: 0px;
    }

.Error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    width: 600px;
    height: 400px;
    border: 10px solid red;
    line-height: inherit;
    top: 100px;
    margin: 10px;
    padding: 10px;
}

.button {
    height: 24px;
    border: #a3181f 1px solid;
    font-size: 12px;
    background-image: url(../images/button_back.jpg);
    color: #FFFFFF;
    background-color: #d04b5c;
    font-weight: bold;
}

    .button:hover {
        background-image: url(../images/button_back_hover.jpg);
    }

.TableMain {
    border-style: none solid none solid;
    border-width: 0px 1px 0px 1px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: 1px solid #CCCCCC;
}

    .TableMain td {
        padding: 5px;
        color: #717171;
        border: 0px;
    }

.TableDetail {
    border: 1px solid #666666;
    width: 600px;
}

th, td {
    padding: 5px;
}

.TableNormal {
    border: 1px solid #666666;
}

    .TableNormal td {
        white-space: nowrap;
    }

    .TableNormal .Data {
        white-space: normal;
    }

.PopupBackground {
    position: absolute;
    z-index: 11;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
    height: 400px;
    overflow: auto;
}

.modalPopupCart {
    z-index: 7;
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 500px;
    height: 400px;
    overflow: auto;
}

.LoaderPanel {
    position: absolute;
    z-index: 999;
    top: 250px;
    background: #ffffff;
    padding: 20px;
    border: 2px solid gray;
}

input.txt, input.text, input.int, input.sint, input.smaller, input.smallest, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #666666;
}

#mp3player {
    z-index: 3;
}

audio {
    background-color: #AD1A24;
    z-index: 4;
}
/**
.Pager td
{
	height: 20px;
	vertical-align: middle;
}

.Pager td span //selected page
{
	width: 20px;
	height: 20px;	
	border: 2px solid #AD1A24;
	
}
.Pager td a
{
	width: 20px;
	height: 20px;		
	border: 0px;
	padding: 4px;		
}
.Pager td a:hover
{
	border: 2px solid #c6c6c6;
	padding: 2px;		
}*/
.GridMouseOver {
    background: #666666;
}

.GridMouseOut {
    background: transparent;
}

.WaterMark {
    background: #FFC1C1;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #AD1A24;
    font-weight: bold;
}

#searchholder {
    width: 450px;
}

/*Hyperlinks*/
a {
    color: #AD1A24;
    text-decoration: underline;
}

    a:hover {
        color: #333333;
        text-decoration: none;
    }

/*Hyperlinks*/

/*Message Box*/
.MessageBox {
    width: 500px;
    height: 200px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
}

.headerCellIcon {
    vertical-align: middle;
    text-align: center;
    height: 16px;
}

.headerCell {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    width: 215px;
}

.headerRow {
    /*background-image: url(../images/tableheader.jpg);*/
    background-position: center;
    color: #ffffff;
    font-weight: bold;
    background-attachment: inherit;
    background-repeat: repeat;
    height: 20px;
}

.detailCell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #AD1A24;
    font-weight: bold;
    height: 140px;
    vertical-align: middle;
}

.footerCell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #AD1A24;
    font-weight: bold;
    height: 20px;
}

    .footerCell input {
        background-position: center;
        background-image: url(../images/tableheader.jpg);
        border-width: 1px;
        border-style: solid;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px;
        background-attachment: inherit;
    }
/*Message Box*/

/*Inputs*/
.RequiredInput {
    background-color: #FFCCCC;
}

.Hidden {
    visibility: hidden;
    display: none;
}

input[type="text"]  {
    border: solid 1px #DEDEDE;
	font-size: 13px;
	display: block;
    height: 20px;
    padding: 6px 12px;
    /* line-height: 1.42857143; */
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="checkbox"]  { height: 20px; width: 20px;}

.TableDetail input[type="text"] { width: 400px;}

/*Grid*/
.Grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: 1px solid #CCCCCC;
}

    .Grid td {
        padding: 5px;
        color: #717171;
        border: 0px;
    }

    .Grid th {
        padding: 5px 5px;
        color: #fff;
        /*background: #424242 url(../images/grid_header.png) repeat-x top;*/
        font-size: 12px;
        border: 0px;
    }

        .Grid th a {
            color: White;
        }

    .Grid .Pager table {
        margin: 5px 0;
    }

    .Grid .Pager td {
        padding: 0 6px;
        font-weight: bold;
        color: #000000;
        line-height: 12px;
        text-align: center;
    }

    .Grid .Pager span {
        background: #AD1A24;
        color: #FFFFFF;
        padding: 2px 5px 2px 5px;
    }

    .Grid .Pager a {
        border: 1px solid white;
        color: #666;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
    }

        .Grid .Pager a:hover {
            border: 1px solid #808080;
            color: #000;
            text-decoration: none;
        }
/*Grid*/

/*Overview filter table*/
.OverviewFilterTable {
    width: 100%;
    background-color: #F6F6F6;
    margin: 5px 0 10px 0;
    border: 1px solid #CCCCCC;
}

    .OverviewFilterTable td {
        padding: 5px;
        color: #717171;
        border: 0px;
    }

    .OverviewFilterTable th {
        padding: 4px 2px;
        color: #fff;
        /*background: #424242 url(../images/grid_header.png) repeat-x top;*/
        font-size: 0.9em;
        border: 0px;
    }

.cblGenres td {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
}

    .cblGenres td Input {
        border: 0px;
    }
/*Overview filter table*/

/*Overview Table Holder*/
#OverviewHolder {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
}

    #OverviewHolder td {
        padding: 5px;
        color: #717171;
        border: 0px;
    }

    #OverviewHolder th {
        padding: 4px 2px;
        color: #fff;
        /*background: #424242 url(../images/grid_header.png) repeat-x top;*/
        font-size: 0.9em;
        border: 0px;
    }

#midicartheader td {
    color: #333333;
    font-family: Tahoma;
    font-size: 23px;
    font-weight: bold;
}
