﻿/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  516195*/
.HeadBg {
    color : #516195;
    }

/* background color for the content part of the pages DAFAFC*/
Body{
    font-family: Tahoma, Verdana Bold, Helvetica, sans-serif;
    color: black;
    font-size: 12px;
    background-color: #FFFFC6;
}

TD{
    font-family: Tahoma, Verdana Bold, Helvetica, sans-serif;
    color: black;
    font-size: 13px;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Tahoma, Verdana Bold, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #516195;
    border-color: white;

}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #516195;
    border-color: white;

}

/* text style for the selected tab */
.SelectedTab {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:white;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:white;
    text-decoration: none;
    font-weight: normal
}

/* hyperlink styles of the unselected tabs */

A.OtherTabs:link    {
    text-decoration:    none;
    color: white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color: black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color: black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: black;
}

/* style for separator between site links */
.Accent
{
    color: black;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: black;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;   
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.NormalRed
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.NormalBold
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    color: #666644;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}
    



/* GENERIC */
H1  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: black;
}

H3  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H4  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: black;
}

H5, DT  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

H6  {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

TFOOT, THEAD    {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
    
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline ;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
    color: #666666;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Tahoma, Verdana Bold, Helvetica, sans-serif;
    color: black;
    font-size: 12px;

}

HR {
    color: #cccc99;
    height:1px; 
}

/* Dodane przez Grzegrorza Jaworowskiego*/
/*Loga BIP i ESP*/
#loga_BIPiESP {
    position:absolute;
    margin-top: -95px;
    margin-left: 680px;
}
/*Loga BIP i ESP*/

.naglowek_tabla{
    border: 1px solid;
    background-color: Maroon;
    
}

/*studiuj w podlaskiem*/
#studiuj, #studiuj ul
{
    text-decoration: none;
    margin: 0px 0px 5px 0px;
    margin-left: 3px;
    float: left;
    padding: 0;
}

#studiuj li
{
    display:block;
    position: relative;
    float: left;
    margin-bottom : 0px;
}

#studiuj li a{
font: 11px Aral, Verdana Bold, Helvetica, sans-serif;
	display: block;
	color: white;
	text-decoration: none;
	background-repeat: no-repeat;
	background: url('pill2.gif');
}

#studiuj a:hover{

    display: block;
    color: #cccccc;
    text-decoration: none;
    background-repeat: no-repeat;
    background:url('pill2.gif');
}	
/*koniec studiuj w podlaskiem*/

/*banery po lewej*/
div#tab {position: relative; left: 0px; top: 0px;}
div#baner0 {position:absolute; left: -165px; top: 495px;}/*height60*/
div#baner1 {position:absolute; left: -195px; top: 567px;}/*height39*/
div#baner2 {position:absolute; left: -195px; top: 613px;}/*height58*/
div#baner3 {position:absolute; left: -195px; top: 678px;}/*height61*/
div#baner4 {position:absolute; left: -195px; top: 746px;}/*height115*/
div#baner5 {position:absolute; left: -195px; top: 868px;}/*height81*/
div#baner6 {position:absolute; left: -195px; top: 956px;}/*height67*/
div#baner7 {position:absolute; left: -195px; top: 1035px;}/*height150*/
} 

/*koniec banery po lewej*/


/****meni poziome górne****/
#nav_pozio, #nav_pozio ul
{
    margin: -10px 0 5px 0;
    margin-left: 25px;
    font: 13px Aral, "Verdana Bold", Helvetica, sans-serif; 
    text-decoration: none;
    padding: 0;
    padding-top: 1px;
    float: left;
    
}

#nav_pozio li
{
    display: inline;
    position: relative;
	float: left;
	margin-bottom : 0px;
	border-right: 1px solid ;
	
}

#nav_pozio li ul
{
    	position: absolute;
    	margin-top: 0px;
		display: none;
}

#nav_pozio li a{
		font: 13px Aral, Verdana Bold, Helvetica, sans-serif;
		padding: 3pt 0pt 4pt 0pt;
		width : 100px;
		display : block;
		color : black;
		text-decoration : none;
		background: url(obraz1__.gif);    
}

#nav_pozio li a.szer{
    width: 170px;
}

#nav_pozio a:hover{
    border: none;
    color: white;
    text-decoration: none;
    background: url(obraz2__.gif);
    
}

#nav li a.lewa:hover{
	background: url(obraz1__.gif);
	color:black;
	}

#nav_pozio li a.lewa{
    border-right: 0px;
    width: 70px;
    background: url(obraz2__.gif);
	color:white;
}


   

	#nav_pozio li:hover ul ul, 
	#nav_pozio li:hover ul ul ul, 
	#nav_pozio li.sfhoverr ul ul,
	#nav_pozio li.sfhover ul ul ul {
		display: block;
	}
	

	#nav_pozio li:hover ul, 
	#nav_pozio li li:hover ul, 
	#nav_pozio li li li:hover ul,
	#nav_pozio li.sfhoverr ul, 
	#nav_pozio li li.sfhoverr ul, 
	#nav_pozio li li li.sfhoverr ul { /* lists nested under hovered list items */
		display: block;
	}

/****koniec meni poziome****/




/**** meni pionowe ****/
	#nav, #nav ul { /* all lists */
		margin: 2px 0 0 0;
		padding: 0;
		margin-left: 0px;
		list-style: none;
		width : 175px;
		font-size: 12px;

	}
	
	#nav li { /* all list items */
		position: relative;
		float: left;
		line-height: 26px;
		margin-bottom: 0px;
		
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		display: none;
		margin-left: 175px;
		margin-top: -20px;
	}
	
	#nav li ul.rozwin_sz_r { /* second-level lists */
		margin-top: -35px;
	}
	
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a 
	{
		font: 13px Aral, Verdana Bold, Helvetica, sans-serif;
		padding: 3pt 0pt 4pt 0pt;
		width: 175px;
		display: block;
		color: black;
		text-decoration: none;
		background: url(obraz1__.gif);
	}
	
	#nav li a.szczegulne{
	background: url(obraz2__.gif);
	color:white;
	}
	
	#nav li a.szczegulne:hover{
	background: url(obraz1__.gif);
	color:black;
	}
	
    #nav li a.szczegulne_rozwin_sz {
		background: url(obraz2_s_.gif);
		color:white;
	}
	
	#nav li a.szczegulne_rozwin_sz:hover {
		background: url(obraz1_s_.gif);
		color:black;
	}

	#nav li a.rozwin {
		background: url(obraz1__r.gif);
	}
	
    #nav li a.rozwin_sz {
		background: url(obraz1_s_.gif);
	}
	
	#nav li a.rozwin_sz_r {
		background: url(obraz1_s_r.gif);
	}
	
	#nav li a:hover {
		color: white;
		background: url(obraz2__.gif);
	}
	
	#nav li a.rozwin:hover {
		background: url(obraz2__r.gif);
	}
		
	#nav li a.rozwin_sz:hover {
		background: url(obraz2_s_.gif);
	}
	
	#nav li a.rozwin_sz_r:hover {
		background: url(obraz2_s_r.gif);
	}
	
	#nav li a.szczegulne_rozwin{
	background: url(obraz2__r.gif);
	color:white;
	}
	
	
	#nav li a.szczegulne_rozwin:hover{
	background: url(obraz1__r.gif);
	color:black;
	}
		
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		display: block;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		display: block;
	}
	
/*** koniec meni***/

/*dodane przez Grzegorza Jaworowskiego*/