img { border: none; }

li { color: #33b2e6; }
li span { color: #ccc; }

a:link, a:active, a:visited { color: #ccc; }
a:hover { color: #33b2e6; text-decoration: none; }

a.ext:link, a.ext:active, a.ext:visited { padding-right: 13px; text-decoration: none; border-bottom: 1px dotted #fff; background: url(/images/link_global_white.png) right center no-repeat; }
a.ext:hover { background-image: url(/images/link_global_blue.png); border-bottom-color: #33b2e6; } 
a.int:link, a.int:active, a.int:visited { text-decoration: none; border-bottom: 1px dotted #FFFFFF; }
a.int:hover { text-decoration: none; border-bottom: 1px dotted #33b2e6; }

a.more:link, a.more:active, a.more:visited {
	display: block;
	float: right;
	width: 27px; height: 52px;
	background: url(/images/link_more.png);
	outline: none;
}

a.more_tech:link, a.more_tech:active, a.more_tech:visited {
	display: block;
	float: right;
	width: 26px; height: 50px;
	margin-right: 10px;
	background: url(/images/link_tech.png);
	outline: none;
}


h1, h2, h3, h4 { color: #33b2e6; font-weight: normal; }
h1 { font-size: 160%; }
h2 { font-size: 120%; font-style: italic; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }


table {
	width: 100%;
	margin: 10px 20px;
}

th, td { padding: 5px; text-align: center; }
td { background: url(/images/table_dash.png) top left repeat-y; } td:first-child { background: none; }
table th { background: url(/images/table_dash.png); font-weight: normal; }
table tr { background: url(/images/table_mash.png); }
table tr.even { background: url(/images/table_svet.png); }

