/* Standard HTML tags */
BODY
{
	padding-left: 0px;
	font-size: 10px;
	font-family: Verdana, Arial;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	padding-right: 0px;
}
P
{
	margin-top: 1px;
	font-size: 10px;
	color: #52616E;
	padding-top: 0px;
	font-family: Verdana, Arial;
	line-height: 15px;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link
{
	font-size: 10px;
	color: #C80000;
	text-decoration: none;
	font-family: Verdana, Arial;
}
A:visited
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border-left: none;
	color: #C80000;
	text-decoration: none;
}
A:hover
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border-left: none;
	color: #C80000;
	text-decoration: none;
}
A:focus
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border-left: none;
	color: #C80000;
	text-decoration: none;
}
A:active
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border-left: none;
	color: #C80000;
	text-decoration: none;
}
DIV
{
}
H1
{
	font-weight: bold;
	font-size: 15pt;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
}
H3
{
	font-weight: bold;
	font-size: 13pt;
}
H4
{
	font-weight: bold;
	font-size: 12pt;
}
H5
{
	font-weight: bold;
	font-size: 11pt;
}
H6
{
	font-weight: bold;
	font-size: 10pt;
}
HR
{
	color: #999999;
	height: 1pt;
	text-align: center;
}
IMG
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
INPUT.CommandButton
{
	border-right: #7b9ebd thin solid;
	padding-right: 5px;
	border-top: #7b9ebd thin solid;
	padding-left: 5px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 2pt;
	border-left: #7b9ebd thin solid;
	color: #000000;
	line-height: 10px;
	padding-top: 2pt;
	border-bottom: #333333 thin solid;
	font-family: Tahoma, Verdana, Helvetica, sans;
	background-color: #ffffff;
	text-decoration: none;
/*
	font-size:			8pt;
	font-family:		Tahoma, Verdana, Arial;
	height:				19px;
	border:				1px solid #7b9ebd;
*/
}
INPUT
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
TABLE
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
THEAD
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TH
{
	font-size: 10pt;
	vertical-align: baseline;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	margin-top: 1px;
	font-size: 10px;
	color: #52616E;
	padding-top: 0px;
	font-family: Verdana, Arial;
	line-height: 15px;
}
TFOOT
{
	font-size: 10pt;
}
TEXTAREA
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
OL
{
	font-size: 10pt;
}
UL
{
	font-size: 10pt;
	list-style-image: url(img/bulleye.gif);
}


/* Standard Rainbow Classes */

/* Command buttons */
.CommandButton
{
	font-size: 8pt;
	font-weight: 600;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans;
	/*background-color: #f3a372;*/
	text-decoration: none;
	white-space: nowrap;
	line-height: 18pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #7b9ebd 1px solid;
	border-left: #7b9ebd 1px solid;
	border-top: #7b9ebd 1px solid;
	border-right: #7b9ebd 1px solid;
	display: inline;
/*
	font-size:			8pt;
	font-family:		Tahoma, Verdana, Arial;
	height:				19px;
	border:				1px solid #7b9ebd;
*/
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

A.CommandButton:link
{
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
A.CommandButton:visited
{
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
A.CommandButton:hover
{
	font-size: 8pt;
	color: #C80000;
	text-decoration: none;
}
A.CommandButton:focus
{
	font-size: 8pt;
	color: #C80000;
	text-decoration: none;
}
A.CommandButton:active
{
	font-size: 8pt;
	color: #C80000;
	text-decoration: none;
}

.EnhancedHtmlTitlePage /* Enhanced module support */
{
	font-weight: normal;
	font-size: 12pt;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
A.EnhancedHtmlLink:link
{
	color: #000000;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #999999;
	text-decoration: none;
}
A.EnhancedHtmlLink:hover
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:focus
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:active
{
	color: #333333;
	text-decoration: none;
}

.Error /* Error and warning messages */
{
	color: #FF0000;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #999999;
	font-weight: 600;
}
.Grid_Footer
{
}
.Grid_Item
{
}
.Grid_Item TD A
{
	font-weight: 600;
}
.Grid_AlternatingItem
{
	background-color: #CCCCCC;
}
.Grid_AlternatingItem TD A
{
	font-weight: 600;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 12pt;
	color: #999999;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
SELECT, SELECT.NormalTextBox
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
OPTION
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: #999999;
}
.ItemDate
{
	font-size: 10pt;
	color: #999999;
	font-family: Tahoma, Verdana, Helvetica, sans;
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 10pt;
	color: #ee7a35;
	background-color: #ffcc00;
}
.ModuleTitle /* Title of each module */
{
	font-weight: bold;
	font-size: 12px;
	color: #C80000;
	font-family: Verdana, Tahoma, Helvetica, sans;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 5px;
}
.ModuleTitleAlternate /* Title of each module */
{
	font-weight: bold;
	font-size: 11px;
	color: #52616E;
	font-family: Verdana, Tahoma, Helvetica, sans;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 5px;
}
.Module /* Module */
{
	
}
.module_inner
{
	background-color: #F5F5F5;
	border: solid 1px #DCE6EE;
	width: 100%;
	padding: 5px;
}
.moduleButtons
{
	width: 15px;
}
.ModuleAlt /* Module variant */
{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.Normal
{
	padding-right: 0pt;
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans;
	line-height: normal;
	letter-spacing: normal;
}
.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
.NormalItalic
{
	font-size: 10pt;
	font-style: italic;
}

.rb_LangSw_tbl /* Language switcher */
{
	text-decoration: none;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.rb_LangSw_tbl A:link
{
	text-decoration: none;
}
.rb_LangSw_tbl A:visited
{
	text-decoration: none;
}
.rb_LangSw_tbl A:hover
{
	color: #999999;
}
.rb_LangSw_tbl A:focus
{
	color: #999999;
}
.rb_LangSw_tbl A:active
{
	text-decoration: none;
}
.rb_LangSw_sel
{
	color: #999999;
	
}

.rb_DefaultLayoutTable /* Styles for default pages */
{	
	width:796px;
	margin:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: White;
}
.rb_DefaultPortalHeader
{
}
.rb_DefaultLayoutDiv
{	
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color: #52616E;
	padding-top: 10px;
}
div#IE, form, div#Gecko, body, html
{
	height:100%;
	margin:0px;
	padding:0px;
}
body
{
	height: auto;
	background-color: #52616E;
}

.rb_DefaultPortalFooter
{
}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{
	width:796px;
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: White;
}
.rb_AlternatePortalHeader
{
	
}
.rb_AlternateLayoutDiv
{
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color: #52616E;
}
.rb_AlternatePortalFooter
{
}

.rb_mod_btn /* Buttons support */
{
	display: block;
	margin: 0px 0px 0px 2px;
}
.btn-img-txt
{
}
.btn-img-only
{
}
.btn-img-txt
{
	overflow: hidden;
}
.btn-img-only-css
{
	overflow: hidden;
}
DIV.btn-img-only
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-only-css
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-txt
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-txt-only
{
	font-size: 9pt;
	line-height: 0.8;
}
.rb_mod_btn
{
	display: block;
	margin: 0px 0px 0px 2px;
}

.SiteLink /* Used on Header menu in Layouts */
{
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans;
	/*background-color: #f9ccb0;*/
	text-align: center;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

.SiteLink A:link
{
	display: block;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Trebuchet MS;
}
.SiteLink A:visited
{
	color: #52616E;
	font-size: 10px;
}
.SiteLink A:hover
{
	color: #C80000;
	font-size: 10px;
}
.SiteLink A:focus
{
	color: #C80000;
	font-size: 10px;
}
.SiteLink A:active
{
	color: #C80000;
	font-size: 10px;
}

.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16pt;
	padding-bottom: 0px;
	color: #617DCE;
	padding-top: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans;
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 12px;
	color: #333333;
	padding-top: 1px;
	padding-left:4px;
	padding-right:4px;
	font-family: Tahoma, Verdana, Helvetica, sans;
}
.SubSubHead
{
	margin-top: 10pt;
	font-weight: 600;
	font-size: 11px;
	color: #333333;
}
.SurveyQuestion /* Survey module support */
{
	padding-right: 5px;
	padding-left: 5px;
}
.SurveyOption
{
}
.SurveyButton
{
	font-weight: 600;
}

.breadcrumbs
{
	color: #A9AFB5;
}
.bc_Text
{
	color: #A9AFB5;
}

.bc_Link:Link
{
	color: #A9AFB5;
}
.bc_Link:Visited
{
	color: #A9AFB5;
}
/* Three panes */
.LeftPane
{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 15px;
}
.RightPane
{
	padding-right: 13px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 30px;
}
.ContentPane
{
	width: 100%;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
	height: 500px;
}

.DefaultBanner1 /* Graphics */
{
	background-color: #ee7a35;
}
.DefaultBanner2 /* Graphics */
{
	background-color: #333333;
}
.DefaultTD /* Graphics */
{
	background-color: #cccccc;
}
.DefaultTDSub /* Graphics */
{
	background-color: #999999;
}

.Tabs /* PortalTabs in DefaultTabs Layout */
{
	border-right: #FFFFFF thin;
	border-top: #FFFFFF thin;
	border-left: #FFFFFF thin;
	border-bottom: #FFFFFF thin;
	
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	
	color: #52616E;
	font-weight: none;
	font-size: 11px;
	line-height: normal;
	
	font-family: Verdana, Tahoma, Helvetica, sans;
	
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A:link
{
	color: #999999;
	text-decoration: none;
}
.Tabs A:visited
{
	color: #999999;
	text-decoration: none;
}
.Tabs A:hover
{
	color: #C80000;
	text-decoration: none;
}
.Tabs A:focus
{
	color: #C80000;
	text-decoration: none;
}
.Tabs A:active
{
	color: #C80000;
	text-decoration: none;
}
.SelectedTabs /* PortalTabs in DefaultTabs Layout */
{
	border-right: #FFFFFF thin;
	border-top: #FFFFFF thin;
	border-left: #FFFFFF thin;
	border-bottom: #FFFFFF thin;
	
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	
	color: #000000;
	font-weight: none;
	font-size: 11px;
	line-height: normal;
	
	font-family: Verdana, Tahoma, Helvetica, sans;
	
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A:link
{
	color: #999999;
	text-decoration: none;
}
.SelectedTabs A:visited
{
	color: #999999;
	text-decoration: none;
}
.SelectedTabs A:hover
{
	color: #C80000;
	text-decoration: none;
}
.SelectedTabs A:focus
{
	color: #C80000;
	text-decoration: none;
}
.SelectedTabs A:active
{
	color: #C80000;
	text-decoration: none;
}

.MenuItem /* Menu in Default Layout */
{
	border-right: #FFFFFF 1px solid;
	font-weight: 600;
	font-size: 10pt;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-family: Tahoma, Verdana, Helvetica, sans;
	background-color: #cccccc;
}
.MenuItemHi
{
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}
.MenuSub
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #cccccc;
}
.MenuSubHi
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}

.PortalMenuItem /* Top menu in DefaultPortalMenu Layout */
{
	font-weight: 600;
	font-size: 10pt;
	border-bottom: 1px #FFFFFF;
	font-family: Tahoma, Verdana, Helvetica, sans;
	background-color: #cccccc;
}
.PortalMenuItemHi
{
	color: #FFFFFF;
	background-color: #999999;
}
.PortalMenuSub
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #cccccc;
}
.PortalMenuSubHi
{
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}


























.SubTabs /* PortalTabs in DefaultSubTabs Layout */
{
	border-right: #FFFFFF thin;
	padding-right: 10px;
	border-top: #FFFFFF thin;
	padding-left: 10px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #FFFFFF thin;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 2px;
	border-bottom: #FFFFFF thin;
	font-family: Tahoma, Verdana, Helvetica, sans;
	background-color: #999999;
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SubTabs A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTabs A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTabs A:hover
{
	color: #666666;
	text-decoration: none;
}
.SubTabs A:focus
{
	color: #666666;
	text-decoration: none;
}
.SubTabs A:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.SelectedSubTabs /* PortalTabs in DefaultSubTabs Layout */
{
	border-right: #FFFFFF thin;
	padding-right: 10px;
	border-top: #FFFFFF thin;
	padding-left: 10px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #FFFFFF thin;
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	border-bottom: #FFFFFF thin;
	font-family: Tahoma, Verdana, Helvetica, sans;
	background-color: #f9ccb0;
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedSubTabs A:link
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:visited
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:hover
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:focus
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:active
{
	color: #666666;
	text-decoration: none;
}

/* ===================================================================================
   These styles are primarily intended for use with the Task Module.
   NOTE: Only three status change the color.
     Complete = 100%
     Beginning < 50%
	 NearlyComplete >= 50% and < 100%
   =================================================================================== */
.Task_Complete
{
	color: white;
	background-color: #ffffff;
}
.Task_Beginning
{
	background-color: #ffffff;
}
.Task_NearlyComplete
{
	background-color: #ffffff;
}

/* =============================
   SolpartNavigation menu styles
   ============================= */

.spm_MenuContainer	{font-family: Tahoma; border-collapse: collapse; }
.spm_MenuBar		 { height: 22px }
.spm_MenuBar TD		 { font-size: 9px; vertical-align: middle }
.spm_MenuBar TD TD   	{}
.spm_SubMenu		   { font-family: Tahoma; z-index: 200; border-style: solid; border-width: 0 1px 1px; border-color: #000 #000 #000 #ccc }
.spm_SubMenu TD		{border:none;height:18px;background-color:#F6F6F6;}

.spm_SubMenu .spm_MenuItem  { padding-right: 15px }

.spm_MenuBreak		{height:0px;}
.spm_MenuItem 		{/*background-color:#660000;background-image:url("img/ver_button_blau.gif"); background-repeat:repeat-x;*/cursor:pointer;cursor:hand;}
.spm_MenuItem TD	    {color: black; font-size: 11px; padding-right: 7px; padding-left: 4px; height: 22px }
.spm_MenuIcon		{border:none;}
.spm_MenuItemSel	  {color: #000; background-image: url("img/ver_button_orange.gif"); background-repeat: repeat-x; cursor: hand  }
.spm_MenuItemSel TD	   {color: black; font-size: 11px; text-decoration: none; padding-right: 6px; padding-left: 3px; border: inset 1px #002d96 }
.spm_MenuArrow		 { font-size: 9px; font-family: webdings; cursor: hand; width: 10px }
.spm_RootMenuArrow	{font-family: webdings;font-size: 9px; cursor: hand; }
.spm_DefaultItem	{background-color:#eeeeee;color:#660000;cursor:pointer;cursor:hand;}
.spm_DefaultItem TD	{height:23px;font-size:9px;padding-left:3px; padding-right:3px;}
.spm_DefaultItemHighlight	{cursor:pointer;cursor:hand;}
.spm_DefaultItemHighlight TD	{background-color:#eeeeee;color:#660000;text-decoration:underline;font-size:9px;padding-left:3px; padding-right:3px;}

.spm_sub_MenuContainer	
{
	height: 22px;
	width: 150px;
	font-family: Verdana; 
	border-collapse: collapse; 
	padding-right: 0px; 
	padding-left: 0px; 
}
.spm_sub_MenuBar		
{
	height: 22px; 
	
	padding-right: 0px; 
	padding-left: 0px; 
}
.spm_sub_MenuBar TD		
{
	height: 22px;
	
	font-size: 11px; 
	vertical-align: middle; 
	padding-right: 0px; 
	padding-left: 0px; 
}
.spm_sub_MenuBar TD TD  
{
	height: 22px;
	
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_SubMenu		
{
	height: 22px;
	
	font-family: Verdana; 
	z-index: 200; 
	border-style: solid; 
	border-width: 0 1px 1px; 
	border-color: #000 #000 #000 #ccc; 
	padding-right: 0px; 
	padding-left: 0px;
	
}
.spm_sub_SubMenu TD		
{
	height: 22px; 
	
	border:none; 
	background-color:#F6F6F6; 
	padding-right: 0px; 
	padding-left: 0px;
}

.spm_sub_SubMenu .spm_sub_MenuItem TD
{
	height: 22px;
	background-image: url(img/hg_left_navi.jpg);
	border-left: none;
}
.spm_sub_SubMenu .spm_sub_MenuItemSel TD
{
	height: 22px;
	border-left: none;
}
.spm_sub_SubMenu .spm_sub_MenuItemSel
{	
	color: #C80000;
}

.spm_sub_MenuBreak		
{
	height:0px; 
	
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_MenuItem 		
{
	height: 22px; 
	width: 145px;
	background-image: url(img/hg_left_navi.jpg);
	cursor:hand; 
	padding-right: 0px; 
	padding-left: 0px;
	white-space:nowrap;
}
.spm_sub_MenuItem TD	
{
	height: 22px; 
	
	font-weight: normal; 
	font-size: 11px; 
	padding-right: 0px; 
	padding-left: 0px;
	border-left: solid 2px #888888;
}
.spm_sub_MenuIcon		
{
	height: 22px;
	
	border:none;
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_MenuItemSel	
{
	height: 22px; 
	
	background-image: url(img/hg_left_navi.jpg);
	cursor: hand; 
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_MenuItemSel TD	
{
	height: 22px; 
	
	color: #C80000; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none; 
	padding-right: 0px; 
	padding-left: 0px; 
	border-left: solid 2px black;
}
.spm_sub_MenuArrow		
{
	height: 22px; 
	
	padding-right: 0px; 
	padding-left: 0px; 

	width: 11px;
	font-size: 9px; 
	font-family: webdings; 
	cursor: hand; 

}
.spm_sub_RootMenuArrow	
{
	height: 22px; 
	
	font-family: webdings; 
	font-size: 9px; 
	cursor: hand; 
	padding-right: 0px; 
	padding-left: 0px; 
}
.spm_sub_DefaultItem	
{
	height: 22px; 
	
	color:White; 
	cursor:hand; 
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_DefaultItem TD	
{
	height: 22px; 
	
	font-size:13px; 
	padding-right: 0px; 
	padding-left: 0px;
}
.spm_sub_DefaultItemHighlight	
{
	height: 22px;
	
}
.spm_sub_DefaultItemHighlight TD	
{
	height: 22px;
	
}

/* ================================ */

/*Nebesov start*/ 

FORM.crm
{
	behavior:			url(/_forms/styles/FORM.crm.htc);
}

TEXTAREA
{
	font-family:		Tahoma, Verdana, Arial;
	font-size:			8pt;
	width:				100%;
	border:				1px solid #7b9ebd;
	behavior:			url(/_forms/styles/TEXTAREA.htc);
}


INPUT
{
	font-size:			8pt;
	font-family:		Tahoma, Verdana, Arial;
	height:				19px;
	border:				1px solid #7b9ebd;
}

INPUT.ro,TEXTAREA.ro,DIV.ro,SPAN.ro
{
	background-color:	#fffbff;
	border-color:		#cccccc;
}

INPUT.rad
{
	width:				15px;
	border:				0px;
	cursor:				hand;
	behavior:			url(/_forms/styles/INPUT.rad.htc);
}


INPUT.eml
{
	behavior:			url(/_forms/styles/INPUT.eml.htc);
}

INPUT.tkr
{
	color:				#0000ff;
	text-decoration:	underline;
	behavior:			url(/_forms/styles/INPUT.tkr.htc);
}

INPUT.url
{
	color:				#0000ff;
	text-decoration:	underline;
	behavior:			url(/_forms/styles/INPUT.url.htc);
}

INPUT.num
{
	behavior:			url(/_forms/styles/INPUT.num.htc);
}

INPUT.dtm
{
	behavior:			url(/_forms/styles/INPUT.dtm.htc);
}

DIV.tab
{
	padding:			10px;
}
/*Nebesov end*/ 
