microsite.css 6.87 KB
@charset "UTF-8";
/********************************************************************************************
 * microsite.css
 * Global Stylesheet
 *
 * @package 		Libro Financial
 * @subpackage		css
 * @author			Tenzing Communications Inc. | www.gotenzing.com
 ********************************************************************************************/
@import url("../../assets/styles/theme-white.css");

html, body { margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
html, body, td, th, textarea, select, input, option { font-size: 12px; line-height:15px; font-family:Arial, Tahoma, sans-serif; }

h1 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:24px; line-height: 28px; color: #5D9732; font-weight:normal; text-transform:uppercase; }
.TzTiny  h1 { font-size: 20px; line-height: 26px; }
.TzSmall h1 { font-size: 22px; line-height: 28px; }
.TzNorm  h1 { font-size: 24px; line-height: 30px; }
.TzBig   h1 { font-size: 26px; line-height: 32px; }


h2 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:22px; line-height: 26px; color: #5D9732; }
.TzTiny  h2 { font-size: 18px; line-height: 24px; }
.TzSmall h2 { font-size: 20px; line-height: 26px; }
.TzNorm  h2 { font-size: 22px; line-height: 28px; }
.TzBig   h2 { font-size: 24px; line-height: 30px; }
h3 {
    margin: 12px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    font-size:18px;
    line-height: 22px;
    color: #006857;
     text-transform:uppercase;
}
.TzTiny  h3 { font-size: 14px; line-height: 20px; }
.TzSmall h3 { font-size: 16px; line-height: 22px; }
.TzNorm  h3 { font-size: 18px; line-height: 24px; }
.TzBig   h3 { font-size: 20px; line-height: 26px; }

h4 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:16px; line-height: 20px; color: #5D9732; font-weight:normal;
 text-transform:uppercase; }

.TzTiny  h4 { font-size: 12px; line-height: 18px; }
.TzSmall h4 { font-size: 14px; line-height: 20px; }
.TzNorm  h4 { font-size: 16px; line-height: 22px; }
.TzBig   h4 { font-size: 18px; line-height: 24px; }
 
h5 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:14px; line-height: 18px; color: #5D9732; }
.TzTiny  h5 { font-size: 11px; line-height: 17px; }
.TzSmall h5 { font-size: 12px; line-height: 18px; }
.TzNorm  h5 { font-size: 14px; line-height: 20px; }
.TzBig   h5 { font-size: 16px; line-height: 22px; }

h6 { margin: 12px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size:12px; line-height: 16px; color: #006857; }
.TzTiny  h6 { font-size: 11px; line-height: 17px; }
.TzSmall h6 { font-size: 11px; line-height: 17px; }
.TzNorm  h6 { font-size: 12px; line-height: 18px; }
.TzBig   h6 { font-size: 14px; line-height: 20px; }

table { border:none; border-collapse:collapse; width:100%; }
table tr {}
table tr.alternative,table tr.odd { background: #f5f5f5; }
table th { text-align:left; font-weight:bold; padding: 2px 5px 2px 5px; background-color:#5D9732; color:#fff; }
table td { padding: 2px 5px 2px 5px; }
table caption { font-style:italic; font-size:10px; line-height:14px; color: #999; }

.TzTiny  table td,.TzTiny table th, .TzTiny table caption { font-size: 10px; line-height: 16px; }
.TzSmall table td,.TzSmall table th, .TzSmall table caption { font-size: 11px; line-height: 17px; }
.TzNorm  table td,.TzNorm table th, .TzNorm table caption { font-size: 12px; line-height: 18px; }
.TzBig   table td,.TzBig table th, .TzBig table caption { font-size: 14px; line-height: 20px; }


p { margin: 0px 0px 6px 0px; padding: 0px 0px 0px 0px; line-height:16px; }
.TzTiny  p { font-size: 11px; line-height: 16px; }
.TzSmall p { font-size: 11px; line-height: 17px; }
.TzNorm  p { font-size: 12px; line-height: 18px; }
.TzBig   p { font-size: 14px; line-height: 20px; }

a { color: #5D9732; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration: underline; }
a img { border:none; }

hr { width:100%;color:#009;	height:1px;    border:none;	border-bottom:1px solid #fff;	clear:both; }

ul {}
ul li {}
ul li a {}
ul li a:hover {}
ul li a:active {}

ol {}
ol li {}
ol li a {}
ol li a:hover {}
ol li a:active {}

.TzTiny  li { font-size: 11px; line-height: 16px; }
.TzSmall li { font-size: 11px; line-height: 17px; }
.TzNorm  li { font-size: 12px; line-height: 18px; }
.TzBig   li { font-size: 14px; line-height: 20px; }

blockquote { background-color:#f5f5f5; padding:10px;}
.TzTiny  blockquote { font-size: 11px; line-height: 14px; }
.TzSmall blockquote { font-size: 11px; line-height: 14px; }
.TzNorm  blockquote { font-size: 12px; line-height: 16px; }
.TzBig   blockquote { font-size: 14px; line-height: 18px; }

code, pre {}

fieldset {}
fieldset label {}   

.TzTiny  { font-size: 10px; }
.TzSmall { font-size: 12px; }
.TzNorm  { font-size: 15px; }
.TzBig   { font-size: 18px; }

#TzSelectors {
	text-align:right;
	padding:3px 3px 0px 0px;
}

.right { float: right; }
.left { float: left; }
.clear { clear:both; }
.show { display:block; }
.hide { display:none; }

#TzContainer { position:relative;text-align:center;width:956px; margin:auto;/*position:absolute; width:956px; left:50%; margin: 0px 0px 0px -476px;*/ } /* the whole site */
#TzWrapper { height:531px; background-position: bottom left; background-repeat:no-repeat; text-align:left;  } /* where the background image is */

#TzLogo { background-position:top left; background-repeat:no-repeat; width:168px; height:40px; position:absolute; top:475px; left:760px;z-index:100; }
#TzLogo a { display:block; width:168px; height:40px; }
#TzLogo img { display:none; }

.TzBackgroundImage {
	background-image:url(../../assets/campaigns/current_campaign/background.jpg);
}

#TzCampaignTextMS {
	position:absolute;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#fff;
	left:40px;
	top:35px; 
	width:220px; 
}
#TzCampaignTextMS a {
	text-decoration:underline;
	color:#fff;
}
#TzCampaignTextMS a:hover {
	text-decoration:underline;
	color:#5D9732;
}

#TzPagesContainerMS {
	position:absolute;
	width:570px;
	right:0px;
	top: 40px;
	background-color:#FFFFFF;
	overflow:auto;
	height:396px;
}
#TzPagesContainerMS .pane {
	padding:10px;
	width:530px;
}
#TzFooter {
	text-align:left;
	margin-top:5px;
}

#TzMicroMenu {
	position:absolute;
	left:30px;
	top: 465px;
}

#TzMicroMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#TzMicroMenu ul li {
	margin:0px 4px 0px 4px;
	padding:0px;
	list-style:none;
	float:left;
	border:none;
}

#TzMicroMenu ul li.active {
	border-bottom:1px solid #FFF;
	/*border-top:none;*/
}

#TzMicroMenu ul li.active a {
	font-weight:bold;
	text-transform:uppercase;
}

#TzMicroMenu ul li.active a:hover {
	text-decoration:none;
}

#TzMicroMenu ul li a {
	display:block;
	margin:0px;
	padding: 3px 6px;
	color:#FFFFFF;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
}

#TzMicroMenu ul li a:hover {
	text-decoration:underline;
}