/*****************************/
/* site elements start       */
/*****************************/

.sitewidthalign {
width:920px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
padding:0px;
}

html, body {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#666666;
background-color: #ebebeb;
margin-top:0px;
margin-bottom:0px;
}

body {
width:920px;
padding:0px;
color:#666666;
background-color: #ffffff;
margin-left: auto;
margin-right: auto; 
}

/*****************************/
/* header start              */
/*****************************/

.header_left {
background-image:url(../images/header.jpg);
padding:0px;
height:160px;
}

.header_right {
background-image:url(../images/top_bg.jpg);
padding-right:20px;
text-align:right;
}

.header_text {
text-align:right;
font-size:11px;
color:#ffffff;
padding-right:15px;
padding-top:3px;
margin:0px;
}

.header_text a {
text-decoration:none;
color:#ffffff;
}

.header_text a:hover{
text-decoration:underline;
}

/*****************************/
/* nav text start            */
/*****************************/

.navtext {
font-size:11px;
color:#999999;
line-height:25px;
text-align:left;
padding-left:5px;
}

.navtext a {
font-size:11px;
font-weight:normal;
color:#999999;
text-decoration:none;
}

.navtext a:hover {
text-decoration:underline;
}

/*****************************/
/* left column start         */
/*****************************/

.noleftcolumn {
width:0px;
}

.leftcolumn {
width:200px;
padding-left:15px;
padding-right:15px;
border-right:1px solid #cccccc;
}

#leftnav			{width: 200px; border-top: 2px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; list-style-type:none; margin-left:0px;}
#leftnav li			{border-bottom: 1px solid #d8d8d8; line-height: 1px;}
#leftnav li a		{color:#888787; font-size: 11px; font-weight:bold; line-height: 17px; padding: 5px 10px; display:block;}
#leftnav li a:hover	{color:#000;}
#leftnav li ul		{padding-bottom: 5px; list-style-type:none;}

/*****************************/
/* main column start         */
/*****************************/

.maincolumnwidth {
width:500px;
}

.maincolumn {
padding-left:5px;
padding-right:10px;
}

div.maincolumn h1 {
font-size:20px;
color:#006699;
}

div.maincolumn div.bodytext {
font-size:12px;
padding-left:0px;
}

/*****************************/
/* right column start        */
/*****************************/

.norightcolumn {
width:0px;
}

.rightcolumn {
width:450px;
padding-left:15px;
padding-right:0px;
border-left:1px solid #cccccc;
margin-top:0px;
}

/*****************************/
/* footer start              */
/*****************************/

div.footer {
color:#555555;
font-size:11px;
font-weight:normal;
background-color:transparent;
padding:4px 5px 10px 5px;
margin:5px 10px 0px 10px;
}

div.footer a {
font-size:12px;
font-weight:normal;
color:#006699;
text-decoration:none;
}

div.footer a:hover {
text-decoration:underline;
}

/*****************************/
/* pagemessage starts        */
/*****************************/

div.pagemessage {
font-size:12px;
font-weight:normal;
color:#FFFFFF
width:500px;
border:solid 5px #990000;
padding:10px;
margin-bottom:20px;
}

/*****************************/
/* registerform starts       */
/*****************************/

form.registerform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.registerform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
}

form.registerform input.registerbutton {
font-size:13px;
font-weight:normal;
margin-top:12px;
margin-bottom:12px;
}

form.registerform input.textfield {
font-size:13px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.registerform label{
margin-left: 15px; 
width: 150px;
}

form.registerform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width: 304px;
}

/*****************************/
/* loginform starts          */
/*****************************/

form.loginform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.loginform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
}

form.loginform input.loginbutton {
font-size:13px;
font-weight:normal;
margin-top:12px;
margin-bottom:12px;
}

form.loginform input.passwordbutton {
font-size:13px;
font-weight:normal;
margin-left:10px;
margin-bottom:3px;
}

form.loginform input.textfield {
font-size:13px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 200px;
}

form.loginform label{
margin-left: 15px; 
width: 150px;
}

/*****************************/
/* login box start           */
/*****************************/

.loginbox {
width:200px;
height:180px;
border:1px solid #cccccc;
}

.loginbox_header {
width:200px;
height:20px;
border:1px solid #006699;
background-color:#006699;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

form.loginbox_form {
margin-top:5px;
}

form.loginbox_form input.textfield {
font-size:11px;
font-weight:normal;
padding:0px;
margin-top:5px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
width:90px;
}

form.loginbox_form label{
font-size:11px;
}

form.loginbox_form input.loginbutton {
font-size:12px;
font-weight:normal;
margin-top:8px;
margin-bottom:8px;
margin-left:10px;
width:75px;
}

form.loginbox_form .checkbox {
margin-left:8px;
margin-top:5px;
}

.loginbox a {
margin-left:8px;
font-size:11px;
color:#333333;
text-decoration:none;
}

.loginbox a:hover {
text-decoration:underline;
}

.loginbox p {
margin-top:8px;
}

/*****************************/
/* my account box start      */
/*****************************/

.myaccountbox {
width:200px;
border:1px solid #cccccc;
}

.myaccountbox_header {
width:200px;
height:20px;
border:1px solid #006699;
background-color:#006699;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

.myaccountbox a {
margin-left:8px;
font-size:11px;
color:#0000CC;
text-decoration:none;
font-weight:bold;
}

.myaccountbox a:hover {
text-decoration:underline;
}

.myaccountbox p {
margin:0px;
background-image:url(../images/columnbar.gif);
line-height:30px;
}

/*****************************/
/* contactform starts        */
/*****************************/

form.contactform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.contactform p{
font-size:12px;
font-weight:normal;
margin-bottom:0px;
margin-top:10px;
margin-left:0px;
width:300px;
}

form.contactform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.contactform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.contactform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.contactform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width: 294px;
}

form.contactform label{
margin-left: 15px; 
width: 150px;
}

form.contactform  div.desctext {
font-size:11px;
font-weight:normal;
color:#999999
}

form.contactform  div.desctext a{
font-size:11px;
font-weight:normal;
color:#0000ff
}

/*****************************/
/* contactform starts        */
/*****************************/

form.myinfoform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.myinfoform p{
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #666666;
padding-bottom:5px;
margin-bottom:10px;
margin-top:25px;
margin-left:0px;
width:375px;
}

form.myinfoform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.myinfoform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.myinfoform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.myinfoform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width:304px;
}

form.myinfoform label{
margin-left: 15px; 
width: 130px;
}

form.myinfoform .smalllabel{
font-size:10px;
color:#999999
}

/*****************************/
/* articles starts           */
/*****************************/

div.articles {
text-align:left;
}

div.articles .header{
font-size:15px;
font-weight:bold;
text-align:left;
background-color:#D7301E;
padding-left:10px;
padding-bottom:2px;
padding-top:2px;
margin-bottom:5px;
color:#ffffff;
}

div.articles .articletable{
padding-left:10px;
}

div.articles h1{
font-size:20px;
text-align:left;
background-color:transparent;
padding:0px;
margin-bottom:5px;
color:#666666;
}

div.articles .articlelist_title{
font-size:15px;
font-weight:bold;
line-height:20px;
color:#000000;
text-decoration:none;
}

div.articles .desc{
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

div.articles .summary{
margin-top:10px;
margin-bottom:0px;
color:#666666;
}

div.articles div.articletext{
margin-top:10px;
margin-bottom:0px;
}

div.articles div.articletext a{
color:#006699;
}

div.articles .readmore{
font-size:11px;
}

div.articles .readmore a{
color:#999999;
}

div.articles .feedlink a{
color:#999999;
}

div.articles .dividerline{
background-color:#e8e8e8;
}

div.articles .articlelist_sbtitle{
font-family: Arial;
font-size: 15px;
font-weight:bold;
color:#003366;
text-decoration:none;
}

div.articles .articlelist_sbsummary{
font-family: Arial;
font-size: 12px;
color:#666666;
text-decoration:none;
}

/*****************************/
/* feed css starts           */
/*****************************/

div.feed .header{
font-size:15px;
font-weight:bold;
text-align:left;
background-color:#D7301E;
padding-left:10px;
padding-bottom:2px;
padding-top:2px;
margin-bottom:5px;
color:#ffffff;
}

div.feed .headline{
font-size:15px;
font-weight:bold;
line-height:20px;
color:#000000;
text-decoration:none;
}

div.feed .thumbnail{
margin-right:10px;
margin-bottom:10px;
}

div.feed .postedby-text {
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

div.feed .summary{
margin-top:10px;
margin-bottom:0px;
color:#666666;
font-weight:normal;
}

div.feed .readmore{
font-size:11px;
font-weight:normal;
}

div.feed .readmore a{
color:#999999;
font-weight:normal;
}

div.feed .feedlink a{
color:#999999;
font-weight:normal;
}

div.feed .dividerline{
background-color:#e8e8e8;
}

div.feed .spacing{
height:8px;
}

div.feed .pageresultstext {
font-size:11px;
color:#666666;
font-weight:normal;
line-height:20px;
}

/*****************************/
/* articlecomments starts    */
/*****************************/


div.articlecommentsarea h2{
font-size:18px;
text-align:left;
background-color:transparent;
padding:0px;
margin-bottom:10px;
color:#666666;
}

div.articlecomments {
font-weight:normal;
width:95%;
border:solid 1px #cccccc;
padding:10px;
margin-bottom:20px;
color:#666666;
}

div.articlecomments label{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.articlecomments label a{
font-size:10px;
font-weight:normal;
color:#999999;
text-align:left;
}

div.articlecomments div.dottedline{
height:1px;
width:175px;
text-align:left;
border-bottom:dashed 1px #999999;
margin-top:4px;
margin-bottom:8px;
}

div.articlecommentsarea .feedlink a{
font-size:10px;
color:#999999;
}

/*****************************/
/* addblogform starts        */
/*****************************/

form.addblogform {
text-align:left;
padding:0px;
margin:0px 13px 0px 0px;
}

form.addblogform p{
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #666666;
padding-bottom:5px;
margin-bottom:10px;
margin-top:25px;
margin-left:0px;
width:400px;
}

form.addblogform input.button {
font-size:13px;
font-weight:normal;
width:125px;
margin-top:20px;
margin-bottom:20px;
}

form.addblogform input.textfield {
font-size:14px;
font-weight:normal;
padding:0px;
margin-top:4px;
margin-bottom:4px;
width: 300px;
}

form.addblogform textarea {
font-size:13px;
font-weight:normal;
padding:0px;
margin:0px;
width: 300px;
}

form.addblogform select {
font-size:13px;
font-weight:normal;
padding:0px;
margin-bottom:2px;
margin-top:2px;
width:304px;
}

form.addblogform label{
margin-left: 15px; 
width: 150px;
}

form.addblogform .smalllabel{
font-size:10px;
color:#999999
}


/*****************************/
/* column box start          */
/*****************************/

.columnbox {
width:180px;
border:1px solid #cccccc;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#666666;
}

.columnbox_header {
width:200px;
height:20px;
border:1px solid #D7301E;
background-color:#D7301E;
color:#FFFFFF;
text-align:center;
font-weight:bold;
padding-top:4px;
margin-top:0px;
}

.columnbox .datetext {
color:#666666;
font-size:11px;
}

.columnbox a {
color:#cc0000;
text-decoration:none;
font-weight:bold;
}

/*****************************/
/* profile start             */
/*****************************/

div.profileoptions {
border-right:1px solid #cccccc;
}

div.profileoptions h1 {
font-size:16px;
color:#666666;
}

div.profileoptions a {
color:#cc0000;;
}

div.profile {
font-weight:normal;
margin-right:15px;
}

div.profile h1 {
font-size:16px;
color:#666666;
}

div.profile h2 {
font-size:15px;
color:#666666;
}

div.profile a {
color:#cc0000;
}

div.profile p {
margin-top:1px;
margin-bottom:1px;
text-align:left;
}

div.profile .blogtitle {
color:#666666;
font-size:13px;
font-weight:bold;
margin-top:8px;
margin-bottom:8px;
line-height:25px;
}

div.profile .postedby {
color:#666666;
font-size:11px;
line-height:20px;
}
div.profile .postedby a {
color:#666666;
}

div.profile .summary {
color:#666666;
font-size:12px;
}

/*****************************/
/* members list start        */
/*****************************/

div.memberslist {
font-weight:normal;
}

div.memberslist .username {
font-weight:bold;
text-decoration:none;
color:#003366;
font-size:13px;
}

div.memberslist .desc {
font-weight:normal;
text-decoration:none;
color:#999999;
font-size:11px;
}

div.memberslist .desc a:hover {
text-decoration:underline;
}