﻿html,body 
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	font-size: small;
	font-family: arial, sans-serif;
}

.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.ASPNET
{
	margin:0px;
	padding:0px;
	width:100%;
}

.outer
{
	width:100%;
	text-align:center;
}

.width_fixer
{
	width:995px;
	margin:0px auto;
	text-align:left;
}

.main_canvas
{
	text-align:left;	
	position:relative;
	top:0px;
	left:0px;
}

.header
{
	height:365px;	
	width:995px;
}

.langs_text
{
	padding-top:4px;
	padding-right:4px;
	height:20px;
	text-align:right;
	color:White;
	font-size: 90%;
}

.textSize
{
	float:right;
	padding-right:20px;
}

.langs
{
	float:right;
	padding-right:10px;
}

.langs A
{
	text-decoration: none;
	color:White;
}

.langs A:hover
{
	text-decoration: underline;
}

.logo
{
	margin-left:0px;
	width:160px;
	height:188px;	
	background-image:url(images/korniza.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left:15px;
}


.welcome_text
{
	padding-left:10px;
	padding-top:40px;
	width:400px;
	color: #B8D8FB;
}

/* -------------------------------- */

.utilities
{
	padding:1px;
	margin-top:-40px;
	position:relative;
	height:55px;
}

/* -------------------------------- */
.search
{
	float:right;
	width:230px;
	text-align:right;
}

.txt_search
{
	width:120px;
	font-size:88%;
}

.btn_search
{
	background-color: #C3DB49;
	border: solid 1px white;
	color:#4C4C4E;
	font-size:88%;
}

/*---*/
.top_menu
{
	width:760px;
	float:left;
}

.top_menu .main_menu
{
	background-color: #C3DB48;
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:10px;
	font-size:85%;
}

.top_menu .main_menu UL
{
	margin:0px;
	padding:0px;
	display:block;
}
.top_menu .main_menu UL LI
{
	display: inline;
	margin-left:0px;
	padding:0px 3px 0px 6px;
	text-align:left;
	border-left: dashed 1px #8B9D2D;
}

.top_menu .main_menu UL LI.first
{
	border-left:0px;
	padding-left:0px;
}

.top_menu .main_menu UL LI A
{
	white-space: nowrap;
	text-decoration: none; 
	color:#4C4C4E;
}

.top_menu .main_menu UL LI A.sel
{
	color:White;
	font-family: Verdana;
	font-weight:bold;
}

.top_menu .main_menu UL LI A:hover
{
	color:White;
}

.top_menu .sub_menu
{
	background-color: #4C4C4C;
	margin-top:5px;
	padding:5px 10px 5px 10px;
	font-size:85%;
	float:left;
}

.top_menu .sub_menu UL
{
	margin:0px;
	padding:0px;
	display:block;
}
.top_menu .sub_menu UL LI
{
	display: inline;
	margin-left:0px;
	padding:0px 3px 0px 6px;
	text-align:left;
	border-left: dashed 1px #8B9D2D;
}

.top_menu .sub_menu UL LI.first
{
	border-left:0px;
	padding-left:0px;
}

.top_menu .sub_menu UL LI A
{
	white-space: nowrap;
	text-decoration: none; 
	color:#B2B2B2;
}

.top_menu .sub_menu UL LI A.sel
{
	color:White;
	font-family: Verdana;
	font-weight:bold;
}

.top_menu .sub_menu UL LI A:hover
{
	color:White;
}

/*---------------------*/

.footer, .home_footer
{
	border-top: dashed 1px #C2C2C2;
	padding-top:5px;
	color:#C2C2C2;
	font-size:88%;
}

/*---*/
.footer_menu
{
	width:750px;
	float:left;
}

.copyright
{
	float:right;
	text-align:right;
	width:220px;
}

.home_copyright
{
	text-align: center;
}

.copyright A, .home_copyright A
{
	text-decoration: none; 
	color:#B2B2B2;
	
}
.copyright A:hover, .home_copyright A:hover
{
	text-decoration: underline;
}

.footer_menu .main_menu
{
	
}

.footer_menu .main_menu UL
{
	margin:0px;
	padding:0px;
	display:block;
}
.footer_menu .main_menu UL LI
{
	display: inline;
	margin-left:0px;
	padding:0px 3px 0px 6px;
	text-align:left;
	border-left: solid 1px #E7E7E7;
}

.footer_menu .main_menu UL LI.first
{
	border-left:0px;
	padding-left:0px;
}

.footer_menu .main_menu UL LI A
{
	white-space: nowrap;
	text-decoration: none; 
	color:#B2B2B2;
}

.footer_menu .main_menu UL LI A.sel
{
	font-weight: bold;
}

.footer_menu .main_menu UL LI A:hover
{
	text-decoration: underline;
}

.policies
{
	padding-top:5px;
	float:left;
	color:#C2C2C2;
}

.policies A
{
	color:#C2C2C2;
	text-decoration: none;
}

.policies A:hover
{
	text-decoration: underline;
}

.developer
{
	padding-top:5px;
	float:right;
	text-align:right;
}

.developer A
{
	color:#C2C2C2;
}


.w3c 
{
	padding-top:10px;
	float:left;
}

.w3c UL
{
	margin:0px;
	padding:0px;
}

.w3c UL LI
{
	display: inline;
	padding-right:10px;
}




/* ------------------------- */
.main
{	
	color:#3D3D3D;
	padding-bottom:15px;
}

.leftborder
{
	background-image: url(images/main_col_separator.gif);
	background-repeat: repeat-y;
	background-position: 725px top;
}

.main_100
{
	
}

.main_left
{
	float:left;
	width:745px;
}
.main_left2
{
	float:left;
	width:700px;
}
.main_right
{
	float:left;
	width:250px;
}
.main_right2
{
	float:left;
	width:295px;
}

.texts_right
{
	margin-left:10px;
	padding-top:1px;
	line-height:150%;
}

.texts
{
	margin-right:50px;
	padding-top:1px;
	line-height:150%;
}
.texts2
{
	/*margin-right:50px;*/
	padding-top:1px;
	line-height:150%;
	width:740px;
	padding-right:5px;
}

.texts H1, .texts_right H1, .texts2 H1
{
	
	font-family: Microsoft Sans Serif;
	font-size:150%;
	font-weight: normal;
	margin-bottom:25px;
}

.texts H2, .texts_right H2, .texts2 H2,
{
	font-family: Microsoft Sans Serif;
	font-size:140%;
	font-weight: normal;
}

.texts H3, .texts_right H3, .texts2 H3
{
	font-family: Microsoft Sans Serif;
	font-size:130%;
	font-weight: normal;
}

.texts P, .texts_right P, .texts2 P
{
	font-size:89%;
	line-height:150%;
}

.texts UL, .texts_right UL, .texts2 UL
{
	font-size:89%;
	line-height:150%;
}




/* ------------------------------ */

.tbl_services
{
	width:100%;
}

.srv_left, .srv_right
{
	background-color: #E5E5E5;
	border-bottom:5px solid white;
	border-right:5px solid white;
	padding: 20px 10px 20px 10px;
	vertical-align: top;
}


.srv_right
{
	background-color: #F2F2F2;
}

.srv_left UL
{
	margin-top: 0px;
}

/* ------------------------------ */

h2.space_title
{
	/*
	padding-bottom:1px;
	font-weight: bold;
	border-bottom: 1px solid #3D3D3D;
	margin-bottom:10px;*/
	background-color: #C3DB49;
	color:White;
	font-size:110%;
	padding:2px 5px;
}

.space_photos
{
}

.space_photos A IMG
{
	border:2px solid #CCCCCC;
}
.photo_thumbs
{
	float:left;
	width:330px;
}

.photo_text
{
	float:left;
	width:365px;
}

.photo_text P
{
	font-size:89%;
	margin-top:0px;
}

/* ------------- */

.en_welcome, .el_welcome
{
	position:absolute;
	top:150px;
	left:157px;
	width:250px;
	text-align:right;
	color:#B9DAFF;	
}

.el_welcome
{
	left:588px;
	text-align:left;
}

.en_lang, .el_lang
{
	position:absolute;
	top:215px;
	left:388px;
}

.el_lang
{
	left:588px;
}

.xhtml
{
	text-align:center;
}

.awareness
{
	text-align:center;	
	padding:5px 0px 15px 0px;
}

.awareness A
{	
	font-family: Arial;
	color:#567eb9;
	text-decoration:none;	
}

.awareness A.header
{	
	font-family: Arial;
	color:#567eb9;
	text-decoration:none;
	font-size:14pt;
	line-height:150%;
}

.useful_links li
{
	list-style-image: url(images/hyperlink.gif);
}


.useful_links li A:hover
{
	color:#997777;
}


.section
{
	border:solid 1px #5C88B9;
}

.section_header
{
	background-color:#5C88B9;
	color:White;
	font-family: Microsoft Sans Serif;
	font-size:100%;
	font-weight: normal;
	padding:5px 10px;
}


.section_body
{
	padding:10px;
	padding-left:10px;	
}




.download
{	
	padding-left:40px;
	background-image:url(images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.d_border, .d_border2
{
	background-image:url(images/dot-line-h.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}

.d_border2
{
	height:3px;
	font-size:1px;
}

.download H2
{
	color:#618339;
	font-weight:bold;
	font-size:110%;
}

.download A.subject
{
	color:#618339;
	font-weight:bold;
}

.download A.subject:hover
{
	text-decoration: underline;
}
.hlImg a img
{
	border:none;
}


A.link_arrow, A.right_link
{
	text-decoration: none;
	color:#999999;	
}

A.link_arrow
{
	display:block;
	padding-left:18px;
	background-image: url(images/hyperlink.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
	font-weight: normal;
}

A:hover.link_arrow, A:hover.right_link
{
	color:#997777;
	text-decoration: underline;
}

/* ------------------ */


UL.arrow_list
{
	margin-left:10px;
	padding-left:10px;
}


UL.arrow_list LI
{
	list-style-image: url(images/LeftNavBullet.gif);
}


UL.anchor_menu
{
	margin-left:10px;
	padding-left:10px;
}


UL.anchor_menu LI
{
	list-style-image: url(images/icon_anchorLink.gif);
}

.back_top
{
	text-align:right;
	background-image: url(images/icon_anchorLink_up.gif);
	background-repeat: no-repeat;
	padding-right:10px;
	background-position: right center;
}



.inner_menu
{
	width:170px;
	float:left;
	overflow:hidden;
	padding-right:10px;
	padding-top:10px;
}


.inner_menu UL
{
	margin-top:0px;
	margin-left:10px;
	padding-left:10px;
}


.inner_menu UL LI
{
	list-style-image: url(images/LeftNavBullet.gif);
}

.inner_menu UL LI A
{
	COLOR: #4d4d4d;
	text-decoration: none;
}

.inner_menu UL LI A:hover
{
	text-decoration: underline;
}

.inner_menu UL LI A.sel
{
	font-weight:bold;
}

.inner_content
{
	float:left;
	width:780px;
}
.inner_padder
{
	padding:10px 0px 0px 0px;
}

.step
{
	display:block;
	float:left;
	text-align:center;
	background-color: #C3DB48;
	width:20px;
	height:16px;
	color:White;
	font-weight:bold;
	margin-right:5px;
}

.donate_form label
{	
	display:block;
}

.donate_form tbody input
{
	width:300px;
}

.donate_form tbody textarea
{
	width:300px;
}

.donate_form thead td, .title_bar
{
	padding:5px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
	font-weight: bold;
	background-color: #96ADDC;			
	border:1px solid #b0b0b0;
	white-space:nowrap;	
}

.donate_form tfoot td, .submit_bar
{
	padding:5px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
	font-weight: bold;
	background-color: #96ADDC;			
	border:1px solid #b0b0b0;
	white-space:nowrap;	
	text-align: right;
}
.submit_bar
{
	margin-top:20px;
}
/* ------------------ */
.home_texts_en
{
	float:left;
	width:700px;
}
.home_texts
{
	float:left;
	width:340px;	
}
.home_texts ul
{
	margin-left:20px;
}
.home_banners
{
	float:left;
	width:280px;
	/*text-align:right;*/
}
.home_banners A
{
	display:block;
	width:273px;
}
.home_video
{
	float:left;
	width:360px;
	text-align:center;
}
.home_video_container
{
	padding-left:10px;
}
.yt1
{
	border:1px solid #E8E8E8;
	width:320px;
	height:265px;
}
.yt2
{
	border:5px solid #C6C6C6;
	width:322px;
	height:267px;
}
.yt3
{
	border:1px solid #C6C6C6;
	border-left-color:#E8E8E8;
	border-top-color:#E8E8E8;
	width:332px;
	height:277px;
}
.yt4
{
	border:1px solid #C6C6C6;
	width:334px;
	height:279px;
}
/* ------------------ */

.news_container
{
	padding:5px 0px 0px 0px;	
}

.news_item
{
	width:480px;
	border-left:1px dotted gray;
	float:left;
}
.news_item_content
{
	padding:0px 10px;
}
.news_item_content a img
{
	border:none;
}
A.news_item_photo
{
	float:left;
	margin-right:10px;
}
A.new_item_title
{
	font-family:Arial;
	font-size:100%;
	font-weight: bold;
	color:#66ADD4;
	text-decoration: none;
}
A:hover.new_item_title
{
	text-decoration: underline;
}
A.news_item_text
{
	font-family:Arial;
	font-size:90%;
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}
A:hover.news_item_text
{
	text-decoration: underline;
}
.informed_copyright
{
	padding:5px;
	text-align:center;
	background-color: #F1F2F5;
	border:solid 1px #706963;
}
.Update
{
	width:267px;
	height:67px;
	padding-top:3px;
	padding-left:6px;
	background-image:url(images/test.jpg);	
	background-repeat:no-repeat;
	color:White;
	font-family:Verdana;
	font-size:11px;	
	line-height:16px;
	text-align:left;	
	margin-bottom:2px;
}
.RedUpdate
{
    width:273px;
	height:45px;
	padding-top:10px;
	background-image:url(images/redbg.jpg);	
	background-repeat:no-repeat;
	line-height:16px;
	text-align:left;	
	margin-bottom:2px;
	text-align:center;
	margin-top:5px;
	 color:White;
    font-weight:bold;
    text-decoration:none;
    display:block;
}
.Update2
{
	width:267px;
	height:62px;
	padding-top:8px;
	padding-left:6px;
	background-image:url(images/testEn.jpg);	
	background-repeat:no-repeat;
	color:White;
	font-family:Verdana;
	font-size:11px;	
	line-height:16px;
	text-align:left;	
	margin-bottom:2px;
}
.Update a, .Update2 a
{
	display:block;
	text-decoration:none;
	color:White;
}
.Update a:hover
{
	text-decoration:underline;
}
.LastUpdate
{
	width:267px;
	height:65px;
	padding-top:7px;
	padding-left:6px;	
	background-image:url(images/lastUpdate.jpg);
	background-repeat:no-repeat;	
	color:White;
	font-family:Verdana;
	font-size:11px;	
	line-height:14px;
	text-align:left;
	margin-bottom:2px;		
}
.LastUpdate a
{
	display:block;
	text-decoration:none;
	color:White;
	margin-top:1px;
}
.LastUpdate a:hover
{
	text-decoration:underline;
}
.rainbow
{
	text-align:left;
	width:328px;
	margin-left:10px;
	border:2px solid #E4E4E4;
	padding:5px 2px 3px 2px;	
	color:#D35713;
	font-size:100%;
}
.rainbow p img
{
	float:left;
	margin-right:5px;
}
.video
{	
	width:336px;
	margin-left:10px;
	margin-top:5px;	
}
