﻿/*-------------- Common ---------------- */
h1, h2, h3, h4, h5, h6
 				{ font-weight: normal; color: #2B93F7 }
				
h1 				{ font-size: 36px; line-height: 36px; margin-bottom: 18px } 
h2 				{ font-size: 18px; line-height: 18px; margin-bottom: 9px }
h3				{ font-size: 13px; line-height: 18px; margin-bottom: 9px }
h4, h5, h6		{ font-size: 12px; line-height: 18px; margin-bottom: 18px }

p, pre, code, label, th, td, dd, dt, select, li, .sys_ArticleFullText

				{ font-size: 11px; line-height: 18px; margin-bottom: 18px }	
				
ul, ol			{ margin-bottom: 18px }
ul 				{ list-style: square }
ol 				{ list-style: decimal }
li	 			{ margin-left: 36px; color: #999; }
li p 			{ color: #000 }
input			{ font-size:11px; color:#2B93F7 }
legend			{ display: none }
 
small 			{ font-size: 9px }
 
sup 			{ position:relative; bottom: 3px; vertical-align: baseline }
sub 			{ position:relative; bottom: -2px; vertical-align: baseline }
 
acronym, abbr 	{ cursor: help; letter-spacing: 1px; border-bottom: #999 1px dashed }
label 			{ cursor: pointer }

/*---------------- Fonts -----------------*/

h1, h2, h3, h4, h5, h6
 				{ font-family: Verdana, Arial, Helvetica, sans-serif }
p, a, pre, label, th, td, li, .sys_ArticleFullText, input
				{ font-family: Verdana, Arial, Helvetica, sans-serif } 			
				
/*---------------- Links -----------------*/

a:link, a:visited, a:hover, a:active
				{ font-weight: normal; text-decoration: underline; color: #2B93F7 }
a:hover			{ text-decoration: none}
a img			{ border: none }

/*----------- Global Classes -------------*/

.clear			{ clear: both }
.floatLeft		{ float: left }
.floatRight		{ float: right }

.textLeft		{ text-align: left }
.textRight		{ text-align: right }
.textCenter		{ text-align: center }
.textJustify	{ text-align: justify }

.bold			{ font-weight: bold !important }
.italic			{ font-style: italic }
.underline		{ border-bottom: 1px solid }
.highlight		{ background: #ffc }

.noPadding		{ padding: 0 }
.noMargin		{ margin: 0 !important }
.noIndent		{ margin-left: 0; padding-left: 0 }
.noBullet		{ list-style: none; list-style-image: none }
.noBorder		{ border: none !important }
