body
{
	background-color: #FFFFFF;
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 10px;
	margin: 0;
	text-align: center;
}

table
{
    border-collapse: collapse;
}

a
{
	color: #3b73b9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.art
{
	color: #7f9db9;
	text-decoration: none;
}

a.art:hover
{
	text-decoration: underline;
}

a.bullet
{
	background: transparent url(/images/tri_blue.gif) no-repeat;
	background-position: left center;
	padding-left: 10px;
}

a.bullet-rev
{
	background: transparent url(/img/tri_blue_rev.gif) no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	margin-bottom: 1em;
}

h1 { font-size: 115%; }
h2 { font-size: 115%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }
h6 { font-size: 75%; }

h1, h2, h3, h4, h5, h6
{
	margin: 0;	
}

h1
{
	color: #3b73b9;
}

h2
{padding-top: 5px;
padding-bottom: 5px;
	color: #3b73b9;
}


h3
{padding-top: 5px;
padding-bottom: 5px;
	color: #3b73b9;
}

h4
{
	margin-top: 1.5em;
}

/*
h1 a.term, h2 a.term, h3 a.term, h4 a.term, h5 a.term, h6 a.term
{
	color: #3b73b9;
	border-bottom: 0;
}
*/

.blue
{
	color: #3b73b9;
}

hr
{
	background-color: #cccccc;
	border: 0;
	color: #cccccc;
	height: 1px;
	margin: 0.5em 0 0.5em 0;
	
}

p { margin: 0 0 0.75em 0; }


form
{
	margin: 0;
}

input
{
	border: 1px solid #7f9db9;
	font-size: 110%;
}

select
{
	color: #797979;
	font-size: 100%;
}

button 
{
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	color: #007cc2;
	font-size: 110%;
	
}

.strong
{
	font-weight: bold;
}

.check,
.radio,
.check input,
.radio input,
.imagebutton
{
	border: 0;
}

#container
{
	width: 960px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}

#print
{
	width: 100%;
}

#topnav
{
	background: #f9f9f9 url(../img/bg_nav.gif) repeat-y;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	float: left;
	margin: 0 0 18px 0;
	width: 960px;
}

#topnav a:link, #topnav a:active, #topnav a:visited

{
	background: transparent url(../img/tri.gif) no-repeat;
	background-position: left center;
	color: #797979;
	display: block;
	float: left;
	font-size: 73%;
	padding: 5px 5px 5px 10px;
	margin: 0 15px 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

#topnav a:link, #topnav a:active, #topnav a:visited
{
	background: transparent url(../img/tri.gif) no-repeat;
	background-position: left center;
	color: #797979;
	display: block;
	float: left;
	font-size: 73%;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}


#topnav a:hover
{
	color: #353535;
	text-decoration: underline;
	}
#topnav a.here{
	color: #3b73b9;
text-decoration: underline;
	

	background: transparent url(../img/tri.gif) no-repeat;
	background-position: left center;

	display: block;
	float: left;
	font-size: 73%;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 0 5px;
	text-transform: uppercase;



	}

#topnav a.here:visited 
{
	color: #3b73b9;
text-decoration: underline;

	}





#banner
{
	float:left;
	display:block;
}

#listnav 
{
	width: 190px;
}

#listnav a
{
	background-image: url(../img/tri.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 1px solid #d5d5d5;
	color: #797979;
	display: block;
	padding: 7px 0 7px 15px;
		font-size: 85%;
	text-decoration: none;
}


#listnav a.active
{
	background-image: url(../img/tri_d.gif);
	background-repeat: no-repeat;
/*
	border-bottom: 1px dotted #d5d5d5;	
	color: #3b73b9;
	font-weight: bold;
*/
}

#listnav a:hover
{
	color: #3b73b9;
	text-decoration: underline;
}

#listnav a.l2,
#listnav a.l2_last
{
	background-image: url(../img/tri.gif);
	background-repeat: no-repeat;
	background-position: 23px center;
	border-bottom: 1px dotted #d5d5d5;
	padding: 7px 0 7px 35px;
}

#listnav a.l2_last
{
	border-bottom: 1px solid #d5d5d5;
}

#sources
{
	color: #3b73b9;
	font-weight: bold;
	margin-top: 3em;
	padding: 0 5px 0 5px;
}

#sources select
{
	margin-top: 0.5em;
	width: 180px;
}

#left 
{
	float: left;
	font-size: 110%;
	margin-top: 10px;
	overflow: hidden;
	width: 200px;
	

}

#content
{
	clear: right;
	float: left;
	font-size: 100%;
	padding-left: 15 px; 
	margin-top: 0px;
	overflow: hidden;
	width: 760px;
	text-align: left;
}

#content ul 
{list-style-position:inside;
list-style-type: disc;
margin-left: 20px;
margin-right: 20px;
font-size: 100%;
line-height: 1.6em;
margin-bottom: 15px;
margin-top: 0; }

#content ul li ul li 
{list-style-type: none;}


#maintext p, #maintext ul, #maintext ol, #maintext-front p, #maintext-front ul, #maintext-front ol {margin-left: 20px;
margin-right: 20px;
font-size: 85%;
line-height: 1.6em;
margin-bottom: 15px;
margin-top: 0; }


	#content #chapter table
	{ 
		border: 0;
	}


#print #content
{
	width: 100%;
}

#footer
{
	padding-top: 10px;
	text-align: center;
}


#footer
{
	color: #777777;
	font-size: 75%;
	font-weight: normal;
}

#footer a
{
	color: #999999;
	text-decoration: none;
	padding: 7px 0 7px 15px;
	font-size: 75%;
	font-weight: normal;
}

#footer a:hover
{
	color: black;
	text-decoration: underline;
	font-size: 75%;
	font-weight: normal;
}
#footer a.current
{
	color: #3b73b9;
	text-decoration: underline;
	font-size: 75%;
	font-weight: normal;
}

#bottom a
{padding-left: 12 em; 
font-size: 75%;
	font-weight: normal;
}

#searchbox
{ color:#CCCCCC;
	font-size: 11px;
}

#searchbox #simple
{
	background: transparent url(/img/searchbar_simple.gif) no-repeat;
	color: white;
	float: left;
	height: 78px;
	width: 760px;
}

#searchbox #advanced
{
	background: transparent url(/img/searchbar_adv.gif) no-repeat;
	color: white;
	float: left;
	height: 136px;
	width: 760px;
}

#searchbox #simple #input,
#searchbox #advanced #input
{
	float: left;
	padding: 25px 10px 10px 10px;
	width: 335px;
}

	#searchbox #input #searchtext
	{
		font-size: 13px;
		top:-10px;
		width: 160px;
		position: relative;
	}

	#searchbox #input #searchgo
	{
		cursor: pointer;
		left: 5px; top: -3px;
		position: relative;
		
	}

	#searchbox #input #searchmarked
	{
		cursor: hand;
		left: 15px; top: 1px;
		position: relative;
	}
	
	#searchbox #input #criterias
	{
		margin-top: 15px;
	}

#searchbox #advanced #filter
{
	float: left;
	padding: 5px 0 0 5px;
	width: 400px;
}

#searchbox #filter
{
	color: #285602;
}

#searchbox #filter #targets
{
	background-color: #e5f3d8;
	border:1px solid #65b821;
	color: #1d3f01;
	float: left;
	height:90px;
	width:260px;
	overflow:auto;
	scrollbar-3dlight-color:#e5f3d8;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#e5f3d8;
	scrollbar-face-color:#b2db90;
	scrollbar-highlight-color:#e5f3d8;
	scrollbar-shadow-color:#e5f3d8;
}

#searchbox #filter #targetoptions
{
	float: left;
	position: relative;
	left: 10px;
}

#searchbox #advsearch
{
	display: block;
	float: left;
	position: relative;
	top:5px;
	left:-135px;
}

	#searchbox #advsearch a
	{
		color: white;
		font-weight: bold;
	}

#searchbox #filter #targetoptions #simplesearch
{
	margin-bottom:30px;
	display: block;
	position: relative;
	top:-14px;
	text-align:right;
}

#searchbox #filter #targetoptions #simplesearch a
{
	color: #285602;
	font-weight: bold;
}

#searchbox #filter #targetoptions img
{
	cursor: hand;
	display: block;
	margin-top: 3px;
}














.welcome
{
	margin: 5px 0 10px 0;
	font-weight: bold;
}

.welcome,
.welcome h1
{
	color: #ff7d00;
	font-size: 1.1em;
}

.hidelinktext span
{
	display: none;
}

.section
{
	float: left;
	width: 250px;
	padding-right: 3px;
	font-size: 85%;
	
}

.section760
{
	float: left;
	width: 750px;
	padding-right: 10px;
}

.section540
{
	float: left;
	width: 530px;
	padding-right: 10px;
}

.section425
{
	float: left;
	width: 415px;
	padding-right: 10px;
}

.section425 h1
{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.section335
{
	float: left;
	width: 335px;
}

.section2
{
	float: left;
	width: 220px;
	font-size: 85%;
}

.section213
{
	float: left;
	width: 193px;
	padding-right: 20px;
	overflow: hidden;	
}

.section212
{
	float: left;
	width: 192px;
	padding-right: 20px;
	overflow: hidden;
}


.section h1
{
	color: #3b73b9;	
	font-size: 90%;
	margin-bottom: 1px;
}

.section2 h1
{
	color: #3b73b9;	
	font-size: 90%;
	margin-bottom: 1px;
}

.section p
{
/*	color: #888888;	 */
}

.section220 p
{
/*	color: #888888;	 */
}

.section a,
.section2 a
{
	color: #3b73b9;
	font-weight: bold;
	text-decoration: none;
}

.section a:hover,
.section2 a:hover
{
	text-decoration: underline;
}


.imglink
{
	display: block;
	margin-bottom: 3px;
}

img.left
{
	float: left;
	padding: 3px 15px 0 0px;
}

.blue
{
	color: #3b73b9;
}

#intro
{
	padding-left: 10px;
	
}

#intro h1
{
	font-size: 170%;
	align: right;
}

#intro a
{
	font-weight: bold;
}

.breadcrumb
{
	border-bottom: 1px solid #d5d5d5;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}

#anatomy
{
	background: transparent url(/img/anatomy.gif) no-repeat;
	background-position: left center;
	height: 55px;
	margin-bottom: 0.5em;
}

#anatomy .breadcrumb
{
	padding-left: 55px;	
}

.paging
{
	float: right;
}

#anatomy .topic
{
	padding-left: 55px;
}

.topic h1
{
	font-size: 1.5em;
}

.topic h2
{
	color: #3b73b9;
	font-size: 1.2em;
}


.paging a.prev
{
	background: transparent url(../img/prev.gif) no-repeat;
	background-position: left center;
	padding: 0 5px 0 15px;	
	font-weight: bold;
}

.paging a.prev-d
{
	background: transparent url(../img/prev-d.gif) no-repeat;
	background-position: left center;
	color: #d5d5d5;
	padding: 0 5px 0 15px;	
	font-weight: bold;
}

.paging a.next
{
	background: transparent url(../img/next.gif) no-repeat;
	background-position: right center;
	padding: 0 15px 0 5px;	
	font-weight: bold;
}

.paging a.next-d
{
	background: transparent url(../img/next-d.gif) no-repeat;
	background-position: right center;
	color: #d5d5d5;
	padding: 0 15px 0 5px;	
	font-weight: bold;
}

#viewer
{
	margin-bottom: 10px;
}

	#viewer p
	{
		margin: 3px 2px;
	}

.thumbs
{
	margin-top: 2em;
}

.thumb
{
	background: #ffffff url(../img/imgbox.gif) no-repeat;
	/*
	border: 1px solid #c0d0e0;
	background-color: #e8f0f8;
	*/
	text-align: center;
	height: 90px;
	padding: 0;
	width: 105px;
}

.thumbtitle
{
	text-align: left;
	vertical-align: top;
	height: 50px;
	width: 105px;
	padding-left: 5px;
}

.thumbtitle a
{
	background: transparent url(/img/imgdl.gif) no-repeat;
	background-position: 3px center;
	padding-left: 20px;
	float: left;
	display: block;	
	margin-bottom: 5px;
}

.thumbtitle div
{
	width: 100px;
	margin-bottom: 3px;
	overflow: hidden;	
}

.controls
{
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 1em;
	width: 760px;
}

.translate
{
	/*
	clear: both;
	float: right;
	*/
}

.print
{
	/* border-bottom: 1px solid #d5d5d5; 
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	*/
}

a.print
{
	background: transparent url(../img/print.gif) no-repeat;
	background-position: left center;
	padding-left: 15px;	
}

.openimg
{
	background: transparent url(../img/openimg.gif) no-repeat;
	background-position: left center;
	display: block;
	padding-left: 28px;	
}

strong.title
{
	color: #3b73b9;
	display: block;
	font-size: 1.1em;
	padding-bottom: 2em;
}

#searchresult
{
	float: left;
	background: transparent url(../img/searchresult.gif) repeat-y;
}

#searchresult-listall
{
	float: left;
}

#searchresult h2
{
	color: #3b73b9;
	font-size: 1.5em;
	font-weight: bold;    
    color: white;
    padding: 3px 8px 3px 8px;
}

	#searchresult .section212 h2,
	#searchresult .section213 h2
	{
		background: transparent url(/img/searchheader192.gif) no-repeat;
	}

	#searchresult .section335 h2
	{
		background: transparent url(/img/searchheader335.gif) no-repeat;
	}

#searchresult h3
{
	color: #000000;
	font-size: 1.1em;
	margin: 0.2em 0 0 0;
}

#searchresult h4
{
	color: #000000;
	font-size: 1.2em;
	margin-top: 1.4em;
}

.blockright
{
	display: block;
	float: right;
}

.enhanced
{
	background: transparent url(../img/enhanced.gif) no-repeat;
	background-position: left center;
	color: #ff7d00;
	padding: 2px 0 2px 18px;
	margin-bottom: 0;
}

.index
{
	margin: 1.5em 0 1em 0;
}

.index a
{
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 5px;
}

.index a.active
{
	color: #fd8511;
}

.entry
{
	color: #3b73b9;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.entrywords a
{
	display: block;
	border-bottom: 1px solid #d5d5d5;
	padding: 0.2em 0 0.2em 0;
}

.right
{
	float:right;
}

.titleimage
{
	display: block;
	margin-bottom: 1em;
}

#skills button
{
	margin-right: 10px;
}

#skills .question
{
	font-size: 2em;
	margin: 0.5em 0 1em 0;
	display: block;	
}

.steps
{
	margin: 1em 0;
}

.steps img
{
	padding-right: 5px;
}

.uplink
{
	float : right;
	text-decoration: none;	
}

.uplink img
{
	display:block;
}

.notregisteredbox
{
	background: transparent url(/img/335bg.gif) repeat-y;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 20px;
}

.registerimage input
{
	border: 0;
}

.score
{
	color: #666666;
	font-size: 80%;
	font-weight: normal;
	padding-right: 3px;
	color: #ff7d00;
}

.hit
{
	color: #ff7d00;
}

.noannotations
{
	padding-bottom: 5px;
}

.film
{
	background: transparent url(/img/film.gif) no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
	display: block;
	font-size: 110%;
}

.zoomify
{
	/*border: 1px solid #3b73b9;*/
	cursor: hand;
}

	.zoomlink img
	{
		display: block;
	}
	
#zoomifypanel
{
	background: transparent url(/img/bg_zoomify.gif) no-repeat;
	/*
	background-color: #e8f1f9;
	border: 1px solid #a7c7e9;
	height: 380px;
	width: 335px;
	*/
	height: 467px;
	width: 380px;	
}

	#zoomifypanel a
	{
		color: White;
		display: block;
		float: right;
		height: 20px;
		margin: 30px 10px 15px 0;
		width: 100px;
	}

.term
{
	color: #3b73b9;
	cursor: help;
	border-bottom: 1px dashed #3b73b9;
	text-decoration: none;
}

a.term:hover
{
	border-bottom: 1px solid #3b73b9;
	text-decoration: none;
}

/*
#blindedcase
{
	background-color: #f9f9f9;
	border: 1px solid #d5d5d5;	
	margin-top: 1.5em;
	padding: 10px;
}
*/

.imagebox
{
	
	padding: 10px;	
}

h2.tracks
{
	background: transparent url(/img/bg_tracks.gif) no-repeat;
	color: white;
	line-height: 39px;
	padding-left: 50px;
}

table#trainingtrackbar
{
	background: transparent url(/img/bg_trainingtrackstoolbar.gif) no-repeat;
	color:White;	
	float: left;
	height: 65px;
	width: 760px;
	margin-bottom: 20px;
}

	table#trainingtrackbar h1
	{
		color: White;
		margin: 0 0 3px 0;
		font-size: 120%;
	}
	
	table#trainingtrackbar #steps
	{
		color: #b0caea;
		font-size: 110%;
		font-weight: bold;
	}

	table#trainingtrackbar a
	{
		color: White;
	}
	
	table#trainingtrackbar a.prev
	{
		background: transparent url(/img/btn_prev_small.gif) no-repeat;
		background-position: left center;
		padding-left: 15px;
	}

	table#trainingtrackbar a.next
	{
		background: transparent url(/img/btn_next_small.gif) no-repeat;
		background-position: right center;
		padding-right: 15px;
	}
	
	table#trainingtrackbar #overview 
	{
		padding: 0 0 0 10px;
		width: 200px;
	}

	table#trainingtrackbar #overview a
	{
		background: transparent url(/img/btn_first_small.gif) no-repeat;
		background-position: left center;
		padding-left: 15px;
	}
	
    table#trainingtrackbar #endtracks
    {
        padding: 5px 5px 0 0;
        background: transparent url(/img/endtrack.gif) no-repeat;
        background-position: right top;
    } 

    table#trainingtrackbar #endtracks a
    {
        padding-right: 29px;
    }
	
	table#trainingtrackbar #itemnav
	{
		padding-bottom: 1px;
	}
	

table.trainingtracks
{
	font-size: 120%;
	margin: 0.5em 50px;
	width: 650px;
}

table.trainingtracks td
{
	 border-bottom: 1px solid #cccccc;
}

table#gac-overview { width: 415px; background: transparent url(/img/gac_overview.gif) no-repeat; }
table#gac-images { width: 415px; background: transparent url(/img/gac_images.gif) no-repeat; }
table#gac-qa { width: 415px; background: transparent url(/img/gac_qa.gif) no-repeat; }
table#gac-discussion { width: 415px; background: transparent url(/img/gac_discussion.gif) no-repeat; }

table.gac-header a { color: White; line-height:20px; margin: 0 10px 3px 0; }

table.gac-header
{	
	margin: 0 0 1em 0;
	width: 415px;	
}

	table.gac-header td
	{
		height: 47px;
		vertical-align: bottom;
	}

	table.gac-header h2
	{
		color: White;
		margin: 0;
		padding: 0 0 2px 55px;
	}
	
.gac-q
{	
	background: #f3f7fb url(/img/gac_q.gif) no-repeat;
	background-position: 3px 3px;
	border-top: 1px solid #3b73b9;	
	display: block;
	margin: 0;
	padding: 5px 5px 5px 30px;
	width: 380px;
}

.gac-a
{
	background: white url(/img/gac_a.gif) no-repeat;
	background-position: 3px 3px;
	border-top: 1px solid #bcd0e7;	
	display: block;
	margin: 0 0 1em 0;
	padding: 5px 5px 5px 30px;
	display: none;
	width: 380px;
}

.rounded .rounded-top { background: transparent url(/img/gac_panel_top.gif) no-repeat; height:7px; background-color: #ebf1f8;}
.rounded .rounded-bottom { background: transparent url(/img/gac_panel_bottom.gif) no-repeat; height:7px; }
.rounded .rounded-content
{
	background-color: #ebf1f8;
	padding: 10px;
}



		
	.kroshki {font-size:65%;}
	.txt {font-size:90%;
	font-weight: normal}
	
	img { border:0px; }
	
	.news_head {font-size:85%;}
	
	
		.news_block {font-size:80%;
		color: #797979 }

		.news_block_act {font-size:80%;
		color: #3b73b9; text-decoration: underline; }
		
		.news_block_act li {font-size:80%;
		list-style image: url("/images/box.gif"); }
		
		
	
	#search_submit
{
background: url('/images/enter.gif') no-repeat 50% 50%;
width: 20px;
margin: 3px 3px 0;
border: 0;
cursor: pointer;
}

div.fieldset {text-align:left; background-color:#F1F5F8; margin-top:20px; padding-left:15px;padding-top: 15px; padding-bottom:15px;}
legend {font:bold 12px Arial; color: #030F43; padding:0px; margin:0px;}
