@import url(http://maksoft.net/css/standart_classes.css);
	/* predefine here*/
/* standart tags */

body
{ 
	background-image : url(http://www.maksoft.net/css/aris/images/bg.jpg);
	background-repeat : repeat-x;
	background-position : 0% 0%;
	background-color : #21a3b9;

}

p, ul, li { font-size: 12px; color: #006f82; list-style: square; }
A {text-decoration: none; font-size: 12px; color: #006f82; }
A:hover { color: #000000;}
hr {border: solid 1px #006f82; display: block; width: 98%; text-align: center;}
table {font-size: 12px;}
/* main color classes */
/* 1-darkest; 2-dark; 3-normal; 4-light */

.t1 { background-color: #006f82; color: #FFFFFF; font-size: 10px;}
	#t1 a{color: White;}
.t2 { background-color: #47a5ae; color: #000000; font-size: 10px;}
	#t2 a{color: Black;}
.t3 { background-color: #ebeff4; color: #000000; font-size: 10px;}
	#t3 a{color: Black;}
.t4 { background-color: #FFFFFF; color: #000000; font-size: 10px;}
	#t4 a{color: Black;}
	
#head_text
{
	display: block;
	background-color : #88e0c0;
	text-align : right;
	border-top : 2px solid #000044;
	width : 594px;
	padding-top : 10px;
	padding-bottom: 10px;
	margin-bottom : 10px;
	
}	

#head_text b
{
	color: #FFFFFF;
	font-size: 20px;
	text-transform : uppercase; 
	font-weight : normal;
	margin : 15px;
}

#head_text2
{
	display: block;
background-color : #ededed;
	text-align : right;
	width : 594px;
	padding-top : 10px;
	padding-bottom: 10px;
	margin-bottom : 10px;
	
}	

#head_text2 b
{
	color: #5e7195;
	font-size: 20px;
	text-transform : uppercase; 
	font-weight : normal;
	margin : 15px;
}


@import url(http://maksoft.net/css/text_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/link_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/image_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/table_classes.css);
	/* predefine here*/

#border_table
{
	background: #7595ac;
	border: none;
	margin: 0px;
}

#border_table th 		{background: #7595ac; border-bottom: none; color: #FFFFFF; font-size : 10px; font-weight : bold; text-align : left;}
#border_table th a {color: #FFFFFF; font-size: 10px;}
#border_table a 	{font-size : 10px; color: #000000;}
#border_table a:hover 	{color: #000000; text-decoration : underline;}
#border_table th a:hover 	{color: #FFFFFF; text-decoration : underline;}
#border_table tr 		{background: #a2b7c7; border-bottom: none;}
#border_table td	 	{border-bottom:1px solid #7595ac;  border-left: 0px; border-right: 1px solid #7595ac; border-top: 0px; color: #000000;}

#border_table2
{
	background: #3db3da;
	border: none;
	margin: 0px;
}

#border_table2 th 		{background: #3db3da; border-bottom: none; color: #FFFFFF; font-size : 10px; font-weight : bold; text-align : left;}
#border_table2 th a {color: #FFFFFF; font-size : 10px;}
#border_table2 a 	{font-size : 10px; color: #000000;}
#border_table2 a:hover 	{color: #FFFFFF; text-decoration : underline;}
#border_table2 th a:hover 	{color: #FFFFFF; text-decoration : underline;}
#border_table2 tr 		{background: #76cbeb; border-bottom: none;}
#border_table2 td	 	{border-bottom:1px solid #3db3da;  border-left: 0px; border-right: 1px solid #7595ac; border-top: 0px; color: #000000;}


@import url(http://maksoft.net/css/block_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/form_classes.css);
	/* predefine here*/

@import url(http://maksoft.net/css/menu_classes.css);
	/* predefine here*/


/* table box classes */

.infoBox 			{background-color: #d7f0ff; padding-left: 1px;	padding-right: 1px; margin-bottom : 0px}/* dark content */
.infoBoxContents	{background: transparent; padding: 0px;}/* light content */
.infoBoxContents a {font-size: 10px;}
.infoBoxHeading
{
	background-image:url(http://www.maksoft.net/css/aris/images/infoBoxHeading_bg.gif);
	background-repeat: repeat-x;
	background-position : 50% 0%;
	color: inherit;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 1px;
}

.infoBoxFooter
{
	background-image:url(http://www.maksoft.net/css/aris/images/infoBoxFooter_bg.gif);
	background-repeat: repeat-x;
	background-position : 50% 100%;
	color: inherit;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	padding: 1px;
}


/* corners  */

.corner_top_left
{
	background-image:url(http://www.maksoft.net/css/aris/images/corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

.corner_top_right
{
	background-image: url(http://www.maksoft.net/css/aris/images/corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding:0px;
	margin: 0px;
	width:20px;
	height:20px;
}

.corner_bottom_left
{
	background-image:url(http://www.maksoft.net/css/aris/images/corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}

.corner_bottom_right
{
	background-image: url(http://www.maksoft.net/css/aris/images/corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding:0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}	
	
@import url(http://maksoft.net/css/admin_classes.css);
	/* predefine here*/
	
	
#top_menu
{
	display: block;
	width : 580px;
	height : 40px;
	background-color: #88a8b7;
	text-align : left;
	margin : 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#top_menu a
{
	color : #FFFFFF;
	display : block;
	width : 90px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	text-align : center;
	float : left;
	text-decoration : none;
	background-color : #1d9e1d;
	border-right : 1px solid #FFFFFF;
	text-transform : uppercase;
	font-size: 10px; 
}

#top_menu a:hover, #top_menu a.selected
{
	background-color : #000066;
	font-weight : bold;
	text-decoration : none;
}

#news a
{
	color: #485e88;
	text-decoration : none;
	font-size : 14px;
}
#news a:hover
{
	color: #47a5ae;
	text-decoration : underline;
}

#contacts_box
{
	background-color: #ffffff;
	padding: 5px;
	border: solid 1px #ebeff4;
	text-align: center;
	display: block;
	width: 95%
}


#login_box .input_text, #contacts_box .input_text
{
	background-image: url(http://www.maksoft.net/css/aris/images/input_bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: none;
	width: 190px;
	height: 22px; 
	padding-left: 10px;
	padding-top: 3px;
	color: #004972;
	margin: 2px;
}

#contacts_box .text_area
{
	background-image: url(http://www.maksoft.net/css/aris/images/textarea_bg.jpg);
	background-position: 50% 50%;
	border: none;
	width: 190px;
	height: 190px; 
	padding-left: 10px;
	padding-top: 3px;
	color: #004972;
	background-repeat: no-repeat;
	overflow: auto;
	margin:2px;
}

#contacts_box a.submit_button
{
	background-image: url(http://www.maksoft.net/css/aris/images/button_submit.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: none; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center; 
	padding: 5px; 
	text-decoration: none;
	display: block;
	width: 100px;
	height: 26px;
	color: #FFFFFF;	
}
