/*
--------------------------------------
wareSource.com master css file for screen media
FileName:       wrsrc.css
Version:        0.2006.03.02
Last Change:       
--------------------------------------
*/  
body {
	font: 100% Verdana,sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EFEFEF;
	margin: 3 3 3 3;
	padding: 0;
	background: #EFEFEF;
}
a	{
	text-decoration: none
}  		
a:hover {
	color: #2B6EBB;
	text-decoration: none;
	background-color: #D3D3D3;
}
.zn { 
	color: black 
	text-decoration: none
} 	
.zn:link { 
	color: black 
}      
.zn:active  { 
	color: white 
}      
.zn:visited { 
	color: black 
}   
.zn:hover { 	 
	color: #D3D3D3; 	 
	text-decoration: none;  	 
	background-color: #2B6EBB; 	
} 

.na:hover{
	background: transparent;
	background-color: transparent;
}

/* tabs */
#nav, #subnav {height: 22px;}
#nav {
	margin-left: 5px;
	background: White;
}
#subnav {clear: both;} /* force subnav below on some browsers */
#subnav {
	background-color: #2B6EBB;
}
#nav ul, #subnav ul {position: relative; margin: 0; padding: 0; font: normal 11px Arial, sans-serif; list-style-type: none; width: 775px;}
#subnav ul {padding-left: 5px;}
#nav ul li, #subnav ul li {display: block; float: left; margin: 0; padding: 0;}
#nav li {
	background-image: url(/kurchak/ka1.nsf/tabbackerright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #696969;
	border-bottom: solid 1px #fff;
}
#nav li * { 
	cursor:pointer; cursor:hand; 
}
#nav li a {
	background-image: url(/kurchak/ka1.nsf/tabbackerleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #F4F1D9;
}
#subnav ul li {border-left: 1px solid #F4F1D9; margin-top: 6px;}
#subnav .first {border-left: none;}
#nav a {display: block; float: left; color: #000; padding: 3px 10px 2px 10px; text-decoration: none; letter-spacing: 1px;}/* Commented Backslash  hides rule from IE5-Mac \*/
#nav a {float: none; padding: 5px 10px 4px 10px;} /* End IE5-Mac  */
#subnav a {display: block; float: left; color: #000; text-decoration: none;}/* Commented Backslash hides rule from IE5-Mac \*/
#subnav a {float:none;} /* End IE5-Mac */
#subnav a {color: #F4F1D9; padding: 0 10px;}
#subnav a:hover {text-decoration: underline;}
#subnav li#subcurrent a {font-weight: bold; color: #fff;}
#nav a.inactive, #subnav a.inactive {color: #CCCCCC;}
#subnav a.inactive:hover {text-decoration: none;}
#nav li#current {
	background-color: #2B6EBB;
	border-bottom: 1px solid #2B6EBB;
}
#nav #current a {font-weight: bold; color: #fff;}
/* end of tabs */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}