/* HTML elements */

body {
	margin: 0;
	padding: 0;
}

.bodyFrame {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.bodyWindow {
	margin: 0;
	padding: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* Named Divs */
#wrapper {
	width: 990px;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #ffffff;
}

#boxHeaderTop {
	width: 970px;
	height: 25px;
	line-height: 25px;
	padding: 10px;
}

#boxHeaderTop a {
	font-weight: bold;
}

#boxHeader {
	width: 990px;
	padding-bottom: 5px;
}

#boxHeaderBar {
	height: 26px;
	text-align: left;
}

#headerSectionsRight {
	float: right;
}

#headerSectionsLeft ul, #headerSectionsRight ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#headerSectionsLeft li, #headerSectionsRight li {
	margin: 0;
	padding: 0;
	display: inline;
}

#headerSectionsLeft li a, #headerSectionsRight li a {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
}

#headerSectionsRight li a:hover {
	text-decoration: underline;
}

#boxMain {
	width: 990px;
	display: table;
}

#boxFooter {
	line-height: 20px;
	text-align: center;
}

#boxHeadSection {
	height: 25px;
}

#headSection {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding: 5px 0px 0px 10px;
	float: left;
}

#headSectionLine {
	margin: 0px 10px 0px 10px;
}

#headSectionSmall {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#articleBox {
	height: 1%;
}

#boxWhere {
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 90%;
}

#pagingBox {
	font-size: 12px;
	text-align: center;
}

#pagingBox a {
	padding-left: 5px;
	padding-right: 5px;
}

#boxSlide {
	width:330px;
	height:215px;
	position: relative;
}

#boxSlideHeader {
	width: 318px;
	padding: 5px;
	font-size: 18px;
	top: 0;
	left: 0;
	position: absolute;
}

#boxSlideSnippet {
	width: 318px;
	padding: 5px;
	font-size: 12px;
	top: 0;
	left: 0;
	position: absolute;
}

.layoutTable, .layoutTable .layoutCell {
	border-collapse: collapse;
}

.layoutCellLeft, .layoutCellMiddle, .layoutCellRight {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

.layoutCellLeft {
	border-left: 0px;
}

.layoutCellRight {
	border-right: 0px;
}

.articleHeading {
	padding-bottom: 5px;
}

.articleHeading a, .askExpertQuestion {
	font-size: 13px;
	font-weight: bold;
}

.articleAuthor {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

.articleSummary, .articleBody {
	font-size: 12px;
	color: #545454;
	line-height: 1.3em;
}

.sectionMore {
	float: right;
	text-align: right;
	font-size: 11px;
	padding: 7px 10px 0px 0px;
}

.boxComment {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 8px;
	font-size: 12px;
	background-color: #FFF7EA;
	border: #D5C399 1px solid;
}

.headSectionPopup  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-left: 10px;
}

a.moreAnswer {
	padding: 3px 10px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

a.moreAnswer:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}

.pageNums {
	float: right;
}

.pageNums li {
	line-height: 2em;
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 2px;
}

.pageNums li a {
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.pageNums li a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #000000;
}

.pageNums .next a, .pageNums .previous a {
	border: 1px solid #FFFFFF;
	padding: 3px 6px;
}

.pageNums .currentPage {
	padding: 3px 6px;
	font-weight: bold;
	color: #ff0000;
}

.tiny {
	font-size: 90%;
}

.tinyLight {
	font-size: 90%;
	color: #333;
	line-height: 1.1em;
	font-style: italic;
}

.tinyRed, #txtBox {
	font-size: 11px;
	color: #990000;
	line-height: 1.1em;
}

.formRed {
	font-size: 18px;
	color: #FF0000;
}

.inputRegister {
	border: 1px solid #cccccc;
	padding-left: 5px;
	font-size: 11px;
	color: #000000;
}

.dottedLine {
	border: 1px dashed #C9C9C9;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

.chkField {
	display: none;
}
