/* ----------------------------------------------------------------------------------------------------------

  
    Structure:
    display; position; float; z-index; overflow; width; height; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags, reset
        2) Universal styles (display, float, margin, text-align...)
        3) Generally HTML styles (table, ul, dl...)
        4) Layout
        5) Page: Home
        
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

.imgtext {padding-right: .2em}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.smaller {font-size:85%;}
.ulstyle { margin-left: 1.25em; padding-right:1em;}
.litoppad {padding-top: .6em;}
.listyle {padding-bottom: .6em; padding-right: 2em; text-align:justify}
/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

ul.ul-list {margin-left:.5em; padding:0;}
ul.ul-list li {margin:.5em; margin-bottom:5px; padding:0; } 

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

/*    #cols {background:url("../design/cols.gif") 0 0 repeat-y;} */
/*    #cols-bottom {clear:both; width:960px; height:10px; font-size:0;} */

        #content {float:left; width:580px; overflow:hidden;}
        #content .content-in {padding:5px 10px;}
        #content .title {padding:20px 15px 5px 15px; font-size:120%;}
 
/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#cols50 .col50 {float:left; width:278px; margin-left:7px; margin-right:7px;}

#displaybox-bottom {height:5px; width:640; margin-bottom:15px; font-size:0;}
#displaybox-title { padding:10px; padding-right:10px;}
#displaybox-bottom { clear: both; width:640; height:10px; font-size:0;}

#displaybox {
	z-index: 10000;
/*	filter: alpha(opacity=100); older IE*/
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99); IE */
/*	-moz-opacity: .99; older Mozilla*/
/*	-khtml-opacity: 0.99;   older Safari*/
/*	opacity: 0.99;   supported by current Mozilla, Safari, and Opera*/
	background-color:#FFFFFF;
	position:fixed; 
	top:150px; 
	width: 540px; 
	color:#000000; 
	text-align:center; 
	vertical-align:middle; 
}

.tdright {border-right:dashed thin #999;}
.tdtop {border-top:dashed thin #999; height: 500px;}
