﻿/* majenka.net */

*
{
	text-decoration: none;
}
 
body
{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	letter-spacing: 0.1px;
	word-spacing: 0.1em;
	line-height: 1.5em;
}          

.clear
{
	clear: both;
}

a img
{
	border: none;
}

table
{
	border-collapse: collapse;
}

/* inputs */

input[type="text"]
{
	height: 20px;
	border: 1px solid #b2c9d9;
}

input[type="password"]
{
	height: 20px;
	border: 1px solid #b2c9d9;
}
input[type="file"]
{
	height: 20px;
	border: 1px solid #b2c9d9;
}

textarea
{
	border: 1px solid gray;
	float: left;
}

.button
{
	margin: 0;
	height: 24px;
	font-weight: bold;
	color: #00417b;
	border: 1px solid #00417b;
	background-color: #b2c9d9;
}

.button:hover
{
	color: #fff;
}

/* standard link */

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: blue;
	text-decoration: none;
}

a:active
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a.standard-link:link
{
	color: #2244bb;
	text-decoration: none;
}

a.standard-link:visited
{
	color: #2244bb;
	text-decoration: none;
}

a.standard-link:active
{
	color: #2244bb;
	text-decoration: none;
}

a.standard-link:hover
{
	color: black;
	text-decoration: underline;
}

.onclick
{
	cursor: pointer;
	color: #2244bb;
}

.onclick:hover
{
	color: black;
	text-decoration: underline;
}

/* page heading and breadcrumb */

h1
{
	clear: left;
	margin: 4px 0px 12px 0px;
	font-size: 18px;
	font-family: Arial;
	color: #00427b;
}

h2
{
	clear: left;
	margin: 2px 0px 2px 0px;
	font-size: 14px;
	color: #00427b;
}

h3
{
	clear: left;
	margin: 1px 0px 1px 0px;
	font-size: 12px;
	color: #00427b;
}

/* outer div */
.container
{	
	margin: 0 auto;
	width: 982px;
}

/* main content */

.content-cell
{
	clear: both;
	margin: 5px 0 5px 0;
	min-height: 550px;
	text-align: left;
	vertical-align: top;
}

.content-row
{
	clear: both;
	margin: 5px 0 5px 0;
	vertical-align: top;
}

.content-left-cell-homepage
{
	float: left;
	width: 312px;
	text-align: left;
	vertical-align: top;
	min-height: 550px;
	border-right: dotted 1px #b2c9d9;
	padding-right: 5px;
}

.content-centre-cell-homepage
{
	float: left;
	width: 312px;
	text-align: left;
	vertical-align: top;
	min-height: 550px;
	border-right: dotted 1px #b2c9d9;
	padding-left: 5px;
	padding-right: 5px;
}

.content-right-cell-homepage
{
	min-height: 550px;
	float: left;
	width: 336px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	padding-left: 5px;	
}

.content-left-cell
{
	float: left;
	width: 851px;
	text-align: left;
	vertical-align: top;
	min-height: 550px;
	padding-right: 5px;
	border-right: dotted 1px #b2c9d9;
}

.content-right-cell
{
	padding-left: 5px;
	float: left;
	width: 120px;
	text-align: center;
	vertical-align: top;
	min-height: 550px;
}

.content-full-width
{
	float: left;
	width: 100%;
	text-align: left;
	vertical-align: top;
	min-height: 550px;
}

.article-heading
{
	clear: both;
	padding-right: 5px;
}
	
.article-title-cell
{
	float: left;
	width: 80%;
}

.breadcrumb-row
{
	clear: both;
}	
	
.breadcrumb
{
	float: left;	
	padding: 2px;
}

.article-action-cell
{
	float: left;
	text-align: right;
	width: 20%;
}


/* header */

.header
{
	clear: both;
	width: 100%; 
}

.header-left-cell
{
	float: left;
	text-align: left;
	padding-top: 5px;
	width: 400px;
}

.header-right-cell
{
	float: right;
	text-align: right;
	margin-bottom: 5px;
	width: 400px;
}

.header-login-cell
{
	text-align: right;
	padding: 2px 0 2px 0;
}

.header-search-cell
{	
	text-align: right;
	padding: 3px 0 0 0;
}

.header-search-button-cell
{
	float: right; 
	margin-left: 5px	
}	

.header-search-input-cell
{
	float: right;
}	

.header-search-text
{
	width: 300px;
}

/* footer */

.footer
{
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2c9d9;
	margin: 5px 0 0 0;
}

.footer-links-container
{
	float: left;
	width: 600px;
}

.footer-links-cell 
{
	text-align: left;
	width: 700px;
	height: 30px;
	vertical-align: bottom;
}

.footer-links-cell a
{
	margin-right: 20px;
}

.footer-logo-cell
{
	float: right;
	text-align: right;
	padding: 25px 50px 15px 15px;
	width: 200px;
}

/* main menu */

.main-menu
{
	font-size: 14px;
	height: 24px;
	clear: both;	
	color: #fff;
	background-color: #00417b;
	width: 100%; 
}

.main-menu-bar
{
	float: left;
	margin: 0;	
	padding: 0;
	color: #fff;
	background-color: #00417b;
	text-align: center;
}

.main-menu-feed
{
	float: right;
	margin: 4px 4px 0 0;
}

a.main-menu-bar-link:link
{
	color: White;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.main-menu-bar-link:active
{
	color: White;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.main-menu-bar-link:visited
{
	color: White;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.main-menu-bar-link:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #b2c9d9;
	display: block;
	padding: 3px 10px 3px 10px;
}

/* sub menu */

.sub-menu
{
	margin: 1px 0 0 0;
	font-size: 14px;
	height: 24px;
	clear: both;	
	color: #fff;
	background-color: #b2c9d9;
	width: 100%; 
}

.sub-menu-bar
{
	float: left;
	margin: 0;	
	padding: 0;
	color: #fff;
	background-color: #b2c9d9;
	text-align: center;
}

.sub-menu-feed
{
	float: right;
	margin: 4px 4px 0 0;
}

a.sub-menu-bar-link:link
{
	color: Black;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.sub-menu-bar-link:active
{
	color: Black;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.sub-menu-bar-link:visited
{
	color: Black;
	display: block;
	padding: 3px 10px 3px 10px;
}

a.sub-menu-bar-link:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #00417b;
	display: block;
	padding: 3px 10px 3px 10px;
}

/* lists */

.list
{
	clear: both;
}

.list-thumbnail-cell
{
	float: left; 
    text-align: center; 
    padding: 5px; 
    margin: 0;
    margin-right: 5px;             
	vertical-align: middle;
	width: 120px;
}

.list-text-cell
{
	float: left;
	width: 700px
}

.list-text-title-cell
{
	text-align: left;
	margin-bottom: 5px;
}

.list-snippet-cell
{
	text-align: left;
}

.list-detail-row
{
	clear: both;
	text-align: left;
}

.list-detail-cell
{
	float: left;
	text-align: left;
	color: Green;
	margin-right: 20px;
}

.list-vert-gap-1
{
	height: 15px;
	clear: both;
	border-bottom: dotted 1px #b2c9d9;
}

.list-vert-gap-2
{
	height: 15px;
	clear: both;
}

/* item */
.item
{
	clear: both;
	padding-right: 5px;
}

.item-content
{
	clear: both;
}

.item-detail-row
{
	clear: both;
	text-align: left;
}

.item-detail-cell
{
	float: left;
	text-align: left;
	color: Green;
	margin-right: 20px;
	margin-bottom: 3px;
}

.paging
{
	clear: both;
	width: 610px;
	height: 21px;
	margin-top: 30px;
}

.paging-left-cell
{
	float: left;
	width: 50px;
	text-align: center;
}

.paging-right-cell
{
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
}

.paging-centre-cell
{
	float: left;
	width: 430px;
	text-align: center;
}

.paging-item-cell
{
	float: left;
	text-align: center;
}

a.paging-link:link
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
	color: #2244bb;
	text-decoration: none;
}

a.paging-link:visited
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
	color: #2244bb;
	text-decoration: none;
}

a.paging-link:active
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
	color: #2244bb;
	text-decoration: none;
}

a.paging-link:hover
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px;	
	color: black;
	text-decoration: underline; 
}

.paging-non-link
{
	font-weight: bold;
	font-size: 14px;
	margin: 3px;
}


tr.grid-page td table
{
	margin-bottom: 3px;
}

tr.grid-page td table tbody tr td a
{
	border: 1px solid #fff;
	float: left;
	margin: 3px;
	padding: 3px;
}

tr.grid-page td table tbody tr td span
{
	color: #00ff00;
	border: 1px solid #00ff00;
	float: left;
	margin: 3px;
	padding: 3px;
}

/* message */

.message
{
	clear: both;
}	

.message-text
{
	clear: both;
	margin: 10px;
}	

.message-link
{
	clear: both;
	margin: 10px;
}	

.input-form-row
{
	clear: both;		
}

.input-form-left-cell
{
	float: left;
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

.input-form-centre-cell
{
	float: left;
	width: 300px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

.input-form-right-cell
{
	float: left;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 10px;
}

.input-form-label
{
	font-weight: bold;
	color: Black;
}

.input-form-text
{
	width: 300px;
}

.input-form-validator
{
	display: none;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

/* search page */
.search-list
{
	clear: both;
	padding-right: 5px;
}

/* photo channel */
.photo-list
{
	clear: both;
	padding-right: 5px;
}

.photo-item
{
	clear: both;
	padding-right: 5px;
}

.photo-item-image-container-no-border
{
	float: left;	
	text-align: center; 
    padding: 4px; 
    margin: 6px; 
    
    background-color: Red;
}
  
.photo-item-image-container
{
	float: left;	
	text-align: center; 
    padding: 4px; 
    margin: 6px; 
    border: solid 1px #b2c9d9;
}
       
/* video channel */
.video-list
{
	clear: both;
	padding-right: 5px;
}

.video-item
{
	clear: both;
	padding-right: 5px;
}

/* user channel */
.user-list
{
	clear: both;
	padding-right: 5px;
}

.user-item
{
	clear: both;
	padding-right: 5px;
}

/* web page channel */
.webpage-list
{
	clear: both;
	padding-right: 5px;
}

.webpage-item
{
	clear: both;
	padding-right: 5px;
}


/* directory categories */
.directory-category-list
{
	clear: both;
	padding-right: 5px;
}

.directory-category-item
{
	float: left;
	white-space: nowrap;
	width: 280px
}

/* directory list */
.directory-list-box
{
	float: left;
	width: 395px;	
	border: solid 1px #b2c9d9;
	padding: 5px;
	margin: 10px;
	margin-right: 18px;
	margin-left: 0;
}

.directory-list-box-name-row
{
	clear: both;
	height: 20px;
}

a.directory-list-box-name-link:link
{
	color: #2244bb;
	text-decoration: none;
	font-weight: bold;
}

a.directory-list-box-name-link:visited
{
	color: #2244bb;
	text-decoration: none;
	font-weight: bold;
}

a.directory-list-box-name-link:active
{
	color: #2244bb;
	text-decoration: none;
	font-weight: bold;
}

a.directory-list-box-name-link:hover
{
	color: black;
	font-weight: bold;
	text-decoration: underline; 
}

.directory-list-box-details-row
{
	clear: both;
}

.directory-list-box-address-cell
{
	float: left;
}

.directory-list-box-contact-cell
{
	float: right;
}

.directory-list-box-phone-cell
{
	clear: both;
	height: 30px;
}

.directory-list-box-mobile-cell
{
	clear: both;
	height: 30px;
}

.directory-list-box-fax-cell
{
	clear: both;
	height: 30px;
}

/* directory item */

.directory-item
{
	clear: both;
	padding-right: 5px;
}

.directory-item-box-address-cell
{
	float: left;
	width: 50%;
}

.directory-item-box-contact-cell
{
	float: left;
	width: 50%;	
}

.directory-item-box-contact-detail-cell
{
	clear: both;
}

.forum-list
{
	clear: both;
	padding-right: 5px;
}

.forum-list-header-row
{
	clear: both;
	font-weight: bold;
}

.forum-list-header-subject-cell
{
	float: left;
	width: 560px;
}

.forum-list-header-user-cell
{
	float: left;
	width: 100px;
}

.forum-list-header-posts-cell
{
	float: left;
	width: 80px;
}

.forum-list-header-date-cell
{
	float: left;
	width: 100px;
}

.forum-list-body-row
{
	clear: both;
	padding-top: 2px;
}

.forum-list-body-subject-cell
{
	float: left;
	width: 539px;
}

.forum-list-body-user-cell
{
	float: left;
	width: 100px;
}

.forum-list-body-posts-cell
{
	float: left;
	width: 80px;
}

.forum-list-body-date-cell
{
	float: left;
	width: 100px;
}

.forum-item
{
	clear: both;
	padding-right: 5px;
}

.forum-item-header-row
{
	clear: both;
	font-weight: bold;
}

.forum-item-header-content-cell
{
	float: left;
	width: 570px;
}

.forum-item-header-user-cell
{
	float: left;
	width: 100px;
}

.forum-item-header-date-cell
{
	float: left;
	width: 100px;
}

.toolbox-icon
{
	border: none; 
	margin-right:20px;
}

.toolbox
{
	clear: both;
	border: solid 1px #b2c9d9;
	padding: 2px;
	margin: 10px;
}

.toolbox-item
{
	float: left;
}

.form
{
	clear: both;	
}

.form-row
{
	clear: both;
}

.form-label-cell
{
	float: left;
}

.form-input-cell
{
	float: left;
}

.form-validator-cell
{
	float: left;
}

a.homepage-link:link
{
	font-weight: bold;
	font-size: 16px;
	color: #2244bb;
	text-decoration: none;
}

a.homepage-link:visited
{
	font-weight: bold;
	font-size: 16px;
	color: #2244bb;
	text-decoration: none;
}

a.homepage-link:active
{
	font-weight: bold;
	font-size: 16px;
	color: #2244bb;
	text-decoration: none;
}

a.homepage-link:hover
{
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-decoration: underline;
}

a.homepage-white-link:link
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.homepage-white-link:visited
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.homepage-white-link:active
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a.homepage-white-link:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline; 
}

.forum-homepage-tab-header-current
{
	height: 20px;
	float: left; 
    padding: 5px; 
    background-color: #ffffff; 
    border-left: solid 1px #aaaaaa;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
}

.forum-homepage-tab-header-not-current
{
	height: 19px;
    float: left; 
    padding: 5px; 
    background-color: #dddddd; 
    border-left: solid 1px #aaaaaa;
    border-top: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
}

.forum-homepage-tab-header-gap-left
{
	float: left;
    padding: 5px;  
    width: 98px; 
    height: 20px; 
    border-bottom: solid 1px #aaaaaa;
}

.forum-homepage-tab-header-gap-centre
{
	float: left;
    padding: 5px;  
    width: 2px; 
    height: 20px; 
    border-bottom: solid 1px #aaaaaa;
}

.forum-homepage-tab-header-gap-right
{
	float: left;
    padding: 5px;  
    width: 2px; 
    height: 20px; 
    border-bottom: solid 1px #aaaaaa;
}

.forum-homepage-tab-not-current
{
	clear: both; 
	display: none
}

.forum-homepage-tab-current
{
	clear: both; 
	display: block;
}

.homepage-directory
{
	clear: both; 
	padding: 2px; 
	padding-top: 3px; 
    border: solid 1px #b2c9d9; 
    height: 25px; 
    background-color: #00417b;
}

.homepage-directory-name
{
	float: left; 
	margin-right: 5px; 
	width: 80px; 
	height: 26px; 
	padding-top: 2px;
}

.homepage-directory-input
{
	float: left; 
	margin-right: 5px; 
	width: 150px; 
	height: 25px;
}

.homepage-directory-input
{
	width: 150px; 
	border: solid 1px #ffffff;
}

.homepage-directory-button
{
	margin: 0;
	height: 24px;
	font-weight: bold;
	color: #00417b;
	border: 1px solid #ffffff;
	background-color: #b2c9d9;
}

.homepage-directory-button:hover
{
	color: #fff;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* ================================ account section ============================= */

.account-title
{
	clear: left;
	margin: 2px 0px 8px 0px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* outer div */
.account-container-cell
{
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	width: 96%;	
}

.account-header
{
	clear: both;
	width: 100%; 
}

.account-header-left-cell
{
	float: left;
	text-align: left;
	padding-top: 5px;
	width: 400px;
}

.account-header-right-cell
{
	float: right;
	text-align: right;
	margin-bottom: 5px;
	width: 400px;
}

.account-header-item-cell
{
	float: left; 
	text-align: center; 
	padding: 20px 20px 0 20px;	
}

/* footer */

.account-footer
{
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
}

/* menu */

.account-menu
{
	clear: both;
	width: 100%;
	height: 24px;
	background-color: #dddddd;
}

.account-menu-item a
{
	float: left;
	padding: 1px 3px;
	margin: 1px 5px;
	border: solid 1px #dddddd; 
}

.account-menu-item a:hover
{
	float: left;
	padding: 1px 3px;
	margin: 1px 5px;	
	color: #000000;
	background-color: #C1D2EE;
	border: solid 1px #316AC5; 
	text-decoration: none;
}

.account-menu-item-button-down a:hover
{
	float: left;
	padding: 1px 3px;
	margin: 1px 5px;	
	color: #000000;
	background-color: #98B5E2;
	border: solid 1px #4B4B6F; 
	text-decoration: none;
}

/* main content */

.account-content
{
	clear: both;
	min-height: 500px;
	margin: 5px 0 5px 0;
	vertical-align: top;
}

.tabs
{
    position: relative;
    top: 1px;
    left: 10px;
}

.tab
{
    border: solid 1px black;
    background-color: #eeeeee;
    padding: 0 4px 0 4px;
}

.selectedTab
{
    background-color:white;
    border-bottom: solid 1px white;
}

.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}

.tab-area
{
    background-color: White;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top:1px solid black;
    top:42px;
    height:400px;
}

.input-form-row
{
	clear: both;		
}

.input-form-left-cell
{
	float: left;
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 0 1px 0 0;
}

.input-form-centre-cell
{
	float: left;
	width: 300px;
	text-align: left;
	vertical-align: top;
}

.input-form-right-cell
{
	float: left;
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 10px;
}

.input-form-label
{
	font-weight: bold;
	color: Black;
}

.input-form-text
{
	width: 300px;
}

.input-form-validator
{
	display: none;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

.validator
{
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

/* seacrh control in the account area */
.search-control
{
	background-color: #ffffff; 
	margin-bottom: 4px;
	clear: both;
	height: 28px;
	padding-top: 4px;
	width: 900px;
}
	
.search-control-field-label-cell
{
	float: left;
	padding: 0 5px 0 15px;
}

.search-control-field-select-cell
{
	float: left;
	padding: 0 5px 0 5px;
}

.search-control-query-label-cell
{
	float: left;
	padding: 0 5px 0 15px;
}

.search-control-query-input-cell
{
	float: left;
	padding: 0 5px 0 5px;
}

.search-control-query-input
{
	width: 250px;
	padding: 0 5px 0 5px;
}

.search-control-button-cell
{
	float: left;
	padding: 0 5px 0 5px;
}

.search-control-all-label-cell
{
	float: left;
	padding: 0 5px 0 15px;
}

.search-control-all-label
{
	float: left;
	padding: 0 5px 0 5px;
}

.form
{
	clear: both;	
}

.form-row
{
	clear: both;
}

.form-label-cell
{
	float: left;
}

.form-input-cell
{
	float: left;
}

.form-validator-cell
{
	float: left;
}

.editor-icon
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
}

.editor-icon:hover
{
	background-color: #C1D2EE;
	border: solid 1px #316AC5;
}

.editor-icon-button-down:hover
{
	background-color: #98B5E2;
	border: solid 1px #4B4B6F;
}