/* ======================================== */
/* Content: CSS styles i4Portal			    */
/* Version: 1.1, 12.11.2002, fe, rs			*/
/* ======================================== */   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: f4d9ea;
}

/* background color for the content part of the pages */
Body 
{
	BACKGROUND-IMAGE: url(http://www.chemiewehr-uri.ch/images_afu/chemie_back.gif);
	SCROLLBAR-HIGHLIGHT-COLOR: #F4D9EA;
	SCROLLBAR-SHADOW-COLOR: #B40274;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #B40274;
	SCROLLBAR-TRACK-COLOR: #f4d9ea;
	SCROLLBAR-DARKSHADOW-COLOR: #700149;
	SCROLLBAR-BASE-COLOR: #E9B1D5;
	BACKGROUND-COLOR: #f4d9ea;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
    /*background-color: #e9dea4;*/
    border-width: 0px;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-width: 0px;
	/*background-color: #CCC290;*/
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
	border-width: 0px;
    color:#000000;
    text-decoration: none;
    background-color: #F4D9EA;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
	border-width: 0px;
    color:#000000;
    text-decoration: none;
    width: 142px;
}

/* style for upper and lower menu-lines*/
.MenuLines
{
	background-color: #B40274;
}

/*style for drop down menu */
.MenuDrop 
{
	background-color: #B40274;
	/* #E7EBEF */
}

/* text style for drop-down menu items */
.MenuDropItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 15px;    
	border-width: 0px;
    color:#000000;
    text-decoration: none;
    width: 104px;
    
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
    width:142px;
    height:26px;
    display:block;      
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#000000;
    width:142px;
    height:26px;
    display:block;      
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
    width:142px;
    height:26px;
    display:block;      
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:#000000;
    background-color: #F4D9EA;
    width:142px;
    height:26px;
    display:block;      
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
	text-transform: uppercase;    
    color:#ffffff;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#D6E3EF;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#D6E3EF;
}

/* style for separator between site links */
.Accent
{
    color: #ffffff;
    font-weight: normal;
}



/* MODULE-SPECIFIC */

TD.navigation
{
    BACKGROUND-COLOR: #F4D9EA;
    height: 16px;
}

.navtitel
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.navlinks
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #B40274;
    font-size: 10px;
    font-weight: bold;    
}


A.navlinks:link {
    color: #f4d9ea;
    text-decoration:    none;
}

A.navlinks:visited  {
    color: #f4d9ea;
    text-decoration:    none;
}

A.navlinks:active   {
    color: #ffffff;
    text-decoration:    none;
}

A.navlinks:hover    {
    color: #ffffff;
    text-decoration:    none;
}

.navlinks-rechts
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #B40274;
}

A.navlinks-rechts:link {
    color: #B40274;
    text-decoration:    none;
}

A.navlinks-rechts:visited  {
    color: #B40274;
    text-decoration:    none;
}

A.navlinks-rechts:active   {
    color: #000000;
    text-decoration:    none;
}

A.navlinks-rechts:hover    {
    color: #000000;
    text-decoration:    none;
}



TD.quicknavigation
{
    BACKGROUND-COLOR: #B40274;
    height: 16px;
}

TD.quicklinie
{
    BACKGROUND-COLOR: #B40274;
}

.quicktitel
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;    
}

.quicklinks
{
    font-family: Verdana, Helvetica, sans-serif;
    color: #B40274;
    font-size: 10px;
}

/* style of breadcrumbs */

.breadcrumbsIcon
{
    width:7px;
    height:7px;
    display:inline-block;
    background-image:url('/images/scope_che/breadcrump-pfeil.gif');
    background-repeat:no-repeat;
    margin-left: 5px;
    margin-right: 5px;
}

A.Breadcrumbs:link {
    text-decoration:    underline;
}

/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #3a383b;
    vertical-align: middle;
    padding-top:5px;
    padding-bottom: 5px;
}
/* style of item titles by Announcements and events */
.ItemTitleDate {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
}

/* i4Shop */
.ShopProductListHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;	
}
.ShopProductListItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
.ShopCartListItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
.ShopCartListItemAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
.ShopCartListHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
.ShopCheckoutListHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #CAD1E1;
/*	border-top: #CAD1E1 1px solid; */
    line-height: 12pt;
}
.ShopCheckoutListFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #CAD1E1;
}
.ShopCheckoutListItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #ffffff;    
}
.ShopCheckoutListItemAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #E8EDF3;
}
/* end i4Shop */

/* GENERAL */
/* style for module titles */


.AmtTitel{
    font-family: Arial;
    font-size:  32px;
    font-weight: bold;
    font-style:italic;    
    color: #575757;
}


.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #000000;
    line-height: 16px
}

.MoreLink   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: #000000;
}

/* style for module underline*/
.Moduleline   {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #B40274;
}

/* style for module titles superline */
.ModuleTitleSuperline	{
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #F4D9EA;
}

.ModuleTitleCellAdmin {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #3a383b;
	margin-right: 6px;      	
}

.NotificationMenuItem { 
font-family : Verdana, Helvetica, Sans-Serif;
font-size : 9px;
color : #000000;
text-decoration : none;
} 

/* generic Link */
.Link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color: #042568;
    cursor: hand;	
}

/* style for module titles underline*/
.ModuleTitleline   {
    color: #B40274;
}

/* style for module titles superline in admin mode */
.ModuleTitleSuperlineAdmin	{
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
     font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #000000;
    width: 150px;     
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color: #000000;
}

.klein
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px;
    color: #B40274;    
}

.legende
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    font-style:italic;    
}
	
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

Table.AdminCenter .ModuleHeaderLeft,
Table.AdminCenter .ModuleContentLeft,
Table.AdminCenter .ModuleFooterLeft {
width: 170px;
}

Table.AdminCenter .ModuleHeaderLeft {
height: 60px;
}

TD.EditPage {
padding-left: 170px;
}

.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	BACKGROUND-COLOR: #fef2a6;    
}

.NormalEdit { 
font-family : Verdana, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
line-height : 12px;
color : #000000;
} 

.NormalValidate { 
font-family : Verdana, Helvetica, sans-serif;
font-size : 11px;
font-weight : normal;
line-height : 12px;
color : red;
} 

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for alternating lines in Datagrids*/
.NormalAlternating
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    background-color: #FBF0F7;
}


/* text style in Contact Datagrids*/
.ContactNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
}


.Contacthead
{
    BACKGROUND-COLOR: #B40274; 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color:#ffffff;                  
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonTitle     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;    
}

/* hyperlink style for link buttons */
.LinkImage 
{
	vertical-align: middle;
}

/* text style for countdown */
.Countdown	{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    color: #5A7594;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #042568;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #042568;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #042568;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}


/* Banner */
/* style for portalbanner */
TD.menuhead
{
	background-color: #ffffff;
	/* BSA: #CAD1E1 */
	/* Intranet: #E7EBEF */
}

/* Login */
/* style for Login-box*/    

TD.loginhead1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#ffffff;
    text-align:center;
    padding:2px;    
    BACKGROUND-COLOR: #B40274;               
}

TD.loginhead2
{
    BACKGROUND-COLOR: #042568;
    /* intranet: #96A5B1 */
    /* bsa: #042568 */                 
}

TD.loginhead3
{
    BACKGROUND-COLOR: #707D84;           
}

TD.loginhead4
{
    BACKGROUND-COLOR: #000000;            
}


TD.logintext
{
    BACKGROUND-COLOR: #ff00ff;
    /* intranet: #E7EBEF */
    /* bsa: #CAD1E1 */
}

TD.edithead
{
    BACKGROUND-COLOR: #042568;            
}

/* style for Events, Date-Location */
.eventsdate
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	font-style:italic;
	line-height: 12px;
    color: #000000;
}

/* style for Login-text */

.loginhead
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;     
    text-align: center;
    font-weight:    bold;                  
}

.logintext
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;      
    FONT-SIZE: 9px;
}

.loginbutton
{
    border-left: 1px solid #80868B;
    border-top: 1px solid #80868B;
    border-right: 1px solid #80868B;
    border-bottom: 1px solid #80868B;            
    FONT-SIZE: 12px;
    COLOR: #5D5D5A;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

/* quotation module style */
.QuotationText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
	text-transform: uppercase;    
    color: #000000;
}

.QuotationAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #5D5D5A;
}
/* end quotation module style */

/* news module AfU*/
.NewsAfUImageLegend
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding-left: 3px;    
}

.NewsAfUImageBlack
{
    width: 1 px;
    background-color: #000000;
}

/* end news module AfU*/

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #496886;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #042568;
}

H5  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #042568;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #042568;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #042568;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #042568;
}

A:link  {
    text-decoration:    none;
    /* color:  #f4d9ea;*/
    color:  #B40274;
}

A:visited   {
    text-decoration:    none;
    /* color:  #f4d9ea;*/
    color:  #B40274;
}

A:active    {
    text-decoration:    none;
    color:  #7a014f;
}

A:hover {
    text-decoration:    none;
    color:  #7a014f;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


INPUT
{ 
    PADDING-LEFT: 1px;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

CHECKBOX
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

input.CHECKBOX2
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ff00ff;   
}

SELECT
{
    FONT-SIZE: 11px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

TEXTAREA
{
    BORDER-RIGHT: #7f7f7f 1px solid;
    BORDER-TOP: #7f7f7f 1px solid;
    BORDER-LEFT: #7f7f7f 1px solid;    
    BORDER-BOTTOM: #7f7f7f 1px solid;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}    

.afu-box
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
  line-height: 14px; 
  font-weight:normal;             
}

A.afu-box-links
{
/*    FONT-SIZE: 10px;*/
  COLOR: #F4D9EA;
/*    FONT-FAMILY: Verdana, Helvetica, sans-serif;*/
  BACKGROUND-COLOR: #B40274;
  line-height: 14px;
  font-weight:normal;             
}

A.afu-box-links:link  {
/*    text-decoration:    none;*/
    color:  #F4D9EA;
}

A.afu-box-links:visited   {
    text-decoration:    none;
    color:  #F4D9EA;
}

A.afu-box-links:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A.afu-box-links:hover {
    text-decoration:    none;
    color:  #ffffff;
}

A.afu-box-rechts
{
    FONT-SIZE: 10px;
    COLOR: #B40274;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;

    font-weight:normal;              
}

A.afu-box-rechts:link  {
    text-decoration:    none;
    color:  #B40274;
}

A.afu-box-rechts:visited   {
    text-decoration:    none;
    color:  #B40274;
}

A.afu-box-rechts:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A.afu-box-rechts:hover {
    text-decoration:    none;
    color:  #ffffff;
}

.afu-box-links
{
    BACKGROUND-COLOR: #F4D9EA;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    line-height:16px;         
    height:18px;
           
}

.afu-box-links-admin
{
    BACKGROUND-COLOR: #ffffff;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    line-height:16px;         
    height:18px;
          
}

.afu-box-rechts
{
    BACKGROUND-COLOR: #B40274;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;
    width:142PX;
    line-height:16px;      
    height:18px;
    display:block;             
}

.afu-box-rechtsContent
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif; 
    BACKGROUND-COLOR: #e6aed0; 
    padding: 2px;              
    padding-bottom: 6px;
    margin-bottom:6px;
}

.afu-box2
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;            
}

.documents
{
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #FAECF6;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}
.documents_table
{
	background-color: #B40274;
	border: none, 0, #ffffff;
	color:#ffffff;
}

.edit_head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #000000;   
}

.edit_content
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif; 
}

/* SiteMap */
DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    color: #000000;
    
	/*text-indent: 1px;*/
	
}

.formback
{
    BACKGROUND-COLOR: #B40274;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:bold;     
}

.formcontent
{
    BACKGROUND-COLOR: #FAECF6;
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-weight:normal;       
}

