/* bee */
body {
	
	font: small "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666;
	text-align: center;
	margin-top:0;
	background-color: #003366;
}
.linka:link {
 color:Gray; 
  text-decoration:none;
  font-size:small;
}

.linka:visited {
  color:Gray;
   text-decoration:none;
   font-size:small;
}

.linka:focus {
  color: #0099CC;
  font-size:small;
}

.linka:hover {
  color: #0099CC;
  font-size:small;
}

.linka:active {
 color:Gray;
  text-decoration:none;
  font-size:small;
}
.logout:link {
 color:#ff4500; 
  text-decoration:none;
  font-size:small;
}


.logout:hover {
  color: #ff4500;
  font-size:small;
}

.logout:active {
 color:#ff4500;
  text-decoration:none;
  font-size:small;
}
.sublink:link {
 color: #0099cc; 
  text-decoration:none;
  font-size:12px;
}
.scroll 
{
	font-weight:bold; 
	font-size:12pt; 
	text-align: center; 
	font-family:"Trebuchet MS"; 
	color:#CC3300;
	}
	.scroll-over 
{
	font-weight:bold; 
	font-size:12pt; 
	text-align: center; 
	font-family:"Trebuchet MS"; 
	color:#3366cc;
	}

.sublink:hover {
  color:  #3366cc; 
  font-size:12px;
}

.sublink:active {
 color:  #0099cc;   text-decoration:none;
  font-size:12px;
}
.sublink:visited {
  color: Gray; 
  font-size:12px;
   text-decoration:none;
}
	.Grid
	{
	table-layout:fixed;
	}
	.GridHeader
{
font-weight: bold; 
height:31px;
/*background-color:#d9e4f2;*/
background-image:url(../images/table_bg.gif)
}
.bottomlink:link {
 color:White; 
  text-decoration:none;
  font-size:small;
}

.bottomlink:visited {
  color:White;
   text-decoration:none;
   font-size:small;
}

.bottomlink:focus {
  color: White;
  font-size:small;
}

.bottomlink:hover {
  color: White;
  text-decoration:underline;
  font-size:small;
}

.bottomlink:active {
 color:White;
  text-decoration:none;
  font-size:small;
}
/*
#header h1, #header em {
  font-family: ITC Garamond, Arial, sans-serif;
}

#menu div {
  background-image: url(/images/bee/white_checker_bg.gif);
  border-top-width: 5px;
  border-right-width: 1px;
  border-bottom-width: 5px;
  border-left-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}

#breadcrumb {
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
}

#breadcrumb, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
  color: #f4d20b;
}

#navigation ul, #utilities ul {
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
  list-style-image: url(/images/t.gif);
  list-style-type: none; 
}

#navigation li.selected, #utilities li.selected {
  list-style-image: url(/images/bee/li.gif);
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:focus, #navigation a:active, #utilities a:link, #utilities a:visited, #utilities a:hover, #utilities a:focus, #utilities a:active {
  color: #000000;
  font-weight: bold;
}

#calendarToday {
  background-color: #000000;
  color: #f4d20b;
}

#content {
  background-image: url(/images/bee/white_checker_bg.gif);
  border: 0px;
  color: #000000;
}

#main {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-color: #000000;
  border-style: solid;
}

fieldset {
  border: 0px;
}

input, select, textarea {
  background-color: transparent;
}

input.inputSubmit {
  background-color: #000000;
  color: #f4d20b;
}

textarea, select {
  scrollbar-base-color: #f4d20b;
  scrollbar-arrow-color: #000000;
}

.divAlignLeft {
  border-color: #000000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.divAlignRight {
  border-color: #000000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

#footer {
  background-color: #000000;
  color: #ffffff;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  color: #f4d20b;
}
*/
/*----------------------------
					Comments
----------------------------*/

#comment
{
    margin-bottom: 10px;
    font-size:15px;
}

.comment
{
    border: 1px solid silver;
    background-color: White;
    padding: 3px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment .date
{
    font-size: 10px;
    color: #666666;
    text-align: right;
    margin: 0;
    padding: 3px 0px;
    border-bottom: 1px dashed silver;
}

.comment .author
{
    margin: 0;
    padding: 3px 0px;
    border-top: 1px dashed silver;
}

.self
{
    border: 1px solid black;
}

.comment .gravatar
{
    float: left;
    clear: both;
    margin: 5px 10px 5px 0;
}

.comment .gravatar img
{
    height: 80px;
    width: 80px;
}

.comment .content
{
    margin: 5px;
}

.comment img.flag
{
    position: relative;
    top: 2px;
}

.success
{
    color: Green;
    font-weight: bold;
}


.commentForm
{
    padding: 5px;
}

.commentForm h1
{
    font-size: 15px;
    margin-bottom: 10px;
}

.commentForm h2
{
    font-size: 15px;
}

.commentForm label
{
    float: left;
    display: block;
    width: 345px;
}

.commentForm input
{
    width: 345px;
}

.commentForm textarea
{
    width: 100%;
    height: 150px;
}
.mail
{
	color:Blue;
	text-decoration:none;
	}
.mail:hover
{
	color:red;
	text-decoration:underline;
	}
		
