/* Default CSS. */
/* (c) 2008 Bite A Bit Ltd. - Martin Tomsik */
/* http://www.biteabit.net */


@import url("/themes/frontend/default/css/jquery/ui.tabs.css");
@import url("/themes/frontend/default/css/overlay.css");
@import url("/themes/frontend/default/css/EWindow.css");


/* PAGE */

html {
	width:100%; 
	height:100%;
}

body {
	width:100%; 
	height:100%;
	margin:0px;
	padding:0px;
	/*font-family:Verdana,Helvetica,Arial,Tahoma,Sans-serif;*/
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	word-spacing:normal;
	color:#2C3047; /* #184296 */
	background-color:#ffffff;
	line-height:normal;
	letter-spacing:0.4px;
	text-align:center;
	background:#9FC2E0;
}

td, p {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
}

a, a:link, a:active, a:visited {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#003366;
	text-decoration:underline;
}

a:hover {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#184296;
	text-decoration:underline;
}

input, select, textarea {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	word-spacing:normal;
	color:#2C3047;
}

ul.bullet li {
	list-style-image:url('../images/li.png');
}

.paragraphFirstLetter:first-letter {
	font-weight:normal;
	font-size:180%;
	font-family:'Edwardian Script ITC','Brush Script MT',cursive;
	color:grey;
}

p.quote:before {
	padding-right:10px;
	content: url(../images/quote_start.gif);
}
p.quote:after {
	padding-left:10px;
	content: url(../images/quote_end.gif);
}

/* /PAGE */



/* SKELETON */
#Page {
	position:relative;
	width:950px;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:inherit;
	text-align:left;
	margin: 0 auto 0 auto; /* FF hack as text-align:center not working */
}
#PageBody {
	position:relative;
	width:950px;
	margin: 25px auto 0 auto; /* FF hack as text-align:center not working */
	padding:0px;
	background:#ffffff url(../images/body-page-bg.png) repeat-y;
	text-align:left;
	border-right:0px solid #456AAF !important;
	border-bottom:0px solid #456AAF !important;
}
#PageBody table.PageBodyContainer { width:930px; margin-top:20px; margin-bottom:20px; }
#TopBar { position:relative; width:100%; height:110px; background-color:#ffffff; padding:0; border-top:0px solid #223456; border-bottom:3px solid #223456;  }
#Logo { width:165px !important; height:96px !important; margin-top:10px; margin-left:0px; }
#LogoSection { position:absolute; top:102px; right:0px; padding-top:10px; padding-left:10px; text-align:right; }
/*#LogoSection img { width:32px; height:32px; border:0; }*/
#Menu { width:inherit; height:30px; vertical-align:middle; }
#Content { width:inherit; margin:0px 10px 5px 5px; }
#Sidebar { margin-top:10px; }
#Newsbar { width:inherit;height:260px;background-color:#F9FFE5; }
#Copyright { 
	font-size:100%;
	width:950px !important;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#ffffff url(../images/body-page-bg.png) repeat-y;
	border-right:0px solid #456AAF; 
	border-bottom:0px solid #456AAF; 
}
#RssFeedsBar { white-space:nowrap;text-align:center;margin:6px 0px 6px 0px; }

/* /SKELETON */


/* MENU */
div.menu {
	z-index:1;
	height:30px;
	padding:0;
	margin:0;
	color:gray;
	text-align:center;
	border:0px dotted gray;
	background:#223456;
	vertical-align:inherit;
}

.menuButton {
	position:relative;
	white-space:nowrap;
	top:6px;
	margin:auto 0px auto 0px;
	padding:0px 22px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
}
.menuButton:hover {
	color:#ffffff;
	font-size:12px;
}
.menuButton a:link, .menuButton a:visited {
    color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-style:normal;
	text-decoration:none;
}
.menuButton a:hover, .menuButton a:active {
	font-weight:bold;
	font-size:12px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-decoration:none;
}

div.menuItemDesc {
	z-index:100;
	width:950px;
	height:25px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:4px 0px 4px 6px;
	background-color:transparent; /* #E3E6FF */
	border-bottom:0px solid #cbcbcb;
	border-right:0px solid #cbcbcb;
  	display:block;
  	text-align:left;
}
div.menuItemDesc a:link, div.menuItemDesc a:active, div.menuItemDesc a:visited {
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
div.menuItemDesc a:hover {
	color:blue;
}
/* /MENU */



/* AJAX LOGIN FORM */
#LoginFormAjax {
	width:300px;
	position:relative;
	margin-top:18px;
	color:#6C838B;
}
#LoginFormAjax .loginFormAjaxField {
	width:60px;
	height:15px;
	font-size:12px;
}
#LoginFormAjax .loginFormAjaxButton {
	padding:0;
	margin-bottom:-7px;
  	filter:alpha(opacity=50);
  	opacity:.5;
}
#LoginFormAjax .loginFormAjaxForgottenPassword {
	font-size:11px;
	text-align:left;
	color:#FFA1A1;
}
#LoginFormAjax .loginFormAjaxForgottenPassword a, #LoginFormAjax .loginFormAjaxForgottenPassword a:visited  {
	font-size:11px;
	color:#FFA1A1;
}
#LoginFormAjax .loginFormAjaxForgottenPassword a:hover {
	font-size:11px;
	color:#FF5B5B;
}
#LoginFormAjax fieldset {
	border-bottom:1px solid #F6F6F6; 
	border-top:1px solid #EAEAEA;
	border-left:0;
	border-right:0;
}
#LoginFormAjax fieldset legend {
	border:1px solid #EAEAEA; 
	color:#7B959E;
}
#LoginFormAjax .loggedIn {
	color:#2FA420;
}
/* /AJAX LOGIN FORM */




/* HEADLINES, MENUS */
.bodyTitle {
	font-size:20px;
	font-weight:bold;
	font-family:inherit;
	margin-bottom:20px;
}
.bodyTitle a, .bodyTitle a:link, .bodyTitle a:visited, .bodyTitle a:active {
	font-size:20px;
	font-weight:bold;
	font-family:inherit;
	text-decoration:none;
}
.bodyTitle a:hover {
	font-size:20px;
	font-weight:bold;
	font-family:inherit;
	text-decoration:underline;
}
/* /HEADLINES, MENUS */

/* MEMBERSHIPS */
.memberStandardColor {
	color:#514034; /*#BF9563*/
}
.memberAdvancedColor {
	color:#5A6466; /*#AFB0B2*/
}
.memberPremierColor {
	color:#C19122; /*#E3A921*/
}

.memberHighlightText {
	font-weight:bold;
}
/* /MEMBERSHIPS */


/* FORMATTING */
.bold, .bold a, .bold a:link, .bold a:active, .bold a:visited { font-weight:bold; }
/* /FORMATTING */


#bottomMenu {
	width:inherit;
	font-weight:normal;
	height:18px;
	border-top:4px solid #fff9f4;
	border-bottom:4px solid #fff9f4;
	/*background-color:#f9d936;*/
	/*background:url('../images/bottom_menu_bg.png');*/
	font-size:14px;
	margin:0px;
}

.headline {
	font-weight:bold;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	text-decoration:inherit;
	text-transform:uppercase;
	background:url('../images/headline_bg.png');
	background-repeat:repeat-x;
	background-position:center;
}
/* /HEADLINES */


/* NEWS BAR */
.newsbar {
	width:inherit;
	height:inherit;
	overflow:auto;
	padding:5px;
	font-size:inherit;
}
.newsbar div {
	padding-bottom:6px;
	padding-top:3px;
}
.newsbar a, .newsbar a:link, .newsbar a:visited, .newsbar a:active  {
	font-weight:normal;
	text-decoration:underline;
}
.newsbar a:hover {
	font-weight:normal;
	text-decoration:none;
}
/* /NEWS BAR */



/* FORMS */

.butt {
	font-size:inherit;
	font-weight:inherit;
	color:#fff;
	background-color:#6D7AC4;
	margin-top:0px;
	/*-moz-border-radius: 0px 0px 0px 0px;*/
}
.butt:hover {
	color:blue;
	margin-top:0px;
	cursor:pointer;
}

.buttConfirm {
	background:green;
	color:white;
	font-weight:bold;
}
.buttConfirm:hover {
	background:white;
	color:black;
}

.buttDelete {
	background:red;
	color:white;
	font-weight:bold;
}
.buttDelete:hover {
	background:white;
	color:black;
}

.contactFormField {
	width:200px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	padding-left:4px;
	padding-top:3px;
	font-size: 11px;
}

.formField {
	color: #184296;
	background: #ffffff url('../images/shadow-bg.gif') no-repeat left top;
	border: 1px solid #CCCCCC;
}


.js_formCheckErrorMessage {
	display:none;
	position:absolute;
	padding:3px;
	margin-left:200px;
	color:red;
	background-color:#FFE9E9;
	border:1px solid #184296;
}

/* /FORMS */





/* CONTAINERS */

.blockContainer {
	color: #184296;
	background: #ffffff url('../images/shadow-bg.gif') no-repeat left top;
	border: 1px solid #CCCCCC;
}
/*
.containerSmall { 
	background:url('../images/container-top-bg.gif') repeat-x;	
	border-left:1px solid #EFF3F7;
	border-right:1px solid #EFF3F7;
	border-top:3px solid #cbcbcb;
	border-bottom:3px solid #EFF3F7;
}
*/
.containerSmall { 
	background:url('../images/container-top-bg.gif') repeat-x;	
	border:2px solid #0E4F99;
}


.container { 
	
}
.container div.title {
	font-weight:bold;
	color:#ffffff;
	background-color:#0E4F99;
	font-size:120%;
	padding:3px 10px 3px 10px;
}
.container div.title a,
.container div.title a:link,
.container div.title a:visited,
.container div.title a:active {
	font-weight:bold;
	color:#ffffff;
	font-size:120%;
}
.container div.body { 
	background:url('../images/container-top-bg.gif') repeat-x;	
	border:2px solid #0E4F99;
	padding:10px 10px 10px 10px;
}


.containerTextTitle {
	font-size:120%; padding:10px; color:#666666;
}

.containerText {
	background-color:#f1f1f1; padding:10px; border:2px solid #cbcbcb;
}

/* /CONTAINERS */



/* TITLE PAGE */
.titlePage .aboutus { margin-top:0px; }
.titlePage .aboutus .title { font-weight:bold; font-size:12px; }
.titlePage .aboutus .text { }
.sectionIntro {
	height:70px !important;
	background-color:#cbcbcb; 
	margin:0px 0px 15px 0px; 
	padding:10px; 
	border:2px solid #0E4F99; 
	background-color:#FCFCFD;
	background:url('../images/container-top-bg.gif') repeat-x;
}
.inviteYou {
	font-size:100%;
	margin:0px 0px 1px 0px; 
	padding:10px;
	font-weight:bold;
}
.inviteYouItems {
	font-size:100%;
	margin:0px 0px 15px 0px; 
}
.inviteYouItems a, 
.inviteYouItems a:link, 
.inviteYouItems a:visited, 
.inviteYouItems a:active {
	font-size:100%;
}
.sectionIntro .title, .sectionIntro .title a, .sectionIntro .title a:visited { 
	font-size:14px; 
	font-weight:bold;
	text-decoration:none; 
}
.sectionIntro .text { margin-top:4px; }
.sectionIntro span.highlighted {
	color:#000;
	font-weight:normal;
}
.sectionIntro ul {
	margin:0;
	padding-left:24px;
	margin-top:5px;
}
.sectionIntro li {
	padding:5px;
	margin-bottom:7px;
	list-style-image:url('../images/li.png');
	list-style-position:outside;
}
.sectionIntro legend {
	font-size:150%; padding:0px 5px 8px 5px; text-transform:uppercase; font-style:normal;
}
.titlePage div.topBox {
	text-align:center;
	vertical-align:middle;
	padding:10px;
	margin-top:0px;
	margin-bottom:10px;
	border-top:2px solid #0e4f99;
	border-left:2px solid #0e4f99;
	border-bottom:2px solid #126ACD;
	border-right:2px solid #126ACD;
	background-color:#F4F4F4;
	font-weight:bold;
	font-size:110%;
	background:url('../images/container-top-bg.gif') repeat-x;
}
.titlePage div.inviteYou {
	font-size:150%; padding:0px 5px 8px 0px; text-transform:uppercase; font-style:normal;
}
.titlePage div.inviteYouItems div {
	padding-bottom:10px;
	margin-top:10px;
	font-size:110%;
	border-bottom:1px solid silver;
}
.titlePage div.inviteYouItems div:first-letter {
	font-size:150%;
}
.titlePage div.inviteYouItems div a:link, 
.titlePage div.inviteYouItems div a:active,
.titlePage div.inviteYouItems div a:visited {
	font-size:110%;
	color:#0D4D95;
	text-decoration:none;
}
.titlePage div.inviteYouItems div a:hover {
	font-size:110%;
	color:#000000;
	text-decoration:underline;
}


/* /TITLE PAGE */



/* REPORTS */
.reportsMainPage { margin-top:30px; }
.reportsMainPage .welcome { font-weight:bold; font-size:130%; }
.reportsMainPage .intro { margin-bottom:10px; font-size:100%; }
.reportsMainPage .item { 
	height:100px;
}
.reportsMainPage .item .title, 
.reportsMainPage .item .title a:link, 
.reportsMainPage .item .title a:visited { font-weight:bold; font-size:120%; white-space:nowrap; overflow:hidden; text-decoration:none; }
.reportsMainPage .item .title a:hover { text-decoration:underline; }
.reportsMainPage .item .text, 
.reportsMainPage .item .text a:link, 
.reportsMainPage .item .text a:visited { font-weight:bold; font-size:100%; }

.reportItem { 
	width:95%;
	background-color:#FCFCFD;
	border-left:1px solid #0E4F99;
	border-right:1px solid #0E4F99;
	border-top:3px solid #0E4F99;
	border-bottom:3px solid #0E4F99;
	margin-bottom:0px;
	padding:10px;
}
.reportItem .name { font-weight:bold; font-size:20px; margin-top:5px; }
.reportItem .intro { width:62%; border:0px solid #000; margin-left:10px;margin-top:0px;margin-bottom:10px; }
.reportItem .description { width:62%; border:0px solid #000; padding:12px; margin-left:0px;margin-top:3px;margin-bottom:10px; text-align:justify; }
.reportItem .pic { width:200px; min-height:200px; text-align:center; }
.reportItem .info { 
	width:200px; 
	min-height:180px; 
	/* background:url('../images/container-top-bg.gif') repeat-x; */ 
	border:1px solid #cbcbcb; 
	padding:7px;
	padding-top:14px;
	margin-left:14px;
	margin-top:3px;
	margin-bottom:5px; 
}
.reportItem .tabs { margin-top:20px; }
.reportItem .tabs .tab { margin:10px;margin-bottom:30px; }
.reportItem .tabs .tab .title { padding-left:10px; padding-bottom:3px; font-weight:bold; font-size:13px; }
.reportItem .tabs .tab .text { padding:10px; }

/* /REPORTS */





/* LIBRARY */

.searchForm {
	background-color:#FCFCFD;
	border:2px solid #F3F3F4;
	padding:7px;
	margin-top:5px;
	margin-bottom:5px;
}

.libraryMainPage { margin-top:30px; }
.libraryMainPage .welcome { font-weight:bold; font-size:15px; }
.libraryMainPage .intro { margin-bottom:10px; }
.libraryMainPage .item { 
	width:43%;
	border:2px solid #0E4F99;
	margin-top:20px;
	padding:10px;
}
.libraryMainPage .item .title, 
.libraryMainPage .item .title a:link, 
.libraryMainPage .item .title a:visited { font-weight:bold; font-size:150%; }
.libraryMainPage .item .text{ padding:5px; text-align:justify; }
.libraryMainPage .aboutus { margin-top:20px; }
.libraryMainPage .aboutus .title { font-weight:bold; font-size:12px; }
.libraryMainPage .aboutus .text { }
.libraryMainPageItem { 
	/*width:300px;*/
	min-width:178px;
	min-height:40px;
	background-color:#FCFCFD;
	border-left:1px solid #EFF3F7;
	border-right:1px solid #EFF3F7;
	border-top:3px solid #0E4F99;
	border-bottom:3px solid #0E4F99;
	margin-top:7px;
	margin-right:7px;
	padding:10px; 
	font-size:100%;
	/*white-space:nowrap;*/
	/*float:left;*/
}
.libraryMainPageItem .info a, 
.libraryMainPageItem .info a:link, 
.libraryMainPageItem .info a:active, 
.libraryMainPageItem .info a:visited  {
	font-size:130%;
}

.libraryMainPageItemPremium { 
	/*width:300px;*/
	min-width:178px;
	min-height:40px;
	background-color:#FCFCFD;
	border-left:1px solid #EFF3F7;
	border-right:1px solid #EFF3F7;
	border-top:3px solid #C30000;
	border-bottom:3px solid #C30000;
	margin-top:7px;
	margin-right:7px;
	padding:10px; 
	font-size:100%;
	/*white-space:nowrap;*/
	/*float:left;*/
}
.libraryMainPageItemPremium .info a, 
.libraryMainPageItemPremium .info a:link, 
.libraryMainPageItemPremium .info a:active, 
.libraryMainPageItemPremium .info a:visited  {
	font-size:130%;
}


.libraryItem { 
	width:97%;
	min-width:178px;
	min-height:40px;
	background-color:#FCFCFD;
	border-left:1px solid #EFF3F7;
	border-right:1px solid #EFF3F7;
	border-top:3px solid #0E4F99;
	border-bottom:3px solid #0E4F99;
	margin-top:0px;
	margin-right:7px;
	padding:10px; 
	float:left;
}
.libraryItem .name { font-weight:bold; font-size:150%; }
.libraryItem .intro { width:42%; border:0px solid #000; margin-left:10px;margin-top:0px;margin-bottom:10px;  }
.libraryItem .description { float:left; width:300px; font-weight:bold; border:0px solid #000; padding:8px; margin-left:0px;margin-top:0px;margin-bottom:10px; }
.libraryItem .pic { width:152px; min-height:200px; }
.libraryItem .info { float:right; width:300px; border:1px solid #cbcbcb; padding:8px; }
.libraryItem .tabs { margin-top:20px; }
.libraryItem .tabs .tab { margin:10px;margin-bottom:30px; }
.libraryItem .tabs .tab .title { padding-left:10px; padding-bottom:3px; font-weight:bold; font-size:12px; }
.libraryItem .tabs .tab .text { padding:10px; }

/* /LIBRARY */





/* LIVE RESEARCH */
.industryresearchMainPage { width:660px; }
.industryresearchMainPage .welcome { font-weight:bold; font-size:15px; }
.industryresearchMainPage .intro { margin-bottom:10px; }
.industryresearchMainPage .item { margin-top:20px; padding:0px; }
.industryresearchMainPage .item .title, 
.industryresearchMainPage .item .title a:link, 
.industryresearchMainPage .item .title a:visited { font-weight:bold; font-size:150%; }
.industryresearchMainPage .item .text { padding:5px; text-align:justify; }
.industryresearchMainPage .aboutus { margin-top:20px; }
.industryresearchMainPage .aboutus .title { font-weight:bold; font-size:12px; }
.industryresearchMainPage .aboutus .text { }

.industryresearchItem { 
	border-left:1px solid #EFF3F7;
	border-right:1px solid #EFF3F7;
	border-top:3px solid #cbcbcb;
	border-bottom:3px solid #EFF3F7;
	margin-bottom:20px;
	padding:10px; 
}
.industryresearchItem .name { font-weight:bold; font-size:150%; margin-top:10px; }
.industryresearchItem .intro { width:42%; border:0px solid #000; margin-left:10px;margin-top:0px;margin-bottom:10px; text-align:justify; }
.industryresearchItem .description { width:62%; border:0px solid #000; padding:12px; margin-left:0px;margin-top:3px;margin-bottom:10px; text-align:justify; }
.industryresearchItem .pic { width:152px; min-height:200px; }
.industryresearchItem .info { 
	width:200px; 
	min-height:180px; 
	border:1px solid #cbcbcb; 
	padding:7px;
	padding-top:14px;
	margin-left:14px;
	margin-top:3px;
	margin-bottom:5px; 
}
.industryresearchItem .tabs { margin-top:20px; }
.industryresearchItem .tabs .tab { margin:10px;margin-bottom:30px; }
.industryresearchItem .tabs .tab .title { padding-left:10px; padding-bottom:3px; font-weight:bold; font-size:12px; }
.industryresearchItem .tabs .tab .text { padding:10px; }


/* /LIVE RESEARCH */


/* POLL */
.poll { border:2px solid #356BB7; }
.poll .question { background-color:#356BB7; color:#fff; padding:2px; font-weight:bold;}
.poll .answers {  }
.poll .answers .answer { margin:0px; padding:2px; font-weight:normal; }
.poll .button { padding: 3px; margin-top:5px; }
.poll .results {  }
.poll .results .result { margin:0px; padding:2px; font-weight:bold; }
.poll .messages { color:red; margin:0px; padding:3px; font-weight:bold;}
/* /POLL */



/* MESSENGER */
.messengerInboxMessage {
	padding:5px;
	margin-bottom:17px;
	border:3px solid #cbcbcb;
	background-color:#FCFCFD;
}
.messengerInboxMessage hr {
	height:0px;
	padding:0px;
	margin:3px;
	border:0px solid #cbcbcb;
	background-color:#FCFCFD;	
}
.messengerInboxMessage .message {
	border:1px solid #cbcbcb;
	background-color:#fff;
	padding:8px;
}

/* USER MESSAGES */
.messageBox {
	padding:4px;
	padding-right:40px;
	background-color:#fcf054;
	border:2px solid #e01f2e;
	background-image:url('../images/caution-sign-icon.30x26.png');
	background-repeat:no-repeat;
	background-position:center right;

}
.messageBox a, .messageBox a:link, .messageBox a:visited {
	color:#ffffff;	
	font-size:inherit;
	font-weight:normal;
	text-align:inherit;
}
.messageBox a:hover {
	color:#cbcbcb;
	font-size:inherit;
	font-weight:inherit;
	text-align:inherit;
	letter-spacing:inherit;
}
/* /USER MESSAGES */


/* SYSTEM MESSAGES */
.msgConfirm {
	color:#2d3fac;
	font-weight:bold;
}
.msgConfirm a, .msgConfirm a:link, .msgConfirm a:visited {
	font-weight:bold;
}

.msgError {
	color:#b93111;
	font-weight:bold;
}
.msgError a, .msgError a:link, .msgError a:visited {
	font-weight:bold;
}


.msgImportant {
	width:100%;
	padding:4px;
	padding-right:40px;
	color:#000000;
	background-color:#FFE7E7;
	border:2px solid #e01f2e;
	background-image:url('../images/caution-sign-icon.30x26.png');
	background-repeat:no-repeat;
	background-position:center right;
}
.msgImportant a, .msgImportant a:link, .msgImportant a:visited {
	color:#000000;	
	font-size:inherit;
	font-weight:normal;
	text-align:inherit;
}
.msgImportant a:hover {
	color:#cbcbcb;
	font-size:inherit;
	font-weight:inherit;
	text-align:inherit;
	letter-spacing:inherit;
}

/* /SYSTEM MESSAGES */




/* KEYWORDS */
.keywords {
	color:#ffffff;
	display:none;
}
/* /KEYWORDS */



/* COPYRIGHT */

.copyright {
	height:55px;
	color:#a2a9df;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	padding:0px;
	border-top:0px solid #cbcbcb;
	border-bottom:0px solid #cbcbcb;
	border-left:0px solid #cbcbcb;
	border-right:0px solid #cbcbcb;	
}
.copyright div {
	padding:4px 10px 4px 10px;
}
.copyright a, .copyright a:link, .copyright a:visited {
	color:#a2a9df;	
	font-size:inherit;
	font-weight:normal;
	text-align:inherit;
	letter-spacing:inherit;
}
.copyright a:hover {
	color:#000000;
	font-size:inherit;
	font-weight:inherit;
	text-align:inherit;
	letter-spacing:inherit;
}
/* /COPYRIGHT */



#registerTodayImgHome {
	width:298px;
	height:190px;
	position:relative;
	bottom:0px;
}
#registerTodayImgAll {
	width:240px;
	height:153px;
	border:0;
	float:center;
}

#membershipStandardDesc {
	display:none;
	width:600px;
	margin-bottom:13px;
	text-align:justify;
}
#membershipAdvancedDesc {
	display:none;
	width:600px;
	margin-bottom:13px;
	text-align:justify;
}
#membershipPremierDesc {
	display:none;
	width:600px;
	margin-bottom:13px;
	text-align:justify;
}


/* Copyright (c) 2008 Bite A Bit Ltd. */
/* http://www.biteabit.net */
