@charset "UTF-8";

body {
	background-color: #2b415f;
	color: #595959;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
}
.layoutEmpty {
    background-color: #FFF;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

.L {
	float: left;
}
.R {
	float: right;
}
.C {
	clear: both;
}

.hidden {
	display: none;
}

.btn {
	text-align: center;
	margin-top: 20px;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.header {
	color:#1f49a9;
	font-weight: bold;
}

.error {
	border: #F00 solid 1px;
}
.errorRed {
	color: #FF040B;
	font-weight: bold;
}
.green {
	color: #00a26b;
	font-weight: bold;
}
.errorMessage {
	border: #e28e8e solid 1px;
	color: #c00000;
	margin: 20px auto 10px;
	background-image: url(img/error-msg-cross.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	width: 459px;
	height: 50px;
	font-size: 9px;
	padding-left: 44px;
	display: none;
}
.errorMessage h3 {
	margin: 10px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
}

.iconYesNo {
	display: none;
	float: right;
	margin-top: 6px;
	margin-left: 3px;
}

h3 {
	background-color: #f2f2f2;
	text-transform: uppercase;
	color: #1f497d;
	font-weight: bold;
	text-align: left;
	font-size: 9px;
	padding: 5px 0px 3px 4px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.hr {
	margin: 18px 0px 5px 0px;
	width: 100%;
}
table {
	width: 100%;
	font-size: 11px;
}
table td {
	border: 1px #d6d6d6;
}
table td.first {
	font-weight: bold;
	width: 30%;
	/*
	border-left-style:outset;
	border-top-style:outset;
	*/
	padding-left: 5px;
	vertical-align: middle;
}
table td.second {
	width: 40%;
	border-top-style:outset;
}
table td.third {
	width: 30%;
	border-top-style:outset;
	border-right-style: inset;
	text-align: right;
	padding-right: 30px;
}
table td.last {
	border-bottom-style: inset;
}
table td.second input,
table td.second select {
	width: 95%;
	margin-top: 2px;
	margin-bottom: 2px;
}
table td.second select {
	margin-bottom: 3px;
	margin-top: 3px;
}

#tableTop,
#tableInside,
#tableBottom {
	display: block;
	width: 100%;
}

.row_1 {
	background-color: #f2f2f2;
}

input, select, textarea {
	font-size: 10px;
}

.content {
	background-color: #FFF;
	margin: 0px auto;
	width: 997px;
}
.contentBody {
	margin: 0px 8px 0px 8px;
}

img {
	border: 0px;
}

.topBanners {
    background-color: #2B415F;
}
.topBanners .L {
    margin: 12px 12px 18px 0px;
}

.width40perc {
	width: 40% !important;
}
.width20perc {
	width: 20% !important;
}

/* BOTTOM MENU */ 
div.bottomMenu_1 {
	float: left;
	background-image: url(img/top-menu-first-level-bg-middle.png);
	background-repeat: repeat-x;
	height: 45px;
	margin-top: 2px;
	width: 100%;
}
div.bottomMenuLeft_1 {
	margin: 2px 0px 0px 0px;
	height: 45px;
	width: 10px;
	background-image:url(img/top-menu-first-level-bg-left.png);
	background-repeat: no-repeat;
	position: absolute;
}
div.bottomMenuRight_1 {
	float: left;
	margin: 2px 0px 0px 987px;
	height: 45px;
	width: 10px;
	background-image:url(img/top-menu-first-level-bg-right.png);
	background-repeat: no-repeat;
	position: absolute;
}

a.level_1:hover,
a.level_2:hover {
	text-decoration: none;
}
.level_1 {
	font-size: 11px;
	font-weight: bold;
}
a.level_1 {
	float: left;
	display: block;
	padding: 15px 13px 15px 12px;
	
}
.selected_1Left {
	float: left;
	background-image: url(img/top-menu-first-level-bg-selected-left.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 45px;
}
.selected_1Right {
	float: left;
	background-image: url(img/top-menu-first-level-bg-selected-right.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 45px;
}
a#selected_1 {
	background-image: url(img/top-menu-first-level-bg-selected-middle.png);
	background-repeat: repeat-x;
	color: #e8ad21;
}

.bottomMenu_2 {
	float: left;
	background-image: url(img/top-menu-second-level-bg2.png);
	background-repeat: repeat-x;
	height: 31px;
	width: 100%;
}
.bottomMenuLeft_2 {
	float: left;
	margin-left: 4px;
	width: 1px;
	height: 31px;
	display: none;
}
a.level_2,
.bottomMenuMarker {
	float: left;
	display: block;
	color: #d9d9d9;
	padding: 8px 10px 8px 10px;
}
.bottomMenuMarker {
	padding: 8px 0px 8px 0px;
}
a#selected_2 {
	color: #d9d9d9;
	font-weight: bold;
}
.selected_2Left,
.selected_2Right {
	float: left;
}
/* END. bottom menu */

/* MAIN CONTENT MENU */
.mainContentMenu_1,
.mainContentMenu_2 {
	background-repeat: repeat-x;
	height: 22px;
	font-weight: bold;
	padding: 6px 5px 0px 8px;
	font-size: 12px;
	vertical-align: top;
}
.mainContentMenu_1 {
	background-image: url(img/questions-header-bg.png);
}
.mainContentMenu_2 {
	background-image: url(img/eshop-lighter-bg.png);
}
/* END. main content menu */

/* CLOSED ZONE MENNU */
.closedZoneMenu {
	width: 555px;
	text-align: right;
	margin: 10px 0px -22px 0px;
}
.closedZoneMenu .hr {
	margin-top: -1px;
}
.closedZoneMenu a {
	float: left;
	display: block;
}
.closedZoneMenu a:hover {
	text-decoration: none;
}
h3.leftMargin {
	width: 599px;
}

#czmFriends,
#czmMail,
#czmFriendsOn,
#czmMailOn {
	background-repeat: no-repeat;
	padding: 9px 10px 6px 35px;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#czmFriends {
	background-image: url(img/closed-zone-menu-friends.png);
}
.czmFriendsOn,
#czmFriendsOn {
	background-image: url(img/closed-zone-menu-friends1.png) !important;
}
#czmMail {
	background-image: url(img/closed-zone-menu-mail.png);
}
.czmMailOn,
#czmMailOn {
	background-image: url(img/closed-zone-menu-mail1.png) !important;
}
/* END. closed zone menu */

/* ARTICLES */
#fakeSaveBtn {
	padding-bottom: 10px;
}

.relatedArticles th,
.relatedArticles td {
	padding: 5px 10px 7px 15px;
}
.relatedArticles .articleLink {
	color: #6273b8;
}
.relatedArticles tr th { 
	background-color: #c6d9f1;
	font-weight: bold;
}
.relatedArticles .articlesBottomCommentsLeft {
	background-image: url(img/related-artivle-bg-left.png);
	height: 14px;
	width: 3px;
}
.relatedArticles .articlesBottomCommentsMiddleLighter {
	background-image: url(img/related-artivle-bg-middle.png);
	height: 14px;
	padding-left: 5px;
}
.relatedArticles .articlesBottomCommentsRight {
	background-image: url(img/related-artivle-bg-right.png);
	height: 14px;
	width: 3px;
}

.more {
	color: #3660B8;
	text-decoration: underline;
	margin: 5px 0px 10px 0px;
}

.articles {
	margin-top: 10px;
}
.articles .title {
	color: #3660b8;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.articles .about {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.articlesBottomEmpty,
.articlesBottomCommentsLeft,
.articlesBottomCommentsMiddleLighter,
.articlesBottomCommentsMiddleDarker,
.articlesBottomCommentsRight {
	float: left;
	height: 14px;
	background-repeat: repeat-x;
	
}

.articleBtn {
	position: relative;
	margin-top: -14px;
	margin-left: 70%;
}
.articlesBottomEmpty {
	background-image:url(img/article-bottom-line-empty.png);
	width: 100%;
	float: none;
}
.articlesBottomCommentsLeft {
	background-image: url(img/article-bottom-line-comments-left.png);
	width: 4px;
}
.articlesBottomCommentsMiddleLighter {
	background-image: url(img/article-bottom-line-comments-middle-lighter.png);
	font-weight: bold;
	font-size: 9px;
	padding-top: 1px;
	width: 90px;
}
.articlesBottomCommentsMiddleDarker {
	background-image: url(img/article-bottom-line-comments-middle-darker.png);
	font-size: 9px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 5px;
	color: #FFF;
	width: 18px;
}
.articlesBottomCommentsRight {
	background-image: url(img/article-bottom-line-comments-right.png);
	width: 3px;
}
.inIndex .authorPhoto img {
	width: 120px !important;
	height: 112px !important;
}
.articles .authorPhoto img {
/*
	width: 134px;
	height: 125px;
	*/
	border: 1px solid #c0c0c0;
	margin: 0px 10px 10px 0px;
}
.articles .photoComment {
	color: #7349a9;
	text-align: left;
	font-size: 9px;
	margin-bottom: 7px;
}

.articles a:hover {
	text-decoration: none;
}
/* END. articles */

/* SEND FRIEND */
.actions {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
}
.actions img {
    vertical-align: middle;
}
a.sendFriend {
	background-image: url(img/icon_send.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 21px 0px 0px;
	height: 16px;
	display: block;
}

#popupContactClose {
	background-image: url(img/mygt_close.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#popupContactClose:hover {
	background-image: url(img/mygt_close1.png);
}
#popupContact .title {
	color: #31859c;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.sendFriendBgTop {
	background-image: url(img/send-friend-bg-top.png);
	background-repeat: no-repeat;
	width: 602px;
	height: 15px;
}
.sendFriendBg {
	background-image: url(img/send-friend-bg-middle.png);
	background-repeat: repeat-y;
	width: 569px;
	height: 207px;
	padding: 0px 7px 10px 18px;
	text-align: left;
}
.sendFriendBg textarea {
	font-size: 12px;
}
.sendFriendBgBottom {
	background-image: url(img/send-friend-bg-bottom.png);
	background-repeat: no-repeat;
	width: 602px;
	height: 15px;
}
.sendFriendBg label {
	color: #3185ba;
	font-size: 10px;
	font-weight: bold;
}
.sendFriendBg label#comment {
	display: block;
	margin: 17px 0 8px 1px;
}

.sendFriendBgInnerTop {
	background-image: url(img/send-friend-bg-inner-top.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 5px;
	margin-top: 5px;
}
.sendFriendBgInner {
	background-image: url(img/send-friend-bg-inner-middle.png);
	background-repeat: repeat-y;
	width: 269px;
	padding: 2px 5px 7px 6px;
}
.sendFriendBgInner input {
	width: 160px;
}
.sendFriendBgInnerBottom {
	background-image: url(img/send-friend-bg-inner-bottom.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 5px;
	margin-bottom: 20px;
}
.sendFriendBgInner label {
	margin-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.black {
	color: #000 !important;
}
.friendEmail {
	margin-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	display: block;
}
.friendEmailInput {
	width: 120px;
	margin-right: 12px;
}

#recommendLoading,
#recommendBtn {
	cursor: pointer;
	margin-top: 31px;
}

#recommendLoading {
	display: none;
}
/* END. send friend */

/* USER REGISTRATION */
#fakeBtnBecomeVip {
	margin: 8px 0px 8px 0px;
}
.vipMsg {
	padding-top: 13px;
	font-size: 10px;
}

.registrationLeftMargin {
	margin-left: 38px;
}
.userRegistration {
	width: 506px;
	text-align: left;
	margin: 5px auto 0px;
}
#registrationBg {
	background-image: url(img/user-registration-bg.png);
	background-repeat: repeat-y;
	width: 486px;
	padding: 5px 10px 5px 10px;
}
.userRegistration #first {
	margin-top: 0px;
}
.userRegistration .twoLinesLabel {
	margin-top: 3px;
}

.userRegistration label {
	float: left;
	text-align: left;
	display: block;
	width: 85px;
	font-weight: bold;
	margin-top: 10px;
}
.userRegistration input,
.userRegistration select {
	float: right;
	width: 145px;
	margin-top: 7px;
}
.userRegistration select {
	width: 149px;
}
.userRegistration #UserBirthYear,
.userRegistration #UserBirthMonth,
.userRegistration #UserBirthDay {
	float: left;
	margin-left: 4px;
}
.userRegistration #UserBirthYear {
	width: 50px;
}
.userRegistration #UserBirthMonth,
.userRegistration #UserBirthDay {
	width: 40px;
}

.userRegistration #UserExperience,
.userRegistration #UserFishingType,
.userRegistration #UserMoto,
.userRegistration input[type='file'] {
	float: left;
	width: 200px;
}
.userRegistration #UserExperience,
.userRegistration #UserFishingType {
	width: 204px;
}
.userRegistration .widerLabel {
	width: 150px;
}

.userRegistration input[type='checkbox'] {
	float: none;
	width: 10px;
}
.userRegistration label[for='UserAgreeDayMessages'],
.userRegistration label[for='UserAgreeWeekMessages'],
.userRegistration label[for='UserAgreeRules'] {
	float: none;
	display: inline;
	margin-left: 15px;
}
.userRegistration #fakeRegistrationBtn {
	width: 103px;
	height: 23px;
	margin: 2px 20px 0px 0px;
}
#UserUsernameMsg,
#UserEmailMsg {
	color: #c00000;
	display: none;
}
/* END. user registration */

/* LOGIN FORM */
.bigLogin form label {
	display: block;
	width: 150px;
	float: left;
	margin-top: 5px;
}
.bigLogin form input {
	margin-top: 3px !important;
	float: left;
	font-weight: normal !important;
}
.bigLogin form .link {
	margin-top: 19px;
	font-size: 10px;
}

.loginForm {
	background-color: #ededed;
	width: 583px;
	height: 22px;
	padding: 7px 10px 6px 10px;
}
.loginForm form {
	display: inline;
}
.loginForm input {
	color: #7f7f7f;
}
.loginForm img,
.loginForm input[type='image'] {
	margin-bottom: -8px;
}
#fakeLoginBtn {
	margin-bottom: -5px;
}
.errLogin {
	margin-top: 0px;
	width: 546px;
	display: block;
	background-color: #FFF;
}

#mailBtn {
	background-image: url(img/btn-got-mail.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 12px 4px 31px;
	vertical-align: sub;
}
#mailBtn:hover {
	text-decoration: none;
}
/* END. login form */

/* PASSWORD REMINDER */
.passwordReminder {
	background-image:url(img/password-reminder-bg.jpg);
	background-repeat: no-repeat;
	width: 505px;
	height: 39px;
	margin: 2px 0px 0px 5px;
	padding: 16px 0px 0px 20px;
	font-size: 11px;
}
.passwordReminder input[type='text'] {
	width: 195px;
	margin-right: 30px;
}
.passwordReminder #fakeReminderBtn {
	margin-bottom: -7px;
}
.passwordReminderText {
	color: #4b497d;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}
#passwordReminderMessage {
	color: #38a249;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	height: 35px;
	padding: 20px 0px 0px 23px;
	display: none;
}
/* END. password reminder */

/* USER PROFILE */
.userProfile {
	margin: 2px 0px 0px 5px;
	width: 546px;
	text-align: left;
}
.userProfile .profilePhoto {
	background-image: url(img/photo-rim.png);
	background-repeat: no-repeat;
	padding: 10px;
	width: 98px;
	height: 89px;
}
.userProfile h4 {
	margin: 15px 0px 2px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	width: 230px;
}
.userProfile select#UserBirthYear,
.userProfile select#UserBirthMonth,
.userProfile select#UserBirthDay {
	width: auto;
}
.userProfile a img {
	border: 0px;
}
.userProfile .iconYesNo {
	float: none;
	height: 17px;
	margin-bottom: -4px;
	margin-top: 0px;
}
.userProfile .error {
	margin-top: 0px;
	margin-bottom: 2px !important;
}
/* END. user profile */

/* VIEW USER */
.outer {
	background-color: #ececec;
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
}
.outer #popupContactClose {
	margin: 5px;
}

.inner {
	background-color: #FFF;
	border: 1px solid #c0c0c0;
	margin: 0px 5px 5px 5px;
	padding: 5px 5px 0px 5px;
}
.inner .userProfile img {
	margin: 5px 25px 5px 5px;
}
.inner .userProfile .info {
	font-size: 10px;
	color: #376092;
	text-align: center;
	padding-right: 20px;
}
/* END. view user */

/* CHANGE EMAIL */
.changeEmail,
#changeEmailSubmited {
	margin: 2px 0px 0px 0px;
	text-align: left;
}
#changeEmailSubmited {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 20px;
}
#changeEmailSubmited .btn {
	text-align: right;
	margin-top: 15px;
}
/* END. cahnge email */

/* SUBSCRIPTIONS */
.subscriptions,
#subscriptionsSubmited {
	margin: 2px 0px 0px 0px;
	text-align: left;
}
#subscriptionsSubmited {
	font-weight: bold;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 20px;
}
.subscriptions .first {
	width: 8%;
}
.subscriptions .second {
	width: 95%;
	font-size: 10px;
	vertical-align: middle;
}
#subscriptionsSubmited .btn {
	text-align: right;
	margin-top: 15px;
}
/* END. subscriptions */

/* REMINDER */
.reminder {
	margin: 2px 0px 0px 0px;
/*	width: 558x; */
}
.reminder .headL,
.reminder .headR {
	font-weight: bold;
	font-size: 11px;
}
.reminder .R {
	margin-top: 8px;
}
.reminder .insideL,
.reminder .headL {
	margin: 4px 4px 6px 8px;
}
.reminder .insideR,
.reminder .headR {
	margin: 4px 16px 6px 4px;
	width: 85px;
}
#tableTop,
#tableInside {
	height: 4px;
}
#tableBottom {
	height: 7px;
}

.reminder form {
	background-color: #eeeeee;
	margin: 30px 10px 0px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.reminder form .header {
	border: 1px solid #93c2f1;
	color: #558ed5;
	padding-left: 5px;
}
.reminder form .header input[type='text'] {
	margin: 2px 2px 2px 0px;
}
.reminder form .header img {
	margin-right: 13px;
	vertical-align: middle;
}
.reminder form .header input[type='checkbox'] {
	vertical-align: middle;
	margin-bottom: 6px;
}

.reminder form .empty {
	background-color: #FFF;
	height: 14px;
}

.reminder form .main {
	border: 1px solid #cccccc;
	padding-left: 5px;
}
.reminder form .main select {
	margin-top: 5px;
}
.reminder form .main input[type='text'] {
	margin-top: -3px;
	margin-bottom: 8px;
	margin-right: 1px;
	width: 140px;
}
.reminder form .main textarea {
	width: 98%;
	margin-bottom: 5px;
	height: 110px;
	font-size: 12px;
}

#fakeSymbolsLeft {
	vertical-align: top;
	width: 20px;
	margin: 4px 4px 5px 1px !important;
}
#fakeAddReminderBtn {
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 5px;
}

.reminder .thankYou {
	font-weight: bold;
	margin-top: 20px;
}

.reminder .insideR image {
	vertical-align: middle;
}

.body div.reminderMsg img {
	width: 159px;
	height: 124px;
	margin: 8px 0px;
}
.reminderMsg .title{
	text-align: center;
	color: #C00000 !important;
	font-weight: bold;
}
.reminderMsg .msg {
	text-align: center;
	color: #C00000;
	margin-bottom: 5px;
}
/* END. reminder */

/* BLOGS */
.linkToBlogs {
	color: #1F497D;
	padding: 5px 0px 0px 15px;
}

.blogHead {
	background-color: #d9d9d9;
	font-size: 9px;
	padding: 4px 10px 4px 10px;
	margin-top: 3px;
}
.blogBody {
	border: 1px solid #e3e3e3;
	padding: 0px 10px 0px 10px;
}

.blogs {
	text-align: left;
}
.blogs .insideR,
.blogs .headR {
	width: 125px;
	text-align: left;
}
.blogs .insideR a {
	vertical-align: middle;
}
.blogs .createRecord {
	text-transform: uppercase;
	display: block;
	margin: 20px 0px 10px 8px;
	font-weight: bold;
}
.blogs form {
	padding: 20px 7px 6px 7px;;
}
.blogs form input[type='text'] {
	width: 272px;
	margin-left: 20px;
}
/* END. blogs */

/* FRIENDS */
#chooseFriend {
	border: 1px solid #6E6E6E;
	height: 180px;
	margin: 10px 0 0 0px;
	overflow: auto;
	width: 562px;
}
#chooseFriend tr {
	height: 30px;
	vertical-align: middle !important;
}
#chooseFriend td {
	padding-left: 15px;
}
#chooseFriend #row_1 {
	background-color: #F2F2F2;
}

.friends {
	text-align: left;
}
.friends #addFriend {
	text-transform: uppercase;
	font-weight: bold;
}
.friends .row0 {
	background-color: #f2f2f2;
}
.friends .row1 {
	background-color: #FFF;
}

.friends table .td_1 {
	font-weight: bold;
	padding-left: 5px;
	width: 20%;
}
.friends table .td_2 {
	width: 40%;
}
.friends table .td_3 {
	width: 20%;
	padding-right: 13px;
}
.friends table .td_4,
.friends table .td_5, 
.friends table .td_6,
.friends table .td_7 {
	width: 5%;
}

.friends table tr {
	height: 28px;
}
.friends table td {
	padding: 0px 2px 0px 2px;
	border-bottom:1px solid #EAEAEA;
}
.friends table td img {
	vertical-align: sub;
}

.friends table#friends {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.friends table#friends td {
	padding: 0px;
	margin: 0px;
}


.friends table#friends .first div,
.friends table#friends .second div,
.friends table#friends .third div,
.friends table#friends .fourth div {
	background-color: #f2f2f2;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	height: 26px;
	padding-top: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.friends table#friends .first {
	border-right: 1px solid #eaeaea;
	border-top: 0px;
	border-left: 0px;
	width: 10%;
}
.friends table#friends .first div {
	margin-left: 7px;
	border-left: 1px solid #eaeaea;
	padding-top: 0px;
	height: 37px;
}
.friends table#friends .first div img {
	width: 45px;
	height: 37px;
}
.friends table#friends .second {
	border-top: 0px;
	width: 20%;
	text-align: right;
}
.friends table#friends .second img {
	padding-left: 4px;
}
.friends table#friends .third {
	border-top: 0px;
	width: 30%;
	border-right: 0px;
}
.friends table#friends .third div {
	height: 26px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: super;
}
.friends table#friends .third div img {
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;
}
.friends table#friends .third div a.delete img {
	margin-top: 0px;
}
.friends table#friends .fourth {
	width: 20%;
	border-right: 1px solid #eaeaea;
}
.friends table#friends .fifth {
	width: 5%;
	padding-top: 8px;
}
.friends table#friends .sixth {
	width: 15%;
	padding-top: 8px;
}
.friends table#friends .top {
	margin-bottom: 10px;
}

.newestUsers {
	background-color: #fff;
	padding: 10px;
	font-size: 10px;
}
.newestUsers .newestUser {
	border: 1px solid #EAEAEA;
	vertical-align: top;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}
.newestUsers .newestUser .cont {
	padding: 1px 8px; 
}

.filter {
	border: 1px solid #c0c0c0;
	background-color: #f9f9f9;
	padding: 8px;
}
.filter td {
	height: 20px;
	font-weight: bold;
	padding-left: 5px;
}
.filter .separator {
	width: 3px;
	background-image: url(img/fitler-separator-bg.png);
	background-repeat: repeat-y;
}
.filter select {
	width: 100%;
}
.filter input {
    margin-top: 2px;
}

#fakeFilterBtn {
	margin-top: 15px;
	margin-bottom: 5px;
}
/* END. friends */


/* DELETE ACCOUNT */
.deleteAccSended {
	background-image: url(img/delete-account-sended-email-bg.png);
	font-weight: bold;
	width: 470px;
	height: 53px;
	margin-top: 10px;
	padding: 20px 18px 0px 17px;
	text-align: left;
}
.back {
	text-align: right;
	width: 509px;
	margin-left: 5px;
	margin-top: 15px;
}

.deleteAccount {
	margin-top: -5px;
}

.deleteAccount input[type='text'],
.deleteAccount input[type='password'] {
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	width: 140px;
}
.deleteAccount input[type='image'] {
	margin-top: 14px;
}
/* END. delete account */

/* COMMENTS */
.commentHeader {
	background-image: url(img/comments-header-bg.png);
	background-repeat: repeat-x;
	height: 26px;
}
.commentHeader tr {
	vertical-align: middle !important;
}
.commentHeader img {
	vertical-align: middle;
}

.commentBody {
	text-align: justify;
	margin: 3px 15px 13px 15px;
}
/* END. comments */


/* CHAT */
.chat {
	background-image: url(img/chat-bg.png);
	background-repeat: repeat-y;
	padding: 0px 6px 20px 6px;
}
.chat #popupContactClose {
	margin: 5px 0px 3px 0px;
}

.chat #friend {
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
}
.chat #friend .first {
	margin: 0px;
	padding: 0px;
	width: 66px;
}
.chat #friend .first img {
	height:37px;
	width:45px;
	margin: 0px;
	padding: 0px;
}
.chat #friend .second {
	width: 200px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.chat #friend .third {
	margin: 0px;
	padding: 0px;
	width: 150px;
	vertical-align: middle;
	font-size: 10px;
	padding-right: 11px;
}
.chat #friend .second img {
	margin-top: -4px;
	margin-left: 6px;
}
.chat #friend .second img,
.chat #friend .third img {
	position: absolute;
}
.chat #friend .third img {
	margin-left: -22px;
	margin-top: -1px;
}
.chat #friend .third #post {
	padding-right: 18px;
	margin-top: 1px;
}

.chat #messagesBox {
	border: 1px solid #dddddd;
	background-color: #FFF;
	margin-top: 7px;
	margin-bottom: 7px;
}
.chat #inner {
	margin: 0px 8px 8px 8px;
}
.chat #messagesBox .friendHeader {
	border: 2px solid #eceff3;
	background-color: #e7edf5;
	color: #1f497d;
	margin-top: 8px;
	height: 25px;
	font-size: 10px;
}
.chat #messagesBox tr,
.chat #messagesBox td {
	padding: 0px;
	height: 23px;
}
.chat .left strong {
	margin-left: 10px;
}
.chat .right span {
	margin-right: 10px !important;
}
.chat #messagesBox img {
	position: absolute;
	margin: -7px 50px 0px -8px;
}

.chat #messagesBox .mineHeader {
	border: 2px solid #eceff3;
	background-color: #f2f2f2;
	color: #000000;
	margin-top: 8px;
	height: 25px;
	font-size: 10px;
}

.chat #writeMessage {
	border: 1px solid #dddddd;
	background-color: #d9d9d9;
	text-align: left;
}
.chat #writeMessage textarea {
	width: 99%;
	font-size: 11px;
}
.chat #writeMessage input {
	margin: 0px 0px -1px 0px;
	padding: 0px;
}
.chat table#writeMessage {
	width: 100%;
}
.chat table#writeMessage td {
	vertical-align: baseline;
	line-height: 0;
}

.chat .message {
	min-height: 20px;
	background-image: url(img/chat-message-bg.png);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left:10px;
	text-align: left;
}

.chatMsgs {
    color: red;
}
/* END. chat */

/* QUESTIONS */
.questions .header {
	background-image: url(img/questions-header-bg.png);
	background-repeat: repeat-x;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px 0px 0px 11px;
	text-align: left;
	color:#595959;
}
.questions .body {
	background-color: #f0f0f0;
	padding: 7px;
}
.questions .inner {
	background-color: #f9f9f9;
	text-align: left;
	border: 1px solid #e2e2e2;
	padding: 9px;
}
.questions .inner .question {
	font-weight: bold;
	margin: -2px 0px 5px 8px;
}
.questions .inner input[type='radio'],
.questions .inner input[type='checkbox'] {
	margin-top: 7px;
	margin-left: 0px;
	padding-left: 0px;
}
.questions .inner label {
	vertical-align: bottom;
	font-size: 9px;
	color: #7e60b6;
}
.questions .inner .buttons {
	margin-top: 15px;
	margin-bottom: -2px;
}
.questions .inner .buttons #fakeBtnResults {
	margin-bottom: -2px;
}
.statsGraphic {
	background-color: #c0c0c0;
	height: 8px;
}
.questions .inner table {
	font-size: 10px;
}
.questions .inner table .answer {
	color: #7E60B6;
	padding-top: 7px;
}
.statsLine {
	background-image: url(img/question-stats-line.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: -5px;
}
.questions #fakeBtnOtherPolls {
	margin-top: 7px;
}
.prediction {
	margin-top: 10px;
}
.prediction th {
	background-image: url(img/poll-prediction-header-bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
}
.prediction th,
.prediction td {
	padding-left: 10px;
	height: 29px;
}
.prediction tr.row1 {
	background-color: #f2f2f2;
}
.tableBottom {
	background-image: url(img/poll-prediction-bottom-bg.png);
	background-repeat: repeat-x;
	height: 2px;
}

#periodStats {
	margin-left: 5px;
	width: 546px;
}
#periodStats div {
	font-size: 11px;
}
#periodStats #yourAnswer,
#periodStats #olderPolls {
	color: #1f49a9;
	margin-top: 2px;
	margin-bottom: 11px;
}
#periodStats #olderPolls {
	margin-bottom: 5px;
}
#periodStats tr {
	height: 27px;
}
#periodStats .first {
	padding-left: 10px;
	border: 0px;
	font-weight: normal;
}
#periodStats .last {
	padding-right: 10px;
	border: 0px;
}
#periodStats .partCount {
	font-size: 9px;
	margin-top: 5px;
}
#periodStats .pollQuestion {
	color: #1f49a9;
}

.rowBtm1 {
	background-image: url(../img/reminders-table-inside.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* END. questions */

/* WEATHER */
.weather .inner img,
.weather .body .inner table tr,
table.weather img {
	height: 28px;
}
.weather .title {
	font-weight: bold;
	color: #1f497d;
}
.weather,
.weather .body .inner table {
	font-size: 11px;
}

table.weather {
	padding-top: 13px;
}
table.weather tr {
	height: 45px;
}
table.weather tr td.leftBorder {
	border-left: 1px solid #efefef;
}
table.weather tr td.topBorder {
	border-top: 1px solid #efefef;
}
.weatherTitle {
	font-size: 11px;
}
/* END. weather */

/* E-SHOP */
#shopBlock {
	width: 100%;
}
#shopBlock .withLighterBg {
	background-image: url(img/eshop-lighter-bg.png);
	background-repeat: repeat-x;
	height: 28px;
	font-weight: bold;
	padding: 6px 0px 0px 10px;
}
#shopBlock #leftBlock,
#shopBlock #rightBlock {
	background-color: #f0f0f0;
	width: 200px;
	vertical-align: top;
	border-bottom: 1px solid #cecece;
}
#contentBlock {
	padding-bottom: 50px;
	vertical-align: top;
	border-bottom: 1px solid #cecece;
}
#separatorBlock {
	width: 1px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.categoryLevelImage {
	margin: 0px 0px -3px -12px;
}
#shopBlock .productCategories {
	padding: 10px 0px 10px 0px;
}
#shopBlock .categoryLevel_main {
	font-size: 10px;
	padding-left: 20px;
}
#shopBlock .categoryLevel_1 {
	font-size: 9px;
	padding-left: 20px;
	margin-top: 3px;
}
#shopBlock .categoryLevel_2 {
	font-size: 9px;
	padding-left: 30px;
}
#shopBlock .categoryLevel_3 {
	font-size: 9px;
	padding-left: 40px;
}
#shopBlock .categorySelected {
	color: #1f68b9;
}
#shopBlock .categorySeparator {
	margin-bottom: 7px;
}

.eshopLefMenuSeparator {
	background-image: url(img/eshop-left-menu-separator.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 181px;
	margin: 0px 8px 0px 8px;
}
.cartTop {
	background-image: url(img/eshop-cart-bg-top.png);
	background-repeat: no-repeat;
	margin: 8px 0px 0px 9px;
	height: 8px;
	width: 179px;
}
.cartContent {
	background-image: url(img/eshop-cart-bg-middle.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 9px;

	width: 164px;
	padding-left: 15px;
}
.cartContent .info {
	font-size: 9px;
	color: #1F69BC;
	margin-top: 4px;
}
.cartBottom {
	background-image: url(img/eshop-cart-bg-bottom.png);
	background-repeat: no-repeat;
	margin: 0px 0px 8px 9px;
	height: 8px;
	width: 179px;
}

#shopBlock .productTd {
	padding: 15px 8px 0px 8px;
}
#shopBlock .product {
	border: 1px solid #c0c0c0;
	background-color: #f7f7f7;
	font-size: 9px;
	padding: 2px;
}
#shopBlock .product img {
	height: 71px;
}
#shopBlock .product .title {
	color: #1f69bc;
	font-weight: bold;
	font-size: 10px;
}
.productDescSeparator {
	height: 1px;
	background-color: #dbdbdb;
	margin: 2px 0px 3px 0px;
}
.price {
	color: #c00000;
}
#shopBlock .product input[type='text'] {
	margin-top: 4px;
	font-size: 9px;
	width: 35px;
}
.product input[type='image'] {
	margin-bottom: -6px;
}

.productDescription {
	font-size: 10px;
}
.productDescription img {
	height: 71px;
	border: 1px solid #c0c0c0;
}
.productDescription .head {
	font-size: 12px;
	border: 1px solid #c0c0c0;
	color: #1f69bc;
	padding-left: 4px;
}
.productDescription .bottomRow {
	border-bottom: 1px solid #c0c0c0;
	vertical-align: middle;
}
.productDescription input[type='text'] {
	font-size: 9px;
	width: 35px;
}
.productDescription input[type='image'] {
	margin-bottom: -6px;
}

.descriptionHead {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 3px;
}
.descriptionBody {
	padding-left: 3px;
	padding-top: 3px;
	text-align: justify;
}

.inCartProducts {
	width: 100%;
	border-bottom: solid 1px #e2e2e2;
	border-top: solid 2px #e2e2e2;
}
.sum {
	margin-top: 20px;
	margin-left: 7px;
	font-size: 9px;
}
.sum strong {
	font-size: 12px;
}
.backToCart {
	margin-top: 20px;
	color: #1F69BC;
}
.inCartProducts .title {
	color: #1f69bc;
}
.inCartProducts td,
.inCartProducts th {
	padding: 7px;
}
.inCartProducts th {
	background-color: #dce6f2;
	font-size: 12px;
}
.inCartProducts td {
	font-size: 9px;
}
.inCartProducts .row_1 {
	background-color: #f2f2f2;
}
.inCartOuter {
	margin-left: 10px;
}
#fakeBtnOrderProducts {
	margin-top: -7px;
	position: absolute;
	margin-left: -130px;
	
}

.orderHistoryStatus {
	background-color: #f2f2f2;
	text-transform: uppercase;
	font-weight: bold;
	height: 19px;
	color: #595959;
	padding: 8px 5px 0px 2px;
	margin-top: 7px;
}
.orderHistoryT {
	margin-top: 7px;
}
/* END. e-shop */

/* FOOTER */
.footer {
	background-image: url(img/footer-bg.png);
	background-repeat: repeat-x;
	height: 12px;
}
.footerText {
	background-color: #2B415F;
	color: #e3e6ea;
	font-size: 10px;
	padding: 10px 0px 20px 5px;
	text-align: left;
}

.footerLinks {
	color: #3660B8;
	margin: 0px 0px 3px 8px;
}
/* END. footer */

/* UNDER MENU */
.underMenu {
	height: 228px;
	background-image: url(img/main-photo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 2px 0px 5px 0px;
}

.mainImageBanners {
	margin-top: 43px;
	vertical-align: bottom;
	width: 214px;
	text-align: center;
	float: right;
}
/* END. under menu */

/* GALLERY */
.gallery {
	margin: 20px 0px 20px 0px;
}
.gallery td {
	text-align: center;
}
.gallery img {
	border: 1px solid #c0c0c0;
	width: 125px;
}
.gallery .title {
	text-align: center;
	color: #4b497d;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
.galleryIcon {
	margin-right: 5px;
}
.galleryImage {
	/*
	background-image: url(img/gallery-photo-bg.png);
	width: 504px;
	height: 272px;
	*/
	width: 100%;
	background-color: #ededed;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	text-align: center;
	margin-top: 15px;
	overflow:scroll;
	width:551px
}
.galleryImage div {
	margin: 10px;
}

.addGalleryItem {
	margin: 20px 30px 0px 30px;
}
.addGalleryItem input[type='text'] {
	margin-right: 50px;
	width: 150px;
	margin-bottom: 10px;
}
.addGalleryItem textarea {
	font-size: 12px;
}
.addGalleryItem input[type='image'] {
	padding: 77px 0px 0px 20px;
}
/* END. gallery */

/* INDEX */
.btnAllEvents {
	margin-top: 10px;
	margin-bottom: 7px;
	text-align: right;
}

.imgBorder {
    margin: 0px 10px 10px 0px;
}
/* END. index */

/* NEWS */
.authorPhotoNews img {
	width: 60px;
	margin: 0px 7px 7px 0px;
}
.newsHead {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-bottom:2px;
}
.newsHead .title {
	color: #595959;
}
#newsTd_0, 
#newsTd_1 {
	border-bottom: solid 1px #bfbfbf;
}
#newsTd_0,
#newsTd_2 {
	border-right: solid 1px #bfbfbf;
}
.indexNews {
	padding: 10px;
}
/* END. news */

/* MAP */
#mapImg {
	width: 180px;
	height: 72px;
}
/* END. map */

/* BOARD */
.addBoardItem table.upper {
	border: 1px solid #c0c0c0;
	background-color: #f5f5f5;
	padding: 10px 10px 0px;
	margin-bottom: 15px;
}
.addBoardItem select,
.addBoardItem input[type='text'] {
	margin-bottom: 10px;
	width: 100%;
}
.addBoardItem input#BoardItemPrice {
	width: 85%;
}
.addBoardItem input[type='file'] {
	margin-top: 5px;
}
.addBoardItem .upload {
	border: 1px solid #c0c0c0;
	background-color: #f8f8f8;
	margin: 5px 0px 5px 0px;
	padding: 10px;
}
.addBoardItem input#BoardItemTitle {
	width: 190px;
	margin-right: 3px;
}
.addBoardItem textarea {
	font-size: 11px;
	margin-top: 7px;
}

.board {
	margin-top: 20px;
}
.board tr {
	height: 25px;
}
.board tr.first {
	text-transform: uppercase;
	background-color: #C6D9F1;
}
.board td.first {
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #dce5f1;
}
.board td {
	border-bottom: 1px solid #dce5f1;
	border-right: 1px solid #dce5f1;
	text-align: center;
}

.boardInfo {
	color: #1F69BC;
}
.boardItemDescription {
	border: 1px solid #c0c0c0;
	margin: 5px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
}

.ownerInfo {
	border: 1px solid #c0c0c0;
	margin-top: 38px;
}
.ownerInfo #topLeft {
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	width: 45px;
}
.ownerInfo #topLeft img{
	height:37px;
	width:45px;
}
.ownerInfo #topRight {
	border-bottom: 1px solid #c0c0c0;
}
.ownerInfo #topLeft,
.ownerInfo #topRight,
.ownerInfo #bottom {
	padding: 7px;
}
.ownerInfo #bottom {
	background-color: #f2f2f2;
	text-align: center;
	
}

.boardItemPhotos {
	padding-left: 30px;
}
.boardItemPhotos td {
	padding: 5px;
}
.boardItemPhotos img {
	height: 70px;
	width: 79px;
	border: 1px solid #c0c0c0;
}

.boardFilters {
	font-size: 9px;
	color: #49497d;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin-top: 10px;
}
.boardFilters td {
	padding-left: 5px;
	padding-top: 3px;
}
.boardFilters select {
	width: 90%;
}
/* END. board */

/* FORUM */
.forum .desc td {
	background-color: #E5E5E5;
	border: 1px solid #FFF;
	padding: 4px;
	text-align: center;
	font-size: 90%;
}

.forum .topic td {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 5px;
}

.forum .subtopic td {
	border: 1px solid #FFF;
 	background-color: #F6F6F6;
 	padding: 4px;
}

.newThread {
	background-color: #F6F6F6;
	padding: 8px;
}
.newThread input[type='text'] {
	width: 250px;
}
.newThread #fakeSaveChangesBtn {
	margin-bottom: -6px;
}
.newThread .passwordReminderText {
    margin: 4px 0px;
    width: 120px;
}

.forumPath {
	border:1px solid #999999;
	background-color:#E5E5E5;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

.jumpTo {
	margin-left: 20%;
	margin-bottom: 20px;
}
.jumpTo .paging {
	margin-top: 0px;
}

.forum .postDate {
	font-size: 90%;
	border-bottom: 2px solid #FFF;
}
.forum .moto {
	font-size: 80%;
	font-style: italic;
	border-top: 2px solid #FFF;
}

.forum .author {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.forum .info {
	margin-top: 5px;
	font-size: 90%;
	
}

.forum .quote {
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	font-size: 10px;
	margin: -2px 0px 2px 0px;
}

.quotedText {
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	font-size: 10px;
	padding: 5px;
}


.newestPosts {
	margin-bottom: 13px;
}
.newestPosts th,
.newestPosts td {
	padding: 4px 8px 2px 8px;
}
.newestPosts th {
	background-color: #c6d9f1;
	font-weight: bold;
}
.newestPosts td {
	font-size: 10px;
}
/*
.relatedArticles .articleLink {
	color: #6273b8;
}
.relatedArticles .articlesBottomCommentsLeft {
	background-image: url(img/related-artivle-bg-left.png);
	height: 14px;
	width: 3px;
}
.relatedArticles .articlesBottomCommentsMiddleLighter {
	background-image: url(img/related-artivle-bg-middle.png);
	height: 14px;
	padding-left: 5px;
}
.relatedArticles .articlesBottomCommentsRight {
	background-image: url(img/related-artivle-bg-right.png);
	height: 14px;
	width: 3px;
}
*/
/* END. forum */

/* PAGING */
.paging {
	margin: 20px 0px 0px 0px;
}
.paging form {
	margin-left: 10px;
}
.paging a {
	border: 1px solid #7f7f7f;
	background-color: #d9d9d9;
	color: #595959;
	padding: 0px 3px 2px 3px;
}
.paging a.sel {
	font-weight: bold;
}
.paging a:hover {
	text-decoration: none;
	background-color: #7f7f7f;
}
/* END. paging */

/* MAIL */
.mailActions {
	background-color: #f6f6f6;
	border: 1px solid #bfbfbf;
	margin: 4px 0px 0px 0px;
	padding: 5px;
}
.mailActions img {
	vertical-align: middle;
}
.mailActions .addressBook {
	color: #1f497d;
	font-weight: bold;
	font-size: 10px;
	margin-right: 35px;
}
.mailActions #MailAddressBookContactUsername,
.mailActions #MailAddressBookContactTitle {
	margin-top: 10px;
	width: 155px;
}
.mailActions #fakeBtnMailSaveAddress {
	margin-top: 13px;
	padding-bottom: 0px;
}

table.mail {
	margin: 7px 0px 2px 0px;
	border: 1px solid #bfbfbf;
}
table.mail th,
table.mail td {
	padding: 4px 8px 2px 8px;
}
table.mail th {
	background-color: #c6d9f1;
	color: #1f497d;
	font-size: 10px;
	border-bottom: 1px solid #bfbfbf;
}
table.mail td {
	font-size: 11px;
	color: #a77fa7;
}
table.mail td.new {
	color: #4b497d;
}
table.mail img {
	vertical-align: middle;
}

#fakeBtnMailOptions {
	margin-right: -4px;
}

.legend {
	margin-top: 8px;
}
.legend img {
	vertical-align: middle;
}

.mailOptions {
	margin: 20px 0px 0px 0px;
	color: #1f497d;
	font-weight: bold;
	font-size: 10px;
}
.mailOptions div {
	margin-bottom: 5px;
}
.mailOptions #fakeSaveBtn {
	margin: 20px 0px 0px 23px;
}

.mailSeparator {
	background-image: url(img/mail-separator.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	margin-top: 2px;
}

.mailPaging .paging {
	margin-top: 8px;
}

div.addressBook {
	margin: 15px 0px 17px 0px;
	background-color: #f6f6f6;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
div.addressBook input {
	vertical-align: middle;
}
div.addressBook .photo {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
    height: 28px;
}

.compose {
	margin: 25px 0px -10px 0px;
}
.compose .label {
	color: #1F497D;
	font-weight: bold;
	font-size: 10px;
	margin: 2px 5px 13px 0px;
}
.compose input[type='text'] {
	width: 180px;
	margin-bottom: 5px;
}
.compose .btn {
	vertical-align: bottom;
	margin-top: 16px;
}
.composeInfo {
	margin-top: 5px;
	color: #1F497D;
	font-size: 9px;
	font-weight: bold;
}

.mailMsg {
	border:1px solid #BFBFBF;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}
.mailMsg img {
	vertical-align: middle;
	padding: 6px 11px 5px 6px;
}

.gotMail {
    border: 1px solid #bfbfbf;
	padding: 5px;
	margin: 0px 0px 7px 0px;
}
#fakeBackBtn {
	margin-top: 7px;
}

.mailHead {
	color: #1F497D;
	font-size: 10px;
	padding: 20px 3px 3px 3px;
}

.mailFolders {
	font-size: 10px;
}
.mailFolders .mainFolder {
	color: #1F497D;
}
.mailFolders input[type='image'],
.mailFolders img {
	vertical-align: middle;
}

#createMailFolder input[type='text'] {
	width: 140px;
	margin: 5px 2px 5px 0px;
}
#createMailFolder input[type='image'] {
	vertical-align: text-top;
}
/* END. mail */

/* SEARCH */
.search {
	padding: 13px 15px 17px 15px;
} 
.search #searchKeys {
	width: 125px;
}
.search #fakeBtnSearch {
	vertical-align: middle;
	margin: -3px 0px 0px -9px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.searchResults {
	color: #1F497D;
	margin: 10px 0px 20px 3px;
}
/* END. search */

/* RSS */
.RSS {
	margin: 10px;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
}
.RSS .R {
	margin-top: 13px;
	line-height: 1.5;
}
/* END. rss */

/* PATH */
.pathLeft {
	position: absolute;
	background-image: url(img/path-bg-left.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 4px;
	margin: 16px 0px 0px 7px;
}
.path {
	background-image: url(img/path-bg-middle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 14px 7px 0px 11px;
	padding: 0px 0px 5px 3px;
}
/* END. path */

/* RECOMMENDATIONS */
.recommendations {
    font-size: 10px;
    color: #7E60B6;
}
/* END. recommendations */

/* PORTAL MAP */
.portalMap h3 {
	margin-bottom: 0px;
}
.portalMap .lvl2 {
	border-bottom: 1px solid #f6f6f6;
	margin-top: 5px;
	padding-left: 20px;
	height: 16px;
}
.portalMap .lvl3,
.portalMap .lvl4 {
	padding-left: 30px;
	color: #7878b1;
	font-size: 10px;
	margin-top: 3px;
	height: 13px;
}
.portalMap .lvl4 {
	padding-left: 35px;
}
/* END. portal map */

.ie6 {
	border: 2px solid #F00;
	margin: 5px 0px;
	padding: 20px;
	font-size: 12px;
	background-color: #FFF;
	width: 954px;
}
.ie6 .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 500px;
}

/* CAKE LOG */
table.cakeSqlLog {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
table.cakeSqlLog thead {
	background-color:#CCC;
}
table.cakeSqlLog caption {
	background-color:#F4F4F4;
	margin-bottom: 3px;
	margin-top: 20px;
}
table.cakeSqlLog tr {
	margin-bottom: 3px;
}
table.cakeSqlLog tr#r1 {
	background-color: #E6E6E6;
}
table.cakeSqlLog tr#r0 {
	background-color: #F4F4F4;
}
/* END. cake log */




/* POPUP */
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
/* height:243px; */
width:602px;
background:#FFFFFF;
z-index:2;
font-size:13px;
}
#button{
text-align:center;
margin:100px;
}

/* END. popup */