TABLE, DIV, SPAN, TD, B, BODY, INPUT, TEXTAREA, SELECT, LI, UL
{
	font-family : Arial;	
	font-family: arial;
	font-size: 14px;
	line-height : 22px;
	/*line-height : 16px;*/
}
TD input
{
	line-height : 14px;	
	/*ex: dont want line-height in text input*/
}
/* Links */
A,A:HOVER,A:VISITED
{
	/*color:Black;*/
	color:#3968be !important;
	text-decoration:underline !important;
}
A:HOVER
{
	text-decoration:underline !important;
	/*color: #3f3f3f;*/
	color: #0a3e9e !important;
}
/* End Links */
.headerPosition
{
	position:absolute;
	top:0;
	left:130px;
	left:expression(is800X600 ? "10px" : "130px");
}


.HPheaderPosition
{
	position:absolute;
	top:0;
	left:110px;
	left:expression(is800X600 ? "-10px" : "110px");
}

/*footer links*/

.liNav A, .liNav A:HOVER, .liNav A:VISITED
{
	color:Black !important;
	display: inline;
}
.liNav A:HOVER
{
	text-decoration:underline !important;
	color: #3f3f3f !important;
	display: inline;
}
/* End footer links*/

/*toolTip*/
.toolTip
{
	z-index:200;
	vertical-align:middle;
	border:#73beff 3px solid;
	color:#000000;
	position:absolute;
	width:300px;
	font-size:12px;
	font-family:Arial (Hebrew);
	Background-color:#deeffe;
	padding:13px;
 	
}


.toolTipLabelText 
{
	color: #2c7b00;
	font-weight:bold;
	
}
.toolTipLabelTextMouseUP 
{
	color: #43ba02;
	text-decoration:underline;
	font-weight:bold;
}

.tooltipOpenTitle 
{
	color:#2c7b00;
	font: bold 15;
}
/*end toolTip*/


/* channelCollector */
.channelsListItem A, .channelsListItem A:VISITED,.channelsListItem A:HOVER
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;	
	height:20px;
	white-space:nowrap;
}

.channelsListItem A, .channelsListItem A:VISITED
{
	color:#3568c7;
	background-image:url(/Kids/Images/channelcollector/bullet_down_green.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	padding: 0 20 0 0;
	text-decoration:none !important;
	
}
.channelsListItem A:HOVER
{
	text-decoration:underline !important;
	color:#0a3e9e;
	background-image:url(/Kids/Images/channelcollector/bullet_up_green.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	padding: 0 20 0 0;
}

.channelsListItemSelected 
{
	color:#0a3e9e;
	font-weight:bold;
	background-image:url(/Kids/Images/channelcollector/bullet_up_green.gif)!important;
	background-repeat:no-repeat;
	background-position: right 0 ;
	padding:0 20 0 0;
	padding: expression(!isMoz ? " 0 0 0 20" : " 0 20 0 0");
	text-decoration:none;
	white-space:nowrap;
}



/* End channelCollector */


.padding_right_10
{
	padding-right:10;
}

.padding_right_40
{
	padding-right:40;
}