/* 
	GENERIC 
*/

H1, .H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
	margin-bottom: 8px;
	text-decoration: none;
}
.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.CenteredTitle
{
	font-weight: bold;
	color: #ff0033;
	text-align: center;
}

H2, .H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #666644;
	margin-bottom: 10px;
	text-decoration: none;
}

H3, .H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #666644;
	margin-bottom: 18px;
	text-decoration: none;
}


TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #7BBF13;
}
.link  {
    color:  #7BBF13;
}

A:visited   {
    text-decoration:    none;
    color:  #7BBF13;
}

A:active    {
    text-decoration:    none;
    color:  red;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    disc;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

Body
{
    background-color: #FFFFFF;
    margin: 0 0 0 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #444444;  
}


/* 
	CLASSES 
*/

/* Portal footer */
.PortalFooter {
    background-color: #D06B12;
}

/* Portal banner  */
.PortalBanner {
    background-color: #FFFFFF;
}

.PaneContent
{
	padding: 0 0 0 4;
	/* Width: *; */
}
.MenuUp
{
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #26462F;
}
.PaneLeft
{
	background-color: FEFEFE;
}

.PaneRight
{
	font-size: 8;
	Width: 187;
	background-color: #F5F6F8;
}

.PortalBody
{
	margin: 0 0 0 0;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle 
{
	padding-left:10;
  font-family: Verdana;
  font-size: 20px;
  color:#ffffff
}
  
/* text style for the site links (at extreme top-right of header) */

.SiteTop 
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;  
 }
 
/* hyperlink style for the site links */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    color: Black;
}

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;
}
/* hyperlink style for the site links */
.SiteLinkB {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4;
    padding-right: 4;
    color: #BEC8C1;
}
A.SiteLinkB:link {
    text-decoration:    none;
    color:#BEC8C1;
}

A.SiteLinkB:visited  {
    text-decoration:    none;
    color:#BEC8C1;
}

A.SiteLinkB:active   {
    text-decoration:    none;
    color:#BEC8C1;
}

A.SiteLinkB:hover    {
    text-decoration:    underline;
    color:#ffffff;
}


.PageFoot
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}
A.PageFoot:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.PageFoot:visited  {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.PageFoot:active   {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.PageFoot:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}


.BetweenImages
{
	font-size:6px;
}

A.EditButton:link {
    text-decoration:    none;
    font-size: 12px;
    color:white;
}

A.EditButton:visited  {
    text-decoration:    none;
    font-size: 12px;
    color:#eeeeee;
}

A.EditButton:active   {
    text-decoration:    none;
    font-size: 12px;
    color:#eeeeee;
}

A.EditButton:hover    {
    text-decoration:    underline;
    font-size: 12px;
    color:white;
}


/* style for separator between site links */
.Accent
{
	font-size:10px;
    color: Black;
    font-weight:    bold;
}

.SearchTextBox
{
	 font-family: Verdana, Helvetica, sans-serif;
   font-size: 9px;
   font-weight: normal;
   color: #444444;
   border-bottom: solid 1px #999999;
   border-left: solid 1px #444444;
   border-right: solid 1px #999999;
   border-top: solid 1px #444444;
}
.Search{
	background-color: #7BBF13;
	border:0px;
	border-left:solid 1px #7BBF13;
	border-right:solid 1px #4280BF;
	border-top:solid 1px #89B7E6;
	border-bottom:solid 1px #4280BF;
	font-size: 10px;
	padding: 0 2 0 2;
}
.SmallSearch
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #26462F;
}


/* GENERAL */
/* style for module titles */
.ModuleTitle
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
    font-weight:    normal;
    color: #ffffff;
	background:#7BBF13;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:1px;
	padding-right:1px;
}

.Module
{
	border:#7BBF13 1px solid;	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #7BBF13;
}
.Head    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}

.Normal, td
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;  
}
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;  
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #21599C;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
}
.SmallTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #444444;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #444444
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
		background-image: url(http://www.minrol.gov.pl/images/bg.gif);
		background-repeat: no-repeat;
		padding-left:10;
		padding-bottom:1;
    text-decoration:    none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #7BBF13;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #7BBF13;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #7BBF13;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

.ButtonBlue
{
	border-right: #1f518a thin solid;
	border-top: #1f518a thin solid;
	font-weight: bold;
	font-size: 11px;
	border-left: #1f518a thin solid;
	cursor: hand;
	color: white;
	border-bottom: #1f518a thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #7BBF13;
}

.aspnmG{
	background-color: #FEFEFE;
	border:0px;
	padding: 4 2 4 2;
	color: #136511;
}

.aspnmG1{
	background-color: #FEFEFE;
	background-image:url(http://www.minrol.gov.pl/images/tomenu.gif);
	background-repeat:repeat-x;
	background-position: left top;
	border:0px;
	padding: 4 2 4 2;
	color: #136511;
}
.aspnmOnMouseOver
{
	background-color: #E3F3E1;
	border:0px;
	padding: 4 2 4 2;
	background-image:url(http://www.minrol.gov.pl/images/tomenuhover.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
.aspnmOnMouseOut{
	background-color: #FEFEFE;
	border:0px;
	padding: 4 2 4 2;
	background-image:url(http://www.minrol.gov.pl/images/tomenu.gif);
	background-repeat:repeat-x;
	background-position: left top;
}

.AspMenu
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	
}
.AspMenuSelected
{
	color: #B0B0B0;
	font-family: verdana;
	font-size: 11px;
	
}
A.AspMenuSelected:link  {
    color: #B0B0B0;    
    text-decoration:none;
}

A.AspMenuSelected:visited   {
    color: #B0B0B0;    
    text-decoration:none;
}

A.AspMenuSelected:active    {
    color: red;
    text-decoration:underline;
    
}

A.AspMenuSelected:hover {
    color: red;    
    text-decoration:underline;
    
}
A.AspMenu:link  {
    color: #000000;    
    text-decoration:none;
}

A.AspMenu:visited   {
    color: #000000;    
    text-decoration:none;
}

A.AspMenu:active    {
    color: red;
    text-decoration:none;
    
}

A.AspMenu:hover {
    color: red;    
    text-decoration:underline;
    
}
.AspMenuUnderLine {
    color: #444444;    
    text-decoration:underline;
    
}
.m 
{ font-size:10px;
	font-family:Verdana
}
.fld {
	COLOR: #52759c
}
.fld A {
	COLOR: #52759c
}
.flda {
	BACKGROUND-COLOR: #B5CBDE ;COLOR: #ffffff;font-size: 10;
}

/*calendar*/

.tbw{font-family: verdana, arial, Helvetica; border: 1px solid #000000}
.a1		{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif}
.a1b		{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.a2b		{font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
a.u			{color: #003399; text-decoration: underline}
a.u:active	{color: #003399; text-decoration: underline}
a.u:hover	{color: #FF6600; text-decoration: underline}

.MainTree
{
	BORDER:#7BBF13 1px solid;
	overflow:auto;
	scrollbar-3dlight-color:#ffffff;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#7BBF13;
  scrollbar-track-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#7BBF13;
  scrollbar-highlight-color:#7BBF13;
  scrollbar-shadow-color:#7BBF13;
}

.MainTreeTitle
{		
	background-color:#7BBF13;
	font-family:Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.MainTreeBorder
{
	BORDER:#7BBF13 1px solid;
}

.inputCA
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	border-style: outset;
	padding-top: 3px;
	font-family: monospace;
}

.HeadBlue 
{
	color: #639ACE;
    font-weight: bold;
	margin-bottom: 18px;
}

.Intend {
    margin-left: 10px;
}

.Table {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #444444;
	background-color: #f7f7f7;
}

.TableHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	text-align: center;
    color: #444444;
	background-color: #f7f7f7;
}


.TickMed { 
	list-style: url(http://www.bip.minrol.gov.pl/strona/images/bg.gif) square; 
}
/*File Repozytory My Folders*/
.frMyFoldersTable
{
	
}
.frMyFoldersTd
{
	
}
.frMyFoldersHref {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    color: #7BBF13;
}
A.frMyFoldersHref:link {
    text-decoration:    none;
    color:#7BBF13;
}

A.frMyFoldersHref:visited  {
    text-decoration:    none;
    color:#7BBF13;
}

A.frMyFoldersHref:active   {
    text-decoration:    none;
    color:#7BBF13;
}

A.frMyFoldersHref:hover    {
    text-decoration:    underline;
    color:#7BBF13;
}
/*File Repository Shared*/
.frSettingIFrame
{
	border: #639ACE 1px solid;
}
/*File Repository Document List*/
.frDocListFolderTable
{
	background-color: #7BBF13;
}
.frDocListFolderTableTd
{
	font-weight: bolder;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
/**/
.frMyFoldersInput
{
	width: 13px;
	height: 13px;
}
/*File Repository Subscription*/
.frSubscriptionFolderTable
{
	background-color: #7BBF13;
}
.frSubscriptionFolderTableTd
{
	font-weight: bolder;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}
/**/
.TableButton{background-color:#FFFFFF;border: solid 1px #FFFFFF;cursor:hand}
.TableButtonOver{background-color:"#CBE3F9";border: solid 1px #134D8C;cursor:hand}
.TableButtonClick{background-color:#9FC4F1;border: solid 1px #134D8C;cursor:hand}

/* MENU TOOLBARS*/
.MenuNormal
{
	background-color:white;
	border: solid 1px white;
}
.MenuHover
{
	background-color:#B5BDD6;
	border: solid 1px darkblue;
}
.MenuClick
{
	background-color:#8494B5;
	border: solid 1px darkblue;
}

.DataGrigHeader
{
	background-color:#F1F1F1;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	
}
.DataGrigItems
{
	font-family: Verdana;
	border-color:#DDDDDD;
	padding:5;
	font-size: 11px;
	color: #666666;	
}
.DataGrigItemsSelected
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	border-left-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-bottom: 5px;
	color: #666666; 
	border-top-color: #dddddd;
	padding-top: 5px;
	font-family: Verdana;
	background-color: gainsboro;	
	border-right-color: #dddddd;
}
.DataGridFooter
{
	background-color:Gainsboro;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.MenuTable
{
	background-image:url(images/menuBg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	padding-top:4px;
	padding-bottom:4px;
}

.pfont {
    font-size:  7px;
    font-weight:    normal;
}