/************************************** STANDART CLASSES **************************************/

/* standart tags */
body {font-family: 'Trebuchet MS',Verdana, Geneva, Arial, Helvetica, sans-serif; color: Black; font-size: 12px; margin: 0px; padding: 0px; background: url(http://www.maksoft.net/Templates/evdito/images/bg.jpg) 50% 0% repeat-x;}
p, ul, ol, li { font-size: 12px; color: inherit; list-style: square; }
a { font-size: 12px; color: #0355ad}
a:hover {color: #000;}
hr {height: 1px; border: none; border-top: 1px dotted #0355ad}
table {color: Black; font-family:inherit; font-size: 12px; background: inherit; border: 0px; padding: 0px;margin: 0px; text-align: left;}
fieldset > legend { background-color: black; color: White;}
fieldset {background-color: invert; border: thin 1px solid invert; color: inherit}

/* main color classes */
/* 1-darkest; 2-dark; 3-normal; 4-light */

.t1 { background-color: #0355ad; color: #FFFFFF; font-size: 12px;}
	.t1 a{color: White;}
.t2 { background-color: #bfe2ca; color: #0355ad; font-size: 12px;}
	.t2 a{color: Black;}
.t3 { background-color: #dadada; color: #000000; font-size: 12px;}
	.t3 a{color: Black;}
.t4 { background-color: #FFFFFF; color: #000000; font-size: 12px;}
	.t4 a{color: Black;}

div.selected_sites {display: block; clear: both}
div.selected_sites li{list-style: circle;}
div.selected_sites h3 {color: #A0AAAE;}


/************************************** TEXT CLASSES **************************************/

/* big text */
big 	{font-size: 12px; font-family: inherit; color: inherit;}

/* smallest text min 8px; */
small {font-size: 9px; font-family:inherit; color: inherit;}

em 		{ font-style: italic; }
strong 	{ font-style: bold; }

h1 { font-size: 18px; font-weight: bold; color: #0355ad;} /* relative to h4 bgcolor or use extra color */
h2 { font-size: 16px; font-weight: bold; color: #0355ad;} /* relative to h3 bgcolor or use extra color */
h3 { font-size: 14px; font-weight: bold; color: #0355ad;} /* relative to h2 bgcolor or use extra color */
h4 { font-size: 12px; font-weight: bold; color: #0355ad;} /* relative to h1 bgcolor or use extra color */

/* extra text classes*/

/* long description text:  font, color, size */
.small_text {font-size: 10px; font-family: inherit; color: inherit;} 
/* accent text: small_text + 2px */
.big_text 	{font-size: 12px; font-family: inherit; color: inherit;}
/* title, color text: bgimage, border, +(2-4px).big_text */
.head_text 	{font-size: 18px; font-weight: bold; color: #0355ad; margin: 0 0 20px 0} 
.date {font-size: 10px; font-variant: italic;}


/************************************** LINK CLASSES **************************************/

/* navigation links */
#nav_links{font-size:10; color: #000000;}
.nav_links{font-size:10; font-family: inherit; color: inherit}

/* main link != A, text-decoration, hover color */	
.main_link {font-size: 14px; font-family:inherit; color: inherit; text-decoration: none;}
	.main_link:hover {color: Orange;}	

/* bordered link, color, border */	
.border_link {border: solid 1px #dce2e5; color: inherit}
	.border_link:hover {border: solid 1px Orange;}	

/* difernet color link */
.color_link {color: Orange}
	.color_link:hover {color: #fffce9;}	

/* diferent bgcolor link, filter alpha */
.bgcolor_link {background: #ebeff4; color: inherit;}
	.bgcolor_link:hover {background: Orange; color: White;}	


/* go back link, <<, text-decoration, color, bgcolor */
.back_link {font-size: 10px; font-weight: bold; color: inherit}
	.back_link:hover {color: #2f6fbf}
	
.label_link {text-decoration: none;}
.label_link:hover {text-decoration: underline;}

.subpage_link {font-size: 12px;}

a.download, a.download_doc, a.download_excel, a.download_zip {display: inline; width: 100%; height: 22px; line-height: 22px; background: url(http://www.maksoft.net/web/images/icons/down-blue.gif) 0% 50% no-repeat; padding-left: 30px;}
a.download_doc {background: url(http://www.maksoft.net/web/file_icons/doc.gif) 0% 50% no-repeat;}
a.download_excel {background: url(http://www.maksoft.net/web/file_icons/excel.gif) 0% 50% no-repeat;}
a.download_zip {background: url(http://www.maksoft.net/web/file_icons/zip.gif) 0% 50% no-repeat;}


/************************************** IMAGE CLASSES **************************************/

/* main image from the cuurent page, eccept images from the template */
.main_image {padding: 5px; border: 0px;}

/* border images, border alpha filter, padding, color border, border style */
.border_image {border: solid 5px #ebebea filter:alpha(opacity=50); padding: 0px; }

/* link image, hover: aplpha filter, invert filter s.o */
.link_image {}
	.link_image:hover {filter:alpha(opacity=50);}


/************************************** TABLE CLASSES **************************************/

/* main table, bgcolor, padding, margin, border=0px; */

.main_table {background: #FFF; margin: 15px 0 0 0; border: 10px solid #FFF;}
.main_tr 	{background: #f6faff; padding: 2px}
.main_td 	{background: #f6faff; padding: 2px}

/* border table: border, bgcolor, border-style, */
.border_table	{background: transparent; border: 0px solid #A0AAAE; color: inherit; font-family: inherit; font-size:inherit;}
.border_table tr, .border_tr {background: #FFF; }
.border_table td, .border_td {border-bottom:1px dotted #909090; color: #0355ad}
.border_table td b, .border_table td strong {color: #909090}

td.pageContent {background: url(http://www.maksoft.net/Templates/evdito/images/bg3.jpg) 100% 100% no-repeat #FFF;}

/************************************** BLOCK CLASSES **************************************/

/* message blocks, width, bgcolor, color */
.message_normal 	{display: block; margin: 5px; width: 100%; background: #f6faff; color: #000000; font: 10px inherit; padding: 10px; border: solid 1px #DDEBFF;}
	.message_normal a{color: Black;}
	.message_normal a:hover{color: Black;	text-decoration: underline;}

.message_warning 	{display: block; margin: 5px; width: 100%; background: #D5FCC9; color: #000000; font: 10px inherit; padding: 10px; border: solid 1px #CAEFA7;}
	.message_warning a{color: Black;}
	.message_warning a:hover{color: Black;	text-decoration: underline;}

.message_error 	{display: block; margin: 5px; width: 100%; background: #FF0000; color: #FFFFFF; font: 10px inherit; padding: 10px; border: solid 1px #D70000;}
	.message_error a{color: #FFF;}
	.message_error a:hover{color: White;	text-decoration: underline;}


/************************************** FORM CLASSES **************************************/

/* standart classes */
form 				{padding: 0px; z-index: 5; margin: 0px;}
input, select, { background: #f6faff; border: inset 1px #dce2e5; font-family: inherit; font-size: inherit; height: 20px;}
textarea 		{ background: #f6faff; border: inset 1px #dce2e5; font-family: inherit; font-size: inherit; }

/* form buttons classes */

.button_submit 	{background: #dce2e5; border: solid 2px #ebeff4; font-size: 10px; font-weight: bold; text-align: center; padding: 1px; text-decoration: none;}
.button_reset 		{background: #dce2e5; border: solid 2px #ebeff4; font-size: 10px; font-weight: bold; text-align: center; padding: 1px; text-decoration: none;}
.button_back 		{background: #dce2e5; border: solid 2px #ebeff4; font-size: 10px; font-weight: bold; text-align: center; padding: 1px; text-decoration: none;}
.button_search 	{font-size: 10px; font-weight: bold; background-image:  url(../../css/%22button_search.gif%22); background-repeat: no-repeat;}
.button_radio 		{background: #dce2e5; border: solid 2px #dce2e5; margin: 2px;}
.button_checkbox	{background: #dce2e5; border: solid 2px #dce2e5; margin: 2px;}
.list_menu 			{background: #f6faff; border: solid 1px #dce2e5; margin: 2px;}


/************************************** MENU CLASSES **************************************/

/*@import url(http://maksoft.net/css/menu_classes.css);
	/* predefine here*/

.menu_button {display: block; white-space: normal; margin:0px; font-family: inherit; font-size: 12px; font-weight: bold; background: #f6faff; border: solid 1px #ebeff4; padding:5px;}
	.menu_button:hover { background: #dce2e5; background-image:  url(../../css/menu_button_hover.jpg);}
.submenu_button {display: block; white-space: normal; font-family: inherit; font-size: 10px; background: #ffd52c; border-bottom: solid 0px ; padding-left:25px; background-image:  url(../../css/submenu_button.jpg); background-repeat: no-repeat;}
	.submenu_button:hover { background: #ffffff; font-weight: bold; background-image:  url(../../css/submenu_button_hover.jpg); background-repeat: no-repeat;}

.menu_button_bullet, .submenu_button_bullet {display: block; width: 20px; height: 20px; float: left;}


/************************************** EXTRA CLASSES **************************************/

/*@import url(http://maksoft.net/css/extra_classes.css);
	/* predefine here*/

/* bullets : bgimage 20x20px (.gif)*/

.bullet1 {white-space:nowrap; display: block; float: left;  background: url(http://www.maksoft.net/css/images/bullets/bullet1.gif) 50% 50% no-repeat; width:30px; height:30px;}/* prefix bullet */
.bullet2 {background-image: url(http://www.maksoft.net/css/images/bullets/bullet2.gif); display: block; float: left; width:20px; height:20px; background-repeat: no-repeat;}/* sufix bullet */	


/*@import url(http://maksoft.net/css/admin_classes.css);
	/* predefine here*/
	
/* SITE MAP */

#sitemap
{
	display: block;
	font-size: 11x;
}

#sitemap ol, #sitemap ul
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 25px;
	float: none;
	clear: both;
	display: block;
} 

#sitemap li
{
	list-style-type: none; 
	float: none;
	clear: both;
	display: block;
}

#sitemap a.level0
{
	text-decoration: none;
	font-size: 12px;
	float: none;
}

#sitemap a.level1
{
	text-decoration: none;
	font-size: 12px;
	float: none;
}

#sitemap a.level2
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
	float: none;
}

#sitemap a:hover
{
	color: Gray;
}

#sitemap a img
{
	border: none;
	vertical-align: middle;
	align: middle;
}

/* documents administration */

a.help_link
{
	cursor : help;
	text-decoration : none;
	border-bottom: dashed 1px;
}

a.help_link:hover
{
	text-decoration : none;
}

/* dynamic suggestion boxes */

.box_suggestion_normal {display: block; background: #f6faff; color: #000000; font: 10px inherit; padding: 10px; border: solid 3px #FF0000;}
	.box_suggestion_normal a{color: Black;}
	.box_suggestion_normal a:hover{color: Black;}
	
.box_suggestion_warning {display: block; background: #D5FCC9; color: #000000; font: 10px inherit; padding: 10px; border: solid 3px #CAEFA7;}
	.box_suggestion_warning a{color: Black;}
	.box_suggestion_warning a:hover{color: Black;}
	
	
.box_suggestion_error {display: block; background: #FF0000; color: #FFFFFF; font: 10px inherit; padding: 10px; border: solid 3px #D70000;}
	.box_suggestion_error a{color: White;}
	.box_suggestion_error a:hover{color: White}	
	
/*CMS classes*/

/*page content identificator*/
#pageContent {display: table; border: 0px solid #FF0000; margin: 10px 0 10px 10px; }
#pageContent .frontContent {display: block; width: 560px; margin: 0 0 10px 0px; padding: 10px 0 10px 0; background: url(http://www.maksoft.net/Templates/evdito/images/bg2.jpg) 0% 100% no-repeat #FFF;}
#pageContent .sPage{float: left; border: 0px solid #d9d9d9; margin: 1px;}
#pageContent .sPage a {font-weight: normal; text-decoration: none; }
#pageContent .sPage a:hover {font-weight: normal; text-decoration: none; color: #FF0000;}

#pageContent .sPage a.title{float: left; border: none; border-bottom: 1px solid #d9d9d9; color: #2e3192; font-size: 18px; font-weight: normal; display: block; width: 100%; margin: 1px; line-height:30px;}
#pageContent .sPage a.title:hover{background-color: #d9d9d9; color: #000000; font-weight: normal;}

#pageContent .sPage .text{float: left; margin: 1px; cursor: hand; }
#pageContent .sPage img{display: block; background-color: #d9d9d9; border: 0px; margin: 0px;}

#pageContent .sPage .ssLinks {display: block;}
#pageContent .sPage .ssLinks a{font-weight: italic; text-decoration: underline; color: #FF0000; margin-left: 15px; display: block;}
#pageContent .sPage .ssLinks a:hover{text-decoration: underline; color: #000000;}

#pageContent .sPage a.next_link {text-decoration: underline; display: block; text-align: right; color: #0355AD;}
#pageContent .sPage a.next_link:hover {color: #2f6fbf}	
	
.menu {background: url(http://www.maksoft.net/Templates/evdito/images/menu_bg.jpg) 0% 0% no-repeat #e6f3ea; color: #0355ad}
#top_menu {display: block; width: 404px; height: 35px; line-height: 35px; text-align: right; float: right;}
#top_menu a, #top_menu a.selected{display: block; float: left; width: 101px; height: 35px; text-align: center; line-height: 35px; color: #2e3192; font-size: 14px; text-decoration: none;}
#top_menu a:hover, #top_menu a.selected:hover {background: #2e3192; color: #FFF} 
#top_menu a.selected {background: #2f82dc; color: #FFF} 

.header {background: url(http://www.maksoft.net/Templates/evdito/images/banner.jpg) 0% 0% no-repeat; height: 207px;}

body.mceContentBody {background: #FFF; } 

a.usefull_links {display: block; height: 40px; text-align:center; background: #0455ae; color: #FFF; text-decoration: none; line-height: 40px; text-transform:uppercase;}