/**
 # mega_nitrolight - Mega NitroLight Template For Joomla! 1.7
 # author 		OmegaTheme.com
 # copyright 	Copyright(C) 2011 - OmegaTheme.com. All Rights Reserved.
 # @license 	http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 	http://omegatheme.com
 # Technical support: Forum - http://omegatheme.com/forum/
**/
/**------------------------------------------------------------------------
 * file: typography.css 1.7.0 00001, Jan 2011 12:00:00Z OmegaTheme $
 * package:	 Mega NitroLight Template
 *------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
}

img {
	border: none;
	vertical-align: top;
}
a {
	color: #0B62A7;
    cursor: pointer;
    font-size: 1em;
    outline: medium none;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img{
	border:none;
}
p {
	line-height: 1.5em;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	line-height: 40px;
}
h3 {
	font-size: 16px;
	line-height: 35px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
h5 {
	color: #404042;
	font-size: 16px;
	padding-bottom: 5px;
}
h6 {
	color: #8A1728;
	font-size: 20px;
	padding-bottom: 5px;
}

ul { padding-left: 0; }

ul li { list-style: none; margin-left: 0; }

li ol { margin: 0;}

ul, ol{ 
	margin:  0; 
	padding: 0;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl  { margin: 0; }
dl dt { font-weight: bold; }
dd { margin: 0em;}

pre {
	padding: 10px;
	border: 1px solid #CEE0E4;
	color: #02576B;
}
blockquote {
	background: url(../images/blue/blockquote_img.jpg) no-repeat;
	color: #313130;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    line-height: 140%;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 33px;
    padding-top: 5px;
/*    padding: 5px 0px;
	quotes: "\201C" "\201D"; */
 }
 /*
 blockquote:before { content: open-quote; font-weight: bold; }
 blockquote:after { content: close-quote; font-weight: bold; }
*/
/* ---------------------- Style for Form---------------------- */
label { 
	font-weight: bold;
}
fieldset{ 
	padding: 0; 
	margin: 0 0 1em 0; 
	border: 1px solid #ccc; 
}
legend{ 
	font-weight: bold; 
	font-size: 1.2em;
}
input.text, input.title,
textarea {
  background-color:#FFFFFF;
  border:1px solid #BBBBBB;
}

/* ---------------------- Style for table tr td --------------------- */
table{
	width:100%; 
	border-collapse: collapse;
	margin-bottom: 1.4em;
}
table tr.odd{
	
}
table tr.odd td{
	background: #FFF;
}
table tr.even td{
	background: #EEE;
}
th  { 
	font-weight: bold; 
}
thead th{ 
	background: #EBEBEB;
}
th, td, caption{ 
	padding: 4px 5px 4px 5px;
}

tbody tr td{ 
/*	background: #EEEEEE; */
}
tfoot{ 
	font-style: italic;
}
caption{ 
	background: #EFEFEF;
}
/* @end */

/*-------------------- @group Notice Styles -------------------*/
span.alert {
	color: #c00;
	border-top: 3px solid #FE7B7A;
	border-bottom: 3px solid #FE7B7A;
}
span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
}
span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
}
span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}
/* @end */