/* General Style */
a:link {
 text-decoration:blink;
 color:#454a55;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 -o-transition: all .2s linear;
 -ms-transition: all .2s linear;
 transition: all .2s linear;
}
a:active {text-decoration:blink; color:#454a55;}
a:visited {text-decoration:blink; color:#454a55;}
a:hover {text-decoration:blink; color:#FF4500;}
td, body {font-family:verdana,arial,helvetica; font-size:8pt;color:#000000;}
body {background: #fff; margin: 0; padding: 0;}
td img {vertical-align: middle;}
.c{clear:both}

header{
 height: 50px;
 background: #FF4500;
 background: linear-gradient(to top, #cc3500, #FF4500); 
 box-shadow: -2px -6px 35px 1px #000000; 
}
#headin{
 width: 1000px;
 margin: 0 auto;
}
#logo{
 margin: 0 auto;
 margin-top: 10px;
 width: 160px;
 height: 140px;
 margin-bottom: 15px;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
#logo:hover{
 -webkit-transform: translate(0px, -5px);
 -moz-transform: translate(0px, -5px);
 -o-transform: translate(0px, -5px);
 -ms-transform: translate(0px, -5px);
 transform: translate(0px, -5px);
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease;
}
#page{
 padding: 5px;
 width: 1000px;
 margin: 0 auto;
}
.content{
 background: #fff;
 width: 100%;
 max-width: 770px;
 padding: 5px;
 float: left;
 box-shadow: 1px 1px 10px -3px #000000; 
}
.sidebar{
 float: left;
 margin-left: 10px; 
 width: 200px;
 box-shadow: 1px 1px 10px -3px #000000; 
}
#block{
 background: #fff;
 border: 1px solid #dedede; 
}
.btitle{
 background: #FF4500;
 background: linear-gradient(to top, #cc3500, #FF4500); 
 padding: 5px;
 color: #fff;
}
.bcontent{
 padding: 5px;
 color: #fff;
}
.bcontent a{
 color: #fff;
}
.bcontent a:hover{
 color: #fff;
}
.bcontent a:visited{
 color: #fff;
}
#entry{}
.etitle{font-size: 20px;padding-bottom: 5px;}
#eimg{}
#emes{}
.calMday{color: #fff}
.calMdayA{border: 1px solid #fff;color: #fff;}
.calWday{color: #fff;font-weight: bold}
.calWdaySe{color: red;font-weight: bold}
.calWdaySu{color: red;font-weight: bold}
.uMenuRoot{list-style: none;padding: 0;}
.uMenuRoot li{
 background: rgba(255,255,255,0.8);
 padding:5px;
 margin-bottom: 2px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-o-transition: all .1s ease;
-ms-transition: all .1s ease;
transition: all .1s ease;

}
.uMenuRoot li:hover{opacity: 0.8;cursor: pointer;}
.uMenuRoot a{color: #454a55;text-decoration: none}
.uMenuRoot a:hover{color: #454a55;text-decoration: none}
.uMenuRoot a:visited{color: #454a55;text-decoration: none}
.menu{
 list-style: none;
 float: right;
}
.menu li{
 padding: 13px;
 background: rgba(255,255,255,0.8);
 color: #454a55;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-o-transition: all .1s ease;
-ms-transition: all .1s ease;
transition: all .1s ease;
}
.menu li:hover{opacity: 0.8;cursor: pointer;}
.menu a{color: #454a55;text-decoration: none}
.menu a:hover{color: #454a55;text-decoration: none}
.menu a:visited{color: #454a55;text-decoration: none}
.logo{
 color: #fff;
}
footer{
 padding: 10px;
 text-align: center;
 color: #fff;
}
footer a{color: #fff !important;text-decoration: none !important}
footer a:hover{color: #fff;text-decoration: none}
footer a:visited{color: #fff;text-decoration: none}
/* DISPLAY: NONE */
#myStyleoEditmessage, #myStyleoEditbrie {display: none;}
#uidLogButton,#uidLogButtonAjx{display:none;} 
#baseLogForm,#baseLogFormAjx{display:block !important;}
.noun{display: none}
hr{height: 0px;border: 1px solid #ccc;color: #ccc;}