
/*========================================================*/
/*   Cascading Style Sheet for Pyramid DotNetNuke Skin    */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*  8. Containers                                         */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;

}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


/* Background style */
.MasterColumn01 {
	background: url(slash_bg_left.gif) top right repeat-x #e2e2e2;
}


/* Background style */
.MasterColumn02 {
	width: 10px; border-right: 1px solid #ccc;
}


/* Background style */
.MasterColumn02Top {
	background: url(slash_shadow_left.gif) top left no-repeat #dcdcdc;
	height: 382px;
}


/* Background style */
.MasterColumn02Bottom {
	background: url(shadow_left.gif) top left repeat-y #dcdcdc;
}


/* Controls site width */
.MasterColumn03 {
	width: 750px;
	background: #fff;
}


/* Controls site width */
.MasterColumn03Admin {
	width: 900px;
	background: #fff;
}


/* Background style */
.MasterColumn04 {
	width: 10px;
	border-left: 1px solid #ccc;
}


/* Background style */
.MasterColumn04Top {
	background: url(slash_shadow_right.gif) top left no-repeat #dcdcdc;
	height: 382px;
}


/* Background style */
.MasterColumn04Bottom {
	background: url(shadow_right.gif) top left repeat-y #dcdcdc;
}


/* Background style */
.MasterColumn05 {
	background: url(slash_bg_right.gif) top left repeat-x #e2e2e2;
}


/* Header height */
.HeaderMaster {
	height: 25px;
}



/* Header background */
.HeaderLeft {
	background: url(header_left.gif) repeat-x;
	height: 27px;
	text-align: right;
}


/* Login/Register/Search div */
.HeaderDiv {
	width: auto;
	display: block;
	float: right;
	height: 27px;
	background: url(header_div_bg.gif) top left no-repeat;
	color: #828282;
	padding: 4px 32px 1px 22px;
}


.GoButton {
	margin-bottom: -8px;
	position: absolute;
}


/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.gif) center top no-repeat;
}


/* Holds logo object */
.LogoMaster {
	padding: 4px 16px 16px 16px;
}


/* Date container */
.DateMaster {
	vertical-align: bottom;
	text-align: right;
	padding: 12px 12px 8px 0;
}


/* Menu container */
.MenuMaster {
	background: url(menu_bg.gif) repeat-x;
	height: 24px;
																	border-top: 1px solid #ccc;		/* oli ennen #ccc */
																	border-bottom: 1px solid #ccc;	/* oli ennen #ccc */
}


/* Breadcrumb container */
.BreadcrumbMaster {
	height: 36px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	padding: 0 16px 0 16px;
}


/* Page title underline */
.ShadowMaster {
	height: 13px;
}


/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}


/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}


/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}


/* Content container */
.ContentMaster {
	padding: 2px 20px 20px 20px;
}


/* Top content row */
.ContentTop {
	padding: 0 0 5px 0;
}


/* Left content column */
.ContentLeft {
	width: 28%;
	padding: 0 20px 10px 0;
}


/* Center content column */
.ContentCenter {
	padding: 0 0 10px 0;
}


/* Right content column */
.ContentRight {
	width: 28%;
	padding: 0 0 10px 20px;
}


/* Bottom content row */
.ContentBottom {
	padding: 0;
}


/* Footer height */
.FooterMaster {
	height: 25px;
}


/* Footer background */
.FooterRight {
	background: url(footer_right.gif) repeat-x #E0E0E0;
	height: 25px;
	padding: 0;
}


/* Terms/Privacy/Copyright container */
.FooterDiv {
	width: auto;
	display: block;
	float: left;
	height: 25px;
	background: url(footer_div_bg.gif) top right no-repeat #E0E0E0;
	color: #999;
	padding: 6px 22px 0 12px;
}




/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #5171AF;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #5171AF;
	font-weight: normal;
}


/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #5171AF;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #5171AF;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    																color: #888;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
															   	  	text-transform: none;

}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    																color: #888;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
															   	  	text-transform: none;

}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #5171AF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #999;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #999;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
 																	font-size: 11px;
  	font-weight: bold;
    																color: #666;
}


/* Module titles */
.Head {
    font-family: tahoma;	
	font-size: 12px;
	font-weight: bold;
																	/*	color: #666; f6ba32;		koskee ainoastaan Main-containerin otsikkoa  */
																	color: #666;

}



/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
																	color: #666;
}


/* Normal bold text ?????????? */
.Normal {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}






/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 1px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


.StandardButton {
	background: #697FB0;
	border-right: 1px solid #405581;
	border-left: 1px solid #889BC4;
	border-top: 1px solid #889BC4;
	border-bottom: 1px solid #405581;
	color: #fff;
	font-weight: normal;
}



/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma;
															color: #777;
															font-size: 10px;
															font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
															padding: 1px 10px 2px 8px;
															text-transform: uppercase;
}


/* Container for submenu */
.MainMenu_SubMenu {

	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
															margin: 3px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
															padding: 0px;
															filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=1) ;
															 
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma;
															font-size: 10px;
															font-weight: normal;
	cursor: hand;
	cursor: hand;
															color: #555;
															background: #fecb00;
															border-left: #fecb00 1px solid;
															border-right: #fecb00 1px solid;
															padding: 1px 10px 2px 8px;
															text-transform: uppercase;
}


.MainMenu_Active td, .MainMenu_BreadcrumbActive td, .MainMenu_Selected td  {
	background: url(menu_on.gif) repeat-x;
}

.MainMenu_Idle td {
	background: url(menu_off.gif) repeat-x;
}

/* Idle state for main menu items */
.MainMenu_Idle {
															color: #555;
															/*	color: #D4DCEB; vaalean sininen - color: #996633; vaalean ruskea  */
	font-weight: bold;
	height: 24px;
														   	  text-transform: none;
															font-size: 11px;
															  
}


/* Hover state for main menu items */
.MainMenu_Selected {
															color: #fff;
	font-weight: bold;
	height: 24px;
															  text-transform: none;
															font-size: 11px;
															  
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
	font-weight: bold;
	height: 24px;
														      text-transform: none;
															font-size: 11px;
															  
}
	

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}


.MainMenu_LeftOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_off.gif) bottom left no-repeat;
}


.MainMenu_LeftOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_left_on.gif) bottom left no-repeat;
}


.MainMenu_RightOff {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_off.gif) bottom right no-repeat;
}


.MainMenu_RightOn {
	padding-left: 2px;
	height: 24px;
	background: url(tab_right_on.gif) bottom right no-repeat;
}



/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #888;
	font-size: 11px; 
	font-weight: normal;
	background: #F3F3F3;
	border-top: #F3F3F3 1px solid;
	border-left: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
	border-right: #F3F3F3 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #c7c7c7;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #6884B9;
	border-left: #6884B9 1px solid;
	border-right: #6884B9 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}





/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/

/*========================================================*/
/*  OMAT LUOKAT                                           */
/*========================================================*/


/* Announcements moduulin tekstit */
.AnnoItem {
	text-transform: none;
	font-size: 11px;
	padding-top: 3px;															  
}

.PricesTableRowColor {
	background-color: #EEEEEE;
	color: #FFFFFF
}

.RedPrice {
	color: #990000;					/* #5171AF on saitin vaalean sininen */
	font-weight: normal;
}

.BluePrice {
	color: #5171AF;					/* #5171AF on saitin vaalean sininen */
	font-weight: normal;
}


.GeneralTerms b {
	font-weight: bold;
	color: #666;
}


.PriceList td {
	color: #555;
}


.PriceList table 
{
border-collapse: collapse;
} 

.Form01Title 
{
	font-size: 12px;
	text-transform: ; 
	font-family: tahoma;
	color: #666;
	font-weight: bold;
} 

.Form01 
{
font-size: 11px; text-transform: ; font-family: tahoma; color: #555;
} 

.Form01Buttons 
{
font-size: 11px; text-transform: ; font-family: tahoma; color: #555;
} 

.Form01DateTime
{
font-size: 11px; text-transform: ; font-family: tahoma; color: #555;
} 

.Contacts td {
	color: #555;
}

.GoogleEarth a, .GoogleEarth a:link, .GoogleEarth a:visited, .GoogleEarth a:active {color: #5171AF; text-decoration: none; font-weight: normal;}
.GoogleEarth a:hover {color: #5171AF; text-decoration: none; font-weight: bold;}

.BoldLink a, .BoldLink a:link, .BoldLink a:visited, .BoldLink a:active {color: #777; text-decoration: none; font-weight: bold;}
.BoldLink a:hover {color: #5171AF; text-decoration: none; font-weight: bold;}


/*========================================================*/
/*  Foorumien vaatimat luokat - muutetut sisennetty       */
/*========================================================*/


			.afgrid{	font-size: 11px;	color: #555;	font-family: Tahoma, Verdana, Arial;	background-color: #ffffff;}
			.afnormal{	font-size: 11px;	color: #555;	font-family: Tahoma, Verdana, Arial;}
.afgridborder{border: solid 1px #dcdcdc;font-size: 11px;color: #555;	font-family:Tahoma, Verdana, Arial;background-color: #ffffff;}
.aflastpost{color: #555;border-top: #cdcdcd 1px solid;font-size: 11px;background-color: #ffffff;}
.NTForums_Pager{color:#555;border: solid 1px #333333;background-color: #ffffff;}
.af_pager, .af_pagernumber, .af_currentpage{font-family: Tahoma, Verdana, Arial;font-size:10px;color: #555;padding: 2px,2px,2px,2px;}
.af_pagernumber{background-color: #DCDCDC;border-left: #555 1px solid;width: 15px;}
.af_currentpage{background-color: #FFFFCC;border-left: #555 1px solid;color: #555;padding-bottom: 2px;padding-left: 2px;padding-right: 2px;padding-top: 2px;width: 15px;font-weight:bold;}

			.afcrumb{font-family: Tahoma, Arial, Verdana;font-size: 11px;padding-top: 6px;padding-bottom: 6px;font-weight:bold; color:#777}
			.afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active{	color: #777; text-decoration:none;font-weight:bold;}

			.afsubjectheader{font-family: Tahoma, Verdana, Arial;font-size: 11px;font-weight:bold;padding-bottom: 0px;color:#777}

			.afgrouprow{font-weight: bold;font-size: 11px;color: #ffffff;height: 30px; background-image:url(afheader.gif);}

			.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active{color:#ffffff;font-weight: bold; text-decoration: none;}

.afsubgrid {border: solid 1px #cdcdcd;}
.afheader{font-weight: bold;font-size: 11px;color: #666666;height: 22px;background-color: #dcdcdc; background-image:url(afheader2.gif);}
.afheader2{font-family: Tahoma, Arial, Verdana;font-weight: bold;font-size: 11px;color: #ffffff;background-color: #666666;height: 18px;}

			.afforumrow{color:#666666;border-right: #cdcdcd 1px solid;border-top: #cdcdcd 1px solid;font-size: 11px;background-color: #ffffff;}

.afforumrow2{color:#666666;border-right: #cdcdcd 1px solid;border-top: #cdcdcd 1px solid;font-size: 11px;background-color: #f5f5f5;}

			.afforumrow a:link, .afforumrow a:visited, .afforumrow a:active{color: #555;text-decoration:none;font-weight: bold;}
			.afpostinfo1 a, .afpostinfo1 a:link, .afpostinfo1 a:visited, .afpostinfo1 a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply1 a, .afpostreply1 a:link,
 			.afpostreply1 a:visited, .afforumrow2 a:link, .afforumrow2 a:visited, .afforumrow2 a:active{color: #555;text-decoration:none;}

.afforumrow a:hover, .afforumrow a:hover, .afpostinfo1 a:hover, .afposttopic a:hover, .afpostreply1 a:hover, .afforumrow2 a:hover{color: #555;text-decoration:none;}
.afpostinfo2 a, .afpostinfo2 a:link, .afpostinfo2 a:visited, .afpostinfo2 a:active, .afpostreply2 a, .afpostreply2 a:link, .afpostreply2 a:visited{color: #555;text-decoration:none;}
.aflastpost a:link, .aflastpost a:visited, .aflastpost a:active{color: #555; text-decoration:none;}
.aflastpost a:hover{text-decoration:none;}
			.af_lastpost {	font-size: 11px;	color: #555;	font-family: Tahoma, Verdana, Arial;}
.afpostbody,.afpostattach,.afpostsig {color: #555;}
			.af_lastpost a:link, .af_lastpost a:visited, .af_lastpost a:active{font-size: 11px;color: #555; text-decoration:none;}
			.af_lastpost a:hover{font-size: 11px;text-decoration:none;}
			.afsubject{color: #555;text-decoration:none;font-weight: bold;}
.aftopicrow1, .aftopicrownew, .afcol3, .afcol4, .afcol5, .afcol6, .afpostinfo, .afposttopic, .afpostreply, .afpostbody, .afpostattach, .afpostsig{font-size: 11px;}
.afpostinfo1, .afpostinfo2{color: #555; border-left: solid 1px #cdcdcd;border-right: solid 1px #cdcdcd;border-bottom: solid 1px #cdcdcd;}
.afpostinfo2, .afpostreply2{color: #555;background-color: #f5f5f5;}
.afposttopic, .afpostreply1, .afpostreply2 {color: #555;border-right: solid 1px #cdcdcd;border-bottom: solid 1px #cdcdcd;}
.afsubrow{color: #555;font-size:11px;border-bottom: solid 1px #333333;}
.afcol1{border-left: solid 1px #cdcdcd;	border-bottom: solid 1px #cdcdcd;border-right: solid 1px #cdcdcd;}
.afcol2{border-bottom: solid 1px #cdcdcd;border-right: solid 1px #cdcdcd;}
.afcell1{color: #555;font-weight: bold;background-color: #dcdcdc;}
.afcell2
{
    background-color: #808080;
}
.aftopicrow1, .aftopicrownew{color:#555;border-bottom: solid 1px #cdcdcd;border-right: solid 1px #cdcdcd;}
.aftopicrow1 a, .aftopicrow1 a:link, .aftopicrow1 a:visited, .aftopicrow1 a:active{color: #333333;text-decoration:none;}
.aftopicrownew a, .aftopicrownew a:link, .aftopicrownew a:visited, .aftopicrownew a:active{color: #333333;font-weight: bold;text-decoration:none;}
.NTForums_Button{cursor:hand;border: #555 0px solid;padding-right: 2px;display: block;padding-left: 2px;font-weight: bold;font-size: 9pt;filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#333333,EndColorStr=#999999);padding-bottom: 5px;width: 100px;color: #ffffff;padding-top: 5px;background-color: #cccccc;text-align: center;	text-decoration: none;}
.afButton {cursor:hand;	border: #555 1px solid;}
.af_arrow {	background-color: #FFFFFF;border: #696969 1px solid; cursor: hand;}
.afborder {color:#666666;border-left: solid 1px #cdcdcd;border-right: solid 1px #cdcdcd;border-bottom: solid 1px #cdcdcd;}
.afborder a, .afborder a:link, .afborder a:visited, .afborder a:active {color: #666666; text-decoration:none;}
.afsmallbutton {font-size: 11px; color: #FDEAA0;}
.afnormal a,.afsmallbutton a, .afsmallbutton a:link, .afsmallbutton a:active, .afsmallbutton a:visited
{
    font-size: 11px;
    color: #FFCC39; text-decoration:none;
}
.afminibutton, .afminibutton a, .afminibutton a:link, .afminibutton a:active, .afminibutton a:visited{font-size: 10px;color: #000080; text-decoration:none;}
.afsmalltext{font-size:11px;}
.emot{background-color:transparent;border-style:none;margin:0px,0px,0px,0px;padding:0px,0px,0px,0px;}
.af_textbox{border-bottom:#336699 1px solid;border-left:#7B9EBD 1px solid;border-right:#336699 1px solid;border-top:#7B9EBD 1px solid;}
.NTForums_Quote{border-right: #a9a9a9 1px solid;padding-right: 5px;border-top: #a9a9a9 1px solid;display: block;	padding-left: 5px;	font-size: 8pt;padding-bottom: 5px;	margin: 10px;	border-left: #a9a9a9 1px solid;	padding-top: 5px;	border-bottom: #a9a9a9 1px solid;	background-color: #f5f5f5; color:#555;}

				.af_normal{font-size: 11px;	font-family: Tahoma, Verdana, Arial}
				.af_normal a, .af_normal a:link, .af_normal a:active, .af_normal a:visited{font-weight: bold; text-decoration: none;}
				
.af_button{	border-right: #336699 1px solid;	padding-right: 5px;	border-top: #7b9ebd 1px solid;	padding-left: 5px;	font-size: 11px;	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);	border-left: #7b9ebd 1px solid;	width: 110px;	cursor: hand;	border-bottom: #336699 1px solid;}
.af_textbox{font-family: Tahoma, Verdana, Arial;font-size: 11px;border-right: #336699 1px solid;border-top: #7b9ebd 1px solid;border-left: #7b9ebd 1px solid;border-bottom: #336699 1px solid;}
.af_results{border-right: gray 1px solid;border-top: gray 1px solid;overflow: auto;border-left: gray 1px solid;width: 99%;border-bottom: gray 1px solid;height: 400px;background-color: #ffffff;}
.af_row{font-size: 11px;padding-bottom: 2px;cursor: pointer;font-family: Tahoma, Verdana, Arial;}
.af_header{font-family: Tahoma, Verdana, Arial;	font-size: 11px;	background-color:#cdcdcd;	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);}
.afpollbar{background-color: #ff0000;}
.afpollresults{border: solid 1px #333333;}
.Speerio-Tabs { WIDTH: 100%; COLOR: black; FONT-FAMILY: Verdana,Arial,Helvetica,Sans Serif }
.Speerio-TabLeftSpacer { WIDTH: 5px; BORDER-BOTTOM: black 1px solid }
.Speerio-TabRightSpacer { WIDTH: 100%; BORDER-BOTTOM: black 1px solid }
.Speerio-SelectedTab { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; WIDTH: 20% }
.Speerio-LeftTab { BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 20%; CURSOR: hand; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #eeeeee }
.Speerio-RightTab { BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: medium none; WIDTH: 20%; CURSOR: hand; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #eeeeee }
.Speerio-TabLabel { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Verdana,Arial,Helvetica,Sans Serif }
.af_pagernumber a, .af_pagernumber a:link, .af_pagernumber a:visited, .af_pagernumber a:active{color: #555; text-decoration:none;}
label {color:#555;}