/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

.mainBlogContainer {
	width:979px;
  clear:both;    	
	background-repeat:no-repeat !important;
	background-position:bottom left !important;
	padding-bottom:1px;
}
a:link {
    color: #3A3975;
    text-decoration: none;
}
a:visited {
    color: #3A3975;
    text-decoration: none;
}
a:hover {
    color: #3A3975;
    text-decoration: underline;
}
img {
    border: none 0 #fff;
}
input, select, textarea {
    color: #333333;
    font-size: 11px;
    border: solid 1px #CEDDF0;
 		padding:2px;
		margin:2px;
}
.noBorder input, .noBorder select, .noBorder textarea {
    border-style: none;
}
/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page {
    width: 700px;
    margin: auto;
}
.header {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.main {
    width: 450px;
    float: left;
    text-align: left;
}

/* -------------------------- */
/* Blog Pages                 */
/* -------------------------- */

#blogColumnContainer { 
	float:left;
}

#contentColumnInnerContainer {
	float:left; 
	width:750px;
}

/*#blogpages * { 
	margin: 0; 
	padding: 0; 
}*/
a {color:#ff0000;}
#blogpages a {
	color:#3A3975;
	text-decoration:underline;
}

#blogpages { 
	width: 730px; 
	color: #333; 
	padding: 10px; 
}

#blogpages:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#blogpages h1 { 
	font-size: 1.8em; 
	font-weight: normal; 
	margin-bottom: 10px; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #ceddf0;
	width:730px;
}

#blogpages h2 { 
	font-size: 1.2em; 
	font-weight: bold; 
	margin-bottom: 5px; 
	margin-top: 5px; 
}
	
#blogpages h3 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 5px; 
	margin-top: 10px; 
	color: #666; 
}

#blogpages p { 
	color: #333; 
	font-size: 12px; 
	margin-bottom: 15px;
}

#blogpages ul { 
	margin-top: 10px; 
	margin-bottom: 15px;
}

#blogpages li {
	color: #333; 
	list-style: url(../../images/content/li_arrow.gif); 
	font-size: 0.8em; 
	margin-left:18px; 
	padding-bottom: 3px; 
}

#blogpages a:hover {
	color: #bd001d; 
	text-decoration: underline; 
}
#blogpages a:link.highlightlink, #blogpages a:visited.highlightlink { 
	color: #bd001d; 
	text-decoration: underline; 
}
#blogpages #left { 
	width: 385px; 
	float: left; 
}
#blogpages #right { 
	width: 377px; 
	float: right; 
}
#blogpages #right p {
	color: #666; 
	border-bottom: 1px solid #CEDDF0; 
	padding-bottom: 5px; 
}
#blogpages img { 
	border: 1px solid #CEDDF0; 
	padding: 5px; 
	display: block; 
	margin-bottom: 5px; 
}
#blogpages .FAQtopic { 
	border: 1px solid #CEDDF0; 
	background: #E5EEF7; 
	padding: 10px; 
	margin-bottom: 10px; 
	min-height: 135px; 
}
#blogpages .date { 
	margin-left: 10px; 
	color: #666; 
	font-size: 1em; 
}
#blogpages .small { 
	color: #666; 
	font-size: 0.75em;
 }
#blogpages #tradecounter #left, #blogpages #pers #left { 
	width: 525px; 
	float: left; 
}
#blogpages #tradecounter #right, #blogpages #pers #right { 
	width: 237px; 
	float: right; 
}
#blogpages table { 
	border-collapse: collapse; 
	font-size: 0.8em; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%; 
}
#blogpages caption { 
	color: #666; 
	text-align: left; 
	font-size: 1.2em; 
	font-weight: bold; 
	padding-bottom: 5px; 
	padding-top: 5px; 
}
#blogpages th { 
	border: 1px solid #ceddf0; 
	padding: 8px; 
	text-align: left; 
}
#blogpages td { 
	border: none; 
	padding: 8px; 
}

.sidebar {
    width: 195px;
    float: right;
    background:url(images/sidebarBG.jpg) repeat-x;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer {
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post {
    border-bottom: dotted 1px #B9001D;
    /*margin-bottom:10px;*/
		width:720px;
}
.postDate {
/*    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #010066;
    background: #92B4DE;*/
		font-size:10px;
		/*width:100px;*/
		float:right;
		color:#B9001D;
}
.postTitle {
    font-size: 14px;
    color: #010066;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.postMessage {
    padding-bottom: 5px;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
}
.postFooter {
    color: #B9001D;
    font-size: 10px;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment {
    border: dotted 1px #CEDDF0;
    margin-bottom: 10px;
}
.commentMessage {
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE {
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter {
    color: #a8a8a8;
    font-size: 9px;
    text-transform: uppercase;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback {
    font-size: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #CEDDF0;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading {
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    color: #010066;
    border-top: dotted 1px #B9001D;
}
.sidebarText {
    padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile {
    font-size: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile a {
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms {
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #CEDDF0;
}
.formsHeader {
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #336699;
}
.formsError {
    color: red;
    font-weight: bold;
}
.formsValid {
    color: green;
    font-weight: bold;
}
.formsLabel {
    font-size: 8pt;
    color: #333;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button {

		cursor:pointer;
}
.highlight {
    color: #000000;
    background-color: #ffff66;
}

.clear {
	clear:both; 
	height:10px;
}