/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
	background-color: #F8F8F8;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;
    scrollbar-face-color:       #DBDBDB; 
    scrollbar-highlight-color:  #ffffff; 
    scrollbar-shadow-color:     #999999; 
    scrollbar-light-color:		#999999; 
    scrollbar-arrow-color:      #666666; 
    scrollbar-track-color:      #f3f3f3; 
    scrollbar-darkshadow-color: #666666; 
}


.popUpBox span{display:none;position:absolute;
border: solid 1px #333; background-color:#ffffbb; padding:4px;color:#333;}
.popUpBox:hover span{display:block}

/* 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 Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #000000
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
   font-family: Tahoma;
		font-size: 11px;
		color: #ffffff;
		font-weight: bold;
		background-repeat:	no-repeat;
		background-position: left top;
		padding-left:14px;

}



/* GENERAL */
/* style for module titles */
.Head   {
		width:100%;
		padding-left:6px;
		padding-right:8px;
		padding-top:4px;
		padding-bottom:5px;
		font-family:Tahoma;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		cursor:hand;
		letter-spacing:0;
		background-color:#000000;
		background-image: url('images/bckgNavigHead.jpg');
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* 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
{
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
   
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.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 for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: red;
}
    
/* LinkButtonBig */

.LinkButtonBig
{
	cursor:hand;
			background-position: left top;
			border-top:1px solid #DDDDDD;
			border-left:1px solid #DDDDDD;
			border-right:1px solid #ACACAC;
			 border-bottom:1px solid #ACACAC;
			 font-family: Tahoma;
			 font-size: 11px;
			 color: #444444;
			 font-weight: bold;
			 padding-left:10px;
			 padding-right:10px;
			 padding-top:3px;
			 padding-bottom:3px;
			 background-image:url('images/cognita/shoppingcart/buttonBckg.jpg');
			 background-repeat:repeat-x;
			 height:23px;
}
A.LinkButtonBig:link
{
	text-decoration:none;
}




/* 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: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
 font-family: Tahoma; font-size: 11px; color:#333333;text-decoration: underline;
}

A:visited   {
 text-decoration:none; font-family: Tahoma; font-size: 11px; color:#333333;
	
}

A:active    {
   text-decoration:none; font-family: Tahoma; font-size: 11px; color:#333333;
	
}

A:hover {
   text-decoration:none; font-family: Tahoma; font-size: 11px; color:#FF8500;

}

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
}

/* bilic add on */

BODY {background-color: #F8F8F8;
      margin-left:0px;
      margin-right:0px;
      margin-top:0px;
      margin-bottom:0px;
        scrollbar-face-color:       #DBDBDB; 
        scrollbar-highlight-color:  #ffffff; 
        scrollbar-shadow-color:     #999999; 
        scrollbar-3dlight-color:    #999999; 
        scrollbar-arrow-color:      #666666; 
        scrollbar-track-color:      #f3f3f3; 
        scrollbar-darkshadow-color: #666666; 
           
	}

A 
{
	text-decoration:underline;
	font-family: Tahoma; 
	font-size: 11px; 
	color:#333333;
}

A:hover {text-decoration:none; font-family: Tahoma; font-size: 11px; color:#FF8500;}

.newsMore {text-decoration:none;
			font-family:Tahoma;
			font-size:10px;
			color:#666666;
			font-weight:bold;
			background-image: url('images/cognita/more.gif'); background-repeat: no-repeat; background-position-x: left; background-position-y: center;
			padding-left:14px;

}

.newsMoreUp {text-decoration:none;
			font-family:Tahoma;
			font-size:10px;
			color:#FF8500;
			font-weight:bold;
			background-image: url('images/cognita/moreUp.gif'); 
			background-repeat: no-repeat; 
			background-position-x: left; 
			background-position-y: center;
			padding-left:14px;

}
 

.newsText {font-family:Helvetica;
			font-size:11px;
			/*color:#555555;*/
			letter-spacing:0;
			line-height:120%;
			text-align:left;
			padding-bottom:5px;
			padding-top:6px;
			width:100%;
			}
			
			
	


.newsTitle 
{
	font-family:Helvetica;
			font-size:11px;
			font-weight:bold;
			color:#007FC1;
			letter-spacing:0;
			line-height:120%;
			text-align:left;
			padding-top:7px;
			background-image: url('images/cognita/newsTitle.gif'); 
			background-repeat: no-repeat; 
			background-position-x: left; 
			background-position-y: center;
			padding-left:15px;
			}
			
.contentTableTitle 
{
	font-family:Helvetica;
			font-size:11px;
			font-weight:bold;
			color:#007FC1;
			letter-spacing:0;
			line-height:120%;
			text-align:left;
			padding-top:7px;
			background-repeat: no-repeat; 
			background-position-x: left; 
			background-position-y: center;
			padding-left:15px;
			}
			
.newsTitleUp {font-family:Helvetica;
			font-size:11px;
			font-weight:bold;
			color:#FF8500;
			letter-spacing:0;
			line-height:120%;
			text-align:left;
			padding-top:7px;
			background-image: url('images/cognita/newsTitle.gif'); background-repeat: no-repeat; background-position-x: left; background-position-y: center;
			background-position-x: left; 
			background-position-y: center;
			padding-left:15px;
			}

A.newsTitle 
{
	color:#007FC1;
	text-decoration:none;
}
A.newsTitle:hover
{
	color:#FF8500;
	text-decoration:none;
}

.newsDate {font-family:Tahoma;
			font-size:9px;
			font-weight:normal;
			color:#888888;
			letter-spacing:0;
			text-align:left;
			padding-top:5px;
			}
			

A.main 
{
	text-decoration:none;
	font-family:Helvetica;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
}

A.main:hover 
{
	text-decoration:none;
	font-family:Helvetica;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
}


.mainDiv 
{
	position: absolute;
	left:0px;
	top:0px;
	width: 800px;
	height: 100%;
	z-index: 1;
	background-image: url('images/cognita/borderMainVertical.gif');	background-repeat: repeat-y; background-position-x: right;
	padding-right:1px;
			
			}

.tableTop {background-color: #007FC1;
			width:100%;
			cursor:hand;
			
			}

.cellTopBlank {border-bottom:1px solid #666666;
				border-left: 1px solid #0098EA;
				cursor:hand;
			
				}
		
.cellTop {padding-left:20px;
			padding-right:18px;
			padding-top:5px;
			padding-bottom:5px;
			font-family:Arial;
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			background-color:#007FC1;
			background-image: url('images/cognita/bckgTopNavig.gif');	background-repeat: no-repeat; background-position-x: left; background-position-y: top;
			border-bottom:1px solid #666666;
			}
			
.cellTop2 {padding-left:20px;
			padding-right:18px;
			padding-top:5px;
			padding-bottom:5px;
			font-family:Arial;
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			background-color:#007FC1;
			border-bottom:1px solid #666666;
			}
			
.user  { font-family:Tahoma;
			font-size:11px;
			color:#666666;
			font-weight:bold;
			}
			
			
.cellTopUp {padding-left:20px;
			padding-right:18px;
			padding-top:5px;
			padding-bottom:5px;
			font-family:Arial;
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			background-color:#FF8500;
			background-image: url('images/cognita/bckgTopNavigUp.gif');	background-repeat: no-repeat; background-position-x: left; background-position-y: top;
			border-bottom:1px solid #666666;
			}

.text1 {	font-family:Tahoma;
			font-size:10px;
			color:#222222;
			font-weight:normal;
			letter-spacing:1;
			text-indent: 20;
			line-height: 125%;
			word-spacing: 1;
			margin-left: 20;
			margin-right: 20;
			margin-top: 16;
			margin-bottom: 0;
			
}

.navigBar {	width:100%;
			background-color:#999999;
			background-image: url('images/cognita/bckgNavbar.jpg');
			border-bottom:1px solid #999999;
			}

.navigHead {letter-spacing:0;
			padding-left:0px;
			padding-right:8px;
			padding-top:4px;
			padding-bottom:4px;
			font-family:Helvetica;
			font-variant:;
			font-size:12px;
			color:#ffffff;
			font-weight:normal;
			background-color:#999999;
			background-image: url('images/cognita/bckgNavigHead.jpg');
			}
			
.navigHeadUp {letter-spacing:0;
			padding-left:0px;
			padding-right:8px;
			padding-top:4px;
			padding-bottom:4px;
			font-family:Helvetica;
			font-variant:small-caps;
			font-size:12px;
			color:#ffffff;
			font-weight:normal;
			cursor:hand;
			background-color:#a9a9a9;
			
			}

			
.navigHead2 {width:100%;
			padding-left:6px;
			padding-right:8px;
			padding-top:4px;
			padding-bottom:5px;
			font-family:Tahoma;
			font-size:11px;
			color:#666666;
			font-weight:bold;
			cursor:hand;
			letter-spacing:1;
			background-color:#ffffff;
			border-top:1 solid #C7C7C7;
			border-bottom:1 solid #ffffff;
			}

			
.navigContent 
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	cursor:hand;
	letter-spacing:0;
	border-bottom:1 solid #E1E1E1;
	border-top:1 solid #ffffff;
	vertical-align:middle;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(images/cognita/arrow_.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
}
.navigContentUp 
{
	font-family:Tahoma;
	font-size:11px;
	color:#007FC1;
	font-weight:normal;
	cursor:hand;
	letter-spacing:0;
	background-image: url(images/cognita/arrow.gif); 
	background-repeat: no-repeat; 
	background-position-x: left; 
	background-position-y: top;
	border-bottom:1 solid #E1E1E1;
	border-top:1 solid #ffffff;
	background-color:#ffffff;
	vertical-align:middle;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.navigContentEL 
{
			padding-left:6px;
			padding-right:8px;
			padding-top:3px;
			padding-bottom:4px;
			font-family:Tahoma;
			font-size:11px;
			color:#666666;
			font-weight:normal;
			cursor:hand;
			letter-spacing:0;
			border-bottom:1 solid #E1E1E1;
			border-top:1 solid #ffffff;
			background-color:transparent;
			}
			
.navigContentELUp 
{
			padding-left:6px;
			padding-right:8px;
			padding-top:3px;
			padding-bottom:4px;
			font-family:Tahoma;
			font-size:11px;
			color:#007FC1;
			font-weight:normal;
			cursor:hand;
			letter-spacing:0;
			border-bottom:1 solid #E1E1E1;
			border-top:1 solid #ffffff;
			background-color:#ffffff;
			}


.spacer 
{
	padding-top:8px; 
	background-color:#dcdcdc;
	background-image: url('images/cognita/spacerMenu.jpg'); 
	background-repeat: no-repeat;
			
}	

.spacerBlank {padding-top:4px;}
			
.contentHead {width:100%;
			padding-left:10px;
			padding-right:8px;
			padding-top:5px;
			padding-bottom:5px;
			font-family:Helvetica;
			font-size:11px;
			color:#666666;
			font-weight:normal;
			cursor:hand;
			letter-spacing:1;
			background-color:#e5e5e5;
			border-bottom:1px solid #d1d1d1;
			border-top:1px solid #ffffff;
			}

.timeDate {
			padding-left:8px;
			padding-right:8px;
			padding-top:4px;
			padding-bottom:5px;
			font-family:Helvetica;
			font-size:10px;
			color:#FFFFFF;
			font-weight:bold;
			text-align:center;
			border-bottom:1px solid #d1d1d1;
			background-image: url('images/cognita/bckgNavigHead.jpg');
			}
.footer
{
	font-family: Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
A.footer
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

A.footer:hover
{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

A.footer:visited
{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.tdContent {border-right:1px solid #C0C0C0;
			background-image: url('images/cognita/bckgGradContent.jpg');
			background-repeat: repeat-y;
			background-position-x: left;
			
			}

.contentDiv {padding-left:10px; padding-right:10px; width:468px; padding-top:6px;
			}
			
.header {padding-bottom: 1px;
			background-image: url('images/cognita/borderMainHorizontal.gif'); background-repeat: repeat-x; background-position-y: bottom;
			}
.headerMiddle {background-image: url('images/cognita/bckgGradHeader.jpg'); background-repeat: repeat-y; background-position-x: left;
}
			
.leftColumn {background-color:#F4F4F4; 
			border-right:1px solid #cccccc;
			padding:0px;
			}
			
.tableMiddle {border-bottom:1px solid #808080;
				background-image: url('images/cognita/bckgBar.jpg'); background-repeat: repeat-x;
				}
.message
{font-size: 10px;
			font-family: Tahoma;
			color: #303030;
}

.inputLeft {font-size: 10px;
			font-family: Tahoma;
			color: #303030;
			border: 1px solid #666666;
			padding-left: 2px;
			background-image:url('images/cognita/bckgInput.jpg'); background-repeat:repeat-x
			}
			
.inputCenter {
	font-size: 10px;
	font-family: Tahoma;
	color: #303030;
	border: 1px solid #666666;
	padding-left: 3px;
	background-image:url('images/cognita/bckgInput.jpg');
	background-repeat:repeat-x;
	text-align:center;
	width: 80%;
 				}

.registerText {font-size: 10px;
 				font-family: Tahoma;
 				color: #303030;
 				border: 1px solid #666666;
 				padding-left: 3px;
 				background-image:url('images/cognita/bckgInput.jpg');
 				text-align:center;
 				}
 				 				
.logIn {background-image: url('images/cognita/bckgLogin.jpg'); background-repeat: no-repeat; background-position: left top}

.rightTab {border-top: 4px solid #AAAAAA;}

.rightTitle {font-family: Tahoma;
			font-size: 10px;
			color: #FFFFFF;
			font-weight: bold;
			padding-left:5px;
			padding-right:2px;
			padding-top:4px;
			padding-bottom:3px;
			background-color:#666666;
			background-image: url('images/cognita/bulet666666.gif'); background-repeat: no-repeat; background-position-x: left; background-position-y: center;
			padding-left:19px;
			}
			
.rightTitleBend 
{
	background-position: left top;
				background-image:url('images/cognita/bckgTitleList.gif');
				background-repeat:no-repeat
				}

/* Right links on portal */				
.rightLinks
{
	border-bottom: 1px solid #cccccc;
	line-height:150%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
	background-color:#F4F4F4;
}

A.linkPlain
{
	text-align:none;
}


				
.pageTitle
{
	height: 31px;
	background-image: url('images/cognita/bckgNavBar.jpg'); 
	background-repeat: repeat-x; 
	background-position: left top;
	padding-top:6px; 
	padding-bottom:9px; 
	padding-left:7px; 
	text-align:left; 
	font-family:Arial; 
	font-size:13; 
	color:#666666; 
	letter-spacing:1; 
	font-style:italic; 
	font-weight:bold
	}
	
.labelLogIn 
{
	font-weight:bold;
	FONT-SIZE:10px;
	COLOR:#666666;
	FONT-FAMILY:Tahoma
}

.nalogText
{
		font-family:Helvetica;
		font-size:10px;
		color:#555555;
		letter-spacing:0;
		line-height:120%;
		text-align:left;
		 font-weight:bold;
}
.nalogNum
{
		font-family:Helvetica;
		font-size:12px;
		color:#555555;
		letter-spacing:5;
		line-height:120%;
		font-weight:bold;
}


.buttonCart 
{
	cursor:hand;
	background-position: left top;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-image:url('images/cognita/shoppingcart/buttonBckg.jpg');
	background-repeat:repeat-x;
	height:23px;
}


.newsVertHeader 
{
	font-family: Tahoma; 
	font-size: 12px; 
	color: #454545; 
	font-weight: bold;  
	padding-bottom:5px; 
	/*line-height:120%*/
}
.newsVertTable 
{
	border: 0px; */
	/*background-color:#cccccc; */
	width:468px; }
.newsVertColumn 
{
	width:33%; 
	background-color:Transparent; 
	/*background-image: url('images/cognita/bckgNews.jpg'); 
	background-repeat: no-repeat; 
	background-position: right bottom*/}
.newsVertImg {border: 0px; width:110px; height:90px}
.newsVertImageDiv {text-align:center; padding-top:5px; padding-bottom:5px; border-top:1px solid #cccccc}
.newsVertText {text-align:left; font-family: Helvetica; font-size: 11px; line-height:120%; text-indent:12px}
.newsVertDate {font-family: Tahoma; font-size: 9px; color:#555555; padding-top:5px;}
A.newsVertHeader {font-family: Tahoma; font-size: 11px; color: #454545; font-weight: bold; text-decoration:none;}
A.newsVertHeader:hover {color:#007FC1;font-size: 11px;}
A.newsVertHeader:visited {font-size: 11px;}

A.newsVertText {font-family: Arial; font-size: 11px; color:#000000; text-decoration:none;}
A.newsVertText:hover {color:#007FC1}
A.linkArchive {font-family: Arial; font-size: 11px; color: #FFFFFF;  text-decoration:none;}
A.linkArchive:visited {font-family: Arial; font-size: 11px; color: #FFFFFF;  text-decoration:none;}
A.linkArchive:hover {font-family: Arial; font-size: 11px;  text-decoration:none; color:#eeeeee;}
.archive {font-family: Arial; font-size: 11px; padding-left:4px; padding-right:6px; background-image: url('images/cognita/archiveTile.gif'); background-repeat:repeat-x;}

/* plain link */
A.LinkNone
{
	text-decoration:none;
	font-family: Tahoma; 
	font-size: 11px; 
	color:#333333;
}

.contentBody
{
		    font-family:Helvetica;
			font-size:11px;
			color:#555555;
			letter-spacing:0;
			line-height:120%;
			text-align:left;
			padding-top:12px;
			padding-left:14px;
			padding-right:14px;
			}

A.contentBody
{
	font-family: Arial; 
	font-size: 11px; 
	color: blue; 
	text-decoration: underline;
}
A.contentBody:visited
{
	font-family: Arial; 
	font-size: 11px; 
	color: blue; 
	text-decoration: underline;
}
A.contentBody:hover 
{
	font-family: Arial;
	font-size: 11px;
	color: blue; 
	text-decoration: underline;
}

.contentFont {

		    font-family:Helvetica;
			font-size:11px;
			color:#555555;
			letter-spacing:0;
			line-height:120%;
			text-align:left;
}
A.contentFont
{
	font-family: Arial; 
	font-size: 11px; 
	text-decoration: none;
}

A.contentFont:visited
{
	font-family: Arial; 
	font-size: 11px; 
	text-decoration: none;
}

A.contentFont:hover 
{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

.contentHeading1
{
	font-family:Tahoma;
	font-size:11px;
	color:#007FC1;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

.contentHeading1Up
{
	font-family:Tahoma;
	font-size:11px;
	color:#FF8500;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

A.contentHeading1
{
	font-family:Tahoma;
	font-size:11px;
	color:#007FC1;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

A.contentHeading1:visited
{
	font-family:Tahoma;
	font-size:11px;
	color:#007FC1;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

A.contentHeading1:hover 
{
	font-family:Tahoma;
	font-size:11px;
	color:#FF8500;
	font-weight:normal;
	letter-spacing:0;
	text-decoration: none;
}

A.linkNoUnderline:link
{
	text-decoration: none;
}

.BodyTitleSpliterTitle {font-family: Tahoma;
			font-size: 10px;
			color: #FFFFFF;
			font-weight: bold;
			padding-left:5px;
			padding-right:2px;
			padding-top:4px;
			padding-bottom:3px;
			background-color:#666666;
			padding-left:10px;
			}
			
.BodyTitleSpliterTitleBend 
{
	background-position: left top;
				background-image:url('images/cognita/bckgTitleListTransparent.gif');
				background-repeat:no-repeat
				}
