<!--

div.demo_container1 { width: 100%; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 80%; }

div.demo_container2 {
    display: block;
    border: 1px solid #000;
    padding: 0px;
    width: 768px;
    margin: 0px auto;
    position: relative;
    text-align: left;
}

div.gallery_content {
    float: left;
	padding: 0px;
}

div.gallery {
    padding: 0px 41px 0px 41px;
}

div.description {
	position: relative;
}

/* back button */
div.gallery #content_buttons .menubox {
    float: left;
    width: 100px;
    text-align: center;
    display: none;
}

div.gallery #content_buttons .menubox img {
    border: 0;
}

div.gallery #description {
    font-family: Arial, Verdana, sans-serif;
}

div.gallery #address {
    clear: left;
    display: none;
}

/* the "details" text */
div.gallery .content_sub_2 {
    display: none;
}

/* contains all thumbnails */
div.gallery #content-main {
    margin-top: 1em;
    clear: left;
}

/* a file */
div.gallery #content-main .elementbox {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    float: left;
    height: 110px;
    width: 300px;
}

div.gallery #content-main .elementbox img {
    border: 1px solid #888;
    margin-right: .5em;
    float: left;
}

div.gallery #content-main .elementbox a {
    text-decoration: none;
}

div.gallery #content-main .elementbox a:hover {
    text-decoration: underline;
}

div.gallery #content-main .elementbox a:hover img {
    border: 1px solid #00f;
}

div.gallery #content-main .nofilenames {
    float: left;
    width: 225px;
    text-align: center;
}

div.gallery #content-main .nofilenames img {
    float: none;
}

div.gallery #clearfooter {
    clear: both;
}

div.gallery .dir, div.gallery .dir_large, div.gallery .dir_up,
div.gallery .file, div.gallery .file_port {
    float: left;
    margin-bottom: 5px;
}

div.gallery a.dir, div.gallery a.dir_large, div.gallery a.dir_up {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 25px;
}

div.gallery a.dir {
    width: 118px;
    height: 32px;
    padding-left: 32px;
    background-image: url("/filevault/system/dir.png");
}

div.gallery a.dir_large {
    width: 200px;
    height: 55px;
    padding-left: 50px;
    background-image: url("/filevault/system/dir.gif");
}

div.gallery a.dir_up {
    width: 118px;
    height: 32px;
    padding-left: 32px;
    background-image: url("/filevault/system/dir_up.png");
}

div.gallery a.selected {
    font-weight: bold;
}

div.gallery .dirs {
	margin-bottom: 10px;
}

div.gallery .files {
    clear: left;
}

div.gallery .file, div.gallery .file_port {
    text-align: center;
}

div.gallery .file{
    width: 170px;
	padding-top: 9px;
    height: 131px;
	background-image: url("/filevault/system/pic_bkg.gif");
	margin-right: 5px;
}

div.gallery .file_port {
    width: 150px;
    height: 225px;
}

div.gallery .file img, div.gallery .file_port img {
    border: 1px solid #888;
}

div.gallery .file a:hover img, div.gallery .file_port a:hover img {
    border: 1px solid #00F;
}

div.gallery .file .text, div.gallery .file_port .text {
    display: none;
}

div.centre { text-align: center; }

div.passform { background-color: #EEE; width: 300px; margin: 0px auto; position: relative; padding: 3px; border: 1px solid #A5ACB2; }

div.pass_form { padding: 2px 0px 2px 0px; }

div.clearer { clear: both; margin: 0px; padding: 0px; border: 0px; line-height: 0px; height: 0px; font-size: 0px; }

p.message { font-weight: bold; color: #F00; }

-->