/*
***********************************************************************************************
CSS Skin Settings
***********************************************************************************************
*/

html * {
-moz-box-sizing:border-box;
box-sizing:border-box;
}

* {
margin:0;
padding:0;
font-weight:normal;
font-style:normal;
line-height:1.5;
}

body {
color:#000000;
font:normal normal normal 14px/1.5;
text-align:center;
}

a[href] {
text-decoration:underline;
}

.text12_FF6600 {
font-size:12px;
color:#FF6600;
}

.text10_FF6600 {
font-size:10px;
color:#FF6600;
}

.text12_333333_b {
font-size:12px;
font-weight:bold;
color:#333333;
}

.text10_333333 {
font-size:10px;
color:#333333;
}

.wrap_around {
float:right;
border:none;
margin-left:10px;
margin-bottom:10px;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtDiv1                                                                                   */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtDiv1 {
position:static;
width:760px;
background: #FFFFFF url("http://www.taraco.net/blog/banya/img/bg_line.gif") center top repeat-y;
margin-left:auto;
margin-right:auto;
text-align:left;
}

div.mtDiv1 h1 {

}

div.mtDiv1 p {
color:#FFFFFF;
background-color:transparent;
margin:15px 18px 10px 200px;
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtEntries                                                                                */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtEntries {
display:block;
float:left;
position:relative;
width:538px;
  left:3px; 
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtDiv2                                                                                   */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtDiv2 {
width:550px;
color:#333333;
margin-top:13px;
/* for MacIE5's Bug */
position:relative;
/*\*/
/*position:static; */
/**/
}

div.mtDiv2 h2 {
font-size:12px;
line-height:120%;
clear:left;
}

div.mtDiv2 p {
margin-left:0;
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtDateHeader                                                                             */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtDateHeader {
padding:8px 5px 5px 18px;
font-size:12px;
clear:left;
background-color:#EEEEEE;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtEntryLink                                                                              */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtEntryLink {
font-size:12px;
clear:left;
display:block;
/*float:right; */
position:absolute;
top:5px;
right:13px;
}

div#mtEntryLink a {
color:#0033CC;
}

div#mtEntryLink a:hover {
color:#FF6600;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtDiv3                                                                                   */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtDiv3 {
color:#333333;
position:relative;
margin:0px 10px 15px 0px;
padding-top:10px;
width: 100%;
}

div.mtDiv3 h3 {
color:#333333;
font-size:16px;
font-weight:bold;
margin-left:17px;
margin-bottom:5px;
clear:left;
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtDiv4
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
 div.mtDiv4 {
position:relative;
left:0px;
width:550px;
border-top:#AAAAAA 1px solid;
border-bottom:#AAAAAA 1px solid;
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtEntryBody                                                                              */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
 div.mtEntryBody {
position:relative;
width:530px;
left:17px;
}

div.mtEntryBody p {
color:#333333;
background-color:transparent;
font-size:12px;
margin:18px 0px 18px 0px;
padding:0px;
}

div.mtEntryBody h4 {
margin:7px 0px 0px 0px;
padding:0px;
color:#333333;
font-size:10px;
clear:left;
}

div.mtEntryBody h4 a {
color:#0033CC;
}

div.mtEntryBody h4 a:hover {
color:#FF6600;
}

div.mtEntryBody blockquote p {
color:#8A8A8A;
background-color:transparent;
}

div.mtEntryBody strong {
font-weight:bold;
color:#FF6600;
background-color:transparent;
}

div.mtEntryBody a {
color:#0033CC;
}

div.mtEntryBody a:hover {
color:#FF6600;
}

/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtAddition                                                                               */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
 div.mtAddition {
margin-bottom:10px;
position:relative;
width:550px;
border-top:#989898 1px solid;
border-right:#989898 1px solid;
border-bottom:#989898 1px solid;
clear:left;
}

div.mtAddition h4 {
text-align:center;
margin-top:10px;
margin-bottom:5px;
}

div.mtAddition p {
color:#333333;
background-color:transparent;
font-size:12px;
margin:18px 0px 18px 0px;
margin:0px;
padding:0px;
}

div.mtAddition blockquote p {
color:#8A8A8A;
background-color:transparent;
}

div.mtAddition a {
color:#0033CC;
}

div.mtAddition a:hover {
color:#FF6600;
}

div.mtAddition form {
margin-top:20px;
margin-bottom:15px;
}

div.mtAddition form label {
display:block;
float:left;
width:150px;
text-align:right;
margin:0px;
}

div.mtAddition form ul {
text-align:center;
list-style-type:none;
}


div.mtAddition form li {
text-align:left;
font-size:12px;
line-height:150%;
margin-bottom:5px;
}

div.mtAddition form p {
text-align:center;
margin:0px 0px 10px 0px;
}

div.mtAddition form input.mtTextbox {
padding: 0px 3px 1px 3px;
height:19px;
width:280px;
border:#888888 solid 1px;
margin:0px;
}

div.mtAddition form textarea {
padding: 0px 3px 1px 3px;
width:280px;
border:#888888 solid 1px;
margin:0px;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtAdditionBody                                                                           */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtAdditionBody {
padding-top:10px;
padding-right:23px;
padding-left:23px;
position:relative;
}

div.mtAdditionBody p {
color:#333333;
background-color:transparent;
font-size:12px;
margin:0px;
padding:0px;
}

div.mtAdditionBody blockquote p {
color:#8A8A8A;
background-color:transparent;
}

div.mtAdditionBody ul.Body_separator {
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
border-bottom:#AAAAAA 1px dashed;
list-style-type:none;
background-color:#FFFFFF;
}

div.mtAdditionBody li {
font-size:12px;
line-height:150%;
}

div.mtAdditionBody a {
color:#0033CC;
}

div.mtAdditionBody a:hover {
color:#FF6600;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtAdditionBody2                                                                          */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtAdditionBody2 {
padding-bottom:10px;
position:relative;
}

div.mtAdditionBody2 ul.Body2_separator {
padding-top:10px;
padding-left:5px;
padding-right:5px;
border-top:#AAAAAA 1px dashed;
list-style-type:none;
}


div.mtAdditionBody2 li {
font-size:12px;
line-height:150%;
}

div.mtAdditionBody2 blockquote p {
color:#8A8A8A;
background-color:transparent;
}

div.mtAdditionBody2 a {
color:#0033CC;
}

div.mtAdditionBody2 a:hover {
color:#FF6600;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtEntryFooter                                                                            */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div.mtEntryFooter {
/*float:right; */
width:550px; 
text-align:right;
padding-top:3px;
padding-bottom:30px;
padding-right:5px;
}

div.mtEntryFooter a {
color:#333333;
background-color:transparent;
}

div.mtEntryFooter a:hover {
color:#FF6600;
}

div.mtEntryFooter ul {
vertical-align:bottom;
font-size:11px;
}

div.mtEntryFooter li {
padding-left:4px;
margin-bottom:4px;
}

div.mtEntryFooter li.mtPosted {
list-style-image:url(../ptn1posted.gif);
}

div.mtEntryFooter ul a {
color:#0033CC;
}

div.mtEntryFooter ul a:hover {
color:#FF6600;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtUtilities                                                                              */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtUtilities {
display:block;
float:right;
position:relative;
width:186px;
right:0px;
top:13px;
}

/* ----- Profile ------------------------------------------------------------------------- */
div#mtUtilities table.mtTableProfile {
margin:10px;
border-top:#aaaaaa 1px dotted;
}
div#mtUtilities table.mtTableProfile td {
font-size:10px;
line-height:150%;
padding-top:3px;
vertical-align:top!important;
}
div#mtUtilities table.mtTableProfile td.mtTableProfileTop {
padding-top:10px;
}

/* ----- Calender ------------------------------------------------------------------------ */
div#mtUtilities table.mtTableCalendar {
border-width:0px;
border-spacing:0px;
border-collapse:collapse;
width:160px;
empty-cells:show;
background-color:#FFFFFF;
}

div#mtUtilities table.mtTableCalendar caption {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:12px;
text-align:center;
margin-bottom:3px;
}

div#mtUtilities table.mtTableCalendar th,
div#mtUtilities table.mtTableCalendar td {
font-size:10px;
line-height:180%;
text-align:center;
vertical-align:middle;
}

div#mtUtilities table.mtTableCalendar th {
color:#000000;
font-weight:bold;
}

div#mtUtilities table.mtTableCalendar td {
color:#000000;
background-color:transparent;
}

div#mtUtilities table.mtTableCalendar td a {
color:#0033CC;
background-color:#FFFF99;
font-weight:bold;
display: block;
width: 80%;
}

div#mtUtilities table.mtTableCalendar td a:hover {
color:#FF6600;
}

div#mtUtilities .mtTableCal_PN {
border-top:#FF6600 1px solid;
padding-top:3px;
margin-top:3px;
width:154px;
}

div#mtUtilities .mtTableCal_P {
float:left;
}

div#mtUtilities .mtTableCal_N {
float:right;
}


div#mtUtilities dl {
width:186px;
position:relative;
margin-bottom:10px;
/*border:#FF6600 3px solid; */
}

div#mtUtilities dt {
/*color:#000000; */
/*background-color:#FFC39B; */
background-color:#D9D9D9;
margin:0px;
padding:0px;
/*font-weight:bold; */
/*font-size:12px; */
/*height:24px; */
/*padding-bottom:4px; */
}

div#mtUtilities dd {
color:#333333;
background-color:#FFFFFF;
padding-top:7px;
padding-bottom:7px;
border-right:#D9D9D9 6px solid;
border-left:#D9D9D9 6px solid;
border-bottom:#D9D9D9 6px solid;
}

div#mtUtilities dd a {
color:#0033CC;
}

div#mtUtilities dd a:hover {
color:#FF6600;
}

div#mtUtilities dd ul {
margin-left:7px;
margin-right:7px;
list-style:none;
}

div#mtUtilities dd li {
font-size:10px;
line-height:170%;
}

/* ----- form ------------------------------------------------------------------------ */
div#mtUtilities form {
margin:0px 10px 0px 10px;
}

div#mtUtilities form fieldset {
border:none;
background-color:#FFC39B;
width:100%;
height:100%;
}

div#mtUtilities form legend {
color:#000000;
background-color:transparent;
font-weight:bold;
font-size:10px;
margin-left:10px;
}

div#mtUtilities form p {
margin:0;
background-color:#FFFFFF;
text-align:center;
}

div#mtUtilities form input#search {
padding: 0px 3px 1px 3px;
height:19px;
width:150px;
border:#888888 solid 1px;
}

div#mtUtilities mtCalendar {
border:#FF6600 3px solid;
widows: 150px;
text-align:center;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtHeader                                                                                 */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtHeader {
width:100%;
}

div#mtHeadline {
width:100%;
height:34px;
border-top:#E4E4E4 3px solid;
background:#FFFFFF url("http://www.taraco.net/blog/banya/img/bg_headline.gif") top no-repeat;
}


/*------------------------------------------------------------------------------------------*/
/*                                                                                          */
/* mtFooter                                                                                 */
/*                                                                                          */
/*------------------------------------------------------------------------------------------*/
div#mtFooter {

}

div#mtFooter a {

}

div#mtFootline {

}



/*------------------------------------------------------------------------------------------*/

form .sub_button {
margin:10px 7px 5px 7px;
width:80px;
height:25px;
/*background-color:#FFC39B;
border:#FF6600 solid 2px;
font-weight:bold;*/
cursor:pointer;
}



