.chat_user_list
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}

.chat_user_list li
{
	border-bottom:1px solid #aaa;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}

.chat_user_list li:hover
{
	background-color:#f8ffaf;
}

.chat_message_list
{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	color:#444;
	padding-top:10px;
	font-size:12px;
}

.chat_message_list li
{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.chat_message_list li:hover
{
	background-color:#f8ffaf;
}

.chat_close_channel
{
	color:red;
	float:right;
	cursor:pointer;
	font-size:10px;
	vertical-align:top;
	
}

.chat_close_channel:hover
{
	text-decoration:underline;
	
}

.chat_channel
{
	text-align:center;
	margin-left:7px;
	float:left;
	height:26px;
	line-height:26px;
	border:1px solid #aaa;
	background-color:#eee;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	color:#444;
	min-width:80px;
	border-radius:5px;
	margin-bottom:10px;

}

.rred
{
	color:red;
}

.chat_channel_active
{
	text-align:center;
	margin-left:7px;
	float:left;
	height:26px;
	line-height:26px;
	border:1px solid #aaa;
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	color:#444;
	min-width:80px;
	border-radius:5px;
	margin-bottom:10px;
}


.chat_channel:hover
{
	background-color:#dbffc3;
}

.chat_channel_new
{
	text-align:center;
	margin-left:7px;
	float:left;
	height:26px;
	line-height:26px;
	border:1px solid #aaa;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	color:#444;
	min-width:80px;
	border-radius:5px;
	margin-bottom:10px;
	background-color:#ffd59f;
}

.chat_channel_new:hover
{
	background-color:#dbffc3;
}



body{
    background-image: url(../img/background.png);
    background-repeat: repeat-x;
    background-color: #2987cf;
}
a, p{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333555;
    text-decoration: none;
}
img {
	border:0px;
}
td{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
textarea{
    margin: 0px 10px 5px 7px;
    height: 75px;
    width: 252px;
    border: none;
    outline: none;
    resize: none;
    
}
.visits{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #990408;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    padding-left: 50px;
}
.visits a{
    color: #990408;
}
.container{
    position: relative;
    width: 90%;
	min-width:1200px;
    margin: auto;
    margin-top: 60px;
}
.top-left-corner{
    background-image: url(../img/top-left-corner.png);
    width: 30px;
    height: 30px;
    float: left;
	background-position: left;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 1;
}
.top-middle{
    background-image: url(../img/top.png);
    background-repeat: repeat-x;
	width: 95%;
    height: 30px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    z-index: 1;
}
.top-right-corner{
    background-image: url(../img/top-right-corner.png);
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    z-index: 1;
}
.middle{
    float: left;
    margin: 0;
    width:100%;
    z-index: 1;
}
.bottom-left-corner{
    background-image: url(../img/bottom-left-corner.png);
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.bottom-middle{
    background-image: url(../img/bottom.png);
    background-repeat: repeat-x;
    width: 95%;
    height: 30px;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.bottom-right-corner{
    background-image: url(../img/bottom-right-corner.png);
    width: 30px;
    height: 30px;
       float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.content-left{
/*    float: left;*/
    width: 30px;
	max-width:30px;
    height: auto;
    background-image: url(../img/left.png);
    background-repeat: repeat-y;      
    z-index: 2;
}
.content-right{
/*    float: left;*/
    width: auto;
	max-width:30px;
    height: auto;
    background-image: url(../img/right.png);
    background-repeat: repeat-y;   

    z-index: 2;
}
.content-middle{

    width: 95%;
    min-height: 400px;
    margin: 0;
    background-color: #f3f6ff;
    padding-top: 10px;
    z-index: 2;
}
.tab_selected{
    position: absolute;
    background-image: url(../img/tab_selected.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
    top: -50px;
    z-index: 6;
}
.tab{
    position: absolute;
    background-image: url(../img/tab.png);
    background-repeat: no-repeat;
    width: 130px; 
    height: 43px;
    margin: auto;
    top: -43px;
    z-index: 2;
}


.tab a{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333555;
    text-decoration: none;
}

.tab:hover
{
	 background-image: url(../img/tab_hover.png);
}

.tab_chat
{
	position: absolute;
    background-image: url(../img/tab_chat_no_new.png);
    background-repeat: no-repeat;
    width: 70px; 
    height: 43px;
    margin: auto;
    top: -43px;
    z-index: 2;
}

.tab_chat_new
{
	position: absolute;
    background-image: url(../img/tab_chat_new.gif);
    background-repeat: no-repeat;
    width: 70px; 
    height: 43px;
    margin: auto;
    top: -43px;
    z-index: 2;
}

.tab_chat_selected
{
	position: absolute;
    background-image: url(../img/tab_chat_selected.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    top: -50px;
    z-index: 6;
}

.tab_special{
    position: absolute;
    background-image: url(../img/tab_special.png);
    background-repeat: no-repeat;
    width: 130px; 
    height: 43px;
    margin: auto;
    top: -43px;
    z-index: 2;
}


.tab_special a{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333555;
    text-decoration: none;
}
.tab_selected a{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold; 
    color: #0a4db2;
    text-decoration: none;
}
.textf-left{
    float: left;
    margin-left: 0px;
    background-image: url(../img/textf-left.png);
    background-repeat: no-repeat;
    width: 4px;
    height: 21px; 
}
.textf-left-search{
    float: left;
    margin-left: 0px;
    background-image: url(../img/textf-left-search.png);
    background-repeat: no-repeat;
    width: 4px;
    height: 20px; 
}
.textf-middle input{
    float: left;
    line-height: 21px;
    margin: auto;
    margin-left: 0px;
    background-image: url(../img/textf-middle.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 20px;
    border: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #444;
    outline: none;
}
.textf-middle-search input{
    float: left;
    line-height: 21px;
    margin: auto;
    margin-left: 0px;
    background-image: url(../img/textf-middle-search.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 19px;
    border: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #444;
    outline: none;
}

.text-middle{
    float: left;
    line-height: 21px;
    margin: auto;
    margin-left: 0px;
    background-image: url(../img/textf-middle.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 21px;
    border: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #444;
    outline: none;
}
.city input{
    float: left;
    line-height: 21px;
    margin: auto;
    margin-left: 0px;
    background-image: url(../img/textf-middle.png);
    background-repeat: repeat-x;
    width: 115px;
    height: 21px;
    border: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #444;
    outline: none;
}
.sector {
    float: left;
    line-height: 21px;
    margin: auto;
    margin-left: 0px;
    background-image: url(../img/textf-middle.png);
    background-repeat: repeat-x;
    width: 100px;
    height: 21px;
    border: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #444;
    outline: none;
}
.textf-right{
    float: left;
    background-image: url(../img/textf-right.png);
    background-repeat: no-repeat;
    width: 4px;
    height: 21px;
}
.textf-right-search{
    float: left;
    background-image: url(../img/textf-right-search.png);
    background-repeat: no-repeat;
    width: 4px;
    height: 20px;
}
.text-areaf{
    background-image: url(../img/text-areaf.png);
    background-repeat: no-repeat;
}
.label{
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.label_login{
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.submenu {
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.submenu a{
    text-decoration: none;
    color: #333;
}
.submenu_selected{
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #0a4db2;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.submenu_selected a{
    text-decoration: none;
    color: #0a4db2;
}
.row td{
    background-color: #d7dff8;
    color: #333;
    margin-top: 10px;
}
.pictureoflist{
    float: left;
    background-position: center;
    background-image: url(../img/default.png);
    background-repeat: no-repeat;
    margin: auto;
    margin-left: -5px;
    width: 160px;
    height: 230px;
    border: 1px solid #aaa;
    border-top-left-radius: 5px; 
	border-bottom-left-radius: 5px;  
	background-size:160px auto;
}

.picture{
    float: left;
    background-position: center;
    background-image: url(../img/default.png);
    background-repeat: no-repeat;
	background-size:160px;
    margin: auto;
    margin-left: -5px;
    width: 160px;
    height: 230px;
    border: 1px solid #aaa;
    border-radius: 5px; 
}

.picturelist
{
	float: left;
    margin: auto;
    margin-left: -5px;
    width: 80px;
    height: 230px;
    border: 1px solid #aaa;
	overflow-y:scroll;
	overflow-x:hidden;
}
.choose{
    width: 100px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 35px;
}
#table{
    margin: auto;
    margin-top: 20px;
    width: 890px;
    /* border: 1px solid #5d88c5; */
}

.calhour{
	width:100%;
	border-bottom:1px solid #cedff9;
	text-align:left;
}
.calhour:hover{
	background-color: #cedff9;
}


.note_container
{
	float:left;
	padding-left:5px;padding-right:5px;
}

.note_container:hover
{
	background-color:#59D0FF;
}