/* base_compact.css */
body {
   SCROLLBAR-BASE-COLOR: #ee3221;
	scrollbar-arrow-color: #8B0000;
	scrollbar-darkshadow-color: #ee3221;
	scrollbar-highlight-color: #ee3221;
	scrollbar-shadow-color: #ee3221;
	scrollbar-track-color: #F28C84;
	scrollbar-3dlight-color: #F28C84;
	font-size: 10px;
	}
a
{
	color: black;
	text-decoration: none; 
	border: 0px;
	
}

a:hover
{
	color: #DAA520; 	
}


/* main link != A, text-decoration, hover color */	
a.main_link {text-transform: uppercase; border-bottom: 1px dotted #F00; font-size: 12px;}
	a.main_link:hover {color: #c9c9c9;}	

/* bordered link, color, border */	
a.border_link {border-bottom: dotted 1px #dce2e5;}
	a.border_link:hover {border-bottom: dotted 1px c9c9c9;}	

/* difernet color link */
a.color_link {color: #c9c9c9}
	a.color_link:hover {color: #000;}	

/* diferent bgcolor link, filter alpha */
a.bgcolor_link {background: #efefef; color: #c9c9c9; padding: 2px;}
	a.bgcolor_link:hover {background: #c9c9c9; color: #000;}	

/* read more link, >>, text-decoration, color, bgcolor */
a.next_link {font-size: 10px; font-weight: bold; display: block; text-align: right; color: #c9c9c9; border-top: 1px dotted #c9c9c9;}
	a.next_link:hover {color: #000}	

/* go back link, <<, text-decoration, color, bgcolor */
a.back_link {font-size: 10px; font-weight: bold; color: inherit}
	.back_link:hover {color: #c9c9c9}
	
.label_link {text-decoration: none;}
.label_link:hover {text-decoration: underline;}

a.subpage_link {font-size: 12px;}


p, ul, li, td, tr {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
	font-size: 10px;
	}
	
input 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000066;
	border: 1px solid #FEDA96;
	background-color: #ffebeb;
	height: 15px;
	}
		
.t3 {
   background: #b4372c;
   color: #FFFFFF;
	background-image:url(http://www.maksoft.net/css/base_compact/bg1.jpg);
	font-size: 10px;
}

.t1 {
	background: #D93535;
	color: White;
	font-size: 10px;
}
#nav_links {margin: 10px;}
.nav_links
{
	color: white;
}

.nav_links:hover
{
	color: yellow;
}

.t2 {
	background: #FEDA96;
	font-size: 10px;
}
.t4 {
	background: #ffebeb;
	font-size: 10px;
}

h1.head_text {font-size: 16px; color: #b4372c; border-bottom: 1px dotted #efefef; padding: 5px 0 5px 0;}

/* --- menu styles ---
/* level 0 inner */
.m0l0iout  {
	font-size: 9pt;
   text-decoration: none;
   padding-left: 5px;
	border-right: 1px solid #FFFCE8;
	background: transparent;
	color: #FFFFFF;
}
.m0l0iover {
   font-size: 9pt;
   text-decoration: none;
   padding-left: 5px;
   color: #AC4D08;
	background: #FEF3D6;
	border-bottom: 1px solid #FFFCE8;
}

/* level 0 outer */
.m0l0oout  {
   font-size: 9pt;
   text-decoration: none;
   color: #AC4D08;
	background: transparent;

}
.m0l0oover {
   font-size: 9pt;
   text-decoration: none;
   color: #AC4D08;
	background: Red;
}

/* Level 1 inner *  custom */
.m0l1iout  {
   font-size: 9pt;
   text-decoration: none;
   padding-left: 5px;
   color: #AC4D08;
	background: #FEF3D6;
   border-bottom : 1px solid #FEDA96;
}
.m0l1iover {
   font-size: 9pt;
   text-decoration: none;
   padding-left: 5px;
   color: #AC4D08;
   background: #FEDA96; 
	border-bottom : 1px solid #FFFCE8;
}
/* boxes ========================================================================== */

.menu_button
{
	width: 175px;
	height: 20px;
	vertical-align: middle;
	padding-left: 5px;
	border-bottom: solid 1px #b4372c;
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, UnvCyr, serif;
	text-decoration: none;
	
}

.menu_button:hover
{

	background: #fda3a3;
	color: black;
	border-bottom: solid 1px #FEDA96;
}

/* table box background */
.infoBox
{
	background: #DF9208;
	padding-left: 1px;
	padding-right: 1px;
}

/* box contents */
.infoBoxContents
{
	background: #FEDA96;
}

/* box heading contents */
.infoBoxHeading
{
	background-image:url(http://www.maksoft.net/css/main/infoBoxHeading_bg.gif);
	background-repeat: repeat-x;
	color: Maroon;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}
.infoBoxFooter
{
	background-image:url(http://www.maksoft.net/css/main/infoBoxFooter_bg.gif);
	background-repeat: repeat-x;
	color: Maroon;
	text-align: left;
	font-size: 13px;
	height: 20px;
	vertical-align: middle;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
/* corners ========================================================================== */

.corner_top_left
{
	background-image:url(http://www.maksoft.net/css/main/corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	width: 20px;
	height: 20px;
}

.corner_top_right
{
	background-image: url(http://www.maksoft.net/css/main/corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px;
	width:50px;
	height:20px;
}

.corner_down_left
{
	background-image:url(http://www.maksoft.net/css/main/corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	width: 20px;
	height: 20px;
}

.corner_down_right
{
	background-image: url(http://www.maksoft.net/css/main/corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px;
	width: 20px;
	height: 20px;
}

/*text definitions*/

.text_normal
{
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text_label
{
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

/* form buttons */

.button_reset
{
	
}

.button_submit
{
	
}

.button_go
{
	background-image: url(http://www.maksoft.net/css/main/button_go.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 15px;
	background-color: transparent;	
	border: none;
	cursor: hand;
		
}

#other_links {margin: 20px 0 20px 0; clear:both;}
#other_links a{padding: 5px; margin: 1px; text-decoration: none; color:#b4372c; background: #F5F5F5; display: block; float:left; white-space:nowrap}	
#other_links a:hover {color:#FFF; background: #b4372c;}
