
/*Generic styles*/

body {
    background: #000 url("../img/headbg.gif") repeat-x top;
    font: 13px 'Trebuchet MS', Helvetica, Verdana, sans-serif;
    color: #fff;
    line-height: 1.5;
}

/*div#topad {
    display:none;
}
div#sidead, div#medrect {
    visibility: hidden;
}*/
#container {
    position: relative;
    width: 960px;
    padding: 10px 0;
    margin: 0 auto;
}

.s6-button {
    padding: 5px;
    font-size: 14px;
    background: #FFFFFF url(http://static.vureel.com/images/sub-headers.gif) 0px -70px repeat-x;
    color: #FFF;
    BORDER: 1px;
}


.s6-input-box {
    BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; BACKGROUND: url(http://static.vureel.com/images/input-background.gif) #fff repeat-x; PADDING-BOTTOM: 3px; MARGIN: 1px 0px 10px; BORDER-LEFT: #fff 1px solid; COLOR: #000; PADDING-TOP: 3px; BORDER-BOTTOM: #fff 1px solid
}

#loading {
    position: fixed;
    right: 30px;
    top: 0;
    background-color: #fb0;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    display: none;
    z-index: 5;
}

#loading img { vertical-align: middle; }

#notice {
    position: fixed;
    right: 30px;
    top: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    display: none;
    z-index: 5;
}

.commentlinks .newest, .pagelinks .newest {
    margin-right: 25px;
}

.commentlinks .oldest, .pagelinks .oldest {
    margin-left: 25px;
}

#comments a.current, #resultsbox a.current, #content .pagelinks a.current {
    cursor: default;
    color: #fff;
    background-color: #444;
    border-color: #888;
}

#comments a.current:hover, #resultsbox a.current:hover, #content .pagelinks a.current:hover {
    background-color: #444;
    text-decoration: none;
}

#content .pagelinks a:hover {
    text-decoration: none;
}

* html #notice, * html #loading {
    position: absolute;
    top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}

#topheader {
    position: relative;
    width: 990px;
    height: 60px;
    margin: 0 auto;
    padding: 5px 0 10px 10px;
}

#topheader #title { margin-right: 00px; }

#topheader a.m {
    padding: 0 0 2px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}


#topheader a.yellow { color: #3399cc; }

#topheader a:hover { color: #fc0082; text-decoration: none; }

#userlinks {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 5px 5px 0 35px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    background: #555  no-repeat top left;
}

#userlinks a { vertical-align: bottom; padding: 8px 6px; color: #3399cc; }
#userlinks a:hover { color: #fc0082; }

#user2 {
    width: 300px;
}

#user td, #user2 td {
    padding: 2px 5px;
}

#user input.text, #user2 input.text { width: 150px; }
#user input.button, #user2 input.button { padding: 3px; }

#usermenu {
    position: absolute;
    display: none;
    border: 1px solid #333;
    top: 29px;
    right: 0px;
    width: 200px;
    background-color: #000;
    z-index: 5;
}
#showlogin {
    position: absolute;
    display: none;
    border: 1px solid #333;
    top: 29px;
    right: 0px;
    width: 200px;
    background-color: #000;
    z-index: 5;
}
#showembed {
    position: absolute;
    display: none;
    border: 1px solid #333;
    top: 29px;
    right: 0px;
    width: 400px;
    background-color: #000;
    z-index: 5;
}


#usermenu a {
    display: block;
    border-bottom: 1px solid #333;
    padding: 5px;
}

#usermenu a:hover { background-color: #333; }

#search {
    width: 988px;
    height: 46px;
    margin: 0 auto;
    padding: 3px 6px;
    text-align: center;
    font-size: 18px;
}

#search form { display: inline; margin: 0; }

#search input, select#dd {
    font: bold 16px 'Trebuchet MS', calibri, verdana, sans-serif;
    vertical-align: middle;
    color: #000;
    border: 2px solid #555;
    margin: 0 2px;
    font-size: 16px;
}

#search #box {
    height: 20px;
    padding: 3px;
    width: 200px;
}

#search #dd {
    width: 120px;
    height: 26px;
}

#search #button {
    border: 0;
}

#search a { font-size: 14px; }
#search a:hover { text-decoration: underline; }

#user {
    position: absolute;
    display: none;
    top: 40px;
    right: 0;
    padding: 10px;
    background-color: #000;
    border: 1px solid #333;
    width: 300px;
    z-index: 5;
}

#advsearch {
    width: 920px;
    padding: 10px;
    margin: 10px auto;
    background-color: #333;
    border: 2px solid #555;
}

#advsearch input.text { width: 200px; }
#advsearch input.vartext {
    margin: 2px 0;
    border: 2px solid #aaa;
    color: #000;
    font: 13px 'Trebuchet MS', calibri, verdana, sans-serif;
}

#content {
    width: 960px;
    padding: 10px 20px;
    margin: 0 auto;
}

#footcont {
    height: 100px;
    clear: both;
    width: 100%;
    background: #222 url("../img/footbg.gif") repeat-x bottom;
}

#footer {
    clear: both;
    height: 20px;
    width: 988px;
    margin: 0 auto;
    padding: 40px 6px;
    font-size: 14px;
}

#footer a {
    color: #fff;
    margin: 0 10px;
}

#footer a:hover { color: #fc0082; }

h1, h2 { color: #eee; margin: 3px 0; font-style: italic; }
h1.test {
    color: #eee;
    font-style: normal;
    border-bottom: none;
}

h1 {
    margin-bottom: 5px;
    padding: 3px 0;
    font-size: 24px;
    border-bottom: 1px dotted #888;
}

h2 { font-size: 18px; }

h3 { font-size: 14px; font-weight: bold; }

a { color: #3399cc; text-decoration: none; }
#content a:hover {
    text-decoration: underline;
}

#content ul { margin: 5px 0 5px 20px; }
#content ol { margin: 5px 0 5px 25px; }
#content li { margin: 3px 0; }

ul.arrow { list-style: square outside url("../img/arrow0.png"); }
ul.arrow2 { list-style: square outside url("../img/arrow2.png"); }


input.text, textarea, select {
    margin: 2px 0;
    border: 2px solid #aaa;
    color: #000;
    font: 13px 'Trebuchet MS', calibri, verdana, sans-serif;
}

input.text, textarea { padding: 2px; }

input.radio, input.checkbox {
    width: auto;
    padding: 0;
    border: 0;
}

#topnav { /*Used on the user pages*/
    width: 940px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #333;
}


#topnav a {
    padding: 0 0 2px;
    font-size: 16px;
    color: #fff;
    margin: 4px;
    border-bottom: 2px solid #aaa;
}

#topnav a:hover, #topnav span.current { border-bottom-color: #3399cc; text-decoration: none; }
    

p { margin: 5px 0; }

label { font-weight: bold; }

/*Form table stylings*/
table.form { border: 0; margin: 4px; }

table.form td {
    border: 0;
    margin: 0;
    padding: 5px 10px;
}

table.form textarea {
    vertical-align: bottom;
    width: 300px;
    height: 100px;
}

table.form input.text { width: 300px; }

table.form input.tag {
    width: 150px;
}

table.form input.button { width: auto; padding: 2px; }

/* Progress bars */
.bar1 {
    background: #aaa url("../img/progbarempty.gif") repeat-x;
    text-align:left;
    height: 30px;
    width: 500px;
    border: 1px solid #555555;
    margin: 0 auto;
}

.bar2 {
    background: #fc0 url("../img/progbarfull.gif") repeat-x;
    text-align: left;
    height: 30px;
    width: 0;
}

/* Boxes */
.boxes1, .boxes2 {
    margin: 10px 5px;
    padding: 10px;
    height: 100px;
}

.boxes1 p, .boxes2 p, .tboxes1 p, .tboxes2 p {
    margin: 0;
}

.boxes1, .tboxes1  {
    background-color: #444;
}

.boxes2, .tboxes2 {
    background-color: #222;
}


table.tboxestable .tboxes1, table.tboxestable .tboxes2 {
    vertical-align: top;
    border-bottom: 8px solid #000;
}

table.tboxestable .extracode { padding: 10px; }

.svthumb {
    height: 63px;
    max-width: 112px;
    float: right;
    margin-left: 5px;
    border: 1px solid #777;
}

.btitle {
    height: 65px;
    overflow: hidden;
}

.btitle a {
    font-size: 14px;
    font-weight: bold;
}

#content .tboxes1 a:hover, #content .tboxes2 a:hover , #content .boxes1 a:hover, #content .boxes2 a:hover {
    text-decoration: none;
    color: #fc0082;
}

.binfo {
    float: right;
}

.binfo img {
    height: 16px;
    vertical-align: middle;
}

.berror {
    font-size: 18px;
    padding: 10px;
    margin: 0 5px;
    background-color: #444;
    text-align: center;
}

.bright {
    height: 80px;
    float: right;
}

/* Extended boxes */
.boxlinks {
    margin-bottom: 20px;
}

#content .boxlinks a {
    padding: 1px 10px 7px;
    background-color: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#content .boxlinks a.rcurrent, .boxlinks a.rcurrent:hover {
    padding-bottom: 10px;
    background-color: #777;
    cursor: default;
    text-decoration: none;
}

.boxcontainer {
    padding: 0 5px;
    overflow: auto;
}

.boxcontainer #box1 {
    margin-top: 0;
}

/*Index styles*/
#featured {
    width: 640px;
    margin-bottom: 15px;
}

#toperror {
    padding: 5px;
    text-align: center;
    font-size: 18px;
    background-color: #333;
    margin-bottom: 10px;
}

/*#fileupload, #urlinput { display: none; }*/

.spacer { height: 1px; width: 1px; line-height: 1px; font-size: 1px; }
#content .biglink { font-size: 18px; }
#content .biglink:hover { text-decoration: none; color: #fff; }
.yellow { color: #3399cc; }
.floatleft { float: left; }
.floatright { float: right; }
.center { margin-left: auto; margin-right: auto; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.valignmid { vertical-align: middle; }
.small { font-size: 80%; }
.big { font-size: 115%; }
.bold { font-weight: bold; }
.nodisplay { display: none; }
.biglink { font-size: 18px; }
.biglink img { vertical-align: middle; }
#webplayer { padding: 5px; margin-bottom: 5px; font-size: 12px; background-color: #222; }

/* clipshare stuff */
.listchannel, .listchannellarge{

    float:left;

    padding:5px;

    margin-bottom: 5px;

}

.listchannellarge{

    width:650px;

}

.listchannellarge .imagechannelinfo,.listchannellarge .imagechannel{

    float:left;

}



.listchannellarge .imagechannelinfo{

    padding-left:10px;

    text-align:left;

}



.listchannellarge .imagechannelinfo .title{

    

}



.listchannel .imagechannel a img{

    width:120px;

    height:70px;

}

.listchannellarge .imagechannel a img{

    width:120px;

    height:90px;

}



.listchannel .star img,.listchannellarge .star img{

    border:none;

}
#fullbox,#invitefriend,#invitenewfriend{

    display:block;

    width:726px;

    padding:2px;

    background: #111111;

    border: 1px solid #2f2f2f;

    text-align: left;

}

#leftside {

    margin: 0px;

    padding: 0px;

    width: 550px;

    text-align: left;

    float: left;

}

#fullside {

    margin: 0px;

    padding: 0px;

    width: 728px;

    text-align: left;

}

#fullbox label,#invitefriend label,#invitenewfriend label {

    font-weight: bold;

}

#fullbox form input.inputtext,#invitefriend form input.inputtype,#invitenewfriend form input.inputtype  {

    margin: 0 0 5px 0;

    padding: 2px;

    border: 1px solid #666666;

    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #ccc;

    width: 240px;
    
}





#fullbox form p input.submitbutton,#invitefriend form p input.submitbutton,#invitenewfriend form p input.submitbutton {

    margin: 5px 0 0 0;

}



#fullbox div.fm-req,#fullbox div.fm-opt,

#invitefriend div.fm-req,#invitenewfriend div.fm-req,

#invitefriend div.fm-opt,#invitenewfriend div.fm-opt{

    

}



#fullbox div.fm-req label:before,

#invitefriend div.fm-req label:before,

#invitenewfriend div.fm-req label:before{

    content: "* "; /* does not work in IE */

    color: #CC0000;

    font-weight: bold;

}



#fullbox div.fm-opt label:before,

#invitefriend div.fm-opt label:before,

#invitenewfriend div.fm-opt label:before{

    color: #CC0000;

}

 



.submitbutton {

    margin-left: 150px;

    padding : 10px 0 0 25px;

} 





/* End Clip Share Full Box */



/* Clip Share Signup */

#signup form {

    margin: 10px;

    padding: 0px;

}

#signup label, #fullbox label {

    float: left;

    width: 150px;

    padding: 0 1em;

    text-align: right;

    font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #444444;

}

#signup form p {

    margin: 0px;

    padding: 0px;

    font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #008ece;

}



#signup form input.signuptext,#fullbox form input.fullboxtext {

    margin: 0 0 10px 0;

    padding: 2px;

    border: 1px solid #666666;

    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #ccc;

    width: 220px;

    height: 15px;

}



textarea.fullboxtext {

    margin: 0 0 10px 0;

    padding: 6px;

    border: 1px solid #666666;

    background: #1b1a1a url(../images/tpl_textarea_bg.gif) no-repeat top left;
    
    color: #ccc;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    width: 220px;

}



#signup form p input.signupbutton {

    margin: 5px 0 0 0;

    padding: 0px;

}



/* required fields - does not work in IE */

#signup div.fm-req {

    font-weight: bold;

}



#signup div.fm-req label:before {

    content: "* "; /* does not work in IE */

    color: #CC0000;

}

.captcha {

    float: right;

    width: 400px;

    text-align: center;

    margin-right: 0px;

}

.captcha {

/*  float: right;

    width: 100%;

    text-align: right;

    margin-right: 20px;*/

}



.signupstatement {

    margin-left: 150px;

    float: left;

}

#signup ul li {

    list-style-image: url(../images/tpl_icon_bullet.gif);

}

.signupbutton {

    margin-left: 150px;

    padding : 0 0 0 25px;

}

/* End Clip Share Signup */



/* My Profile */

#myprofile {

    display:block;

    width:726px;

    padding:2px;

    background: #111111;

    border: 1px solid #2f2f2f;

    text-align: left;

}



#myprofile form {

    margin: 10px;

    padding: 0px;

}

#myprofile fieldset {

    margin: 1em 0;

    border: none;

}



#myprofile legend {

    margin: 1em 0;

    padding: 0 .5em;

    background: transparent;

    font-size: 19px;

    font-weight: normal;
    
    color:#ff9600;

    letter-spacing: -1px;

}



#myprofile label {

    float: left;

    width: 150px;

    padding: 0 1em;

    text-align: right;

    font-size: 12px;

    font-weight: normal;

}

#myprofile form p {

    margin: 0px;

    padding: 0px;

    font: normal 13px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #008ece;

}



#myprofile form input.myprofiletext {

    margin: 0 0 5px 0;

    padding: 2px;

    border: 1px solid #666666;

    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #ccc;

    width: 240px;
    

}

#myprofile form textarea.myprofiletext, #fullbox form textarea.inputtext {

    margin: 0 0 10px 0;

    padding: 6px;

    border: 1px solid #666666;

    background: #1b1a1a url(../images/tpl_textarea_bg.gif) no-repeat top left;
    
    color: #ccc;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    width: 240px;

}

#myprofile form select.myprofiletext {

    margin: 0 0 5px 0;

    padding: 2px;

    border: 1px solid #666666;

    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #ccc;

}

#myprofile form input.myprofilebrowsefile {

    margin: 0 0 5px 0;

    padding: 2px;

    border: 1px solid #666666;

    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;

    font: normal 11px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

    color: #ccc;


}



#myprofile form p input.myprofilebutton{

    margin: 5px 0 0 0;

    padding: 0px;

}



/* required fields - does not work in IE */

#myprofile div.fm-req {

    font-weight: bold;

}



#myprofile div.fm-req label:before {

    content: "* "; /* does not work in IE */

    color: #CC0000;

}

.myprofilestatement {

    margin-left: 150px;

    float: left;

}

#myprofile ul li {

    list-style-image: url(../images/tpl_icon_bullet.gif);

}

.myprofilebutton {

    margin-left: 150px;

    padding : 0 0 0 25px;

}



/* End My Profile */

/* Index Intro */
/* @group RokIntroScroller */

.scroller-padding {
    padding: 25px 40px;
}

.scroller-bottom {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-bm.png) 50% 100% repeat-x;
    color: #666;
    margin-top: 16px;
    overflow: hidden;
}

.scroller-bottom1 {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-br.png) 100% 100% no-repeat;
}

.scroller-bottom2 {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-bl.png) 0 100% no-repeat;
}

.scroller-top {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-tm.png) 50% 0 repeat-x;
}

.scroller-top1 {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-tr.png) 100% 0 no-repeat;
}

.scroller-top2 {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-tl.png) 0 0 no-repeat;
}

.rokintroscroller-container {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/bg.jpg) center left repeat-x;
    overflow: hidden;
    padding: 0 30px;
}

.rokintroscroller-wrapper {
    overflow: hidden;
}

.rokintroscroller-leftarrow {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-arrow-l.png) 0 50% no-repeat;
    height: 100%;
    width: 23px;
}

.rokintroscroller-rightarrow {
    background: url(http://www.clickforflick.com/templates/rt_hyperion/images/slider/slider-arrow-r.png) 100% 50% no-repeat;
    height: 100%;
    width: 23px;
}

#rokintroscroller {
    margin-top: 35px;
}

#rokintroscroller div {
    width: 185px;
    margin: 0 4px 15px 9px;
    padding-left: 5px;
    border-right: 1px solid #383838;
    float: left;
}

#rokintroscroller div.first {
    margin-left: 0;
}

#rokintroscroller div.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#rokintroscroller div div.rokintroscroller-image,
#rokintroscroller div div.rokintroscroller-caption,
#rokintroscroller div div.rokintroscroller-readmore {
    border: 0;
    margin: 0;
    padding: 0;
}

#rokintroscroller h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 2px;
    color: #efefef;
}


#rokintroscroller p {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 8px;
}

#rokintroscroller h4 {
    margin: 6px 0 0 0;
    font-size: 100%;
    color: #999;
}
.module-scroller {
    position: relative;
}

.module-scroller h3 {
    margin: 10px 0 0 10px;
    top: 0;
    position: absolute;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
}

.module-scroller h3 span {
    color: #fff;
}
/* stage6 stuff */

.drawer {
	BORDER-RIGHT: #353535 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #353535 1px dotted; MARGIN-TOP: 15px; PADDING-LEFT: 10px; BACKGROUND: #000000; MARGIN-BOTTOM: 30px; PADDING-BOTTOM: 10px; BORDER-LEFT: #353535 1px dotted; PADDING-TOP: 0px; BORDER-BOTTOM: #353535 1px dotted
}
.drawer H1 {
	BORDER-RIGHT: #353535 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #353535 1px dotted; PADDING-LEFT: 10px; BACKGROUND: #000000; FLOAT: left; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #353535 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #353535 1px; POSITION: relative; TOP: -15px; HEIGHT: 22px
}
.drawer-control {
	BORDER-RIGHT: #353535 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #353535 1px dotted; PADDING-LEFT: 10px; BACKGROUND: #000000; FLOAT: left; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #353535 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #353535 1px; POSITION: relative; TOP: -15px; HEIGHT: 22px
}
.drawer-footer-control {
	BORDER-RIGHT: #353535 1px dotted; PADDING-RIGHT: 10px; BORDER-TOP: #353535 1px dotted; PADDING-LEFT: 10px; BACKGROUND: #000000; FLOAT: left; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #353535 1px dotted; PADDING-TOP: 5px; BORDER-BOTTOM: #353535 1px; POSITION: relative; TOP: -15px; HEIGHT: 22px
}
.drawer-control {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; FLOAT: right; PADDING-BOTTOM: 5px; MARGIN-LEFT: 10px; PADDING-TOP: 5px; TOP: -13px; HEIGHT: 14px
}
.drawer-footer-control {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; FLOAT: right; PADDING-BOTTOM: 5px; MARGIN-LEFT: 10px; PADDING-TOP: 5px; TOP: -13px; HEIGHT: 14px
}
.drawer-content {
	CLEAR: both; MARGIN: 0px 5px; LINE-HEIGHT: 150%
}
.drawer-manage {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; MARGIN: 10px 0px 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.drawer-manage LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; BACKGROUND: #101010; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 2px; WIDTH: 100%; PADDING-TOP: 5px; BORDER-BOTTOM: #353535 1px dotted
}
.journal-body {
	padding: 5px;
}

.journal-footer {
	border-top:1px solid #555;
	margin-top:10px;
}

.date-detail {
	font-size: 10px;
	color: #656565;
}

.clear-none {
	clear: both;
}            
DIV.clear-small {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0; HEIGHT: 10px
}
DIV.clear-large {
	CLEAR: both; FONT-SIZE: 1px; LINE-HEIGHT: 0; HEIGHT: 10px
}
DIV.clear-small {
	HEIGHT: 5px
}
DIV.clear-large {
	HEIGHT: 20px
}
DIV.clear-move {
	BORDER-BOTTOM: #7b7b7b 3px solid; HEIGHT: 10px
}
 
