﻿body 
{
    font-family:Tahoma;
    margin:0px 5px 5px 5px;
    background-color:White;
    font-size:12px;
}
.mainArea 
{
    background-color:White;
    color:Black; 
    background-color:#1B3F8B;
}
a:hover 
{
    text-decoration:underline;
    color:#000000;
}
a:visited, a:link 
{
    text-decoration:none;
    color:#000000;
}
.hunakaiHeader
{
    color:#000000;
    text-decoration:none;
    font-size:24px;
}
.imgHeader
{
    border:Solid 1px #DCDCDC;
    width:30px;
    height:30px;
}
.headerBottom 
{
}
.leftPanel 
{
     width:125px;
}
.mainBlog 
{
    padding:5px 5px 5px 5px;
}
.blogHeader
{
    font-size:24px;
    color:#1B3F8B;
}
.blogDate 
{
    font-size:14px;
    color:#333333;
}

.commentClass
{
    font-weight:normal;
    font-size:12px;
    border:dotted 1px #4682B4;
    background-color:#FFFCCF;
}

.commentClassBy
{
    color:#000000;
    font-size:10px;
    color:#474747;
    font-style:italic;
}


.twitWrap 
{
    width:200px;
    border-bottom:Dotted 1px #1B3F8B;
}
.twitImage 
{
    width:25px;
    height:25px;
}
.twitTwit 
{
    font-size:10px;
    font-weight:normal;
    color:#1B3F8B;
}
.twitDate 
{
    font-size:10px;
    font-style:italic;
}

.formButton
{
    border:Solid 1px #DCDCDC;
    background-color:#FFFFFF;
    color:#1B3F8B;
    font-size:10px;
    font-family:Tahoma;
}
.formButton2
{
    border:Solid 1px #DCDCDC;
    background-color:#EBEBEB;
    color:#1B3F8B;
    font-size:14px;
    font-family:Tahoma;
}
.formButtonBig2
{
    border:Solid 1px #8B5A00;
    background-color:#FFFFFF;
    color:#8B5A00;
    font-weight:bold;
    font-size:14px;
    font-family:Tahoma;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.txtInputWide 
{
    font-family:Tahoma;
    width:450px;
}

.blogRightCorner
{
    font-size:12px;
    font-weight:normal;
    color:#000000;
}
.blogTags
{
    font-weight:bold;
    /*color:#3063A5;*/
    color:Gray;
}


.txtInputStyle
{
    font-family:Tahoma;
    font-size:12px;
}

.cellNormal 
{
    border:Solid 1px Black;
    border-top:Solid 1px #DCDCDC;
    border-left:Solid 1px #DCDCDC;
}
.cellTitleNormal
{
    border:Solid 1px Black;
    border-top:Solid 1px #DCDCDC;
    border-left:Solid 1px #DCDCDC;
    background-color:#B2DFEE;
}