﻿/******************************************/
/****   SkinSystem V1.3 AFSZTPKSkin.css   ****/
/******************************************/

/******** CORE CLASSES ********/

/**** Skin globals ****/

/* CommonSkin */

.AFSZTPK_Body {
	margin:0;
	padding:0;
	background:url(bg_body.jpg) 50% 0 no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	}

.AFSZTPK_FSAbs          { font-size: 11px; }
.AFSZTPK_FS             { font-size: 100%; }

A.AFSZTPK_Hover:link    {color:#1760a4; text-decoration: underline;}
A.AFSZTPK_Hover:active  {color:#1760a4; text-decoration: underline;}
A.AFSZTPK_Hover:visited {color:#1760a4; text-decoration: underline;}
A.AFSZTPK_Hover:hover   {color:#1760a4; text-decoration: none;}

.AFSZTPK_PtHSpace       {}
.AFSZTPK_PtVSpace       {}

/**** RTE classes ****/

.AFSZTPK_RT {color:#1760a4;}
.AFSZTPK_RTEFrame {border-right: #d5d5d5 1px solid; border-top: #d5d5d5 1px solid; border-left: #d5d5d5 1px solid; border-bottom: #d5d5d5 1px solid;}
.AFSZTPK_RTETableGrid {border-top: #d5d5d5 1px solid;border-left: #d5d5d5 1px solid;}
.AFSZTPK_RTEHeadRow {background:#1760a4; color:#fff;}
.AFSZTPK_RTERow {}
.AFSZTPK_RTEFootRow {background-color:#e7e7e7;}
.AFSZTPK_RTECellGrid {border-bottom: #d5d5d5 1px solid;border-right: #d5d5d5 1px solid;}

/**** PageHead ****/

.AFSZTPK_PgHead    {}
.AFSZTPK_PgHeadBG  {}
.AFSZTPK_PgTitle   {font-size: 110%; font-weight:bold; color:#91895b;}
.AFSZTPK_PgTitleBg {background-color: #fff;}
.AFSZTPK_PgDesc    {font-weight:normal; color:#525659;}
.AFSZTPK_PgDescBg  {}

/**** Portlets in PageHead ****/

.AFSZTPK_PgHeadForm         {}
.AFSZTPK_PgHeadFormBg       {}
.AFSZTPK_PgHeadFormButton   {}
.AFSZTPK_PgHeadFormCtrl     {}
.AFSZTPK_AdminTask          {color: #9a201d;text-decoration: none;font-weight: bold;}
a.AFSZTPK_AdminTask:link    {color: #9a201d;text-decoration: none;font-weight: bold;}
a.AFSZTPK_AdminTask:active  {color: #9a201d;text-decoration: none;font-weight: bold;}
a.AFSZTPK_AdminTask:visited {color: #525659;text-decoration: none;font-weight: bold;}
a.AFSZTPK_AdminTask:hover   {color: #9a201d;text-decoration: none;font-weight: bold;}
.AFSZTPK_AdminTaskBg        {background-color: #EEEEEE;}
.AFSZTPK_UserData           {color: #666666;}
.AFSZTPK_UserDataBg         {background-color: #E0E0E0;}
.AFSZTPK_BreadCrumb         {color:#666666}
.AFSZTPK_BreadCrumbBG       {background-color: #DDDDDD;}

/**** PageFoot ****/

.AFSZTPK_PgFoot    {}
.AFSZTPK_PgFootBg  {}

/**** Portlet ****/

.AFSZTPK_Portlet        {font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif; padding:0 10px;}
.AFSZTPK_PtBody         {}
.AFSZTPK_PtBorder       {border: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderT      {border-top: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderB      {border-bottom: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderL      {border-left: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderR      {border-right: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderLRT    {border-left: #d5d5d5 1px solid; border-right: #d5d5d5 1px solid; border-top: #d5d5d5 1px solid;}
.AFSZTPK_PtBorderLRB    {border-bottom: #d5d5d5 1px solid; border-left: #d5d5d5 1px solid; border-right: #d5d5d5 1px solid;}

.AFSZTPK_PtCornerLTText {background-image: url(ctrl/corner_ltt.gif); background-repeat: no-repeat; background-position: left top;}
.AFSZTPK_PtCornerLTForm {background-image: url(ctrl/corner_ltf.gif); background-repeat: no-repeat; background-position: left top;}
.AFSZTPK_PtCornerLTHead {background-image: url(ctrl/corner_lth.gif); background-repeat: no-repeat; background-position: left top;}
.AFSZTPK_PtCornerRTText {background-image: url(ctrl/corner_rtt.gif); background-repeat: no-repeat; background-position: right top;}
.AFSZTPK_PtCornerRTForm {background-image: url(ctrl/corner_rtf.gif); background-repeat: no-repeat; background-position: right top;}
.AFSZTPK_PtCornerRTHead {background-image: url(ctrl/corner_rth.gif); background-repeat: no-repeat; background-position: right top;}
.AFSZTPK_PtCornerLBText {background-image: url(ctrl/corner_lbt.gif); background-repeat: no-repeat; background-position: left bottom;}
.AFSZTPK_PtCornerLBForm {background-image: url(ctrl/corner_lbf.gif); background-repeat: no-repeat; background-position: left bottom;}
.AFSZTPK_PtCornerRBText {background-image: url(ctrl/corner_rbt.gif); background-repeat: no-repeat; background-position: right bottom;}
.AFSZTPK_PtCornerRBForm {background-image: url(ctrl/corner_rbf.gif); background-repeat: no-repeat; background-position: right bottom;}

.AFSZTPK_PtTitle     {font-size:130%; font-weight:normal; color:#91895b; margin:0 0 5px 0; padding:0; display:block;}
.AFSZTPK_PtHeadBg    {}
.AFSZTPK_PtBg        {}    /* if portlet/@style is not present */
.AFSZTPK_PtBgText    {}    /* if portlet/@style = 'Text' */
.AFSZTPK_PtBgForm    {}    /* if portlet/@style = 'Form' */

a.AFSZTPK_PtText:link, a.AFSZTPK_PtText:visited, a.AFSZTPK_PtText:active {color: #1760a4; text-decoration:underline;}
a.AFSZTPK_PtText:hover {color: #1760a4; text-decoration:none;}

a.AFSZTPK_PtForm:link, a.AFSZTPK_PtForm:visited, a.AFSZTPK_PtForm:active {color: #1760a4; text-decoration:underline;}
a.AFSZTPK_PtForm:hover {color: #1760a4; text-decoration:none;}

a.AFSZTPK_PtLinkText:link, a.AFSZTPK_PtLinkText:visited, a.AFSZTPK_PtLinkText:active {color: #1760a4; text-decoration:underline;}
a.AFSZTPK_PtLinkText:hover {color: #1760a4; text-decoration:none;}

a.AFSZTPK_PtLinkForm:link, a.AFSZTPK_PtLinkForm:visited, a.AFSZTPK_PtLinkForm:active {color: #1760a4; text-decoration:underline;}
a.AFSZTPK_PtLinkForm:hover {color: #1760a4; text-decoration:none;}

/**** InputUnit ****/

.AFSZTPK_InputUnit   {color:#666; background-color:#fff; text-align:left;}
.AFSZTPK_IUHeadRow   {}
.AFSZTPK_IUHeadTitle {font-size:110%; font-weight:bold;}
.AFSZTPK_IUHeadDesc  {font-weight:normal;}
.AFSZTPK_IURow       {}
.AFSZTPK_IUTitle     {/*font-size:100%;*/ font-weight:bold;}
.AFSZTPK_IUDesc      {/*font-size:100%;*/ font-weight:normal;}
.AFSZTPK_IUError     {color: #f00;}
.AFSZTPK_IUFootRow   {/*font-size:110%;*/ font-weight:bold;}
.AFSZTPK_IUSubmit    {/*TODO*/}
.AFSZTPK_IUCText     {color: #666;}
.AFSZTPK_IUText      {color: #666;}
.AFSZTPK_IUCLink     {color: #1760a4;}
.AFSZTPK_IULink      {color: #1760a4;}

/**** DataGrid ****/

.AFSZTPK_DataGrid   {color: #666; border-bottom:2px solid #ccc;/*#1f5c96*/; margin:10px 0;}
.AFSZTPK_DataGrid .AFSZTPK_DataGrid {border-top:1px solid #e7e7e7;}
.AFSZTPK_DgBorder   {border:#e7e7e7 1px solid; padding: 2px 4px;}
.AFSZTPK_DgGrid     {border-collapse:collapse; }/**/

/* head */
.AFSZTPK_DgHead     {color:#666; font-weight:bold; height:2em; padding:2px;}
.AFSZTPK_DgHeadBG   {background:#e7e7e7;}
a.AFSZTPK_DgHeadLink:link, a.AFSZTPK_DgHeadLink:active, a.AFSZTPK_DgHeadLink:visited {color: #333; text-decoration:none;}
a.AFSZTPK_DgHeadLink:hover {color: #333; text-decoration:none;}

/* simple */
.AFSZTPK_DgRowBG    {background-color: #eee;}
.AFSZTPK_DGText     {color:#666;}
a.AFSZTPK_DgLink:link, a.AFSZTPK_DgLink:active, a.AFSZTPK_DgLink:visited {color: #094287; text-decoration:underline;}
a.AFSZTPK_DgLink:hover {color: #094287; text-decoration:none;}

/* even */
.AFSZTPK_DGText1    {color:#666;}
.AFSZTPK_DgRowBG1   {background-color: #f2f2f2;}
a.AFSZTPK_DgLink1:link, a.AFSZTPK_DgLink1:active, a.AFSZTPK_DgLink1:visited {color: #094287; text-decoration:underline;}
a.AFSZTPK_DgLink1:hover  {color: #094287; text-decoration:none;}

/* odd */
.AFSZTPK_DGText2    {color: #666;}
.AFSZTPK_DgRowBG2   {background-color: #f9f9f9;}
a.AFSZTPK_DgLink2:link, a.AFSZTPK_DgLink2:active, a.AFSZTPK_DgLink2:visited {color: #094287; text-decoration:underline;}
a.AFSZTPK_DgLink2:hover  {color: #094287; text-decoration:none;}

/* highlight */
.AFSZTPK_DgHighBG   {background-color: #ffbf00;}
.AFSZTPK_DgHighText {color: #000;}
a.AFSZTPK_DgHighLink:link, a.AFSZTPK_DgHighLink:active, a.AFSZTPK_DgHighLink:visited {color: #094287; text-decoration:underline;}
a.AFSZTPK_DgHighLink:hover  {color: #094287; text-decoration:none;}

/* foot */
.AFSZTPK_DgFoot     {color: #666;}
.AFSZTPK_DgFootBg   {background: url(gradientbg.gif) repeat-x #cacaca; height: 1.5em;}
a.AFSZTPK_DgFootLink:link, a.AFSZTPK_DgFootLink:active, a.AFSZTPK_DgFootLink:visited {color: #094287; text-decoration:underline;}
a.AFSZTPK_DgFootLink:hover  {color: #094287; text-decoration:none;}

/**** Region ****/

.AFSZTPK_Region        {}/* background-color; color; */
.AFSZTPK_RegionText    {background-color: #FFFFFF;} /* background-color; color; */
.AFSZTPK_RegionForm    {background-color: #fff;} /* background-color; color; */
.AFSZTPK_RegionHeader  {} /* background-color; color; */
.AFSZTPK_RegionToolbar {background-color: #DDDDDD;/*border: #AAAAAA 4px outset;*/padding: 2px;} /* background-color; color; */
.AFSZTPK_RegionDecor   {} /* background-color; color; */
.AFSZTPK_RegionBorderT {border-top: #AAAAAA 1px solid;}
.AFSZTPK_RegionBorderB {border-bottom: #AAAAAA 1px solid;}
.AFSZTPK_RgLinkText    {color:#02548c; text-decoration:underline;}
.AFSZTPK_RgLinkForm    {color:#02548c; text-decoration:underline;}
.AFSZTPK_RgLinkHead    {color:#02548c; text-decoration:underline;}
.AFSZTPK_RgLinkToolbar {color:#02548c; text-decoration:underline;}
.AFSZTPK_RgLinkDecor   {color:#02548c; text-decoration:underline;}

/**** LayoutTable ****/

.AFSZTPK_LayoutTable    {padding: 0px; text-align:left;}

/**** Tree ****/

.AFSZTPK_Tree             {}
.AFSZTPK_TreeRow          {color: #525659; padding-right: 2px;}
.AFSZTPK_TreeIcon         {vertical-align: middle;}
.AFSZTPK_TreeText         {color: #525659;}
.AFSZTPK_TreeLink:link    {color: #9a201d;text-decoration:none;}
.AFSZTPK_TreeLink:active  {color: #9a201d;text-decoration:none;}
.AFSZTPK_TreeLink:visited {color: #525659;text-decoration:none;}
.AFSZTPK_TreeLink:hover   {color: #9a201d;text-decoration:underline;}


/**** Summary ****/

.AFSZTPK_Summary     {background-color: #F8F8F8; color: #222222;}
.AFSZTPK_SummaryHead {background-color: #EEEEEE; color: #000000; font-weight: bold;}
.AFSZTPK_SummaryRow  {background-color: #FFFFFF; color: #000000;}

/**** CONTROL ****/

.AFSZTPK_Button, .AFSZ_Button {
	border:1px solid #8ba6b7;
	background:#e9eef1;
	padding:0 2px;
	font-size:11px;
	color:#5e6b8b;
	font-weight:bold;
	}
.AFSZTPK_Control {
	border:1px solid #8ba6b7;
	background:#fff;
	padding:1px 2px;
	/*width:100px;*/
	font-size:11px;
	color:#666;
	margin:0;
	}

.AFSZTPK_CtrlH            {/*height: 1.2em;*/}
.AFSZTPK_CtrlText         {color: #666;}
.AFSZTPK_CtrlWDefault     {width: 21ex;}
.AFSZTPK_CtrlWSmall       {width: 12ex;}
.AFSZTPK_CtrlWNormal      {width: 21ex;}
.AFSZTPK_CtrlWHuge        {width: 48ex;}
.AFSZTPK_CtrlWFileDefault {width: 33.7ex;}
.AFSZTPK_CtrlWFileSmall   {width: 24.7ex;}/* Size + 12.7 */
.AFSZTPK_CtrlWFileNormal  {width: 33.7ex;}
.AFSZTPK_CtrlWFileHuge    {width: 60.7ex;}

/********  DocumentStoreGUI elements   ********/
/**** ToolBar ****/
.AFSZTPK_TBButton        {margin-left: 2px; margin-right: 2px;}
.AFSZTPK_TBButtonText    {color:#525659;}
.AFSZTPK_TBSeparator     {background-color: #bbb;}
.AFSZTPK_TBBImage        {padding-left: 2px;}
.AFSZTPK_TBBText         {padding-left: 2px; padding-right: 2px;}
.AFSZTPK_TBBDisabledText {padding-left: 2px; padding-right: 2px; color: #ccc;}
a.AFSZTPK_TBLink {color: #9a201d; text-decoration:none;}

/**** TabControl ****/
.AFSZTPK_TabControl       {}
.AFSZTPK_TabPage          {border-left: #ddd 1px solid; border-right: #ddd 1px solid; border-bottom: 1px solid #ddd;}
.AFSZTPK_TPHandler        {background-color: #fff; padding-left:6px; padding-right:4px; border: #ddd 1px solid; font-size:11px;}
.AFSZTPK_TPEmptyHandler   {background-color: #fff; border-bottom: #ddd 1px solid;}
.AFSZTPK_TPActiveHandler  {background-color: #fff; padding-left:6px; padding-right:4px; border-left: #ddd 1px solid; border-right: #ddd 1px solid; border-top: #ddd 1px solid;}
.AFSZTPK_TPHandlerText    {color:#525659; font-weight:bold;}
.AFSZTPK_TPHandlerLink:link    {color:#00548a; text-decoration:none;}
.AFSZTPK_TPHandlerLink:active  {color:#00548a; text-decoration:none;}
.AFSZTPK_TPHandlerLink:visited {color:#00548a; text-decoration:none;}
.AFSZTPK_TPHandlerLink:hover   {color:#00548a; text-decoration:none;}
.AFSZTPK_TBButtonImage			{padding-left:2px; padding-right:2px;}

/**** ListView ****/
.AFSZTPK_ListView        {font-family: Tahoma; /*font-size: 11px*/}
.AFSZTPK_LVBorder        {border: #d5d5d5 solid 1px;}
.AFSZTPK_LVHead          {height: 18px; border-bottom: #D0D0D0 solid 1px; border-left:#D0D0D0 solid 1px; color:#666666;}
.AFSZTPK_LVHeadEmpty     {height: 18px; border-bottom: #D0D0D0 solid 1px; color:#666666;}
.AFSZTPK_LVCol           {padding-left: 4px; padding-right: 4px; padding-bottom: 0px; padding-top: 0px; color:#666666;}
.AFSZTPK_LVCol0          {padding-left: 1px; padding-right: 1px; padding-bottom: 0px; padding-top: 0px; color:#666666;}
.AFSZTPK_LVItem          {height:17px; color:#666666;}
.AFSZTPK_LVCheckBox      {height:15px; width:15px;}
.AFSZTPK_LVFileIcon      {vertical-align:text-bottom; margin-right:2px;}
a.AFSZTPK_LVLink:link    {color: #9a201d; text-decoration: none;}
a.AFSZTPK_LVLink:active  {color: #9a201d; text-decoration: none;}
a.AFSZTPK_LVLink:visited {color: #9a201d; text-decoration: none;}
a.AFSZTPK_LVLink:hover   {color: #9a201d; text-decoration: underline;}

/******* End of DocumentStoreGUI elements ********/

/**** TEXT ****/

.AFSZTPK_Lb        {color: #525659;}
.AFSZTPK_LbText    {color: #525659;}
.AFSZTPK_LbForm    {color: #525659;}
.AFSZTPK_LbHead    {color: #525659;}
.AFSZTPK_LbToolbar {color: #525659;}
.AFSZTPK_LbDecor   {color: #525659;}

.AFSZTPK_PtTextText {color: #525659;}
.AFSZTPK_PtTextForm {color: #525659;}

.AFSZTPK_Text      {color: #525659;}/*portlet default text*/
.AFSZTPK_Link      {color: #1760a4;}/*portlet default link*/
.AFSZTPK_P         {margin: 0px;}
.AFSZTPK_TextBig   {font-size:110%;}
.AFSZTPK_TextSmall {font-size:90%;}

/* @TextDecoraton */
.AFSZTPK_Bold      {font-weight: bold;}
.AFSZTPK_Italic    {font-style: italic;}
.AFSZTPK_Underline {text-decoration: underline;}
.AFSZTPK_Error     {color: #ff0000;}
.AFSZTPK_Heading1  {font-size: 130%; font-weight: bold;}
.AFSZTPK_Heading2  {font-size: 120%; font-weight: bold;}
.AFSZTPK_Heading3  {font-size: 110%; font-weight: bold;}
.AFSZTPK_Heading4  {font-size: 100%; font-weight: bold;}
.AFSZTPK_Heading5  {font-size: 90%; font-weight: bold; font-style: italic;}


/* @size */
.AFSZTPK_Small   {font-size:90%;}
.AFSZTPK_Large   {font-size:110%;}

/* @align */
.AFSZTPK_Left    {text-align:left;}
.AFSZTPK_Center  {text-align:center;}
.AFSZTPK_Right   {text-align:right;}
.AFSZTPK_Justify {text-align:justify;}

/**** CONTENT ****/
/******** OBSOLETE CLASSES ********/

/*	.AFSZTPK_Content              {color: #002F5F; line-height: 2.7ex;}	*/
/*.AFSZTPK_ContentTitle         {color: #333333; font-size: 100%; font-weight: bold;}
.AFSZTPK_ContentHead          {color: #002F5F;}*/
/*	..AFSZTPK_ContentTableBorder   {border: #002F5F 1px solid;}	*/
/*	..AFSZTPK_ContentTableGrid     {background-color: #AAAAAA;}	*/
/*	.a.AFSZTPK_ContentLink:link    {text-decoration: none; color: #2689db;}	*/
/*	.a.AFSZTPK_ContentLink:active  {text-decoration: none;}	*/
/*	.a.AFSZTPK_ContentLink:visited {text-decoration: none; color: #2689db;}	*/
/*	.a.AFSZTPK_ContentLink:hover   {text-decoration: underline;}	*/
/*	..AFSZTPK_TOC                  {color: #333333; line-height: 2.7ex;}	*/
/*	..AFSZTPK_TOCHead              {color: #333333; font-weight:bold; line-height: 2.7ex;}	*/
/*	.a.AFSZTPK_TOCLink:link        {text-decoration: underline; color: #555555;}	*/
/*	.a.AFSZTPK_TOCLink:active      {text-decoration: underline; color: #555555;}	*/
/*	.a.AFSZTPK_TOCLink:visited     {text-decoration: underline; color: #555555;}	*/
/*	.a.AFSZTPK_TOCLink:hover       {text-decoration: underline; color: #555555;}	*/

/******** CORE CLASSES END ********/




/********  AFSZTPK ADDITIONS   ********/

form { margin:0;padding:0; }
.clear { clear: both; font-size:0; height:0; line-height:0;}

.AFSZTPK_Container {
	margin:0 auto;
	padding:5px;
	text-align:center;
	background:#fff;
	width:769px;
	}

.AFSZTPK_Header {
	position:relative;
	margin:0 auto;
	height:103px;
	width:769px;
	background:url(bg_header_simple.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_BodyAPB .AFSZTPK_Header input {
	border: #af8072;
}
.AFSZTPK_HeaderHefop {
	position:relative;
	margin:0 auto;
	height:103px;
	width:769px;
	background:url(bg_header_hefop.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_HeaderEn {
	position:relative;
	margin:0 auto;
	height:103px;
	width:769px;
	background:url(bg_header_en.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_HeaderSimple {
	position:relative;
	margin:0 auto;
	height:102px;
	width:769px;
	background:url(bg_header_simple.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_HeaderHefopSimple {
	position:relative;
	margin:0 auto;
	height:102px;
	width:769px;
	background:url(bg_header_hefop_simple.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_HeaderEnSimple {
	position:relative;
	margin:0 auto;
	height:102px;
	width:769px;
	background:url(bg_header_simple_en.jpg) 0 0 no-repeat;
	text-align:left;
	}

.AFSZTPK_BodyAPB .AFSZTPK_Header,
.AFSZTPK_BodyAPB .AFSZTPK_HeaderSimple
{
	background:url(bg_header_apb.jpg) 0 0 no-repeat;
}
	
	
.AFSZTPK_Header h1, .AFSZTPK_HeaderHefop h1, .AFSZTPK_HeaderEn h1 {
	position:absolute;
	top:20px;
	left:30px;
	width:375px;
	height:60px;
	margin:0;
	}
.AFSZTPK_Header h1 a, .AFSZTPK_HeaderHefop h1 a, .AFSZTPK_HeaderEn h1 a {
	display:block;
	width:375px;
	height:60px;
	}
.AFSZTPK_Header h1 a span, .AFSZTPK_HeaderHefop h1 a span, .AFSZTPK_HeaderEn h1 a span {
	display:none;
	}
.AFSZTPK_HeaderBottom {
	position:relative;
	bottom:0;
	left:0;
	height:36px;
	width:769px;
	background:url(bg_breadcrumb.gif) bottom left no-repeat #d0dde5;
	color:#00548a;
	}
	
#tpklogo {
	position: absolute;
	left:0;top:0;
	width:92px; height: 90px;
}
	
.AFSZTPK_BodyAPB .AFSZTPK_HeaderBottom {
	background: url(bg_breadcrumb_apb.gif) bottom no-repeat #cebd8f;
	color: #70301b;
	height: 36px;
	}

.AFSZTPK_BodyAPB .AFSZTPK_HeaderBottom a,
.AFSZTPK_BodyAPB .AFSZTPK_Header a { color: #382e04; }
.AFSZTPK_BodyAPB .AFSZTPK_HeaderBottom a:hover,
.AFSZTPK_BodyAPB .AFSZTPK_Header a:hover { color: #382e04; }
	
.AFSZTPK_Search {
	width:180px;
	float:right; display: inline;
	height:auto;
	margin:4px 80px 0 0;
	}
.AFSZTPK_Search form {
	padding:0;
	margin:0;
	}
.AFSZTPK_Search fieldset {
	border:0 none;
	padding:0;
	margin:0;
	}
.AFSZTPK_Search p {
	float:left;
	margin:0;
	}
.AFSZTPK_Search legend {
	display:none;
	}
.AFSZTPK_Search .AFSZTPK_SearchText {
	border:1px solid #8ba6b7;
	background:#fff;
	padding:1px 2px;
	width:100px;
	font-size:10px;
	color:#666;
	margin:0 5px;
	}
.AFSZTPK_Search .AFSZTPK_SearchButton {
	border:1px solid #8ba6b7;
	background:#e9eef1;
	padding:0 2px;
	font-size:10px;
	color:#5e6b8b;
	margin:0 5px;
	font-weight:bold;
	}
	
.AFSZTPK_BodyAPB .AFSZTPK_Search .AFSZTPK_SearchButton {
	border:1px solid #af8072;
	background:#FFF6D2;
	color:#382E04;
	}
	
.AFSZTPK_BreadCrumb {
	text-align:left;
	float:left;
	width:500px;
	}
.AFSZTPK_BreadCrumb p {
	font-size:11px;
	margin:6px 5px 0 12px;
	}
.AFSZTPK_BreadCrumb a {
	color:#00548a;
	text-decoration:none;
	}
.AFSZTPK_BreadCrumb a:hover {
	color:#00548a;
	text-decoration:underline;
	}
.AFSZTPK_Language {
	position:absolute;
	top:6px;
	right:18px;
	font-size:10px;
	}
.AFSZTPK_Language a {
	color:#00548a;
	text-decoration:none;
	padding:0 0 0 22px;
	}
.AFSZTPK_Language a.en {
	background:url(flag_en.gif) 0 0 no-repeat;
	}
.AFSZTPK_Language a.hu {
	background:url(flag_hu.gif) 0 0 no-repeat;
	}
.AFSZTPK_Language a.afszlink {
	background:none;
	}
.AFSZTPK_Language a.en:hover, .AFSZTPK_Language a.hu:hover, .AFSZTPK_Language a.afszlink:hover {
	color:#00548a;
	text-decoration:underline;
	}

.AFSZTPK_Middle {
	margin:10px 0;
	text-align:left;
	}
.AFSZTPK_LefCol {
	float:left;
	width:175px
	}
.AFSZTPK_WideCol {
	float:right;
	width:594px;
	}
.AFSZTPK_CenterCol {
	float:left;
	width:100%;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
	}
.AFSZTPK_RightCol {
	float:left;
	width:184px;
	margin:10px 0 0 0;
	}
.AFSZTPK_Footer {
	clear:both;
	background:url(bg_foot.gif) 0 0 no-repeat;
	width:768px;
	height:73px;
	text-align:center;
	color:#666;
	}
.AFSZTPK_Footer a {
	color:#00558e;
	text-decoration:underline;
	}
.AFSZTPK_Footer a:hover {
	color:#00558e;
	text-decoration:none;
	}
.AFSZTPK_FooterAddress {
	float:left;
	text-align:left;
	padding:0 0 0 10px;
	}
.AFSZTPK_SNLinks {
	float:right;
	text-align:right;
	padding:0 10px 0 0;
	}

ul.AFSZTPK_Menu {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	}
ul.AFSZTPK_Menu li {
	margin:0 auto;
	width:166px;
	text-align:left;
	/*background:url(bg_menu_li.gif) 0 100% repeat-x #f1f5f8;*/
	}

/**/
ul.AFSZTPK_Menu li ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	}
ul.AFSZTPK_Menu li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	}
ul.AFSZTPK_Menu li ul li a {
	display:block;
	width:136px;
	padding:2px 10px 2px 20px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}

/**/


ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop1 {
	background:#6a789b;
	margin:0 auto 0 auto;
	display:block;

	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 2px;
	}
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop2 {
	background:#5d79c9;
	margin:0 auto 0 auto;
	display:block;

	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 2px;
	}
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop3 {
	background:#77afe9;
	margin:0 auto 0 auto;
	display:block;
	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 2px;
	}
	
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop4 {
	background:#c8b25b;
	margin:0 auto 0 auto;
	display:block;

	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-bottom: 2px;
	}
		
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop1:hover {
	background:#6a789b;
	}
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop2:hover {
	background:#5d79c9;
	}
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop3:hover {
	background:#77afe9;
	}
ul.AFSZTPK_Menu li a.AFSZTPK_MenuTop4:hover {
	background:#c8b25b;
	}

ul.AFSZTPK_Menu li a {
	display:block;
	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:url(bg_menu_li.gif) 0 100% repeat-x #f1f5f8;
	}
ul.AFSZTPK_Menu li a:hover, ul.AFSZTPK_Menu li.last a:hover  {
	color:#fff;
	background:#677bb0;
	}
ul.AFSZTPK_Menu li.last {
	/*background:#f1f5f8;
	background-image:none;*/
	background:url(bg_menu_li_last.gif) 0 100% repeat-x #f1f5f8;
	padding:0 0 8px 0;
	}

ul.AFSZTPK_Menu li.last a {
	display:block;
	width:146px;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background-image:none;
	}

ul.AFSZTPK_Menu li.first {
	background:url(bg_menu_li_first.gif) 0 -10px repeat-x #f1f5f8;
	padding:23px 0 0 0;
	}
ul.AFSZTPK_Menu li.first_en {
	background:url(bg_menu_li_first.gif) 0 0 repeat-x #f1f5f8;
	padding:8px 0 0 0;
	}
/*
ul.AFSZTPK_Menu li.AFSZTPK_MenuTop1 a, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop2 a, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop3 a {
	display:block;
	width:146px;
	padding:2px 10px 0 10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
ul.AFSZTPK_Menu li.AFSZTPK_MenuTop1 a:hover, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop2 a:hover, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop3 a:hover {
	background:none;
	color:#fbfcfe;
	}
*/

ul.AFSZTPK_Menu li.AFSZTPK_MenuTop1 ul, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop2 ul, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop3 ul {
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none;
	}
/*
ul.AFSZTPK_Menu li.AFSZTPK_MenuTop1 ul li a, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop2 ul li a, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop3 ul li a {
	display:block;
	width:146px;
	padding:2px 10px 0 10px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
ul.AFSZTPK_Menu li.AFSZTPK_MenuTop1 ul li a:hover, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop2 ul li a:hover, ul.AFSZTPK_Menu li.AFSZTPK_MenuTop3 ul li a:hover {
	background:none;
	color:#000;
	}
*/

ul.AFSZTPK_Menu li ul li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	}
ul.AFSZTPK_Menu li ul li ul li a {
	display:block;
	width:126px;
	padding:2px 10px 2px 30px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}


ul.AFSZTPK_Menu li ul li ul li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	}
ul.AFSZTPK_Menu li ul li ul li ul li a {
	display:block;
	width:116px;
	padding:2px 10px 2px 40px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li ul li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}

ul.AFSZTPK_Menu li ul li ul li ul li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li a {
	display:block;
	width:106px;
	padding:2px 10px 2px 50px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}

ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li a {
	display:block;
	width:96px;
	padding:2px 10px 2px 60px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}


ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li ul li {
	margin:0 auto;
	width:166px;
	text-align:left;
	border-bottom:1px dotted #b1c7d4;
	border-collapse:collapse;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li ul li a {
	display:block;
	width:86px;
	padding:2px 10px 2px 70px;
	font-size:11px;
	color:#00578d;
	text-decoration:none;
	background:#f8fcff;
	}
ul.AFSZTPK_Menu li ul li ul li ul li ul li ul li ul li a:hover {
	color:#fff;
	background:#677bb0;
	}

ul.AFSZTPK_Menu a.active {
	font-weight:bold;
	text-decoration:underline;
	}

#APBselect {
	padding: 0 0 1em 6px;
}
#APBselect select	{
	font-size: 12px;
	margin:0;
	width: 230px;
	padding: 2px 1px;
	background-color :#fff;
	border:1px solid #B5C3CE;
	color:#00558E;
}

#APBselect label {color: #666; font-weight: bold;}

ul.AFSZTPK_Csatornak {
	padding:0;
	margin:0 0 20px 0;
	list-style-type:none;
	}
ul.AFSZTPK_Csatornak li {
	padding:0;
	float:left;
	width:185px;
	height:119px;
	}
ul.AFSZTPK_Csatornak li a {
	display:block;
	width:185px;
	height:119px;
	}
ul.AFSZTPK_Csatornak li a span {
	display:none;
	}
li.AFSZTPK_Csat_Allaskeresoknek {
	background:url(csat_allakeresoknek.jpg) 0 0 no-repeat;
	margin:0 19px 0 0;
	}
li.AFSZTPK_Csat_Munkaadoknak {
	background:url(csat_munkaadoknak.jpg) 0 0 no-repeat;
	margin:0 20px 0 0;
	}
li.AFSZTPK_Csat_Sajtonak {
	background:url(csat_sajtonak.jpg) 0 0 no-repeat;
	}
p.AFSZTPK_RegButton {
	background:url(button_registration.jpg) 100% 0 no-repeat;
	height:44px;
	margin:0;
	}
p.AFSZTPK_LoginButton {
	background:url(button_login.jpg) 100% 0 no-repeat;
	height:44px;
	margin:10px 0;
	}
p.AFSZTPK_RegButton a, p.AFSZTPK_LoginButton a {
	display:block;
	height:44px;
	}
p.AFSZTPK_RegButton span, p.AFSZTPK_LoginButton span {
	display:none;
	}

div.AFSZTPK_LegfrissebbBox {
	padding:30px 10px 10px 10px;
	background:url(bg_legfrissebb.gif) 0 0 no-repeat #fbfcfe;
	}
h2.AFSZTPK_LegfrissebbPtTitle {
	display:none;
	}
span.AFSZTPK_ContentDate {
	color:#666;
	display:block;
	padding:0 15px 0 15px;
	}
div.AFSZTPK_LegfrissebbBox h1 {
	padding:2px 15px;
	margin:0 0 10px 0;
	font-size:120%;
	background:url(plus_title.gif) 0 5px no-repeat;
	}
div.AFSZTPK_LegfrissebbBox h1 a {
	color:#04558c;
	text-decoration:underline;
	}
div.AFSZTPK_LegfrissebbBox h1 a:hover {
	color:#04558c;
	text-decoration:none;
	}

div.AFSZTPK_ContentBox {
	padding:10px 10px 20px 10px;
	}
div.AFSZTPK_ContentBox h1 {
	padding:2px 15px;
	margin:0;
	font-size:120%;
	background:url(plus_title.gif) 0 5px no-repeat;
	}
div.AFSZTPK_ContentBox h1 a {
	color:#04558c;
	text-decoration:underline;
	}
div.AFSZTPK_ContentBox h1 a:hover {
	color:#04558c;
	text-decoration:none;
	}

.AFSZTPK_ContentSingle {
	padding:0 10px 0 10px;
	}

.AFSZTPK_ContentSingle h1 {
	font-size:160%;
	font-weight:normal;
	color:#a02d7a;
	margin:5px 0 5px 0;
	}

.AFSZTPK_ContentSingle p {
	margin:0 0 25px 0;
	}

.AFSZTPK_ContentSingle h1 a {
	font-size:75%;
	font-weight:normal;
	margin:0;
	font-weight:bold;
	}

.AFSZTPK_Separator {
	height:15px;
	background:url(bg_separator.gif) 0 0 repeat-x;
	}

.AFSZTPK_Bottom {
	clear:both;
	}

.AFSZTPK_RoleLinks {
	padding:10px;
	color:#02548c;
	text-align:left;
	}
.AFSZTPK_RoleLinks a {
	color:#02548c;
	text-decoration:underline;
	}
.AFSZTPK_RoleLinks a:hover {
	color:#02548c;
	text-decoration:none;
	}

a {
	color:#02548c;
	text-decoration:underline;
	}
a:hover {
	color:#02548c;
	text-decoration:none;
	}

.AFSZInter_TextArticleTitle {
	font-size:160%;
	font-weight:normal;
	color:#a02d7a;
	margin:10px 0;
	}

.AFSZTPK_PublicRegistrationButton {
	margin:0 0 10px 0;
	padding:5px;
	color:#333;
	text-align:center;
	background:#f8fcff;
	border:1px solid #b1c7d4;
	}

.AFSZTPK_PublicRegistrationButton a {
	color:#1760a4;
	text-decoration:underline;
	}
.AFSZTPK_PublicRegistrationButton a:hover {
	color:#1760a4;
	text-decoration:none;
	}

.AFSZTPK_PublicRegistration {
	margin:0;
	padding:0;
	color:#333;
	text-align:left;
	position:absolute;
	top:15px;
	right:49px;
	width:200px;
	}

.AFSZTPK_PublicRegistration p {
	margin:0 0 5px 0;
	}

.AFSZTPK_PublicRegistration fieldset {
	margin:0;
	padding:0;
	background:none;
	border:0 none;
	}

.AFSZTPK_PublicRegistration legend {
	display:none;
	}

.AFSZTPK_InputText {
	border:1px solid #8ba6b7;
	background:#fff;
	padding:1px 2px;
	width:100px;
	font-size:10px;
	color:#666;
	margin:0;
	}
.AFSZTPK_InputPassword {
	border:1px solid #8ba6b7;
	background:#fff;
	padding:1px 2px;
	width:100px;
	font-size:10px;
	color:#666;
	margin:0;
	}

.AFSZTPK_PubRegButton {
	border:1px solid #8ba6b7;
	background:#e9eef1;
	padding:0 2px;
	font-size:10px;
	color:#5e6b8b;
	font-weight:bold;
	}

.AFSZTPK_BodyAPB .AFSZTPK_PubRegButton {
	border:1px solid #af8072;
	background:#FFF6D2;
	color:#382E04;	
}
	
	
.AFSZTPK_PublicRegistration a {
	color:#1760a4; text-decoration:underline;
	}
.AFSZTPK_PublicRegistration a:hover {
	color:#1760a4; text-decoration:none;
	}

.AFSZTPK_FloatLeft {
	float:left;
	}
.AFSZTPK_FloatRight {
	float:right;
	}

.Block {
	display:block;
	}

.AFSZTPK_NewsScroller {
	width: 166px; margin: 0 auto;
}
	
.AFSZTPK_NewsScroller .newsscrollertop {
	background:#F1F5F8 url(bg_menu_li_first.gif) repeat-x scroll 0pt -10px;
	padding: 23px 0 0 0;
}

.AFSZTPK_NewsScroller .newsscrollerbottom {
	background:#F1F5F8 url(bg_menu_li_last.gif) repeat-x scroll 0pt 100%;
	height: 8px;margin-bottom: 1em;
}
.AFSZTPK_NewsScroller .newsscrollerbody {
	background:#F1F5F8;
	color:#00578D;
	font-size:11px;
	padding:2px 10px;
}

.AFSZTPK_NewsContent {
	padding-bottom: 5px; margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.AFSZTPK_NewsContent h3 {
	font-size:11px;
	margin: 0; padding: 0;
}

.AFSZTPK_NewsContent p {
	margin: 0;
}
/******** AFSZTPK ADDITIONS END ********/

.AFSZTPK_LefCol .AFSZTPK_Portlet, 
{
	margin-top: 1em;
	padding-top: 1em;
	border-top:3px double #B5C3CE;
}

.AFSZTPK_ContentList h1 {
	font-size: 100%; margin: 0; padding: 0;
}

.AFSZTPK_ContentHeader {
	margin: 0; padding: 0 0 1em 0;
}

.APBSelectCaption {
float: left;
vertical-align: middle;
margin-right: 10px;
padding-left: 10px;
font-weight: bold;
color:#666666;
padding-top: 5px;
font-size: 12px;
}
