@charset "utf-8";
/* CSS Document */
#conclist {
	width:680px;
	position:absolute;
	padding-bottom:25px;
	overflow:hidden;
	height:518px;
	z-index:99;
	top:30px; 
	left:30px
}
#conchead {width:660px; height:35px;background-color:#036;color: #FFF; font-size:14px; font-weight:bold; padding:5px;float:left ; margin-bottom:0px; line-height:25px;border:solid 1px #036 }

#concheada {width:330px; height:20px; border-bottom:#fff solid 1px; color:#fff; font-size:12px; font-weight:bold; padding:2px; float:right; text-align:right; line-height:20px}

.concdate {float:left; width:75px; padding:3px; padding-left:10px; font-weight:bold }
.concven {float:left; width:450px; padding:3px;font-weight:bold}
.concdesc {float:left; width:325px; padding:3px; font-weight:bold}
.plus {float:left;width:0px; padding:0px; color:#FF0000; border:#FF0000 solid 1px; }
/*.collapse{width:600px; background: #222;
	color: #fff;
	padding: 10px;
	margin:0px;
	position: static;
	float:left;border:#FF0000 solid 1px }
.collapse-container { }/*/
.odd {background-color:#036;border:solid 1px #036;border-top:solid 1px #036; border-bottom:solid 1px #036 }
.odd a { color:#fff;}
.odd a:hover {color: #069; }
.even {background-color:#fff;color:#003366; border:solid 1px #036;border-bottom:solid 1px #fff; border-top:solid 1px #fff;}
.even a {color:#036; }
.even a:hover {color: #069;}
#li_element{width:670px; padding:0px; position:relative;  float:left; font-size:11px; border-bottom:1px solid #036}
#li_element a{ text-decoration:none; border:none;}
#li_element a:hover {background:#fff}
.conclist {list-style:none outside; padding:0px; width:700px; }
.conclick {width:670px; height:20px; }
.conclick:hover{ text-transform:uppercase;}
.concheada a{font-weight:bold; color:#FFF; text-decoration:none;}
.concheada a:hover{font-weight:bold; color:#FFFFFF; background-color:#666}
#concheada a{font-weight:bold; color:#FFF; text-decoration:none;}
#concheada a:hover{font-weight:bold; color:#FFFFFF; }


#modalContent{background:url(../images/bg/transbg40.png);min-height:169px; padding:8px}
#modalTitle{ font-size:18px; font-weight:bold;color:#fff; width:100%}
#modalDesc{font-size:11px;margin-bottom:0px; width:100%;color:#fff; }
/***MODALBOX*********/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background: url(../images/bg/transbg60.png);}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:url(../images/bg/transbg60.png)/*#000*/; padding:1px;}
        #cboxLoadingGraphic{background:url(icons/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{background: url(../images/bg/transbg40.png);}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(icons/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

