﻿.list
{
    margin-bottom:15px;
    padding-bottom:6px;
    
    background-image:url(../imgs/list-bottom.gif);
    background-position:bottom center;
    background-repeat:no-repeat;
}

.listTitle
{
    height:24px;
    
    background-image:url(../imgs/list-bg.gif);
    background-repeat:repeat-x;
    
    color: White;
    font-weight:bold;
    text-align:left;
    
    padding:5px 5px 5px 10px;
    
    border:solid 1px #bfcdce;
}

.listContent
{
    width: 188px;
    overflow:hidden;
    border-left:solid 1px #E5E5E5;
    border-right:solid 1px #E5E5E5;
}
 
.listItem a
{
	text-align:left;
    border-bottom:solid 1px #E5E5E5;
    margin:0px 7px 6px 7px;
    padding:5px 13px 5px 5px;
	
    text-decoration:none;
    color:#6C6C6C;
    display:block;
}

.listItem a:hover
{
	text-align:left;
    border-bottom:solid 1px #E5E5E5;
    margin:0px 7px 6px 7px;
    padding:5px 13px 5px 5px;
	
	background-color:#eeeeee;
	color:#6C6C6C;
	font-size: 12px;
	display:block;
}

.listItem2
{
     text-align:left;
     border:solid 1px E5E5E5;
     margin:0px 7px 6px 7px;
     padding:5px 13px 5px 5px;
     background-color:#eeeeee;
 }



    
    
    
    
    
    
.tab
{
}

.tabTitle
{
	width:140px;
	height:24px;

	font-size:13px;
	font-weight:bold;

	border-top:solid 1px #bfcdce;
	border-left:solid 1px #bfcdce;
	border-right:solid 1px #bfcdce;

	padding:4px 12px 0px 12px;
	margin-right:7px;
	margin-bottom:0px;

	float:left;
	display:inline;
	text-align:center;
	color:White;

	background-color:#a9a9a9;

	cursor:default;
}

.tabTitleCurrent
{
	width:140px;
	height:24px;

	font-size:13px;
	font-weight:bold;

	border-top:solid 1px #bfcdce;
	border-left:solid 1px #bfcdce;
	border-right:solid 1px #bfcdce;

	padding:4px 12px 0px 12px;
	margin-right:8px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align:center;
	color:White;
	background-image:url(../imgs/list-bg.gif);
	background-repeat:repeat-x;

	cursor:default;
}

.tabContent
{

}

.conPart
{
    width:357px;
    overflow:hidden;
    margin-top:0px;
    padding-top:0px;
    border:solid 9px white;
    float:left;
}

.conTitle
{
    height:26px;
    overflow:hidden;

    color:#CF0000;
    font-size:13px;
    font-weight:bold;
    text-align:left;

    padding:6px 9px 6px 9px;
    margin-bottom:10px;
    background-color: #EEEEEE;
}

.conItem
{
    text-align:left;
    font-size:12px;
    padding:3px 3px 3px 12px;
    clear:both;

	background-image:url(../imgs/list-pre.gif);
    background-position:left center;
    background-repeat:no-repeat;
}

.conItem div 
{
	float:right;
}


.conItem .noLink
{
	float:left;	
	font-weight:bold;
}



 
 #consult
 {
      width:100%;
      height:130;
      background-image:url(../imgs/consult.gif);
      background-repeat:no-repeat;
      background-position:top center;
 }
 