﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body, html
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-x-system-font: none;
	background-image: url("../images/background.jpg");
	background-color: #010066;
	background-repeat: repeat;
	border: medium none;
	color: #696158; /* dark gray */
	font-family: Helvetica,Arial;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	min-width: 630px;
	padding: 0;
	width: 100%;
}

html#HomePage, html#HomePage body
{
	background: #F0F0F0 url(../../images/common/sm_bg3.png) repeat-x;
}

ol, ul {
	list-style: none;
}

div#articleHomeRight p
{
    padding: 0;
}

p
{
	padding: 0.8em 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.float_left, .content, .footer, .fullscreen, .logo, .signin_lbl, .register,
.register hr, .register h2, .register p, .register .row label, .profile, .profile .row label,
.rightSidePane, .leftSidePane_home, .profile h1, .profile h2, .profileLeftPane, .tabBox,
.searchResults, .result, .image, .info, dt, dd, .actionspro
{
	float: left;
}

.float_right, .env, .rightSidePane, #rightColumn
{
	float: right;
}

div.btns
{
	text-align: right;
}

a, a:visited
{
	background-color: Transparent;
	color: #010066; /* dark blue */
	text-decoration: none;
	padding: 0px 0px 4px;
}

a:hover
{
	background-color: Transparent;
	color: #010066; /* dark blue */
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

ul
{
	margin-left: 0;
	margin-bottom: 0;
}

li
{
	margin-left: 0.7em;
}

/* all the fieldset tags use this same style */
fieldset
{
	border: solid 1px #CACACA;
	padding: 0px 12px 12px 12px;
	display: block;
}

hr
{
	color: #dcdcdc;
	background-color: #dcdcdc;
	margin: 5px 0;
	width: 98%;
}

h2
{
	font-weight: bold;
}

h4
{
	color: #696158;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

.footer, div.fullscreen, div.profileSummary
{
	width: 100%;
}

div.section p, div.row, div.register, div.register .row, div.register div.chkbxTerms,
div.profile .row, div.news_container p
{
	margin: 5px;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
	background-color: #E6E6E6;
	border: 1px solid #C0C0C0;
	color: #999999;
	cursor: default;
}

textarea[disabled], textarea[readonly]
{
	background-color: #E6E6E6;
	color: #666666;
}

html[xmlns] .clearfix
{
	display: block;
}

.clearfix
{
	clear: both;
	display: inline-block;
}

.center-align, html#HomePage, html#HomePage body
{
	text-align: center;
	margin: 0px auto;
}

.noBackground, #noBackground
{
	background: transparent none repeat scroll 0 0;
}
