/* Header area */
.headerarea {
	margin: 0px auto 0px auto;
	z-index: 1000;
	position: fixed;
	background-image: url('../../images/headerarea-narrow-bg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	background-color: #241e20;
	color: #ffffff;
}

.headertable {
	width: 100%;
}
.headertable td {
	vertical-align: top;
	line-height: 24px;
	padding-left: 5px;
}
.headertable .facesmessagetd {
	padding-right: 0px;
	text-align: left;
	width: 100%;
}
.headertable .profile,.headertable .account {
	white-space: nowrap;
}
.headertable .left {
	float: left;
}
.headertable .right {
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}

.headertable .left .first {
	border-right: 1px solid #aaa;
	height: 24px;
	padding-right: 5px;
}

.headerarea .avatar {
	width: 20px;
	height: 20px;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
}

.headerarea .name {
	font-weight: bold;
	font-size: 14px;
}

.headertable .right span {
	border-right: 1px solid #aaa;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
.headertable .right .last span {
	border-right: none;
	padding-left: 0px;
	padding-right: 0px;
}

.headertable .right .last {
	border-right: none;
	padding-right: 0px;
}
.headertable .right .last div {
	float: right;
}
.headertable .right .followus {
	padding-left: 0px;
}

.headertable .last img {
	width: 20px;
	height: 20px;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0px;
}

.headerarea a {
	color: #ffffff;
}

/* Custom header part ------------------------------------------------*/

.customheader {
	clear: both;
	margin: 0px auto 0px auto;
	background-color: transparent;
	width: 948px;
	height: 136px;
	background-repeat: no-repeat;
	background-image: url('../../images/twid_header.jpg');
}

/* Menus ----------------------------------------------------------------- */
.mainmenu {
	margin: 0px auto 0px auto;
	width: 948px;
	position: static;
	background-repeat: repeat-x;
	background-image: url(../../images/mainmenu-grayslide-bg.png);
	text-align: left;
}

.mainmenu-menu {
	list-style-type: none;
	/* reply on js to show it */
	position: static;
	padding-left: 0px;
	height: auto;
	overflow: hidden;
	width: 900px;
}

.mainmenu-menu ul li {
	padding-left: 25px;
	padding-right: 25px;
}
.mainmenu-menu ul li:hover {
}
.mainmenu-menu ul li .menu-item {
}

.mainmenu-menu .menu-header,.mainmenu-menu .menu-content,.mainmenu-menu .menu-footer {
	float: left;
	height: 28px;
}

.mainmenu-menu .menu-header {
	width: 0px;
	background-repeat: no-repeat;
	background-position: right top;
}

.mainmenu-menu .menu-content {
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
}

.mainmenu-menu .menu-footer {
	width: 0px;
}

.mainmenu-menu li.splitter {
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.mainmenu-menu .active .menu-header {
}

.mainmenu-menu .active .menu-content {
}

.mainmenu-menu .active .menu-footer {
}

.mainmenu-menu ul li,.mainmenu-menu ul li a {
	height: 28px;
	line-height: 28px;
	color: #646464;
	white-space: nowrap;
}

.mainmenu-menu ul li a:hover {
	text-decoration: underline;
}

.mainmenu-menu ul li.active .menu-content a {
	color: #fff;
}

.mainmenu-menu ul li.last { 
}

.mainmenu .search {
	background-image: url(../../images/search-bg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	padding-left: 5px;
	height: 25px;
}

.mainmenu .search-button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mainmenu .search input.keyword {
	margin-top: 3px;
	padding-top: 0px;
	border-style: none;
	border: 0px;
	vertical-align: top;
	width: 113px;
}

.mainmenu .search input.empty-keyword {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.selected-tab-item{
	background:#DCE1EF;
	font-color:white;
}
/* Message template --------------------------------------*/

.facesmessagearea {
	position: static;
	width: 760px;
	margin-top: 16px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	z-index: 1000;
}

.facesmessages {
	background-image: url('../../images/headerarea-narrow-bg.png');
	background-repeat: repeat-x;
	background-color: #241e20;
	filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	border-right: 1px solid #474747;
    border-right-style: solid;
    border-right-width: 1px;
    border-left: 1px solid #474747;
    border-left-style: solid;
    border-left-width: 1px;
    
}

.facesmessages .messages {
	padding-left: 0px;
	margin-left: 0px;
}

.facesmessages .error {
	color: #ffaaaa;
	padding-left: 0px;
	margin-left: 0px;
}

/* Feed stuff ----------------------------------------------*/

.feed-module {
	list-style: none;
	margin: 0px;
}

.feed-module .picture-column {
	border-bottom: 1px solid #c0c0c0;
	padding-left: 10px;
	padding-top: 0px;
	width: 32px;
	height: 32px;
}

.feed-module .message-column {
	border-bottom: 1px solid #c0c0c0;
	padding-left: 10px;
	padding-top: 0px;
}

.feed-module .time-column {
	border-bottom: 1px solid #c0c0c0;
	padding-right: 10px;
	padding-top: 0px;
	width: 100px;
	text-align: right;
}

/* Narrow list template --------------------------------------*/

.narrowlist {
	margin-left: 60px;
	width: 580px;
}

.narrowlist h3 {
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
}

.narrowlist .actions {
	margin-top: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
}

.narrowlist ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.narrowlist .actions ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

.narrowlist .actions li {
	float: left;
	padding-right: 20px;
}

.narrowlist .module-header {
	background-image: url(../../images/narrow-header-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.narrowlist .module-content {
	background-image: url('../../images/narrow-content-bg.png');
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1em 2em;
	padding-top: 0px;
	padding-bottom: 0px;
}

.narrowlist .module-footer {
	background-image: url(../../images/narrow-footer-bg.png);
	height: 50px;
}

/* Object view template --------------------------------------*/

.objectview {
	margin-top: 16px;
	margin-left: 0px;
	width: 760px;
}

.objectview #objecttitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	height: 20px;
	margin-bottom: 0px;
}

.objectview h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.objectview h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.objectview .module-picture {
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	width: 250px;
	text-align: center;
}

.objectview #rating {
	text-align: left;
}

.objectview .module-info {
	padding-left: 20px;
}

.objectview .module-header {
	background-image: url(../../images/wide-header-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.objectview .module-content {
	background-image: url(../../images/wide-content-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 1em 2em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.objectview .module-content td {
	vertical-align: top;
}

.objectview #shortdescription {
	padding-top: 20px;
}

.objectview .module-footer {
	background-image: url(../../images/info-module-footer-bg.png);
	height: 14px;
	margin-top: 0px;
	margin-bottom: 16px;
}

/* Float list ----------------------------*/

.float-list {
	width: 580px;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 16px;
}

.float-list ul {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.float-list li {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	list-style: none;
	float: left;
	text-align: left;
}

/* Collection list ----------------------------*/

.collections {
	margin-top: 12px;
}

.collection {
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.collectionlistone {
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 85px;
}

.collection .icon {
	height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.collection .icon .lefticon {
	position: absolute;
	z-index: 0;
	margin-top: 5px;
	height: 50px;
	width: 50px;
	background-image: url("../../images/collection_bg_nextprevious.png");
}

.collection .icon .centericon {
	position: absolute;
	height: 60px;
	width: 60px;
	z-index: 10;
	margin-left: 40px;
	background-image: url("../../images/collection_bg_current.png");
}

.collection .icon .righticon {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 0;
	margin-left: 90px;
	margin-top: 5px;
	background-image: url("../../images/collection_bg_nextprevious.png");
}

.collection .title {
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	font-style: bold;
}
	
/* Modal template --------------------------------------*/

.modalpanel {
	color: #474747;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.modalpanel td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.modal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 580px;
}

.modal h3 {
	color: #29abe2;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
}

.modal .actions {
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
}

.modal .actions ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}

.modal .actions li {
	float: left;
	padding-right: 20px;
}

.modal .module-header {
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.modal .module-content {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding: 1em 2em;
}

.modal .module-footer {
	background-image: url('../../images/modal-footer-bg.png');
	background-repeat: no-repeat;
	height: 69px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* News item -------------------------------------*/

.newsitemview p {
	font-size: 13px;
}

.newsitemview li {
	font-size: 13px;
}

.newsitemview h1 {
	font-size: 18px;
	font-weight: bold;
}

.newsitemview h2 {
	font-size: 16px;
	font-weight: bold;
}

.newsitemview h3 {
	font-weight: bold;
}

/* Banner news -------------------------------------*/

.bannernewslist h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 0px;
	padding-top: 4px;
	color: #29abe2;
}

.bannernewslist li {
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	padding-bottom: 4px;
}

.bannernewslist a {
	color: #474747;
}

/* User list widget -------------------------------------*/

.widgetuserlist ul {
}

.widgetuserlist li {
	float: left;
	padding-right: 8px;
	padding-top: 5px;
}


