﻿#logotop {
	position: relative;
	width: 930px;
	height: 83px;
	text-align: left;
	background: url('/gfx/design/top_bg_blog.gif') no-repeat top left; 
}

#logotoplink{
	position:absolute;
	top:26px;
	left:0px;
	width:113px;
	height:50px;
	cursor:pointer;
	cursor:hand;
}

/* <Anchor Clases> */
a {
	color: 						#2f7282;
	font-weight: 			bold;
	text-decoration: 	none;
}
a:hover {
	color: 						#6b98af;
	text-decoration:	underline;
}
a:visited {
	color:						#6b98af;
}
a.altLink{
	color:						#01be53;
}
/* </Anchor Clases> */

/* <TabPage Classes> */
.tabpage {
	margin-left: 10px;
}
.entryTabpage{
}
.entryTabpage .entryTabContainer{
	width:300px;
}
.tabpage .tabItemContent {	
	position: relative;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/toptab_inactive.png);
	cursor:hand;
	cursor:pointer;
	height: 35px;
	width: 128px;
	text-align: center;
	margin-left: -10px;
	z-index: 1;
	float: left;
}
[xmlns] .tabpage .tabItemContent {	
	position: relative;
	background:	url(/gfx/design/toptab_inactive.png) no-repeat bottom;
	cursor:hand;
	cursor:pointer;
	height: 35px;
	width: 128px;
	text-align: center;
	margin-left: -10px;
	z-index: 1;
	float: left;
}
.tabpage .tabItemContent a {
	font-size: 18px;
	font-weight: normal;
	color: #818181;
}
.tabpage .tabItemContent a:hover {
	color: #FAF5EB;
	text-decoration: none;
}
.tabpage .tabItemContentSelected {
	position: relative;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/toptab_active.png);
	cursor:hand;
	cursor:pointer;
	height: 35px;
	width: 128px;	
	text-align: center;	
	z-index: 2;
	margin: auto 0px auto -10px;
	float: left;	
}
[xmlns] .tabpage .tabItemContentSelected {
	position: relative;
	background:	url(/gfx/design/toptab_active.png) no-repeat bottom;
	cursor:hand;
	cursor:pointer;
	height: 35px;
	width: 128px;	
	text-align: center;	
	z-index: 2;
	margin: auto 0px auto -10px;
	float: left;	
}
.tabpage .tabItemContentSelected a {	
	font-size: 18px;
	font-weight: normal;
	color: #01be53;
}
.tabpage .title {
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
}
.tabpage .tabItemContentSelected a:hover {	
	text-decoration: none;
}
.tabpage .tabItemContentMO {
	position: relative;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/toptab_inactive_mo_blog.png);
	cursor:hand;
	cursor:pointer;
	height: 34px;
	width: 128px;
	text-align: center;
	margin-left: -10px;
	z-index: 1;
	float: left;
}
[xmlns] .tabpage .tabItemContentMO {
	position: relative;
	background:	url(/gfx/design/toptab_inactive_mo_blog.png) no-repeat bottom;
	cursor:hand;
	cursor:pointer;
	height: 34px;
	width: 128px;
	text-align: center;
	margin-left: -10px;
	z-index: 1;
	float: left;
}
.entryTabpage .entryTabItemTotalLeft{
	background:	url(/gfx/design/smalltabs/smalltabs_bg.gif) repeat-x center;
	height: 21px;
	width:7px;
}
.entryTabpage .entryTabItemLeft {
	background:	url(/gfx/design/smalltabs/smalltabs_bg.gif) repeat-x center;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:10px;
}
.entryTabpage .entryTabItemContent {
	background:	url(/gfx/design/smalltabs/smalltabs_bg.gif) repeat-x center;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	text-align: center;
}
.entryTabpage .entryTabItemRight {
	background:	url(/gfx/design/smalltabs/smalltabs_bg.gif) repeat-x center;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:20px;
	/*padding-left:6px*/
}
.entryTabpage .entryTabItemTotalRight{
	background:	url(/gfx/design/smalltabs/smalltabs_bg.gif) repeat-x center;
	height: 21px;
	width: 15px;
}
.entryTabpage .entryTabItemContent a {
	font-size: 12px;
	font-weight: bold;
	color: #2f7282;
}
.entryTabpage .entryTabItemContent a:hover {
	color: #6b98af;
	text-decoration: none;
}
.entryTabpage .entryTabItemLeftSelected {
	background:	url(/gfx/design/smalltabs/smalltabs_sel_l.gif) no-repeat center left;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:10px
}
.entryTabpage .entryTabItemContentSelected {
	background:	url(/gfx/design/smalltabs/smalltabs_sel_m.gif) repeat-x center;
	cursor:hand;
	cursor:pointer;
	text-align: center;	
	height: 21px;
}
.entryTabpage .entryTabItemRightSelected {
	background:	url(/gfx/design/smalltabs/smalltabs_sel_r.gif) no-repeat center right;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:20px;
	/*padding-left:6px*/
}
.entryTabpage .entryTabItemContentSelected  a {
	font-size: 12px;
	font-weight: bold;
	color: #01be53;
}
.entryTabpage .title {
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
}
.entryTabpage .entryTabItemContentSelected a:hover {
	text-decoration: none;
}
.entryTabpage .entryTabItemLeftMO {
	background:	url(/gfx/design/smalltabs/smalltabs_mo_l_blog.gif) no-repeat center left;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:10px
}
.entryTabpage .entryTabItemContentMO {
	background:	url(/gfx/design/smalltabs/smalltabs_mo_m_blog.gif) repeat-x center;
	cursor:hand;
	cursor:pointer;
	text-align: center;
	height: 21px;
}
.entryTabpage .entryTabItemRightMO {
	background:	url(/gfx/design/smalltabs/smalltabs_mo_r_blog.gif) no-repeat center right;
	cursor:hand;
	cursor:pointer;
	height: 21px;
	width:20px;
	/*padding-left:6px*/
}
.tabpage .tabItemContentMO a {
	font-size: 18px;
	font-weight: normal;
	color: #818181;
}
.entryTabpage .entryTabItemContentMO a {
	font-size: 12px;
	font-weight: bold;
	color: #6b98af;
}
.tabpage .tabItemContentMO a:hover {	
	text-decoration: none;
}
.entryTabpage .entryTabItemContentMO a:hover {	
	text-decoration: none;
}
/* </TabPage Classes> */

/* <Rating Classes> */
[xmlns] .stars .selected {
	background-image: url(/gfx/design/icons/rating_sel_blog.png);
	width:12px;
	height:12px;
}
.stars .selected {
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/icons/rating_sel_blog.png);
	width:12px;
	height:12px;
}
[xmlns] .stars .unselected {
	background-image: url(/gfx/design/icons/rating_unsel.png);
	width:12px;
	height:12px;
}
.stars .unselected {
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/icons/rating_unsel.png);
	width:12px;
	height:12px;
}
[xmlns] .smallStars .selected {
	background-image: url(/gfx/design/icons/rating_small_sel_blog.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}
.smallStars .selected {
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/icons/rating_small_sel_blog.png);
	width:12px;
	height:12px;
}
[xmlns] .smallStars .unselected {
	background-image: url(/gfx/design/icons/rating_small_unsel.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}
.smallStars .unselected {
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/gfx/design/icons/rating_small_unsel.png);
	width:12px;
	height:12px;
}
.stars .hand {
	cursor:hand;
	cursor:pointer;
}
/* </Rating Classes> */