﻿/******************************************/
/****   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:left;
	background:#fff;
}

.AFSZTPK_Header,
.AFSZTPK_HeaderBottom,
.AFSZTPK_LefCol,
.AFSZTPK_Footer,
.AFSZTPK_RoleLinks,
.AFSZTPK_NewsScroller
{
	display: none;
}

.AFSZTPK_WideCol {
	float:right;
	}
.AFSZTPK_CenterCol {
	float:left;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
	}
.AFSZTPK_RightCol {
	float:left;
	margin:10px 0 0 0;
	}

span.AFSZTPK_ContentDate {
	color:#666;
	display:block;
	padding:0 15px 0 15px;
	}


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;
	}



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_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_ContentList h1 {
	font-size: 100%; margin: 0; padding: 0;
}
