/* CSS Document */


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#FFFFFF;color:#333333;font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;text-align:center;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-top:10px;margin-bottom:10px;}
OL		{margin-top:10px;margin-bottom:10px;}
LI		{padding-top:2px;padding-bottom:2px;}
/*TABLE	{border-spacing:0px;border-collapse:collapse;}*/

TD		{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;vertical-align:top;}

/*----------------------------------------------------------------------------*/

FORM			{margin:0px;}
TEXTAREA		{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;
				padding:5px;margin-top:5px;height:45px;
				}
TEXTAREA.add 	{ width:535px;
				}
INPUT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;
				}
SELECT			{
				border:1px solid #999999;background:#FFFFFF;color:#333333;font-weight:normal;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;
				}	
SELECT.add		{
				width:545px;
				}						

INPUT.submit_1 {
				border:1px solid #999999;color:#006600;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;font-weight:bold;
				padding:0px;padding-left:2px;padding-right:2px;height:16px;
				}
INPUT.submit_2 {
				border:1px solid #999999;color:#666666;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding:0px;padding-left:2px;padding-right:2px;padding-bottom:1px;height:16px;
				}
INPUT.submit_3 {
				border:1px solid #999999;color:#333333;background-image: url(../_img/bg_P2B.gif);background-repeat: repeat-x;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;
				padding-left:2px;padding-right:2px;height:16px;
				}
				
INPUT.add {
				width:540px;
				}				
				
				
INPUT.submit_image {
				border:0px;padding:0px;
				}
INPUT.checkbox {
				border:0px;padding:0px;background:none;width:13px;
				}
INPUT.file {
				border:1px solid #999999;background:#FFFFFF;color:#333333;
				font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;;
				padding-left:2px;padding-right:2px;width:100%;
				}


/*----------------------------------------------------------------------------*/

HR	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:1px solid #2d2d65;;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:2px solid #2d2d65;;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:none;color:#333333;}
A:link			{text-decoration:none;color:#333333;}
A:active		{text-decoration:none;color:#333333;}
A:visited		{text-decoration:none;color:#333333;}
A:hover			{text-decoration:underline;color:#666666;}

A.img			{text-decoration:none;border:none;}
A.img:link		{text-decoration:none;border:none;}
A.img:active	{text-decoration:none;border:none;}
A.img:visited	{text-decoration:none;border:none;}
A.img:hover		{text-decoration:none;border:none;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xsmall		{font-size:9px;}
.small		{font-size:10px;}
.normal		{font-size:11px;}
.medium		{font-size:12px;}
.big		{font-size:13px;}
.xbig		{font-size:14px;}

/*----------------------------------------------------------------------------*/

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.green		{color:#006600;}
.orange		{color:#CC6600;}
.gray		{color:#333333;}
.red		{color:#CC0000;}
.yellow		{color:#ffcc33;}
.light		{color:#666666;}
.lighter	{color:#999999;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center	img		{display:inline;}
.top img		{vertical-align:top;}
.middle img		{vertical-align:middle;}
.bottom img		{vertical-align:bottom;}
td.top img		{vertical-align:top;}
td.middle img	{vertical-align:middle;}
td.bottom img	{vertical-align:top;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.blockquote	{margin-left:40px;}
.spacer_5	{height:5px;}
.spacer_10	{height:10px;}
.spacer_15	{height:15px;}
.spacer_20	{height:20px;}

.right_pad_frame2	{padding-right:2px;}
.right_pad_frame5	{padding-right:5px;}
.right_pad_frame10	{padding-right:10px;}
.right_pad_frame20	{padding-right:20px;}
/*----------------------------------------------------------------------------*/

.size_11 {   font-size:11px;}
.size_12 {   font-size:12px;}
.size_13 {   font-size:13px;}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/

.bold { font-weight:bold;}
.black {color:#000000;}
.light_blue {color:#6699cc; font-family: Verdana, Arial, Helvetica, sans-serif;}
.light_orange {color:#F60; font-family: Verdana, Arial, Helvetica, sans-serif;}

/*----------------------------------------------------------------------------*/

.center		  {margin-left:auto;margin-right:auto;text-align:center;}
.left		  {text-align:left;margin-left:0px;margin-right:auto;}
.right		  {text-align:right;margin-left:auto;margin-right:0px;}
.no_underline {text-decoration:none; }
.underline 	  {text-decoration: underline; }
.border 	  {border: 1px #000000 solid;}

/*----------------------------------------------------------------------------*/


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
MAIN WEBSITE CONTENT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#OUTER_CONTENT 				{width:560px;}
table#OUTER_CONTENT td#ONE  		{text-align:center;}
table#OUTER_CONTENT td#main_dialog  {height:60px;}
/*table#CONTENT_ADV			{text-align:center; background:white; margin:none; width:540px;}
table#CONTENT_ADV td#FIRST	{width:300px; height:30px; vertical-align:middle;}
table#CONTENT_ADV td#SECOND	{vertical-align:middle; width:230px;}
table#CONTENT_ADV td#THIRD	{padding-top:10px; padding-bottom:10px; text-align:justify;}
table#CONTENT_ADV td#FOURTH	{vertical-align:bottom;}
table#CONTENT_ADV td#FIFTH	{text-align:right;}*/

div#frame_adv 				{border: 2px solid #EFEFEF;}
div#frame_adv_margin_30 	{border: 2px solid #EFEFEF; margin-top:30px;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CONTENT ADV
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#CONTENT_TABLE				{padding:5px; width:550px; border: 2px solid #EFEFEF;}
table#CONTENT_TABLE #FIRST		{width:430px;}
table#CONTENT_TABLE #FIRST_ST	{text-align:right; width:auto;}
table#CONTENT_TABLE #SECOND		{}
table#CONTENT_TABLE #SECOND_ST	{text-align:right; vertical-align:middle}
table#CONTENT_TABLE #FOURTH		{width:100%; text-align:right; }
table#CONTENT_TABLE #FIFTH		{width:100%; text-align:right; padding-top:10px; }


/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
OTHER
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#MENU_LEFT	   		  	{background:none; border:none;padding:none;margin:none; width:202px;}
table#MENU_LEFT td#HEADER 	{height:29px; text-align:center; vertical-align:middle;}
table#MENU_LEFT td#SZCZEBEL {height:22px; cursor:pointer; vertical-align:middle; height:27px;}


table#ADD_ADV 				{ width:100%;}
table#ADD_ADV td#ROW 		{ vertical-align:middle; background-color: #efefef; height:30px; text-align:center;}

table#FILL_FRAME 			{ width:100%;}
table#FILL_FRAME td#ONE 	{ vertical-align:middle; background-color: #efefef; height:150px; text-align:center;}

.menuover					{ background-color:#efefef}

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	color: #ccc;
}

