/*--------------------------------------------tag styles-------------------------------------------*/
/*universal*/


/*body*/
body							{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
							 background-image:url(../images/bg_cables.jpg); 
							 background-repeat:repeat; background-attachment:fixed; text-align:center; 
							 scrollbar-face-color:#3B54F7; scrollbar-highlight-color:#3B54F7; 
							 scrollbar-3dlight-color:#3B54F7; scrollbar-darkshadow-color:#3B54F7; 
							 scrollbar-shadow-color:#3B54F7; scrollbar-arrow-color:#ffffff; 
							 scrollbar-track-color:#ffffff;}

/*tables*/
table 						{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:100%;} 
table td						{text-align:left; vertical-align:top;}
                                              

/*links*/
a:link 						{font-family:Verdana, Arial, sans-serif; color:#333333; font-weight:normal; text-decoration:none;}
a:visited						{font-family:Verdana, Arial, sans-serif; color:#333333; font-weight:normal; text-decoration:none;}
a:active 						{font-family:Verdana, Arial, sans-serif; color:#333333; font-weight:normal; text-decoration:none;}
a:hover						{font-family:Verdana, Arial, sans-serif; color:#999999; font-weight:normal; text-decoration:none;}

/*forms*/
input						{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

						    
/*----------------------------------------------classes----------------------------------------------*/

/*universal*/

/*tables*/
/* IMPORTANT: dont change the order direction of the table style tags.
   the tag overruls each other. changing the order may have bad reults */
.tbl_menu_main					{width:800px;}
.tbl_menu_main	td				{width:125px; height:66px; color:#666666; border-right:solid 4px #333333; 
					 		 padding:4px; padding-left:6px; padding-right:6px;}
.tbl_menu						{}
.tbl_menu	td					{height:20px; background-color:cccccc; border-right:solid 1px #666666; 
							text-align:center; vertical-align:middle;}
.tbl_structur_main				{width:800px; background-color:#ffffff;
				 	 		 padding:0px; margin-left:2px; margin-right:3px;}
.tbl_structur_sub				{width:100%;}
.tbl_structur_sub td			{width:none; height:0px; padding:0px; border:none;}		
.tbl_structur_sub_padding		{width:100%;}
.tbl_structur_sub_padding td		{width:none; height:0px; padding:30px; padding-left:40px; padding-bottom:4px; border:none;}				 	
							 
/*headers*/
.hdr_giant					{font-size:18px; font-weight:bold;} 
.hdr_large					{font-size:14px; font-weight:bold;} 
.hdr_menu						{color:#666666; font-weight:bold; text-transform:uppercase;} 
.hdr_medium					{font-size:12px; font-weight:bold;} 
.hdr_small					{font-size:11px; font-weight:bold;}

/*texts*/
.txt_small					{font-size:10px;}

/*forms*/

/*links*/
.lnk_white a:link	 		{color:#ffffff;}
.lnk_white a:visited 		{color:#ffffff;}
.lnk_white a:active 		{color:#ffffff;}
.lnk_white a:hover 			{color:#cccccc;}
