/* CONTENT HEADING DEFINITIONS */
/* CORE CONTENT BLOCK*/
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 15px 20px 15px;
	text-align : left;
}
/* Top level heading, use only once on a page */
.Content h1 {
	padding: 0px;
	margin: 0px;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}
/* Second level heading, use as a major section separator */
.Content h2 {
	padding: 0px;
	margin: 20px 0px 5px 0px;
	color: #FF6600;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
/* Third level heading, use this as the common heading and sub-heading to major sections */
.Content h3 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
}
/* Fourth level heading, used as a sub-heading for minor sections */
.Content h4 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
/* Fifth level heading, use as a subtle heading  */
.Content h5 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
/* Sixth level heading, use as a subtle heading  */
.Content h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

/* CONTENT LIST DEFINITIONS */
/* Defines spacing for a content un-ordered list  */
.Content ul {
	padding: 0px;
	margin: 0px;
}
/* Defines an individual content list item  */
.Content li {
	padding: 2px 0px 2px 5px;
	list-style-type: square;
	list-style-position: inside;
	color: #333333;
}
/* Defines the drill-down or breadcrumb trail of links */
.Content .Breadcrumb {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #333333;
}
/* Main across the top of a page or container */
.Actions {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
/* Subactions across the bottom of a page or container */
.SubActions {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}
/* SUMMARY */
.Summary {
	padding: 10px;
	margin: 20px 0px 20px 0px;
	background-color: #eaf2ff;
	color: #000000;
}
.Summary p {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	color: #000000;
}

/* REVIEWS */
.Reviews p {
	margin: 0px;
}

/* CATEGORY*/
/* Defines the drill-down or breadcrumb trail of links */
.CatItem {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
}

/* --------FORM STYLE DEFINITIONS-------- */
/* Defines global base definition of form layout */
.Content form {
	padding: 0px;
	margin: 0px;
}
/* layout for a group of fields */
.FieldSet {
	padding: 10px 10px 20px 10px;
	margin: 20px 0px 30px 0px;
	border: 1px solid #999999;
}
.FieldSetGroup {
	padding: 10px 10px 20px 10px;
	margin: 20px 0px 30px 0px;
	border: 0px;
}
/* Heading style for the group of fields */
.FieldSetLabel {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
/* Grouping of label, field and help divs on one horizontal row */
.FieldSetItem {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width : 100%;
	border : 0 solid #000000;
}
/* Lable text for a field */
.Content label {
	float: left;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	width: 35%;
	text-align: left;
	border : 1;
}
/* Lable text for a mandatory field */
.Mandatory {
	color: #CC0000;
}
/* Style for the HTML form field */
.Field {
	float: left;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	color: #666666;
	width: 60%;
	border : 0 solid #000000;
}
.Field input[type="radio"] {
	margin: 7px 7px 0px 0px;
}
.Field input[type="checkbox"] {
	margin: 7px 7px 0px 0px;
}

.InputRequired {
    background-color : #FFFFFF;
}

H2.FormSectionHeading {
    color : #FF6600;
    text-decoration : none;
}

/* Style for field help text */
.Help {
    padding: 0px 10px 0px 0px;
	font-size: 11px;
	color: #999999;
	width: 100%;
}
/* Style for display of error text underneath the field */
.Error {
	padding: 3px;
	font-size: 12px;
	color: #FF0000;
}
/* Block enclosing form buttons */
.FormActions {
	margin: 30px 0px 10px 10px;
	text-align: right;
}
/* Style for the form save or submit button */
.FormSubmit {
	margin-right: 0px;
}
/* Style for the form cancel button */
.FormCancel {
	margin-right: 10px;
}
/* Style for the form reset button */
.FormReset {
	margin-right: 80px;
}
/* overide basic input to give spacing to radio, checkbox */
input {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

/* BLOG DEFINITIONS */
.SideBar {
	padding: 0px;
	margin: 0px;
}
/* Defines spacing for a sidebar un-ordered list  */
.SideBar ul {
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

/* Defines an individual sidebar list item  */
.SideBar li {
	padding: 2px 10px 2px 10px;
	margin: 0px;
	list-style-type: none;
	color: #333333;
	font-size: 12px;
}
/* Second level heading, use as a major section separator in a sidebar */
.SideBar h2 {
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 5px 0px;
	color: #FF6600;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #cccccc;
}

.Post {
	padding: 20px 0px 0px 0px;
}
.Post h2 {
	font-size: 12px;
	font-weight: none;
}
.Post p.tagline {
	font-size: 11px;
	font-weight: none;
}
.Comment {
	margin: 20px 0px 0px 0px;
}
.Comment p.tagline {
    margin: 0px;
	font-size: 11px;
	font-weight: none;
	border-top: 1px solid #cccccc;
}

.Post img.thumbnail {
float: left;
border: 0;
margin: 0px 10px 10px 0px;
}


/* Category Import Block */
.CategoryBlock {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.Content .Intro {
    margin : 0 0 20px 0;
    padding : 10px;
	color: #FF6600;
	font-size: 12px;
	line-height: 18px;
	border: 1px dotted #666666;
	text-align : left;
}

.Content .Intro STRONG {
    font-size: 14px;
    font-weight : bold;
}
