/* @override 
	http://localhost/~urso/claire/base.css */


html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    color: #999;
    height: 100%;
    overflow-y: scroll;
}

#player_controls {
    font-size: 8pt;
}

.main {
    /*padding: 10px;
    margin-top: 100px;
    padding-bottom: 20px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 570px;
    position: relative;
    min-height: 100%;
    height: auto important!;
}

.menu {
    padding-top: 110px;
}

.content {
    position: relative;
    width: 570px;
    padding-bottom: 120px;
/*    min-height: 350px;*/
}

.footer {
    //color: white;
    position: absolute;
    padding-bottom: 20px;
    bottom: 0px;
    width: 570px;
}

.footer a {
    color: #999;
    /*font-family: "Helvetica";*/
    font-size:7pt;
    font-weight: normal;
    text-decoration: none;
}

.footer a:hover {
    color: #777;
}

img {
    border: 0;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

a {
    color: #777;
    text-decoration: none;
}

.menu a {
    margin-right: 52px;
}

.submenu {
    width: 567px;
    height: 13pt;
    overflow: hidden;
}

.submenu a{
    color: #bbb;
}


.content a{
    color: #bbb;
    /*padding-bottom: 100px;*/
}

a:hover {
    color: #555;
}

.video {
    background-color:black;
    width: 320px;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
}

.video_top {
    height: 240px;
}

.index_img {
}

h1 {
    font-size: 2em;
    color: #777;
}

.subh1 {
    font-size: .9em;
    color: #888;
}

.important {
    font-size: 1.5em;
    color: #777;
}

.info {
    color: #777;
}

th {
    font-size: 1.2em;
    color: #777;
}

h2 {
    color: #777;
}


h3 {
    font-style: bold;
    color: #777;
}

.hidden {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

.show {
    visibility: show;
}

.italics {
    font-style: italic;
}

.g_entry {
  text-align: left;
  width: 200px;
  margin-bottom: 100px;
}

/*#gallery img {*/
.g_img {
    max-width: 200px;
    max-height: 150px;
}

/*.g_img_bg {*/
.g_entry td {
    /*background-color: black;*/
    text-align: center;
    vertical-align: middle;
    width: 200px;
    /*height: 150px;*/
}

hr {
    background-color:white;
    color: #eee;
    border:1px solid #eee;
}

#player_controls {
    /*margin-top: 2px;*/
}

.transOn{
    opacity: 0.4;
    filter:alpha(opacity=40); 
    -moz-opacity: 0.4;
}

.transOff{
    opacity: 0.2;
    filter:alpha(opacity=20); 
    -moz-opacity: 0.2;
}

#play_pause_btn {
    cursor: pointer;
}

#progress_bar {
    background-color: #ccc;
    height: 5px;
    font-size: 5px;
    cursor: pointer;
}

#time_bar {
    background-color: #999;
    height: 5px;
    font-size: 5px;
    cursor: pointer;
}

.btn_img {
    position: relative;
    cursor: pointer;
}

