body {
    background-color: white;
    margin: 0 0 0 0;
    font-size: 12px;
    font-family:Arial, Helvetica, sans-serif;
}

a{
    cursor: pointer;
    color: #0066ff;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    color: #0066ff;
    text-decoration: underline;
}

a.text{
    cursor: pointer;
    color: black;
    text-decoration: none;
}
a.text:hover{
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

div#footer{
	padding: 20px 0px;
    width: 100%;
    background-color: #E6E6E6;
}

table.footer{
/*    border: #CCCCCC 1px solid;*/
    padding: 10px 10px 10px 10px;
    width: 100%;
    color:#737373;
    font-size: 12px;

    
}

table.footer td{
    width: 25%;
    padding: 2px;
}

table.footer th{
    width: 25%;
    padding: 2px;
    font-weight: bold;
}

table.toplogo{
    text-align:center;
    vertical-align: bottom;
    padding-left: 0px; 
    padding-right: 0px; 
    left: 0px;
}
table.toplogo td{
    padding-bottom: 2px;
}

table.toplogo td.right{
    text-align:right;
    vertical-align: bottom;
    padding-left: 0px; 
    padding-right: 0px; 
    width: 100%;
}

table.topnav{
    height:34px;
    border:none;
    width:100%;
    padding: 0 0 0 0;
    border-collapse:collapse;
/*    margin-left: -1px;*/
}
table.topnav tr{
    height: 34px;
    padding: 0 0 0 0;
}
table.topnav td.left{
    background:url(../images/graybg-left.jpg) no-repeat;
    width:10px;
    padding: 0 0 0 0;
    height: 34px;
    border:none;
}

table.topnav td{
    background: url(../images/graybg.jpg) repeat-x;
/*    padding: 8px 20px 9px 20px;*/
    height: 34px;
    border: none;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: white;
}

table.topnav td a{
    color: white;
}

table.topnav td.right{
    background:url(../images/graybg-right.jpg) no-repeat;
    width:10px;
    padding: 0 0 0 0;
    border:none;
    height: 34px;
}



/*
ul.menu{
    font-weight: bold;
    font-size: 13px;
    list-style-type:none;
    margin:0;
    padding:9px 0;
    text-align:left;
}*/
ul.menu li{
    display:inline;
/*    margin:0;
    padding: 0 0 0 0;
    border-left:none;
    border-right:none;
*/
/*    border-bottom:1px solid #999999;*/
    border-left:1px solid #FFFFFF;
/*    border-right:1px solid #FFFFFF;*/
    list-style: none outside none; 
    line-height: 34px;
    float: left;   
}
ul.menu li a{
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    height:auto;
    padding:0 15px 0 15px;    
    margin: 0 0;
/*    border-right:1px white solid;
    border-left:1px white solid;*/
    text-decoration:none;
    cursor:pointer;
    background-image:url(../images/graybg.jpg);
    background-position: 0px 0px;
    display: block;
    /*float : left;*/
}

ul.menu li a:hover{
    background-position: 0px -34px;
    color:#FFFFFF;
    text-decoration:none;
}

.hide{
    display: none;    
}

div.submenu{
    height:30px;
    line-height: 30px;
    border:none;
    width:100%;
	background-color:#F2F2F2;
    border-left:#CCC 1px solid;
    border-right:#CCC 1px solid;
    border-bottom: #CCC 1px solid;

}

table.submenu{
    height:30px;
    border:none;
    width:100%;
    border-collapse:collapse;
/*    border-left:#CCC 1px solid;
    border-right:#CCC 1px solid;*/
    left: 0px;
}
table.submenu td{
    border-bottom: 1px #CCC solid;
    background-color:#F2F2F2;
    color:#737373 !important;
    font-weight:bold;
    font-size:12px;
}
table.submenu a.left{
    padding-left:50px;
}

table.submenu a{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px #737373 solid;
    color:#737373 !important;
    cursor: pointer;
}
table.submenu a:hover{
    color:#737373 !important;
	text-decoration:underline;
}
table.submenu a.right{
    border-right:none;
}

div.box div.head{
    background:url(../images/thead.png) repeat-x;
    border-top: #a3a3a3 1px solid;
    border-bottom:none;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;
    font-size:12px;
    padding:5px 5px 5px 5px;
    text-align:center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    font-weight: bold;   
}
div.box div.content{
    border-bottom:#a3a3a3 1px solid;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;
    border-top: #a3a3a3 1px solid;  
    padding: 2px 2px 2px 2px;
    text-align: left;
}

div.redbox div.head{
    background:url(../images/redthead.png) repeat-x;
    border-top: #fe3535 1px solid;
    border-bottom:none;
    border-left: #fe3535 1px solid;
    border-right: #fe3535 1px solid;
    font-size:12px;
    padding:5px 5px 5px 5px;
    text-align:center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    font-weight: bold;   
}
div.redbox div.content{
    border-bottom:#fe3535 1px solid;
    border-left: #fe3535 1px solid;
    border-right: #fe3535 1px solid;
    border-top: #fe3535 1px solid;  
    padding: 2px 2px 2px 2px
}


div.ddbox {
    margin:3px 3px 7px;
    float: left;
}

div.ddbox div.handle{
    background-image:url("../images/thead.png");
    background-repeat:repeat;
    border-top: #a3a3a3 1px solid;
    border-bottom:none;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;
    font-size:12px;
/*    padding:5px 5px 5px 5px;*/
    text-align:center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    cursor: move;
    line-height: 25px;   
    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
}
div.ddbox div.content{
    border-bottom:#a3a3a3 1px solid;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;
    border-top: #a3a3a3 1px solid;  
    padding: 2px 2px 2px 2px;
    height: 260px;
}

div.ddbox div.handle h1{
    float: left;
/*    position: relative;*/
    font-weight: bold;
    line-height: 25px;
    padding-left: 20px;
}

div.ddbox div.handle a.close{
    background-image: url("../images/close.gif");
    background-repeat: no-repeat;
    float: right;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-top: 6px;
}

div.ddbox div.handle a.close{
    background-position: 0px 0px;
}

div.ddbox div.handle a.close:hover{
    background-position: 0px -18px;
}

div.ddbox div.handle a.setting{
    float: left;
    padding-left: 20px;
}

div.ddbox div.handle div.text{
    float: left;
    padding-left: 20px;
}

div.ticketSelector {
    background-color: #F2F2F2;
    border: 1px gray solid;
    visibility: hidden;
    width: 150px;
    position:absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    padding-bottom: 5px;
}


div.div-list span {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px #CCCCCC solid;
}

div.div-list span.left{
    border-left: none;
}

table.index td{
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.webNews {
    cursor: pointer;
    font-size: 12px !important;
    color: black !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.webNews:hover {
    cursor: pointer;
    font-size: 12px !important;
    color: black !important;
    text-decoration: underline !important;
}

/** reportTable **/

table.reportTable {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.reportTable th {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    background-color: #cccccc;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

table.reportTable td.body {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

table.reportTable td.header {
    background-color: #666666;
    color: white;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

/** raceCardLGTable **/

table.raceCardLGTable {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.raceCardLGTable td.header {
    background-color: #BCBDCD;
    color: #231F20;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardLGTable th {
    background-color: #BCBDCD;
    color: #231F20;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardLGTable th.header {
    background-color: #BCBDCD;
    color: #231F20;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardLGTable td.body {
    border: 1px solid #cccccc !important;
    border-collapse: collapse !important;
    padding: 2px !important;
    font-size: 12px !important;
    text-align: center !important;
    vertical-align: top !important;
    white-space: nowrap !important;
}


table.raceCardLGTable td {
    border: 1px solid #cccccc !important;
    border-collapse: collapse !important;
    padding: 2px !important;
    font-size: 12px !important;
    text-align: center !important;
    vertical-align: top !important;
    white-space: nowrap !important
}

table.raceCardLGTable td td {
    border: 0px !important;
}

table.raceCardLGTable td.body td {
    border: 0px !important;
}

/** lightGrayTable **/


table.lightGrayTable {
    border: 1px solid white;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.lightGrayTable td {
    border: 1px solid white;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
/*    background-color: #BCBDC0;
    color:#231f20;*/
    background-color: #666666;
    color: white;

}



table.lightGrayTable th {
    border: 1px solid white;
    background-color: #00ABBD;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

table.lightGrayTable tr.clear td{
    border: none;
    background-color: white;
    color: black;
    padding-top:2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    text-align: left;
}


/** raceCardTable **/

table.raceCardTable {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.raceCardTable td.header {
    background-color: #666666;
    color: white;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardTable th {
    background-color: #666666;
    color: white;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardTable td.body {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardTable td.body-imp {
    border: 1px solid #cccccc !important;
    border-collapse: collapse !important;
    padding: 2px !important;
    font-size: 12px !important;
    text-align: center !important;
    vertical-align: top !important;
    white-space: nowrap !important;
}

table.raceCardTable td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.raceCardTable td td {
    border: 0px;
}

table.raceCardTable tr.row1 td{
    background-color: white;
}

table.raceCardTable tr.row0 td{
	background-color: #DDDDDD;
	}



/** report2Table **/

table.report2Table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
}

table.report2Table td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
    padding: 2px;
}

table.report2Table th {
    background-color: #666666;
    color: white;
    border: 1px solid white;
    border-collapse: collapse;
    font-size: 12px;
    padding: 2px;
}




div.index{
	float: none;
	width: 100%;
}
div.index div.firstrow{
    float:left;
    width: 30%;
}
div.index div.secondrow{
    float: left;
    width: 40%;
}
div.index div.thirdrow{
    float: right;
    width: 100%
}

br.separator{
    line-height: 5px;
    height: 5px;
    clear:both;
}

br.separator10px{
    line-height: 10px;
    height: 10px;
    clear:both;
}

div.raceNo{
/*    text-align: center;*/
    padding: 5px;
}

div.raceNo a{
    color:gray;
    font-size:12px;
    font-weight:bold;
    padding:3px 7px;
    text-decoration:none;
    border:1px #CCCCCC solid;
    cursor:pointer;
}

div.raceNo a.selected{
    color:white;
    font-size:12px;
    font-weight:bold;
    padding:3px 7px;
    text-decoration:none;
    border:1px #CCCCCC solid;
    cursor:pointer;
    background-color: #4A8CC1;
}

div.raceNo a:hover{
    text-decoration:none;
    color:gray;
}

div.raceNo a.selected:hover{
    text-decoration:none;
    color:white;
}

div.orangebg div.content{
    background:url(../images/orangebg.jpg) repeat-x;
    line-height: 30px;
    height: 30px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
    
}
div.orangebg div.right{
    background:url(../images/orangebg-right.jpg);
    line-height: 30px;
    height: 30px;
    width: 9px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

div.orangebg div.left{
    background:url(../images/orangebg-left.jpg);
    line-height: 30px;
    height: 30px;
    width: 9px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

div.orangebg div.normalright{
	float: right;
	background: none !important;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 30px;
    height: 30px;
}

div.orangebg div.normalleft{
    float: left;
    background: none !important;
    padding-left: 50px;
    padding-right: 0px;
    line-height: 30px;
    height: 30px;
}

div.raceinfoblock{
    line-height: 30px;
    height: 30px;
    font-size: 14px;
/*    font-weight: bold;*/
    color: white;
    white-space: nowrap;
    background-color: #4A8CC1;
    padding-left: 20px;
    padding-right: 20px;
}

.stewardsReport {
    line-height: 150% !important;
    font-size: 120%;
    white-space: normal !important;
}

.skipGallop {
    background-color: #9999FF;
}

.barrierTrial{
    background-color: #00EE67;
}

p.separator{
    height: 5px;
    clear: both;
}

p.clear1px{
    height: 1px;
    clear: both;
    border-bottom: 1px #CCCCCC solid;
    line-height: 0px;
}

p.clear{
    clear: both;
}

.textAlignCenter{
    text-align: center !important;
}

.textAlignLeft{
    text-align: left !important;
}

.valigntop{
    vertical-align: top !important;
}

.raceNoText{
	color:gray;
    font-size:12px;
    font-weight:bold;
}

select.raceDateSelector{
    border: 1px #CCCCCC solid;
    color:gray;
    font-size:12px;
    padding:3px 7px;
    font-weight: bold;
}

input.text{
    border: 1px #CCCCCC solid;
    vertical-align: middle;
    background:none;
    width: 100px;
}

input.password-en{
	border: 1px #CCCCCC solid;
	background:url(../images/password-en.jpg) no-repeat;
	vertical-align: middle;
	width: 100px;
}

input.password-zh{
    border: 1px #CCCCCC solid;
    background:url(../images/password-zh.jpg) no-repeat;
    vertical-align: middle;
    width: 100px;
}

input.button{
    border: 1px #666666 solid;
    background-color: #CCCCCC;
    font-size: 12px;
    padding: 3px 10px;
}

button{
    border: 1px #666666 solid;
    background-color: #CCCCCC;
    font-size: 12px;
    padding: 1px 1px;
}

.cancelBtn {
    background: url("../images/cancel.gif");
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

.editBtn {
    background-image: url("../images/edit.gif");
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

.printBtn {
    background-image: url("../images/print.gif");
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

.saveBtn {
    background-image: url("../images/save.gif");
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}

table.horseinfo{
    border: none;
}

table.horseinfo td{
    padding: 2px 10px;
    vertical-align: middle;
}
table.horseinfo th{
    padding: 2px 10px;
    vertical-align: middle;
	font-weight:bold;
}

table.horseinfo span.horsename{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
}

table.horseinfo span.horsename IMG{
    vertical-align: baseline;
}

li.list1{
    padding-right: 10px;
    padding-bottom: 10px;
}

div.select{
    border: 1px solid #A3A3A3;
    background-color: #CCCCCC;
    visibility: hidden;
}

.ddcolumn{
    white-space: nowrap !important;
}

.tooltips{
    border: 2px #FFDD00 solid;
    background-color: #FFEB6C;
    position: absolute;
    padding: 3px 3px;
}

table.trackBias{
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.trackBias td.header {
    background-color: #666666;
    color: white;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.trackBias th {
    background-color: #666666;
    color: white;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.trackBias th.highlight {
    background-color: #e3f170;
    color: black;
}

table.trackBias td{
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

table.trackBias tr.row1 td{
    background-color: white !important;
}

table.trackBias tr.row2 td{
    background-color: #e0e0e0 !important;
}

table.speeding{
    border: none;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
}

table.speeding th{
    font-weight: bold;
    text-align: center;
/*    width: 50%;*/
}

table.speeding td{
    border: none;
}

table.speedingBox {
    border: none;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
}

table.speedingBox th{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px black solid;
    white-space: nowrap;
}

table.speedingBox th.left{
    border-right: 1px black solid;
}

table.speedingBox th.right{
    border-left: 1px black solid;
}

table.speedingBox td{
    padding-left: 1px;
    vertical-align: top;
}

table.speedingBox tr.row1 td{
    background-color: white;
}

table.speedingBox tr.row2 td{
    background-color: rgb(224, 224, 224);
}

table.speedingBox td.left{
    border-right: 1px black solid;
}

table.speedingBox td.right{
    border-left: 1px black solid;
}


table.leftRightList {
    border: 1px #a3a3a3 solid;
    border-collapse: collapse;
    width: 100%;
}

table.leftRightList td{
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
}

table.leftRightList td.left{
    white-space: nowrap;
    text-align: right !important;
}

table.leftRightList td.right{
    padding-left: 10px;
    text-align: left !important;
}


table.registerTable{
    border: none;
    width: 100%;
}

table.registerTable td{
    padding-top: 5px;
    font-size: 14px;
    vertical-align: top;	
}

table.registerTable td.left{
	text-align: left !important;
}

table.registerTable td.right{
    padding-left: 10px;
    text-align: left !important;
}


table.paymentTable{
    border: none;
    width: 300px;    
}

table.paymentTable td{
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30%;
    vertical-align: middle !important;	
}

table.paymentTable td.left{
    white-space: nowrap;
    text-align: right !important;
}

table.paymentTable td.right{
    padding-left: 10px;
    text-align: left !important;
}

table.signup {
	border: 1px solid rgb(232, 238, 250); 
	background-color: rgb(232, 238, 250);
    border-spacing: 2px;
    border-width: 5px;
}


table.subscribeTable {
	border-spacing: 10px;
}

table.subscribeTable td.desc {
	font-weight: bold;
	color: #FF9900;
	font-size: 15px;
}

table.subscribeTable td.head {
	font-weight: bold;
	color: #4A8CC1;
}

table.contentTable {
	border-spacing: 5px;
	width: 80%;
}

table.contentTable td{
	padding: 2px 5px;
	vertical-align: top;	
}

table.contentTable td.payment {
	background-color: #FFFFCC;
	width: 300px;
}

div.standardBox {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.planremark{
    text-align: left !important;
    font-size: 12px !important;
}

input.paypalButton{
    background-color: #FFCC33;
    color: #666666;
    padding: 2px 2px;
    font-weight: bold;
    font-size: 12px !important;
}

button.paypalButton{
    background-color: #FFCC33;
    color: #666666;
    padding: 2px 2px;
    font-weight: bold;
    font-size: 12px !important;
    white-space: nowrap;
}

h2{
    font-size: 14px;
    font-weight: bold;
}

ol li{
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 10px;
}
span.graybox{
/*    color:gray;*/
    font-size:12px;
/*    font-weight:bold;*/
    padding:3px 7px;
    text-decoration:none;
    border:1px #CCCCCC solid;
    cursor:pointer;
}

div.graybox{
/*    color:gray;*/
    font-size:12px;
/*    font-weight:bold;*/
    padding:3px 7px;
    text-decoration:none;
    border:1px #CCCCCC solid;
    cursor:pointer;
}

.first_res_shot {
    background-color: #FF99CC !important;
    font-weight: bold;
}

.second_res_shot {
    background-color: #FFCC00 !important;
    font-weight: bold;
}

.third_res_shot {
    background-color: #99CCFF !important;
    font-weight: bold;
}

.fourth_res_shot {
    background-color: #CCCCCC !important;
    font-weight: bold;
}


div.paymentbox {
	background-color: white;
	border: black 1px solid;
	margin: 2px 2px;
	cursor: pointer;
}


/*---------------new layout -----------------------*/
div.header div.left{
	float: left;
}
div.header div.right{
    float:right;
}

div.menu{
    background: url("../images/graybg.jpg") repeat-x scroll 0 0 transparent;
    background-position: 0 0;
    line-height: 34px;
    height:34px;
    display: block;
    z-index:100;
}

br.separatorzero{
    line-height: 0px;
    height: 0px;
    clear:both;
}

div.submenu-new{
    display: none;
    position: absolute;
    width: 200px;
    z-index:100;
}
div.submenu-new ul li{
    background:none repeat scroll 0 0 #EDEFEF;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    border-right:1px solid #999999;
    float:none;
    font-weight:normal;
    list-style: none outside none;
    line-height: 25px;
    padding-right: 10px;
    z-index:100;
}

div.submenu-new ul li a{
    height:auto;
    display:inline-block;
    width:100%;
    color: black;
    text-decoration: none;
    line-height: 25px;
    font-size: 11px;
    padding-left:10px;
    z-index:100;
}

div.submenu-new ul li a:hover{
    background-color: #FEE88F;
    z-index:100;
}

div.border-thinbox{
    border:thin solid gray;
    padding: 5px 8px;
}

div.border-thickbox{
    border:7px solid #E6E6E6;
    padding: 5px 8px;
}

div.border-thickbox-red{
    border:7px solid #FFBFCD;
    padding: 5px 8px;
}

div.standardbox div.head{
    background:url(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50% ;
	/*background:url("smoothness/images/ui-bg_glass_85_ff6600_1x400.png") repeat-x scroll 50% 50% #FF6600;*/
/*	background:url("smoothness/images/ui-bg_gloss-wave_70_ffdd57_500x100.png") repeat-x scroll 50% 50% #FECE2F; font-weight: normal; color: #555555; ;*/
/*    border-top: #a3a3a3 1px solid;
    border-bottom:none;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;*/
    font-size:12px;
    padding:5px 5px 5px 5px;
    text-align:left;
    font-weight: bold;   
    line-height: 20px;
}

div.standardbox div.redhead{
    background:url(../images/redtab.png) repeat-x scroll 50% 50% ;
    /*background:url("smoothness/images/ui-bg_glass_85_ff6600_1x400.png") repeat-x scroll 50% 50% #FF6600;*/
/*  background:url("smoothness/images/ui-bg_gloss-wave_70_ffdd57_500x100.png") repeat-x scroll 50% 50% #FECE2F; font-weight: normal; color: #555555; ;*/
/*    border-top: #a3a3a3 1px solid;
    border-bottom:none;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;*/
    color: white;
    font-size:14px;
    padding:5px 5px 5px 5px;
    text-align:left;
    font-weight: bold;   
    line-height: 20px;
}

div.standardbox div.content{
/*    border-bottom:#a3a3a3 1px solid;
    border-left: #a3a3a3 1px solid;
    border-right: #a3a3a3 1px solid;
    border-top: #a3a3a3 1px solid;*/  
    padding: 2px 2px 2px 2px;
    text-align: left;
    
}

ul.feed li{
    list-style: none outside none;
    border-top: 1px dotted #c8c8c8;
    padding: 10px 5px;
}

ul.feed li div.date{
    color:#147B00;
    font-size:1em;
    font-weight:bold;
}

ul.feed li a{
    color: black;
}
ul.feed li a:hover{
    text-decoration: underline;
}

ul.feed li a.title{
    color: #900;
    font-size: 16px;
    font-weight: bold;
}
ul.feed li a.title:hover{
    color: #900;
    font-size: 16px;
    font-weight: bold;
}

ul.feed li div.content{
    font-size: 12px;
}
div.player{
    background-color: black;
    z-index: 1;
}

div.player div.playerspace{
    float:left;
    background-color: black;
    z-index: 1;
}
div.player div.playlist{
    float:left;
    background-color: black;
/*    display: block;*/
    width: 230px;
    overflow: scroll;
    height: 330px;
    z-index: 1;
}



div.player div.playlist a.playlistitem div.playlistitem{
    border: 1px solid #CCCCCC;
    background: url(../images/playlistitembg.jpg) repeat-x scroll;
    height: 55px;
    z-index: 1;
/*    line-height: 55px;*/
}

div.player div.playlist a:hover.playlistitem div.playlistitem{
    border: 1px solid #fdd95c;
    background: url(../images/playlistitembghover.jpg) repeat-x scroll;
    height: 55px;
    z-index: 1;
/*    line-height: 55px;*/
}

div.player div.playlist a.selected div.playlistitem{
    border: 1px solid #fdd95c;
    background: url(../images/playlistitembghover.jpg) repeat-x scroll;
    height: 55px;
    z-index: 1;
/*    line-height: 55px;*/
}

div.player div.playlist div.playlistitem span{
	line-height: 55px;
    z-index: 1;
}

div.player div.playlist div.playlistitem div.thumbnail{
    float: left;
    width:73px;
    height:55px;
    z-index: 1;
}

div.player div.playlist div.playlistitem div.title{
    float: left;
    width:120px;
    height:50px;
    margin-left: 10px;
    margin-top: 5px;
    font-family: tahoma;
    vertical-align: middle;
    z-index: 1;
}


img.thumbnail{
    width: 73px;
    height: 55px;
    border: none;
    z-index: 1;
}
table.featurefunction{
    width: 100%;
}

table.featurefunction td{
    padding:5px 5px;
}

table.featurefunction td a{
    color: black;
}

#radio{
	margin-top: 5px;
}

div.fcalendar{
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#444444;
	color:#FFFFFF;
	display:block;
	height:58px;
	width:58px;
}

div.fcalendar div.fdate{
	display:block;
	font-size:26px;
	font-weight:bold;
	padding-left:3px;
	padding-top:5px;
	text-align:center;
}

div.fcalendar div.fmonth{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-left:3px;
	padding-top:0;
	text-align:center;
}