body{
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
.container{
    margin:20px auto;
    border:1px solid black;
    padding:10px;
    width:600px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

h1{margin:0;}

h1,h2{line-height:1.25em;}

table.myborder {
    margin:20px 0;
	border: 2px solid #52ADE7;
	border-collapse: collapse;
	font-size: 1em;
    background:white;
    }
table.myborder th {
    text-align:left;
	border: 2px solid #52ADE7;
	padding: 6px 6px 2px 6px;
    }
table.myborder td
{
    text-align:left;
	border: 2px solid #52ADE7;
	padding: 3px 6px 3px 6px;
    }

.view{
    cursor:pointer;
}

img{
    width:90px;
}

video{
    width: 100%;
    max-height:100%;
}

/* Start of panel */

.panel,.panel_buttons,.panel_title,.panel_spacer_top,.panel_content,.panel_spacer_bottom,.panel_divider{
    padding:0px;position:fixed;font-family:Arial;font-size:18px;background:#ddd;color:black;
}

.panel_content{
    padding:0px 10px 10px 10px;
}

.panel_buttons {
    border-bottom-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-bottom-right-radius:10px;
    bottom:8px;
    right:8px;
    left:8px;
    height:65px;
    width:auto;
    padding:10px;
}
.panel_title {
    border-top-left-radius:10px;-webkit-border-top-left-radius:10px;-moz-border-top-left-radius:10px;
    border-top-right-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-top-right-radius:10px;
    top:8px;
    right:8px;
    left:8px;
    font-weight:bold;
    background:#cf0303;
    color:white;
    font-size:16px;
}
.panel_title {height:40px;}
.panel_title_left{position:absolute;top:8px;right:8px;left:8px;border:0px solid white;}
.panel_title_right{display:none;}
.panel_spacer_top{top:48px;right:8px;left:8px;height:12px;}
.panel_content{top:60px;right:8px;left:8px;bottom:105px;overflow-y:auto;}
.panel_spacer_bottom,.home_spacer_bottom{bottom:93px;right:8px;left:8px;height:12px;}
.panel_divider{bottom:93px;right:23px;left:23px;height:2px;background:#999;}

.panel_title_left:first-letter{
    text-transform:capitalize;
}

.panel_buttons div{
    margin:7px 2px;
    background:#ddd;
    color:white;
    float:right;
}

div.panel_button_help{
    margin:7px 2px;
    background:#cf0303;
    color:white;
    float:left;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

div.ui-button{
    background:#cf0303;
}

.ui-dialog{
    z-index:1000000;
}

/* End of panel */