body{
	padding:0;
	margin:0;
}
h1{
	font-family: 'Comic Sans MS';
	font-size:17px;
	font-weight:normal;
}

h2{
	font-family: 'Comic Sans MS';
	font-size:16px;
	font-weight:normal;
}

h4{

	font-size:20;
	color: #911;
	border-bottom:1px solid #bbb;

}
.href{
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	color:#333333;
	font-size:12px;
}

.index_title{
	font-weight:bold;
	font-family:Tahoma;
	color:#265E39;
	font-size:20px;
}

.index_text{
	font-family:Tahoma;
	font-size:14px;
}



/*
	Список городов в разделе клиниики
*/
.kliniks_city{
	width:500px;
}

.kliniks_city_href{
	text-decoration:none;
	color:#339933;
	font-weight:bold;
}

.kliniks_city_change{
	text-decoration:underline;
	font-style:italic;
}

/*
	Список клиник
*/

.kliniks_list{
	width:90%;
}
.kliniks_list_title{
	text-decoration:none;
	color:#990000;
	font-size:14px;
	font-weight:bold;
}

.kliniks_list_user{
	color:#55ff55;
	font-size:12px;
}

.kliniks_list_date{
	color:#333399;
	font-size:12px;
}

.kliniks_list_comm{
	font-size:12px;
}

.kliniks_list_detail{
	font-size:12px;	
}
.kliniks_list_tr_top{
	background-color:#66bb66;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
}

.kliniks_list_tr_top{
	border-bottom:1px solid #888888;
}

.kliniks_add_href{
	font-size:14px;
	color:#ee2222;
	font-weight:bold;
}

/*
	Крошка
*/
.navigation_href{
	color:#333399;
	text-decoration:none;
	font-weight:bold;
	}



/*
	Формы ввода всякие
*/

.form_title{
	font-weight:bold;
}

.raport{
	
}

.button{
	border: 1px solid black;
	background-color: #449944;
	font-weight:bold;
}

/*
	Комменты
*/

.comm_title{
	font-weight:bold;
	color:#338833;
	
}


.comm_date{
	font-size:12px;
	color:#d33;
	font-weight:bold;
}

.comm_text{
	font-style:italic;
}
.comm_name{
	font-size:12px;
	font-weight:bold;
}


.navig a{
	text-decoration:none;
	font-weight:bold;
	border: 1px solid #484;
	padding-left:3px;
	padding-right:3px;
	font-size:13px;
	color:#484;
}

.navig .navig_cur{
	border: 1px solid #484;
	background-color:#cfc;
	color:#339;
}


.navig{
	width:100%;
}

.menu_items{
	text-decoration:none;
	color:#003325;
	font-size:13px;
}

.menu_items:hover{
	color: #000000;
	text-decoration:underline;
}
.menu_tr:hover{
	background-color:#676;
}

.h1_td{
	padding-left:65px;
	padding-right:65px;
	padding-top:7px;
}

.cont_td{
	padding-left:65px;
	padding-right:65px;
	padding-top:20px;
}


.photoadd{
	color:#000;
	font-weight:bold;
	font-size:17px;
}

.about_kris{
	font-size:12px;
}

.comment{
	color:#559955;
}
/*
	jQuery
*/


/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip {     
	background-color:#00AEEF;
	    
	width:200px;    
	padding:5px;	
	display:none;     
	color:#fff;
	border:2px solid #fff;
	font-size:11px;
}  
/* tooltip title element (h3) */ 
div.tooltip table {     
	font-size:13px;
}



/* the overlayed element */ 
div.overlay {          
	/* growing background image */     
	background-image:url(/images/white.png);          
	/* dimensions after the growing animation finishes  */     
	width:600px;     
	height:470px;                  
	/* initially overlay is hidden */     
	display:none;          
	/* some padding to layout nested elements nicely  */     
	padding:55px; 
}  
/* default close button positioned on upper right corner */ 
div.overlay div.close {     
	background-image:url(/images/close.png);     
	position:absolute;     
	right:5px;     
	top:5px;     
	cursor:pointer;     
	height:35px;     
	width:35px; 
}   
/* black */ 
div.overlay.black {     
	background:url(/images/white.png) no-repeat !important;     
	color:#fff; }  
/* petrol */ 
div.overlay.petrol {     
	background:url(/images/petrol.png) no-repeat !important;     
	color:#fff; 
	
}  
div.black h2, div.petrol h2 {     
	color:#ddd;         
}

.navig_char a{
	text-decoration:none;
	color:#339;
	font-weight:bold;
}


.navig_char a:hover{
	color:#f00;
}


/*
	Коммьюнити
*/
.comm_body{
	background-color:#afa;
	font-size:12px;
	color: #222;
}


/*
	Главная страница
*/

.main_text{
	color:#339;
	font-style:italic;
}

.main_href{
	color:#c44;
	font-weight:bold;
	font-size:16px;
}

.main_comm_href_td{
	color:#000;
	border-bottom:1px solid #f55;
}
.main_comm_href{
	text-decoration:none;
	font-weight:bold;
}

.hello{
	color: #117;
	font-size:20px;
}

.new{
	color:#00f;
	font-size:14px;
	font-weight:bold;
}


.button_back{
	
	text-decoration:none;
	font-weight:bold;
	color:#22f;
}

.title_notice{
	color:#922;
	font-weight:bold;
}

/*
	Авторизация
*/
.auth_input{
	width:100px;
	height:16px;
	font-size:10px;
	padding:0px;
	color:#595;
}
.auth{
	color: #353;
	font-size:12px;
	font-weight:bold;
}
.auth_button{
	background-color: #9c9;
	border:1px solid #000;
	font-weight:bold;
}

.auth_reg{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;	
}

.window_small{
	background-color:#9b9;
}

.in_out{
	text-decoration:none;
	color:#22f;
}
.in_out:hover{
	color:#f00;
}
            /*preload classes*/ 
            .svw {width: 50px; height: 20px; background: #fff;} 
            .svw ul {position: relative; left: -999em;} 
             
            /*core classes*/ 
            .stripViewer {  
            position: relative; 
            overflow: hidden;  
            border: 1px solid #550000;   
            margin: 0 0 1px 0; 
            } 
            .stripViewer ul { /* this is your UL of images */ 
            margin: 0; 
            padding: 0; 
            position: relative; 
            left: 0; 
            top: 0; 
            width: 1%; 
            list-style-type: none; 
            } 
            .stripViewer ul li {  
            float:left; 
            } 
            .stripTransmitter { 
            overflow: auto; 
            width: 1%; 
            } 
            .stripTransmitter ul { 
            margin: 0; 
            padding: 0; 
            position: relative; 
            list-style-type: none; 
            } 
            .stripTransmitter ul li{ 
            width: 20px; 
            float:left; 
            margin: 0 1px 1px 0; 
            } 

            .stripTransmitter a{ 
            font: bold 10px Verdana, Arial; 
            text-align: center; 
            line-height: 22px; 
            background: #fee9ca; 
            color: #000; 
            text-decoration: none; 
            display: block; 
            } 

            .stripTransmitter a:hover, a.current{ 
            background: #b1451e; 
            color: #fff; 
            } 
             
            /*tooltips formatting*/ 
            #tooltip { 
            background: #fff; 
            color: #000; 
            opacity: 0.85; 
            border: 5px solid #dedede; 
            } 
            #tooltip h3 {  
            font: normal 10px Verdana;  
            margin: 0;  
            padding: 6px 2px;  
            border: 0; 
            }
	
/*
	Чат
*/	
.minichat h5{
	font-size:19px;
	font-weight:normal;
	margin:0px;
	color:#229;	
}


.link_top_right{
	padding-bottom:3px;
	font-weight:bold;
}

.link_top_right_href{
	text-decoration:none;
	font-family: 'Comic Sans MS';
	font-weight:normal;
	color: #000;
}
.text_top_logo{
	font-family: 'Comic Sans MS';
	font-size:15x;
}

.menu_padding{
	margin-left:27px;
}

.menu_padding_center{
	padding-left:20px;
}

.menu_title{
	font-family: 'Comic Sans MS';
}


.menu_chat_padding{
	padding-left:3px;
}
.menu_liru_padding{
	padding-left:5px;
}


.work_padding{
	padding-top:13px;
}

.auth_new_msg{
	font-size:12px;
	color:#722;
}

.header_notice{
	
}

.header_notice td{
	font-size:12px;
	color: #339;
}
.header_notice .title{
	color: #333;
}

.header_notice a{
	text-decoration:none;
}
.sape_link{
	font-size:12px;
	color:#900;
}